Revision 04e97f599aeafa939b55a9c81a7714335bd0596b authored by Piotr HusiatyƄski on 06 January 2019, 08:40:15 UTC, committed by Anton Kaliaev on 06 January 2019, 08:40:15 UTC
* fix build scripts

Search for the right variable when introspecting Go code. `Version` was
renamed to `TMCoreSemVer`.

This is regression introduced in
b95ac688af14d130e6ad0b580ed9a8181f6c487c

* fix all `Version` introspections.

Use `TMCoreSemVer` instead of `Version`
1 parent 56a4fb4
Raw File
ROADMAP.md
# Roadmap

BREAKING CHANGES:
- Better support for injecting randomness
- Upgrade consensus for more real-time use of evidence

FEATURES:
- Use the chain as its own CA for nodes and validators
- Tooling to run multiple blockchains/apps, possibly in a single process
- State syncing (without transaction replay)
- Add authentication and rate-limitting to the RPC

IMPROVEMENTS:
- Improve subtleties around mempool caching and logic
- Consensus optimizations:
	- cache block parts for faster agreement after round changes
	- propagate block parts rarest first
- Better testing of the consensus state machine (ie. use a DSL)
- Auto compiled serialization/deserialization code instead of go-wire reflection

BUG FIXES:
- Graceful handling/recovery for apps that have non-determinism or fail to halt
- Graceful handling/recovery for violations of safety, or liveness
back to top