feat: devnet examples for ant-gui E2E testing#29
Closed
Nic-dorman wants to merge 2 commits intomainfrom
Closed
Conversation
- Updated start-local-devnet: 25 nodes (was 5), writes manifest to ant-gui config dir, 8MB thread stack for Windows, cleanup on Ctrl+C - New start-devnet-sepolia: 25 nodes with ArbitrumSepoliaTest EVM, uses existing deployed Sepolia contracts, writes manifest for GUI Both examples write devnet-manifest.json that ant-gui auto-detects on startup to configure bootstrap peers and EVM contract addresses. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
Author
|
Closing — writing the manifest to ant-gui's config dir couples ant-core to a specific GUI app. Moving to a shared manifest location in ant-core's data directory instead (see WithAutonomi/ant-ui for the consumer-side PR). |
4 tasks
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.
Summary
start-local-devnet: 25 nodes (was 5), writes manifest to ant-gui config dir, 8MB thread stack for Windows, cleanup on Ctrl+Cstart-devnet-sepolia: 25 nodes withArbitrumSepoliaTestEVM, uses existing deployed Sepolia contractsBoth examples write
devnet-manifest.jsonto~/.config/autonomi/ant-gui/that ant-gui auto-detects on startup.Usage
Test plan
start-local-devnetstarts 25 nodes + Anvil, manifest writtenstart-devnet-sepoliastarts 25 nodes on Sepolia, manifest written🤖 Generated with Claude Code