-
Notifications
You must be signed in to change notification settings - Fork 391
feat: Remove batcher_url parameter + better network parameter
#1730
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 18 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
d55f58e
remove NetworkArg type
PatStiles bd1139b
add lock
PatStiles bab051a
pass by copy
PatStiles 8c4049a
remove need for ValueEnum
PatStiles a289328
fmt + clippy
PatStiles 82fa721
move values to constants
PatStiles 510f6e2
add custom network arg
PatStiles 9b2d37b
fmt
PatStiles a320ab0
change error messages
PatStiles 587a5fa
enforce custom in right place + fix
PatStiles 1a4ef29
remove clap from cargo.toml
PatStiles 0ac4db3
deprecate batcher_url
PatStiles c765ecf
deprecate more
PatStiles 2f6da7c
feat: better implementation of this pr
uri-99 0dab9a1
Merge branch 'staging' into feat/deprecate-batcher-url
uri-99 ec9685d
chore: cargo fmt
uri-99 9da8dcc
feat: migrate rust task sender
uri-99 5873fa4
chore: docs
uri-99 ceafba5
chore: cargo fmt
uri-99 ab87086
chore: cargo clippy
uri-99 51f576a
chore: add error failure on CI
uri-99 79a3b8a
chore: fix comment
uri-99 d7dc1c1
fix: debugging error in CI
uri-99 ce35d41
fix(wip): print .json contents
uri-99 f05869e
fix: prints
uri-99 1c3b245
fix: revert CI changes, they are in another pr
uri-99 8e582ca
Merge branch 'pull_fixes_testnet_17_01' into feat/deprecate-batcher-url
uri-99 5d32849
fix: docs
uri-99 5447237
chore: cargo fmt
uri-99 00a252c
fix: batcher urls
JuArce cc84f6e
fix: missing new line
JuArce 5bd5fb9
fix: remove mix.lock changes
JuArce 5a5447c
fix: remove mix.lock changes
JuArce 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
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 |
|---|---|---|
|
|
@@ -24,4 +24,4 @@ url = "2.5.0" | |
| hex = "0.4.3" | ||
| ciborium = "=0.2.2" | ||
| serde_repr = "0.1.19" | ||
| dialoguer = "0.11.0" | ||
| dialoguer = "0.11.0" | ||
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.
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.