piplabs / story

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

Stake CLI unstake-on-behalf failed with `PubKeyVerifier: Invalid pubkey length` #351

Open jacqueline-57b opened 3 weeks ago

jacqueline-57b commented 3 weeks ago

Description and context

Stake CLI unstake-on-behalf failed with PubKeyVerifier: Invalid pubkey length

Steps to reproduce

  1. Stake CLI unstake-on-behalf with delegator-pubkey, validator-pubkey delegator-pubkey and validator-pubkey are hex-encoded compressed 33-byte secp256k1 public key

Experienced behavior

unstake-on-behalf failed with PubKeyVerifier: Invalid pubkey length

Expected behavior

unstake-on-behalf transaction should be successful.

Solution recommendation