Project
Project Health
Project health is largely the same as in previous update. We have a number of casual contributors. We still lack maintainer diversity outside of Monax. There is a steady flow of interest and we are pushing plenty of code relating to our continued heavy use of Burrow.
Issues
The biggest areas of help would be with tooling and documentation.
Releases
- v0.25.1: minor fixes to make deployment via helm easier
- v0.25.0: burrow configure can generate config for every validator, making it easy to run many validators for local testing, burrow deploy can execute deploy scripts concurrently, no concensus testing/development mode.
- v0.24.1 - v0.24.6: minor bugfixes and dependencies upgrades (e.g. tendermint)
- v0.24.0: Implemented EVM opcodes, burrow deploy can print emitted EVM events, burrow deploy can use keystore names rather than addresses and burrow vent can do projection mapping, all state now stored in a mutable forest.
Overall Activity in the Past Quarter
We have implemented some EVM opcodes and upgraded our tests to use Solidity 0.5.4 and improved our deploy tool to increase concurrency. All state is now stored in a mutable forest so proof can be given for contract state root (not implemented yet, just the plumbing). Lots of porcelain updates to burrow deploy tool.
Current Plans
Work item | Effort (1, 2, 3, 5, 8, 13) | Priority |
---|---|---|
NameReg extension to support authenticated namespaces (including design) | 13 | Medium |
Burrow-side ABI registry mechanism (probably based on above) | 8 | Low |
Prototype 'new train' WASM execution | 13 | Low |
Implement token economics primitives | 13 | Medium |
Secure access to Burrow chain | 5 | Medium |
We have an active side project looking at using modern compiler tooling to compile Solidity to WASM and are interested in being part of any future movement to share code/structures through WASM execution and interfaces. To that end we are planning to look into the possibility of mounting Go wagon as a WASM interpreter next to our EVM.
...
Reviewed by
- Arnaud Le Hors
- Baohua Yang
- Binh Nguyen
- Christopher Ferris
- Dan Middleton
- Hart Montgomery
- Kelly Olson
- Mark Wagner
- Mic Bowman
- Nathan George
- Silas Davis
...