This repository has been archived by the owner on Jul 27, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Problem (Fix #1621): Can't deposit into other's new staking address Solution: - Remove the restriction from client network ops code - Add check and double confirmation in client-cli Problem (#1483): client-rpc library and server dependencies are mixed Solution: - Seperate them, less dependencies in client-rpc library Problem (Fix #1313): light client doesn't verify the fetched staking … …state Solution: - Add staking_root in sync state - Remove the "account" path in favor of the new "staking" path - Client staking state command add wallet name parameter, and verify staking state and proof against the trusted staking_root in sync state - Need to sync wallet before fetching the new staking state now.
- Loading branch information