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

Block Gas limit contract integration for Chiado #7727

Merged
merged 14 commits into from
Jun 19, 2023

Conversation

somnathb1
Copy link
Contributor

Changes summary:

  • Continue with the gasLimit check skip in verifyHeader of merge.go for unless pre-merge block and blockGasLimitContract present
  • Refactor aura.go a bit
  • Have sysCall method customized to be able to call state (contract) at a parent (or any other) header state

@yperbasis yperbasis added the gnosis Gnosis Chain label Jun 13, 2023
DEV_CHAIN.md Show resolved Hide resolved
cmd/state/exec3/state.go Outdated Show resolved Hide resolved
@somnathb1 somnathb1 requested a review from yperbasis June 16, 2023 14:00
@somnathb1 somnathb1 changed the title [WIP] Block Gas limit contract integration for Chiado Block Gas limit contract integration for Chiado Jun 16, 2023
consensus/merge/merge.go Outdated Show resolved Hide resolved
@yperbasis yperbasis linked an issue Jun 19, 2023 that may be closed by this pull request
@somnathb1 somnathb1 merged commit 7123114 into erigontech:devel Jun 19, 2023
yperbasis added a commit that referenced this pull request Jul 14, 2023
Fix an issue with historical block execution introduced by PR #7727
AlexeyAkhunov pushed a commit that referenced this pull request Jul 14, 2023
Fix an issue with historical block execution introduced by PR #7727
zzir pushed a commit to zzir/erigon that referenced this pull request Jul 17, 2023
Fix an issue with historical block execution introduced by PR erigontech#7727
AskAlexSharov pushed a commit that referenced this pull request Sep 6, 2023
Changes summary:
- Continue with the gasLimit check skip in ``verifyHeader`` of
``merge.go`` for unless pre-merge block and blockGasLimitContract
present
- Refactor ``aura.go`` a bit
- Have ``sysCall`` method customized to be able to call state (contract)
at a parent (or any other) header state
AskAlexSharov pushed a commit that referenced this pull request Sep 6, 2023
Fix an issue with historical block execution introduced by PR #7727
wmitsuda added a commit that referenced this pull request Sep 21, 2023
commit 89c766a
Author: Willian Mitsuda <[email protected]>
Date:   Fri Sep 8 03:03:47 2023 -0300

    First ots2 prototype

commit 674b77f
Author: ledgerwatch <[email protected]>
Date:   Fri Jul 14 09:15:22 2023 +0100

    Bump patch version in stable to v2.48.1 (#7895)

    Co-authored-by: Alex Sharp <[email protected]>

commit 4c461ac
Author: Andrew Ashikhmin <[email protected]>
Date:   Fri Jul 14 09:15:15 2023 +0200

    Fix Gnosis sync from scratch (#7890)

    Fix an issue with historical block execution introduced by PR #7727

commit 084acc1
Author: Alex Sharp <[email protected]>
Date:   Fri Jun 30 16:19:29 2023 +0100

    Stable modifications
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gnosis Gnosis Chain
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[AuRa] Implement blockGasLimitContract
2 participants