klaytn / rosetta-klaytn

Apache License 2.0
4 stars 6 forks source link

Improve performance when get block api #92

Closed jimni1222 closed 2 years ago

jimni1222 commented 2 years ago

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.

jimni1222 commented 2 years ago

related to https://github.com/klaytn/rosetta-klaytn/pull/92