Skip to content
This repository was archived by the owner on Aug 13, 2024. It is now read-only.

Improve performance when get block api #92

Merged
merged 1 commit into from
May 23, 2022
Merged

Improve performance when get block api #92

merged 1 commit into from
May 23, 2022

Conversation

jimni1222
Copy link
Contributor

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 #86, so you can see this commit separately what i did in this PR.

@jimni1222 jimni1222 requested a review from aeharvlee May 20, 2022 14:11
@jimni1222 jimni1222 self-assigned this May 20, 2022
@jimni1222 jimni1222 changed the title Performance Improve performance when get block api May 23, 2022
@jimni1222 jimni1222 merged commit 09c7341 into klaytn:dev May 23, 2022
@jimni1222
Copy link
Contributor Author

related to #92

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants