Skip to content

Commit

Permalink
updated todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Dec 5, 2023
1 parent e6ea937 commit 2fb0a4f
Showing 1 changed file with 20 additions and 24 deletions.
44 changes: 20 additions & 24 deletions chain/cosmos/TODO.go
Original file line number Diff line number Diff line change
@@ -1,26 +1,33 @@
package cosmos

// poad tx authz (fix to SDK v50)
// poad tx distribution [command]
// fund-community-pool Funds the community pool with the specified amount
// fund-validator-rewards-pool Fund the validator rewards pool with the specified amount
// set-withdraw-addr change the default withdraw address for rewards associated with an address
// withdraw-all-rewards withdraw all delegations rewards for a delegator
// withdraw-rewards

// poad tx slashing [command]
// unjail

// poad tx staking
// cancel-unbond Cancel unbonding delegation and delegate back to the validator
// create-validator create new validator initialized with a self-delegation to it
// delegate Delegate liquid tokens to a validator
// edit-validator edit an existing validator account
// redelegate Redelegate illiquid tokens from one validator to another
// unbond Unbond shares from a validator

// ---
// TODO:

// poad tx circuit
// Available Commands:
// authorize Authorize an account to trip the circuit breaker.
// disable disable a message from being executed

// poad tx crisis [command]
// Available Commands:
// invariant-broken

// poad tx decode
// poad tx decode [protobuf-byte-string]

// poad tx distribution [command]
// fund-community-pool Funds the community pool with the specified amount
// fund-validator-rewards-pool Fund the validator rewards pool with the specified amount
// set-withdraw-addr change the default withdraw address for rewards associated with an address
// withdraw-all-rewards withdraw all delegations rewards for a delegator
// withdraw-rewards

// poad tx encode [file]

// poad tx feegrant [command]
Expand All @@ -36,17 +43,6 @@ package cosmos
// vote Vote for an active proposal, options: yes/no/no_with_veto/abstain
// weighted-vote

// poad tx slashing [command]
// unjail

// poad tx staking
// cancel-unbond Cancel unbonding delegation and delegate back to the validator
// create-validator create new validator initialized with a self-delegation to it
// delegate Delegate liquid tokens to a validator
// edit-validator edit an existing validator account
// redelegate Redelegate illiquid tokens from one validator to another
// unbond Unbond shares from a validator

// poad tx upgrade [command]
// cancel-software-upgrade Cancel the current software upgrade proposal
// software-upgrade
Expand Down

0 comments on commit 2fb0a4f

Please sign in to comment.