Skip to content

v0.6.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@petermetz petermetz released this 20 Jul 04:17
· 3260 commits to main since this release
v0.6.0

0.6.0 (2021-07-19)

Bug Fixes

  • carbon-accounting: deleted incorrect plugin aspect (e30f48a)
  • ci: dependent issues bot workflow has no job id #848 (af61202)
  • cmd-api-server: config-service example - authorization JSON (a209fef)
  • cmd-api-server: drop URI type alt name from self signed TLS cert (eb5d1df)
  • cmd-api-server: no CLI args causes crash #794 (a285b96)
  • connector-besu: network update only if present in keychain (8ac2444)
  • connector-besu: remove magic strings (6d9ae53), closes #1104
  • connector-besu: removed repeated check (a4cb63b)
  • connector-corda: container image kotlin compilation fails in model (a8a4531)
  • connector-corda: kotlin compilation error due to missing method (403f135)
  • connector-fabric: export IPluginLedgerConnectorFabricOptions (ada532e)
  • connector-quorum: web3 Contract type usage (80c8253)
  • connector-xdai: add missing hasTransactionFinality (cc4f3e1)
  • connector-xdai: web3.eth.estimateGas, works considering called solidity method do not throw an exception. So, for method having modifier with access control on msg.sender calling estimateGas without from field throws error.to make it work ,transactionConfig.from = web3SigningCredential.ethAccount before calling estimateGas (63f5ff6)
  • deps: elliptic upgrade to >6.5.3 for CVE-2020-28498 (d75b9af)
  • example: fix README and add script to cleanup app data after test (b07bde4)
  • examples: supply chain backend bundle build RAM #766 (f5c5d82)
  • fixing branch name for code cov badge (d79d965)
  • github/workflows: dependent issues job name typo (0b4e333)
  • keychain to registry, uuid dep, add back missing gas req parameter (4635d81)
  • readthedocs: updated readthedocs file (645f47d)
  • test: eliminate CVE-2020-8203 in besu connector test pkg (6411933)
  • tools: ci.sh retry mechanism no longer ignores last failure (b5e751e)
  • tools: fix a typo of README on iroha-testnet (1b333cd)
  • tools: use latest fabric bootstrap.sh script for AIO image (b298b76)
  • typo: fix typo of bisiness (142cd56)
  • Validator,verifier: delete some minor duplicated files (9acb8ab)
  • whitepaper: build fails on Ubuntu 18 due to glibc 2.29 #703 (ec22a0f)
  • whitepaper: fix rendering (d64f3cd)

Features

  • add SocketIoConnectionPathV1 constant to OpenAPI specs (405865d)
  • adding additional info into err logs (888f85a), closes #295
  • api-server: ability to install plugins at runtime #764 (8dda0f6)
  • api-server: publish API server docker image (ad7b221)
  • atomic-swap-erc20: implemented plugin and test (0c9423a)
  • besu WatchBlocksV1Endpoint with SocketIO (d5e1708)
  • besu: add sequence diagram of run transaction endpoint (754a11a), closes #755
  • cmd-api-server: add Socket.IO as transport #297 (51c586a)
  • cmd-api-server: container image definition (eb69fff)
  • cmd-api-server: user defined type guard isHealthcheckResponse (16077d4)
  • connector-besu, connector-quorum: filesystem replaced by keychain (14d1790)
  • connector-besu,connector-quorum: updated (985f12f)
  • connector-besu: add get balance method (db71c5c)
  • connector-besu: add get past logs method (e3fcfa7)
  • connector-besu: add get past logs method (c4900e9)
  • connector-besu: add getBalance web service (50107f6), closes #1066
  • connector-besu: add getBlock web service #1065 (869c48b)
  • connector-besu: add getPastLogs web service (c037ec5), closes #1067
  • connector-besu: add getTransaction web service (0ca0769), closes #1062 #1061
  • connector-besu: contract deployment with constructor arguments (48d67a7), closes #810
  • connector-besu: contractAbi optional parameter (26cf7c2)
  • connector-besu: dockerfile (7174004)
  • connector-besu: getTransaction method (d470540)
  • connector-besu: replace invokeContractV2 (ecd62ea)
  • connector-fabric: containerize-fabric (b53b3a4)
  • connector-fabric: contract deployment Fabric 2.x (139a8ed)
  • connector-fabric: enrollAdmin() and createCaClient() (da1cb1b)
  • connector-quorum: contractAbi optional parameter (c79d763)
  • connector-quorum: support v21.4.1 and Tessera 21.1.1 #901 (33fdd50)
  • connector-xdai: add interval to pollForTxReceipt (40be742)
  • connector-xdai: add ledger connector plugin for xdai #852 (99399a3)
  • corda: prometheus exporter metrics integration (9f37755), closes #535
  • core-api: add plugin object store interface definition (4bf8038)
  • core-api: decouple web service install & registration #771 (b50e148)
  • core-api: hasTransactionFinality() on connector API #354 (a2d0582)
  • core-api: jwt authorization #770 (2016750)
  • core-api: plugin async initializer method (9678c2e)
  • core-api: plugin interface async initializer (d40f68b)
  • core: add plugin registry log level constructor arg (1652b33)
  • expose besu test ledger web socket API port (e198a99)
  • fabric-connector: add private data support (3f503f9)
  • fabric: add sequence diagram of run transaction endpoint (155cbab), closes #756
  • htlc-eth-besu: implemented plugin + test (6684557)
  • incorporating load testing into our CI pipeline (7125d10), closes #295
  • iroha-testnet: Add REJECT check for transactions to setup-iroha-wallet.sh script in iroha-testnet (cf60ec0)
  • iroha-testnet: iroha-testnet (dee1b12)
  • keychain-vault: add the missing endpoint classes #676 (341cffc)
  • plugin-object-store-ipfs: add IPFS plugin implementation (6d1de27)
  • readme: removing enforced 100% code coverage check (04cacc9)
  • test-tooling: add besu multi-party test ledger (89f173e)
  • test-tooling: add besu test ledger log level constructor arg (60ee32f), closes #780
  • test-tooling: add keycloak container (f1abb3e)
  • test-tooling: add OpenEthereumTestLedger #851 (9ca1f68)
  • test-tooling: containers#logDiagnostics() utility method (ed9e125)
  • test-tooling: go-ipfs test container (e62b1b0)
  • test-tooling: quorum AIO upgrade to Quorum v21.4.1 #900 (67af2c4)
  • test-tooling: quorum test ledger omit pull parameter (73f84f7)
  • test-tooling: rust compiler container for wasm builds (ad7cdc0)
  • tools: add test-npm-registry contaimer image (19afe85)
  • tools: docker-compose files for indy corresponding to issue #866 (599acc0)
  • tools: fabric all-in-one 2.x add nodejs to image (dc09540)
  • tools: upgrade go to 1.16.3 in Fabric 1.4.x AIO image (d28ed6e), closes #914
  • validator: indy validator and indy-testnet files (8eef3fa)

Performance Improvements

  • cmd-api-server: shrink API server bundle with type-only imports (4875fc3)
  • leverage import type syntax to save on bundle size (11f93a0)
  • tools: fabric 1.x AIO image pre-fetching #649 (a4722fa)