-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Add CLI to get stake minimum delegation #26645
Add CLI to get stake minimum delegation #26645
Conversation
a8ecbb4
to
3c7c6b7
Compare
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.
lgtm, thanks!
should we also hook this up to solana delegate-stake
and fail too small delegation attempts client-side so the user sees something nicer than some TransactionError
? separate PR ofc
Good idea. I've created issue #26695 to track this. |
49c3e32
to
6dab81c
Compare
Rebased now that #26697 has been merged. Updated to use commitment. |
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.
Thanks! lgtm
Problem
There is not a way to query the stake minimum delegation from the CLI.
Summary of Changes
Add a new "stake-minimum-delegation" command.
Fixes #25202