-
Notifications
You must be signed in to change notification settings - Fork 464
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cancun spec and config for mainnet (#6679)
- Loading branch information
1 parent
dc320a1
commit d1575b2
Showing
46 changed files
with
304 additions
and
221 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,20 @@ | ||
{ | ||
"Init" : { | ||
"ChainSpecPath" : "chainspec/base-goerli.json", | ||
"GenesisHash" : "0xa3ab140f15ea7f7443a4702da64c10314eb04d488e72974e02e2d728096b4f76", | ||
"BaseDbPath" : "nethermind_db/base-goerli", | ||
"LogFileName" : "base-goerli.logs.txt", | ||
"DisableGcOnNewPayload": false | ||
}, | ||
"Sync": { | ||
"NetworkingEnabled": false | ||
}, | ||
"JsonRpc" : { | ||
"Enabled" : true, | ||
"Port" : 8545, | ||
"EnginePort" : 8551 | ||
} | ||
"Init": { | ||
"ChainSpecPath": "chainspec/base-goerli.json", | ||
"GenesisHash": "0xa3ab140f15ea7f7443a4702da64c10314eb04d488e72974e02e2d728096b4f76", | ||
"BaseDbPath": "nethermind_db/base-goerli", | ||
"LogFileName": "base-goerli.logs.txt", | ||
"DisableGcOnNewPayload": false | ||
}, | ||
"TxPool": { | ||
"BlobsSupport": "Disabled" | ||
}, | ||
"Sync": { | ||
"NetworkingEnabled": false | ||
}, | ||
"JsonRpc": { | ||
"Enabled": true, | ||
"Port": 8545, | ||
"EnginePort": 8551 | ||
} | ||
} |
39 changes: 21 additions & 18 deletions
39
src/Nethermind/Nethermind.Runner/configs/base-goerli_archive.cfg
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,23 @@ | ||
{ | ||
"Init" : { | ||
"ChainSpecPath" : "chainspec/base-goerli.json", | ||
"GenesisHash" : "0xa3ab140f15ea7f7443a4702da64c10314eb04d488e72974e02e2d728096b4f76", | ||
"BaseDbPath" : "nethermind_db/base-goerli-archive", | ||
"LogFileName" : "base-goerli-archive.logs.txt", | ||
"DisableGcOnNewPayload": false | ||
}, | ||
"Sync": { | ||
"NetworkingEnabled": false | ||
}, | ||
"Pruning": { | ||
"Mode": "None" | ||
}, | ||
"JsonRpc" : { | ||
"Enabled" : true, | ||
"Port" : 8545, | ||
"EnginePort" : 8551 | ||
} | ||
"Init": { | ||
"ChainSpecPath": "chainspec/base-goerli.json", | ||
"GenesisHash": "0xa3ab140f15ea7f7443a4702da64c10314eb04d488e72974e02e2d728096b4f76", | ||
"BaseDbPath": "nethermind_db/base-goerli-archive", | ||
"LogFileName": "base-goerli-archive.logs.txt", | ||
"DisableGcOnNewPayload": false | ||
}, | ||
"TxPool": { | ||
"BlobsSupport": "Disabled" | ||
}, | ||
"Sync": { | ||
"NetworkingEnabled": false | ||
}, | ||
"Pruning": { | ||
"Mode": "None" | ||
}, | ||
"JsonRpc": { | ||
"Enabled": true, | ||
"Port": 8545, | ||
"EnginePort": 8551 | ||
} | ||
} |
33 changes: 18 additions & 15 deletions
33
src/Nethermind/Nethermind.Runner/configs/base-mainnet.cfg
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,20 @@ | ||
{ | ||
"Init" : { | ||
"ChainSpecPath" : "chainspec/base-mainnet.json", | ||
"GenesisHash" : "0xf712aa9241cc24369b143cf6dce85f0902a9731e70d66818a3a5845b296c73dd", | ||
"BaseDbPath" : "nethermind_db/base-mainnet", | ||
"LogFileName" : "base-mainnet.logs.txt", | ||
"DisableGcOnNewPayload": false | ||
}, | ||
"Sync": { | ||
"NetworkingEnabled": false | ||
}, | ||
"JsonRpc" : { | ||
"Enabled" : true, | ||
"Port" : 8545, | ||
"EnginePort" : 8551 | ||
} | ||
"Init": { | ||
"ChainSpecPath": "chainspec/base-mainnet.json", | ||
"GenesisHash": "0xf712aa9241cc24369b143cf6dce85f0902a9731e70d66818a3a5845b296c73dd", | ||
"BaseDbPath": "nethermind_db/base-mainnet", | ||
"LogFileName": "base-mainnet.logs.txt", | ||
"DisableGcOnNewPayload": false | ||
}, | ||
"TxPool": { | ||
"BlobsSupport": "Disabled" | ||
}, | ||
"Sync": { | ||
"NetworkingEnabled": false | ||
}, | ||
"JsonRpc": { | ||
"Enabled": true, | ||
"Port": 8545, | ||
"EnginePort": 8551 | ||
} | ||
} |
39 changes: 21 additions & 18 deletions
39
src/Nethermind/Nethermind.Runner/configs/base-mainnet_archive.cfg
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,23 @@ | ||
{ | ||
"Init" : { | ||
"ChainSpecPath" : "chainspec/base-mainnet.json", | ||
"GenesisHash" : "0xf712aa9241cc24369b143cf6dce85f0902a9731e70d66818a3a5845b296c73dd", | ||
"BaseDbPath" : "nethermind_db/base-mainnet-archive", | ||
"LogFileName" : "base-mainnet-archive.logs.txt", | ||
"DisableGcOnNewPayload": false | ||
}, | ||
"Sync": { | ||
"NetworkingEnabled": false | ||
}, | ||
"Pruning": { | ||
"Mode": "None" | ||
}, | ||
"JsonRpc" : { | ||
"Enabled" : true, | ||
"Port" : 8545, | ||
"EnginePort" : 8551 | ||
} | ||
"Init": { | ||
"ChainSpecPath": "chainspec/base-mainnet.json", | ||
"GenesisHash": "0xf712aa9241cc24369b143cf6dce85f0902a9731e70d66818a3a5845b296c73dd", | ||
"BaseDbPath": "nethermind_db/base-mainnet-archive", | ||
"LogFileName": "base-mainnet-archive.logs.txt", | ||
"DisableGcOnNewPayload": false | ||
}, | ||
"TxPool": { | ||
"BlobsSupport": "Disabled" | ||
}, | ||
"Sync": { | ||
"NetworkingEnabled": false | ||
}, | ||
"Pruning": { | ||
"Mode": "None" | ||
}, | ||
"JsonRpc": { | ||
"Enabled": true, | ||
"Port": 8545, | ||
"EnginePort": 8551 | ||
} | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,20 @@ | ||
{ | ||
"Init": { | ||
"ChainSpecPath" : "chainspec/base-sepolia.json", | ||
"GenesisHash" : "0x0dcc9e089e30b90ddfc55be9a37dd15bc551aeee999d2e2b51414c54eaf934e4", | ||
"BaseDbPath" : "nethermind_db/base-sepolia", | ||
"LogFileName" : "base-sepolia.logs.txt", | ||
"ChainSpecPath": "chainspec/base-sepolia.json", | ||
"GenesisHash": "0x0dcc9e089e30b90ddfc55be9a37dd15bc551aeee999d2e2b51414c54eaf934e4", | ||
"BaseDbPath": "nethermind_db/base-sepolia", | ||
"LogFileName": "base-sepolia.logs.txt", | ||
"DisableGcOnNewPayload": false | ||
}, | ||
"TxPool": { | ||
"BlobsSupport": "Disabled" | ||
}, | ||
"Sync": { | ||
"NetworkingEnabled": false | ||
}, | ||
"JsonRpc": { | ||
"Enabled" : true, | ||
"Port" : 8545, | ||
"EnginePort" : 8551 | ||
"Enabled": true, | ||
"Port": 8545, | ||
"EnginePort": 8551 | ||
} | ||
} |
17 changes: 10 additions & 7 deletions
17
src/Nethermind/Nethermind.Runner/configs/base-sepolia_archive.cfg
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,23 @@ | ||
{ | ||
"Init": { | ||
"ChainSpecPath" : "chainspec/base-sepolia.json", | ||
"GenesisHash" : "0x0dcc9e089e30b90ddfc55be9a37dd15bc551aeee999d2e2b51414c54eaf934e4", | ||
"BaseDbPath" : "nethermind_db/base-sepolia-archive", | ||
"LogFileName" : "base-sepolia-archive.logs.txt", | ||
"ChainSpecPath": "chainspec/base-sepolia.json", | ||
"GenesisHash": "0x0dcc9e089e30b90ddfc55be9a37dd15bc551aeee999d2e2b51414c54eaf934e4", | ||
"BaseDbPath": "nethermind_db/base-sepolia-archive", | ||
"LogFileName": "base-sepolia-archive.logs.txt", | ||
"DisableGcOnNewPayload": false | ||
}, | ||
"TxPool": { | ||
"BlobsSupport": "Disabled" | ||
}, | ||
"Sync": { | ||
"NetworkingEnabled": false | ||
}, | ||
"Pruning": { | ||
"Mode": "None" | ||
}, | ||
"JsonRpc": { | ||
"Enabled" : true, | ||
"Port" : 8545, | ||
"EnginePort" : 8551 | ||
"Enabled": true, | ||
"Port": 8545, | ||
"EnginePort": 8551 | ||
} | ||
} |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.