I tried to improve performance when parsing the block in rosetta-klaytn.
And during that process, i found that related with baseFee logic was kinda not working well.
I should figure out more detail why this didn't work, but before calling calculateGas function get baseFee first and then send that as a parameter helps to improve.
I tried to improve performance when parsing the block in rosetta-klaytn.
And during that process, i found that related with baseFee logic was kinda not working well. I should figure out more detail why this didn't work, but before calling calculateGas function get baseFee first and then send that as a parameter helps to improve.
This branch is on https://github.com/klaytn/rosetta-klaytn/pull/86, so you can see this commit separately what i did in this PR.