Bogdan Mingela
Bogdan Mingela
Hello! The case is following: - testcontainers-java 1.14.3 - docker-compose.yml with services A, B, C - B depends on A - C depends on B and A - withLocalCompose(true) A...
### GIT commit hash docker.io/hyperledger/iroha2:lts@sha256:4072d09bee376c8fcbc586d35ea25624738694ce2c37aa0db60c9998c613048b ### Minimum working example https://github.com/soramitsu/orillion-core-middleware/tree/develop/smart-contracts/reward-mint-with-cap-smart-contract source code https://github.com/soramitsu/orillion-core-middleware/tree/develop/services/admin/src/main/resources mint_with_cap is the compiled wasm ### Expected behaviour Iroha went panicing After container death it is restarted...
### Feature request When dealing with multi-signature transactions the traditional event subscription usage becomes confusing. When sending a multi-signature transaction waiting synchronously for its status to become `Committed` or `Rejected`...
Now there is a CID V0 used by default in CidBuilders. But why not to use V1 one? https://github.com/ipfs/go-merkledag/blob/d532cda6aaa6b68e23b1876cddecf039e5ecc6ab/node.go#L66-L83 And probably a client do not even guess what's going inside...
### Feature request There are several value types for assets exist: ``` "AssetValue": { "Enum": [ { "tag": "Quantity", "discriminant": 0, "type": "u32" }, { "tag": "BigQuantity", "discriminant": 1, "type":...
### Feature request Have an optional TTL (or duration) for a permission token after which the permission gets revoked automatically (similar concept to time based triggers) ### Motivation Permissions limited...