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
Beerus must be able to support the same functionality as a full node. The advanced test scenarios should include user-like interactions with the network, such as:
creating and deploying new account
declaring and deploying new classes
calling existing contracts
submitting transactions (INVOKE)
providing useful abstractions
user-friendly API (ERC20-like etc)
(investigate for more use cases)
Such interaction need to be as smooth via Beerus as they would be via the full node directly, so it makes sense to try A/B tests (e.g. run the same scenario against Beerus and then against RPC directly and compare the results).
Beerus must be able to support the same functionality as a full node. The advanced test scenarios should include user-like interactions with the network, such as:
Such interaction need to be as smooth via Beerus as they would be via the full node directly, so it makes sense to try A/B tests (e.g. run the same scenario against Beerus and then against RPC directly and compare the results).
Scope
The text was updated successfully, but these errors were encountered: