-
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 9116705. ✅ Passed Jobs With Interesting Signals
|
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?
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.
Dropped the commit that removed this command, it's back now, I will also update the docs
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.
Done in namada-net/namada-docs@fcdb251
51fd175 to
9116705
Compare
|
oh one thing this might "break" is ctrl+c after running the implicit shielded sync, because it installs a SIGINT handler that overrides the default handler. if an rpc is hanging, we might not be able to ctrl+c out of namadac |
Right, I think we could fix this in two ways:
I've added the |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
@grarco I kinda like the first option, despite it being a bit hacky; from |
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