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
Develop automated tests to verify the gas consumption are same across the following executors (including using the latest gas algorithm with custom gas parameters):
executor in the evm-runtime contract
executor in evm-node
executor used in gas estimation via rpc
executor in transaction trace
executor in vmTrace
for the following transactions:
Sending EOS to an EVM account that doesn't exist from an EOS account via trustless bridge
Sending EOS to an EVM account that does exist from an EOS account via trustless bridge
Sending EOS to an EVM account that doesn't exist from an EVM account
Sending EOS to an EVM account that does exist from an EVM account
Sending EOS to an EOS account that does exist from an EVM account via trustless bridge
The text was updated successfully, but these errors were encountered:
I think we can use eth-brownie to help us with the setup of the contracts (uniswap pools, nft, etc) and also with the interaction with the EVM since all our integration tests are using python already.
Develop automated tests to verify the gas consumption are same across the following executors (including using the latest gas algorithm with custom gas parameters):
for the following transactions:
The text was updated successfully, but these errors were encountered: