futureversecom / trn-seed

Implementation of The Root Network node in Rust, based on the Substrate framework.

Home Page:https://www.therootnetwork.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

More accurate gas-to-weight mapping

justinfrevert opened this issue · comments

As an EVM chain with a scaling focus, we should have high accuracy regarding the amount of gas that is used for computation and how that maps to our weight units.

We should improve the gas to weight ratio through the evm runner_execute benchmark. We'd probably need to fork the benchmark and change some things to get it working.