This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
projects:burrow:roadmap_2018_q3_postmortem [2018/08/23 13:35] Silas Davis created |
projects:burrow:roadmap_2018_q3_postmortem [2018/08/23 13:47] (current) Silas Davis [Roadmap] |
||
---|---|---|---|
Line 11: | Line 11: | ||
| Add (self-hosted) monax-keys functionality to Burrow | Done | | | Add (self-hosted) monax-keys functionality to Burrow | Done | | ||
| Queryable complete state history (per block, possibly call frame) | Done see: [[https://github.com/hyperledger/burrow/blob/develop/protobuf/exec.proto]] | | | Queryable complete state history (per block, possibly call frame) | Done see: [[https://github.com/hyperledger/burrow/blob/develop/protobuf/exec.proto]] | | ||
- | | State save/restore | 8 | High | | + | | State save/restore | 30% complete - needed to update IAVL tree and iron out some issues with versioning | |
- | | Forkable state channels | 13 | Low | | + | | Forkable state channels | Not started | |
- | | Provide event firehose | 3 | Medium | | + | | Provide event firehose | Done see: [[https://github.com/hyperledger/burrow/blob/develop/protobuf/rpcevents.proto]], this also powers our SQL mapping layer [[https://github.com/monax/bosmarmot/tree/develop/vent]] | |
- | | Historic queryable | 8 | Medium | | + | | Historic queryable | 90% done - history is there by we do not provide an account-at-height interface | |
- | | Reintroduce validator bonding | 5 | High | | + | | Reintroduce validator bonding | Done via GovTx | |
- | | Add governance Tx for redistributing voting power and value | 13 | High | | + | | Add governance Tx for redistributing voting power and value | Done | |
- | | Provide trial HSM integaration | 5 | Low | | + | | Provide trial HSM integaration | Not started | |
- | | Reintroduce secp256k1 keys & ECRECOVER | 5 | Medium | | + | | Reintroduce secp256k1 keys & ECRECOVER | 50% done - secp256k1 reintroduced but not ECRECOVER - a WIP PR exists though | |
- | | Parallel EVM execution | 13 | Low | | + | | Parallel EVM execution | Not started - contributor interested in this no longer working on project | |