Skip to content

Commit

Permalink
WIP of todos
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Dec 2, 2023
1 parent c57a3c5 commit 46c1c39
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions chain/cosmos/TODO.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
package cosmos

// poad tx authz (fix to SDK v50)

// 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]
// grant Grant Fee allowance to an address
// revoke

// poad tx gov [command]
// cancel-proposal Cancel governance proposal before the voting period ends. Must be signed by the proposal creator.
// deposit Deposit tokens for an active proposal
// draft-proposal Generate a draft proposal json file. The generated proposal json contains only one message (skeleton).
// submit-legacy-proposal Submit a legacy proposal along with an initial deposit
// submit-proposal Submit a proposal along with some messages, metadata and deposit
// 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

// poad tx vesting [command]
// create-periodic-vesting-account Create a new vesting account funded with an allocation of tokens.
// create-permanent-locked-account Create a new permanently locked account funded with an allocation of tokens.
// create-vesting-account

0 comments on commit 46c1c39

Please sign in to comment.