cosmos-sdk/docs/PRIORITIES.md

1.6 KiB

High priority

Fees

  • Collection
    • Simple flat fee set in-config by validators & full nodes - ref #1921
  • Distribution
    • "Piggy bank" fee distribution - ref #1944 (spec)
  • Reserve pool
    • Collects in a special field for now, no spending

Governance v2

  • Simple software upgrade proposals
    • Implementation described in #1079
    • Agree upon a block height to switch to new version

Staking/Slashing/Stability

Vesting

  • Single VestingAccount allowing delegation/voting but no withdrawals
  • Ref #1875 (spec)

Multisig

  • Already implemented on TM side, need simple CLI interface

Other

  • Need to update for new ABCI changes - error string, tags are list of lists, proposer in header (Tendermint 0.24?)

Gas

  • Benchmark gas, choose better constants

Lower priority

Governance

  • Circuit breaker
  • Parameter change proposals (roughly the same implementation as circuit breaker)

Documentation

  • gaiad / gaiacli / gaialite documentation!