- Continue to pass more state common tests (CALLCODE)
- Add core Bloom Filter implementation
- Integrate with EVM debugger
- Update
verify_and_add_block
command's interface
- Pass common tests for block state and transactions.
- Add basic support for chains, such as Ropsten versus Homestead.
- Upgrade EVM to and move
Block.Header
to the EVM project. - Add interfaces for interacting with accounts, contracts or blocks in the EVM
- Upgrade KECCAK version to match Ethereum spec
- Fixes all typespec issues
- Initial commit of basic blockchain functionality