-
Silas Davis authored
Signed-off-by:
Silas Davis <silas@monax.io>
Unverifiedf05f34e1
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.md 6.21 KiB
Hyperledger Burrow Changelog
Version 0.17.1
Minor tweaks to docker build file
Version 0.17.0
This is a service release with some significant ethereum/solidity compatibility improvements and new logging features. It includes:
- Upgrade to use Tendermint v0.9.2
- Implemented dynamic memory assumed by the EVM bytecode produce by solidity, fixing various issues.
- Logging sinks and configuration - providing a flexible mechanism for configuring log flows and outputs see logging section in readme. Various other logging enhancements.
- Fix event unsubscription
- Remove module-specific versioning
- Rename suicide to selfdestruct
- SNative tweaks
Known issues:
- SELFDESTRUCT opcode causes a panic when an account is removed. A fix was produced but was reverted pending investigation of a possible regression.
Version 0.16.3
This release adds an stop-gap fix to the Transact method so that it never transfers value with the CallTx is generates.