forked from taikoxyz/taiko-mono
-
Notifications
You must be signed in to change notification settings - Fork 2
Add NMC configuration for integration tests #245
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
Merged
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
eb0def7
Add NMC configuration for integration tests
jmadibekov 71d7891
Update taiko-client test workflow to include l2_nmc execution node
jmadibekov d7e10ca
Update error handling in proposer tests for L2_NODE environment to pa…
jmadibekov 3cdde8b
Update the hardcoded error string to include NMC
jmadibekov 63e91c0
Update chain syncer tests to use PendingNonceAt for nonce retrieval
jmadibekov bd0bd04
Disable fail-fast in test workflow strategy
jmadibekov 8feefe9
Revert "Update chain syncer tests to use PendingNonceAt for nonce ret…
jmadibekov 195d9e5
Update l2_nmc Docker image to the latest master version
jmadibekov e312e64
Update l2_nmc Docker image to version master-32dc74a and modify chain…
jmadibekov 47cca93
Add synchronization check for txpool in forkTo method for l2_nmc
jmadibekov 3dc7d8b
Update l2_nmc Docker image to taiko-shasta-13-01-2026
jmadibekov 819f151
Update to use new RPC
jmadibekov 50497c3
Remove extra comment
jmadibekov 18eba9a
Update to use new RPC
jmadibekov e2eb7ce
Update l2_nmc Docker image to taiko-shasta-19-01-2026
jmadibekov 9a5b469
Update l2_nmc Docker image to use the latest master version
jmadibekov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
353 changes: 353 additions & 0 deletions
353
packages/taiko-client/internal/docker/nodes/nmc/chainspec/taiko-devnet.template.json
Large diffs are not rendered by default.
Oops, something went wrong.
40 changes: 40 additions & 0 deletions
40
packages/taiko-client/internal/docker/nodes/nmc/taiko-devnet.cfg
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,40 @@ | ||
| { | ||
| "Init": { | ||
| "ChainSpecPath": "/nethermind/configs/chainspec/taiko-devnet.json", | ||
| "BaseDbPath": "/nethermind/data/taiko-devnet", | ||
| "LogFileName": "taiko-devnet.log", | ||
| "IsMining": false, | ||
| "DiscoveryEnabled": false | ||
| }, | ||
| "TxPool": { | ||
| "Size": 2048, | ||
| "BlobsSupport": "Disabled" | ||
| }, | ||
| "Sync": { | ||
| "FastSync": false, | ||
| "SnapSync": false, | ||
| "PivotNumber": 0 | ||
| }, | ||
| "Pruning": { | ||
| "Mode": "None" | ||
| }, | ||
| "JsonRpc": { | ||
| "Enabled": true, | ||
| "Host": "0.0.0.0", | ||
| "Port": 8545, | ||
| "WebSocketsPort": 8546, | ||
| "EngineHost": "0.0.0.0", | ||
| "EnginePort": 8551, | ||
| "EngineEnabledModules": ["engine"], | ||
| "JwtSecretFile": "/host/jwt.hex", | ||
| "EnabledModules": ["eth", "net", "web3", "txpool", "debug", "taiko", "admin", "subscribe"] | ||
| }, | ||
| "Network": { | ||
| "DiscoveryPort": 30303, | ||
| "P2PPort": 30303 | ||
| }, | ||
| "Metrics": { | ||
| "NodeName": "Taiko Devnet NMC" | ||
| } | ||
| } | ||
|
|
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.