Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated gas consumption test: ERC-20 token transfer #60

Open
taokayan opened this issue Oct 9, 2024 · 1 comment
Open

Automated gas consumption test: ERC-20 token transfer #60

taokayan opened this issue Oct 9, 2024 · 1 comment
Assignees

Comments

@taokayan
Copy link
Contributor

taokayan commented Oct 9, 2024

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 ERC20 token to an EVM account that doesn't exist via trustless bridge
  • Sending ERC20 token to an EVM account that does exist via trustless bridge
  • Sending ERC20 token to an EVM account that doesn't exist from an EVM account
  • Sending ERC20 token to an EVM account that does exist from an EVM account
  • Sending ERC20 token to an EOS account that does exist from an EVM account via trustless bridge
@elmato
Copy link
Contributor

elmato commented Oct 16, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

3 participants