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
This pr adds a few important features:
- No randomness in address generation anymore. Addresses will be derived from a string representation of the argument name. And the argument name is guarantied to be unique by rust
- State of the contract (on-chain data, events) and account balances can be reverted when call fails. Works even in external multi call cases, when just a single contract reverted transaction, but others handled error and finished transaction.
- String representation of address linked to string tag (argument name) that can be used to create better error messages.
Resolves#32, resolves#27
0 commit comments