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: change the logic of gas cost calculation in silo mode #854

Closed aleksuss closed 11 months ago

aleksuss commented 11 months ago

Description

The PR changes the logic of gas calculation in Silo mode. Fixed gas cost has been replaced with a fixed amount of gas per transaction.

Performance / NEAR gas cost considerations

There are no changes related to performance.

Testing

Corresponding tests have been added.