-
Notifications
You must be signed in to change notification settings - Fork 81
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
TmpNet on Local Networks #2576
Open
felipemadero
wants to merge
61
commits into
main
Choose a base branch
from
localnetworks-tmpnet
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+2,093
−1,223
Open
TmpNet on Local Networks #2576
Changes from all commits
Commits
Show all changes
61 commits
Select commit
Hold shift + click to select a range
6212ea6
start/stop/clean start working for basic local network
felipemadero d1f3bfa
add missing files
felipemadero f73096e
goimports
felipemadero dd8dc6f
move network load and stop inside tmpnet file
felipemadero bda1f25
improve bootstrapping status check and have better names for localnet…
felipemadero 7199092
centralize tmpnet usage. fix status partially
felipemadero dd63037
make network start to use given avalanchego
felipemadero 813576f
some refactors
felipemadero fc5e164
more refactoring
felipemadero af21cc2
cleanup
felipemadero bb2ac3e
refactor
felipemadero 4325c48
preparing to work on track
felipemadero a695bbe
move blockchain boostrapping check to tmpnet
felipemadero 4acc692
added blockchain config stuff
felipemadero 0ce9210
saving RPCs into sidecar
felipemadero a70da78
local network non sovereign flow kind of migrated
felipemadero ad4f1ff
add missing file
felipemadero 7444466
adding health info to status
felipemadero b64cdb8
fixed output
felipemadero fe1eb4a
lint
felipemadero db4c51a
Merge branch 'main' into localnetworks-tmpnet
felipemadero 75979a0
fix go.mod
felipemadero 0f176b7
fix licenses
felipemadero 36d24d3
make clean to not fail if no network up
felipemadero af05ddc
add wait before setting aliases
felipemadero 1fd0cf6
only set aliases on validators
felipemadero 1359373
improve alias and bootstrap check functions to base on subnet id
felipemadero cd0403f
rm debugging print
felipemadero 2e37069
fix for a e2e
felipemadero 30ba489
fix more e2e
felipemadero a6f646c
more fixes
felipemadero 4b9decd
e2e fix attempt
felipemadero c92b06c
fixes to pass e2e
felipemadero 9643615
Merge branch 'main' into localnetworks-tmpnet
felipemadero e3a8167
use GetApp() on all tests
felipemadero bcc9da2
add some comments
felipemadero 09f64c0
move helpers to application
felipemadero 73a1923
fix uris inside tmpnet wrapper
felipemadero d2649a1
add some comments
felipemadero 8890fc2
avoid using latest on network restart
felipemadero ef631cb
nit
felipemadero 556a5e8
e2e
felipemadero 24bf438
fix e2e
felipemadero 122a407
Merge branch 'main' into localnetworks-tmpnet
felipemadero d747773
chore: Update MD files [skip ci]
github-actions[bot] 7c2e083
empty
felipemadero 4783abf
chore: Update MD files [skip ci]
github-actions[bot] 95a8945
e2e
felipemadero 2b64943
nit
felipemadero 6491307
chore: Update MD files [skip ci]
github-actions[bot] 2574c63
chore: Update MD files [skip ci]
github-actions[bot] e780fbd
use fixed ANR
felipemadero a54d24d
chore: Update MD files [skip ci]
github-actions[bot] 2629409
more fixes
felipemadero 6d12f30
chore: Update MD files [skip ci]
github-actions[bot] 3eff6bb
add back script
felipemadero 8c79370
chore: Update MD files [skip ci]
github-actions[bot] c8ed136
Merge branch 'main' into localnetworks-tmpnet
felipemadero 463ed92
reformatting and comments
felipemadero c8d3eef
Update cmd/networkcmd/start.go
felipemadero 57d5581
address PR comment
felipemadero 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 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
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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Currently on main, if network clean is successful it prints out
We should print out something if clean is successful.