piplabs / story

Official repo for the Story L1 consensus client, contracts, and associated tooling.
GNU General Public License v3.0
38 stars 26 forks source link

wrong flag --unstake in the validator doc for Unstake and Unstake-on-behalf #361

Open card3 opened 1 week ago

card3 commented 1 week ago

Description and context

the flag prarameter "--unstake" from the doc https://docs.story.foundation/docs/odyssey-validator-operations is wrong.

Steps to reproduce

  1. ./story validator unstake --validator-pubkey ${VALIDATOR_PUB_KEY_IN_HEX} --unstake ${AMOUNT_TO_UNSTAKE_IN_WEI}

Experienced behavior

Fatal error occurred, app died️ unexpectedly !! err="unknown flag: --unstake"

Expected behavior

command run as expected.

Solution recommendation

correct the documentation for both Unstake and Unstake-on-behalf.

0xHansLee commented 6 days ago

Will be resolved in #368