cosmos-sdk/docs/PRIORITIES.md

47 lines
1.6 KiB
Markdown
Raw Normal View History

2018-10-03 08:27:59 -07:00
# Post-0.25/GoS Pre-Release
2018-07-31 12:43:02 -07:00
2018-08-08 12:55:23 -07:00
## Staking/Slashing/Stability
2018-08-15 02:57:11 -07:00
2018-08-28 11:13:21 -07:00
- Other slashing issues blocking for launch - [#1256](https://github.com/cosmos/cosmos-sdk/issues/1256)
2018-08-15 02:57:11 -07:00
- Miscellaneous minor staking issues
- [List here](https://github.com/cosmos/cosmos-sdk/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3Astaking+label%3Aprelaunch)
2018-08-28 11:13:21 -07:00
- Need to figure out scope of work here to estimate time
- @rigelrozanski to start next
2018-10-03 08:27:59 -07:00
- Consider "tombstone" / "prison" - double-sign and you can never validate again - https://github.com/cosmos/cosmos-sdk/issues/2363
2018-07-31 12:43:02 -07:00
## Multisig
2018-10-03 08:27:59 -07:00
- Need to test changes in https://github.com/cosmos/cosmos-sdk/pull/2165
- Spam prevention - https://github.com/cosmos/cosmos-sdk/issues/2019
2018-08-15 02:57:11 -07:00
2018-08-28 11:13:21 -07:00
## ABCI Changes
2018-07-31 12:43:02 -07:00
2018-10-03 08:27:59 -07:00
- Need to update for new ABCI changes when/if they land - error string, tags are list of lists
- Need to verify correct proposer reward semantics
- CheckEvidence/DeliverEvidence, CheckTx/DeliverTx ordering semantics
2018-07-31 12:43:02 -07:00
## Gas
2018-10-03 08:27:59 -07:00
- Charge for transaction size
- Decide what "one gas" corresponds to (standard hardware benchmarks?)
- More benchmarking
- Consider charging based on maximum depth of IAVL tree iteration
- Test out gas estimation in CLI and LCD and ensure the UX works
2018-08-28 11:13:21 -07:00
## LCD
2018-10-03 08:27:59 -07:00
- Bianje working on implementation of ICS standards
2018-08-28 11:13:21 -07:00
- Additional PR incoming for ICS 22 and ICS 23
2018-10-03 08:27:59 -07:00
- Decide what ought to be ICS-standardized and what ought not to
2018-07-31 12:43:02 -07:00
# Lower priority
2018-08-28 11:13:21 -07:00
## Governance v2
2018-07-31 12:43:02 -07:00
2018-10-03 08:27:59 -07:00
- Circuit breaker - https://github.com/cosmos/cosmos-sdk/issues/926
2018-08-15 03:50:07 -07:00
- Parameter change proposals (roughly the same implementation as circuit breaker)
2018-08-08 12:59:21 -07:00
2018-08-15 02:57:11 -07:00
## Documentation
2018-08-08 13:06:01 -07:00
2018-08-15 02:57:11 -07:00
- gaiad / gaiacli / gaialite documentation!