This repository has been archived by the owner on Mar 8, 2020. It is now read-only.
v0.7.3
Pre-release
Pre-release
Big new features in this release are the ability to emit events from transaction processor functions and to call external services.
Features
Playground
- Change ns in model file #389
- Display current identity #1042
- Enable deletion of model and script files #1023
ACLs
- Support for multiple verbs in single ACL rule #1040
CLIs
- Display participant registries in network list #1037
Programming Model and Runtime
Loopback Connector
- Can now create, update, delete, get resources and submit transactions #477
- Tested with IIB 10.0.0.8. Sample at https://github.com/ampretia/hyperledgercomposer-iib
Bug Fixes
- Fixes for super-type handling #949
Know Issues
- The Define page does not reinitialise correctly. This can cause spurious errors when deleting files.
- Script file addition is not working correctly for new script files. As a result, files added through the Playground are not persisted on deploy. The work around for this requires manual import of a valid JavaScript file using the browse function of the Add File modal. Once imported from disc, they file may be deployed and/or modified.
Breaking changes
None
Shoutouts to new contributors!
@m-g-k for updating the VSCode extension!
@Fanarito for a data validation fix