-
Notifications
You must be signed in to change notification settings - Fork 391
feat(cli): Price Estimates in Aligned CLI #1577
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 7 commits
Commits
Show all changes
80 commits
Select commit
Hold shift + click to select a range
c857a56
add price estimate as submission fee mechanism
PatStiles 6040beb
rm error
PatStiles 2e17db3
fmt
PatStiles 4811db3
change name per cmts in #1558
PatStiles 9e19acb
comment nit
PatStiles 7c2d8f9
remove unneeded println
PatStiles d9c6b65
help section for cli command + prompt correct usage in errors
PatStiles b1c1f19
update doc comment
PatStiles ad91ac6
return error if user specifies both fee arguments are specified
PatStiles 5f9d344
print max_fee in ethers
PatStiles c2742ff
doc changes
PatStiles 233004f
adjust fee estime with respect to gas percentage bump in batcher + fmt
PatStiles dccfbbf
max_fee => max_fee_wei
PatStiles 196056b
nit: types.rs network -> price estimate
PatStiles d0a99e0
use mutual exclusive args + fmting + fmt
PatStiles 33b1044
remove unneeded TryFrom
PatStiles 8cae2c9
cmt nits
PatStiles 4e23678
make cases explicit instead of fun
PatStiles c481a00
Merge branch 'staging' into feat/sdk-pricing
PatStiles ac8e5b3
clippy
PatStiles 620384b
docs + cmts + made function name more specific
PatStiles dcd00a1
clippy
PatStiles 4482459
marcos comments
PatStiles 4ffab99
marcos comments
PatStiles ff5ff80
fmt
PatStiles 430b989
address Uri's comments + clippy + fmt
PatStiles 61ab98c
nit
PatStiles e03f75a
missing name change
PatStiles 170f3a3
gaston's comments
PatStiles f8d8308
naming nit
PatStiles ad111db
can variable names for price in DepositToBatcher that got mixed in me…
PatStiles 13efe4d
change to 10
PatStiles d1e4c9e
uri's comments + nits + naming changes
PatStiles 590c7d5
add back tests
PatStiles 543c055
clippy
PatStiles 5471636
fmt
PatStiles 495787a
fix tests
PatStiles 17c3ba8
feat: better msg
uri-99 252f8a6
revert constant as per Mauro's request
PatStiles caf344b
chore: cargo fmt
uri-99 bf8bdb1
gaston's comments
PatStiles 24c7840
Merge branch 'staging' into feat/sdk-pricing
uri-99 23ec4be
fix: error types and comment
uri-99 cdadb70
docs: add to CLI docs, and better --help info
uri-99 6921c5e
chore: cargo fmt
uri-99 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 4e05916
Merge branch 'feat/deprecate-batcher-url' into feat/sdk-pricing
uri-99 beef3cf
chore: cargo fmt
uri-99 2176004
Merge branch 'staging' into feat/sdk-pricing
uri-99 aca5e7d
fix: comment
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
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.