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

[AuRa] Implement blockGasLimitContract #7151

Closed
yperbasis opened this issue Mar 21, 2023 · 1 comment · Fixed by #7727
Closed

[AuRa] Implement blockGasLimitContract #7151

yperbasis opened this issue Mar 21, 2023 · 1 comment · Fixed by #7727
Assignees
Labels
gnosis Gnosis Chain

Comments

@yperbasis
Copy link
Member

yperbasis commented Mar 21, 2023

We don't currently implement AuRa's custom blockGasLimitContract, but Chiado and other Gnosis test networks use it (search for BlockGasLimitContractTransitions). Because of this the following issue occurred on gnosis_withdrawals_devnet_2 (PR #7150):

[DBUG] [03-21|09:24:12.652] [downloader] Verification failed for header hash=0xc693c0481d4c890d7a4d252171f23e035704b44d2169a176b2ca34c95664707d height=1 err="invalid gas limit: have 12500000, want 10000000 +-= 9764"
@yperbasis yperbasis added the gnosis Gnosis Chain label Mar 21, 2023
@github-actions
Copy link

github-actions bot commented May 1, 2023

This issue is stale because it has been open for 40 days with no activity. Remove stale label or comment, or this will be closed in 7 days.

@github-actions github-actions bot added the Stale label May 1, 2023
@yperbasis yperbasis removed the Stale label May 1, 2023
yperbasis added a commit that referenced this issue May 23, 2023
Dirty hack to fix Chiado until #7151 is properly implemented. Should fix
the following error:
```
[WARN] [05-23|17:07:39.303] Verification failed for header           hash=0x4eee718e5958a862746ea9a9531a16e6a404698d3a0e8120e8aff743b9f1e0a2 height=1 err="invalid gas limit: have 12500000, want 10000000 +-= 9764"
```
@yperbasis yperbasis linked a pull request Jun 19, 2023 that will close this issue
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 a pull request may close this issue.

2 participants