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
{{ message }}
This repository was archived by the owner on Aug 29, 2023. It is now read-only.
Instead of manually encoding inputs on rust integration tests, we could use the ABI and arguments and get the encoded input using the web3 rust package. This will make tests more understandable as arguments are visible. Besides, it will make easier to modify or extend them.