Current section

Files

Jump to
blockchain CHANGELOG.md
Raw

CHANGELOG.md

# 0.1.6
* Continue to pass more state common tests (CALLCODE)
* Add core Bloom Filter implementation
# 0.1.5
* Integrate with EVM debugger
* Update `verify_and_add_block` command's interface
# 0.1.4
* Pass common tests for block state and transactions.
# 0.1.3
* 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
# 0.1.2
* Upgrade KECCAK version to match Ethereum spec
# 0.1.1
* Fixes all typespec issues
# 0.1.0
* Initial commit of basic blockchain functionality