Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Process configchange event to record minimum gas price and gas parameters #186

Closed
Tracked by #279
arhag opened this issue Jan 23, 2024 · 0 comments · Fixed by #190
Closed
Tracked by #279

Process configchange event to record minimum gas price and gas parameters #186

arhag opened this issue Jan 23, 2024 · 0 comments · Fixed by #190
Assignees

Comments

@arhag
Copy link
Member

arhag commented Jan 23, 2024

Depends on eosnetworkfoundation/eos-evm-contract#679 and eosnetworkfoundation/silkworm#121.

Capture the config change event (see eosnetworkfoundation/eos-evm-contract#679) and store data provided in event (minimum gas price and the five gas parameters) in data associated to each block (mechanism in eosnetworkfoundation/silkworm#121). Do not use those stored values for anything right now. Just use them to verify that the minimum gas price provided in the config change event changes appropriately and is handled properly with forking changes.

Update integration test to verify the node properly processed blocks with a configchange event.

@github-project-automation github-project-automation bot moved this to Todo in EOS EVM Jan 23, 2024
@arhag arhag changed the title Process configchange event to record minimum gas price Process configchange event to record minimum gas price and gas parameters Jan 24, 2024
@stephenpdeos stephenpdeos assigned taokayan and unassigned yarkinwho Feb 14, 2024
@iamphoumin852 iamphoumin852 moved this from Todo to In Progress in EOS EVM Feb 15, 2024
@stephenpdeos stephenpdeos assigned yarkinwho and unassigned taokayan Feb 16, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in EOS EVM Mar 20, 2024
@stephenpdeos stephenpdeos added this to the EVM Node 1.0.0-rc1 milestone May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
5 participants