We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need the following cases to test the dependency graph generation.
local-ref
<origins>
etheruem:call
ref=…
ethereum:call
tokenID
Most of these cases also need events.
@James-Sangalli @JamesSmartCell @hboon if you remember an example like that please commend so we can complete the examples.
The goal is to get a portable script (portable = between iOS and Android) that:
Take input: installed TokenScripts.
Output:
(related work is being done on dependency-graph branch)
dependency-graph
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Need the following cases to test the dependency graph generation.
local-ref
to an undefined attribute (therefore its value can only be from a view)local-ref
to an attribute defined without<origins>
etheruem:call
that hasref=…
ethereum:call
origin that hasref=…
to another attribute defined in the token (i.e. nottokenID
)Most of these cases also need events.
@James-Sangalli @JamesSmartCell @hboon if you remember an example like that please commend so we can complete the examples.
The goal is to get a portable script (portable = between iOS and Android) that:
Take input: installed TokenScripts.
Output:
(related work is being done on
dependency-graph
branch)The text was updated successfully, but these errors were encountered: