-
Notifications
You must be signed in to change notification settings - Fork 1k
Remove speculative context #4953
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
base: main
Are you sure you want to change the base?
Conversation
🧪 CI InsightsHere's what we observed from your CI run for 51fd175. 🟢 All jobs passed!But CI Insights is watching 👀 |
05e0230 to
ec5d786
Compare
| .subcommand(QueryEffNativeSupply::def().display_order(5)) | ||
| .subcommand(QueryStakingRewardsRate::def().display_order(5)) | ||
| // Actions | ||
| .subcommand(ShieldedSync::def().display_order(6)) |
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.
can we bring back the standalone shielded sync command?
| || fst_arg.as_ref() == "unshield" | ||
| || fst_arg.as_ref() == "ibc-transfer" | ||
| || fst_arg.as_ref() == "balance" | ||
| || fst_arg.as_ref() == "estimate-shielding-rewards" |
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.
| || fst_arg.as_ref() == "estimate-shielding-rewards" | |
| || fst_arg.as_ref() == "estimate-shielding-rewards" | |
| || fst_arg.as_ref() == "osmosis-swap" |
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.
pls make sure that the osmosis_xcs e2e test is still working. it's not running in CI because it takes a really long time to finish. you need gaiad, osmosisd and hermes in your $PATH
Describe your changes
Closes #4074.
Removes the speculative shielded context and the
shielded-synccli command. The shielded-sync operations is now embedded directly in the cli commands that need it:Checklist before merging
breaking::labelsnamada-docsreponamada-indexerornamada-masp-indexer, a corresponding PR is opened in that repo