cosmos-sdk/docs/PRIORITIES.md

2.1 KiB
Raw Blame History

Fees

  • Collection
    • Gas price based on parameter
    • (which gets changed automatically)
    • Per block gas usage as %
    • Windowing function
      • Block N,
      • For Block N-x ~ N, get average of %
    • Should take into account time.
    • Standard for querying this price // needs to be used by UX.
  • Distribution
    • MVP: 1 week, 1 week for testing.

Governance v2

Slashing/Stability

Vesting

  • 24 accounts with NLocktime
  • “No funds can be transferred before timelock”
  • New atoms and such can be withdrawn right way
  • Requires being able to send fees and inflation to new account

Multisig

  • Make it work with Cli
  • ADR

Reserve Pool

  • No withdrawing from it at launch

Other:

  • Need to update for NextValidatorSet - need to upgrade SDK for it
  • Need to update for new ABCI changes - error string, tags are list of lists, proposer in header
  • Inflation ?

Gas

  • Calculate gas

Reward proposer

  • Requires tendermint changes

Lower priority

Circuit Breaker

  • Kinda needed for enabling txs.

Governance proposal changes

  • V2 is parameter changes

Slashing/Stability

  • tendermint evidence: we dont yet slash byzantine signatures (signing at all) when not bonded.