- Need to test changes in cosmos#2165
- Spam prevention - cosmos#2019
- CheckEvidence/DeliverEvidence
- CheckTx/DeliverTx ordering semantics
- ABCI Error string update (only on the SDK side)
- Need to verify correct proposer reward semantics
- Write specification and explainer document for Gas in Cosmos
- Charge for transaction size
- Decide what "one gas" corresponds to (standard hardware benchmarks?)
- Consider charging based on maximum depth of IAVL tree iteration
- Test out gas estimation in CLI and LCD and ensure the UX works
- Bianje working with Voyager team (@fedekunze) to complete implementation and documentation.
- gaiad / gaiacli
- LCD
- Each module
- Tags #1780
- Create some diagrams (see
docs/resources/diagrams/todo.md
)
- Circuit breaker - cosmos#926
- Parameter change proposals (roughly the same implementation as circuit breaker)
- Consider "tombstone" / "prison" - double-sign and you can never validate again - cosmos#2363