Skip to content
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.