aurora-is-near / aurora-engine

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

Feat: EVM gas cost optimizations #934

Closed mrLSD closed 1 month ago

mrLSD commented 3 months ago

Description

Based on SputnikVM EVM optimizations: aurora-is-near/sputnikvm/pull/48

Gas cost

➡️ A lot of tests show gas decreased to: 1-2% ➡️ For some tests gas cost increased, it'is related to: aurora-is-near/sputnikvm/pull/46 as it's requires additional NEAR storage read operation.