This repository has been archived by the owner on Dec 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Morgan Bauer <[email protected]>
- Loading branch information
Showing
3 changed files
with
63 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
v0.4.0 Release Notes - December 20, 2019 | ||
======================================== | ||
|
||
EVM CC | ||
------ | ||
- [FAB-16918](https://jira.hyperledger.org/browse/FAB-16918) EVMCC directory | ||
was restructured to make building and packaging of the chaincode easier. | ||
- [FAB-17053](https://jira.hyperledger.org/browse/FAB-17053) EVMCC is now | ||
golang module enabled, but still has a vendor directory to provide support | ||
for Fabric v1.4. | ||
|
||
Fab3 | ||
---- | ||
- [FAB-17053](https://jira.hyperledger.org/browse/FAB-17053) Fab3 is now golang | ||
module enabled. | ||
- [FAB-14067](https://jira.hyperledger.org/browse/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](https://jira.hyperledger.org/browse/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](https://jira.hyperledger.org/browse/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](https://github.com/hyperledger/fabric-sdk-go/releases/tag/v1.0.0-alpha5) | ||
- Hyperledger Fabric [v1.4.0](https://github.com/hyperledger/fabric/releases/tag/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](https://github.com/hyperledger/burrow/releases/tag/v0.24.4) | ||
- Minimum of Go 1.11 is required to compile Fab3. |