chore(testing): allow PoL deployment over devnet#2842
Closed
Conversation
b88de2f to
1444470
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2842 +/- ##
==========================================
- Coverage 62.73% 62.72% -0.01%
==========================================
Files 353 353
Lines 16943 16973 +30
==========================================
+ Hits 10629 10647 +18
- Misses 5464 5472 +8
- Partials 850 854 +4
🚀 New features to boost your workflow:
|
abi87
commented
Jul 8, 2025
| --rm -v $(PWD)/${TESTAPP_FILES_DIR}:/${TESTAPP_FILES_DIR} \ | ||
| -v $(PWD)/.tmp:/.tmp \ | ||
| ghcr.io/berachain/bera-geth:latest \ | ||
| --miner.gasprice 1 \ |
Contributor
Author
There was a problem hiding this comment.
even setting this to 10 makes some PoL related txs fail
abi87
commented
Jul 8, 2025
| "nonce": "0x1", | ||
| "code": "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe03601600081602082378035828234f58015156039578182fd5b8082525050506014600cf3" | ||
| }, | ||
| "0xcA11bde05977b3631167028862bE2a173976CA11": { |
Contributor
Author
There was a problem hiding this comment.
copied from eth-genesis.json of both mainnet and bepolia
abi87
commented
Jul 9, 2025
Comment on lines
+76
to
+79
| --ws \ | ||
| --ws.port 8546 \ | ||
| --ws.addr 0.0.0.0 \ | ||
| --ws.api eth,net,txpool |
Contributor
Author
There was a problem hiding this comment.
needed to run distributeFor bot.
Not yet the minimal configuration
Contributor
|
Implemented outside of beaconkit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR allows to unlock PoL smart contracts deployment over devnet. What it does is
eth-genesis.jsonwhich are instead duly included in mainnet and bepoliaminer.gaspriceotherwise some of the txs to deploy PoL are too small to be included in a block. Reth has no such an issue. cc @camemberaSetDepositStorageis modified to add operator keys to genesis. Validators public keys are reused for the time beingmake start-devnet). The important point is to match the distributor contract ingenesis.json.tmpl