Need the following cases to test the dependency graph generation.
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:
- A list of events to watch for (including the filters)
- For each of these events, a list of attributes to update (if its value is not already in the event).
- For each card, the events and attributes relevant to update / retrieve its own attributes
(related work is being done on dependency-graph branch)
Need the following cases to test the dependency graph generation.
local-refto an undefined attribute (therefore its value can only be from a view)local-refto an attribute defined without<origins>etheruem:callthat hasref=…ethereum:callorigin 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-graphbranch)