Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

v0.4.0 Release Notes - December 20, 2019

Latest
Compare
Choose a tag to compare
@MHBauer MHBauer released this 26 Dec 22:45

EVM CC

  • FAB-16918 EVMCC directory
    was restructured to make building and packaging of the chaincode easier.
  • FAB-17053 EVMCC is now
    golang module enabled, but still has a vendor directory to provide support
    for Fabric v1.4.

Fab3

  • FAB-17053 Fab3 is now golang
    module enabled.
  • FAB-14067 NewFilter &
    UninstallFilter are added as part of enabling asynchronous
    filtering. Asynchronous filters are not available for use in this release.
  • BUGFIX FAB-16620 Ethereum event
    names are now HexEncoded to ensure that valid UTF-8 bytes are given to the
    protobuf string field for Fabric Event Names.
  • BUGFIX FAB-16727 Filters
    containing HexEncoded numbers are now all converted to lower case upon entry,
    which matches the storage format of all existing filters. This ensures that
    Log Address filtering is not case-sensitive.

Code Dependencies

  • Hyperledger Fabric Go SDK 1.0.0-alpha5
  • Hyperledger Fabric v1.4.0.
    Though Fabric v1.4.0 is vendored in, EVMCC can be run on Fabric v1.3 and newer.
    EVMCC requires at least Go 1.10.
  • Hyperledger Burrow v0.24.4
  • Minimum of Go 1.11 is required to compile Fab3.