-
Notifications
You must be signed in to change notification settings - Fork 20
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
chore: propose gas limit #2901
chore: propose gas limit #2901
Conversation
cdeb953
to
73cf28b
Compare
59a0f92
to
2e34488
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you also need to modify struct in evm, because it will not work. I would suggest to sync with @JakubFornadel because there will be a lot of conflicts
6b6eeed
to
63a23ca
Compare
Yes, my plan is to rebase this once Jakub's PR is merged to develop since we have similar changes |
7eb7deb
to
41cb518
Compare
41cb518
to
e6cc1b3
Compare
e6cc1b3
to
2bc913f
Compare
prnet cleaned-up successfully |
Increasing gas limit on cornus HF on mainnet
Introducing configurable propose gas limits which limits the gas limit of blocks being proposed. This allows increasing the actual dag blocks limit/size without a need for a consensus change/HF
Taraxa-project/taraxa-evm#258