Jakub Dzikowski
Jakub Dzikowski
see: https://github.com/actions/virtual-environments
see: https://hyperledger-fabric.readthedocs.io/en/release-2.2/endorsement-policies.html#endorsement-policy-syntax it should probably be implemented in yeoman generators
https://github.com/rjsf-team/react-jsonschema-form seems promising (better UI, better support + is will support `$data` for cross validation)
The preview release is available: https://github.com/hyperledger/fabric/releases/tag/v3.0.0-preview Starting from v3 it requires the following capabilities: ``` interface CapabilitiesV_3 { application: "V2_5"; channel: "V3_0"; orderer: "V2_0"; isV2: true; } ```
Right now Fablo requires a path to chaincode directory. We can additionally support passing chaincode docker image.
- [x] Allow newer fabric versions (`docs/schema.json` file) - replace enum type with string - [x] Update versions `1.2.0-unstable` => `1.2.0` - [x] Update `CHANGELOG.md` (add support for newer versions)...
Right now we have a buch of test scripts to verify if invoking chaincodes work (`e2e-network/expect-invoke-cli.sh` and similar). For the simplest Docker setup it is handled by executing some operations...