aurora-is-near / aurora-engine

⚙️ Aurora Engine implements an Ethereum Virtual Machine (EVM) on the NEAR Protocol.
https://doc.aurora.dev/develop/compat/evm
326 stars 78 forks source link

Use custom ERC20 contract in benchmarks #58

Open birchmd opened 3 years ago

birchmd commented 3 years ago

https://github.com/aurora-is-near/aurora-engine/pull/53 introduces a particular ERC20 that will be used with bridged tokens. We are already measuring the gas usage of ERC20 tokens in the benchmarks, however they currently use a generic ERC20. To get more precise gas measurements for ERC20 transfers the benchmark should be updated to use the actual ERC20 we are using in the EVM.

joshuajbouw commented 3 years ago

This can be closed yes?

birchmd commented 3 years ago

It is not done; we are still using a generic ERC20 in the benchmarks. But it's also not a very important issue in my opinion, so we could close as a "won't do".