You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like if we could make one integration test that covers this use case.
Rationale
Previously we had expression system but we removed it for the sake of simplicity and promised that it would become possible for blockchain admins to roll out their own expression system by upgrading executor
The text was updated successfully, but these errors were encountered:
Since ISIs get evaluated only in Executor, it's possible for admin to roll out their own custom expanded instruction set. All custom instructions must evaluate into ISI since that is what Iroha can operate on (it's our RISC) but client can have much more rich API to work with
I'd like if we could make one integration test that covers this use case.
Rationale
Previously we had expression system but we removed it for the sake of simplicity and promised that it would become possible for blockchain admins to roll out their own expression system by upgrading executor
The text was updated successfully, but these errors were encountered: