Skip to content

Releases: hyperledger/cacti

v0.9.0

08 Sep 18:59
v0.9.0
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release

All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.

0.9.0 (2021-08-31)

Bug Fixes

  • check for req function onPluginInit in isCactusPlugin (f5ffb92), closes #1277
  • cmd-api-server: add missing deps remove unused ones #1226 (b348e42)
  • examples: front-end packages missing browserify polyfills #1224 (4cc6f2c)
  • indy-validator: fixing indy validator initialization (d9f6d5d)
  • remove no longer working scripts from package.json (fcf26ed), closes #1271

Features

  • besu private transaction support (53b4980)
  • cmd-api-server: support grpc web services #1189 (4cace1d)
  • connector-fabric: add support for vault transit secret engine (2161e0d)
  • connector-iroha: adds connector plugin (4745df0)
  • corda: resolves #888 (d4af647)
  • iroha: add iroha AIO image and iroha test ledger (1eb811a)

v0.8.0

17 Aug 16:27
v0.8.0
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release

0.8.0 (2021-08-17)

Bug Fixes

  • cmd-api-server: plugins interfere with API server deps #1192 (a96ce68), closes #1203
  • example: send http request to discounted-cartrade (8f268e8)
  • plugin-consortium-manual: drop repo constructor arg #1199 (7b424d4)
  • prometheus: metrics.ts leaks to global registry #1202 (ce076d7)

v0.7.0

10 Aug 01:50
v0.7.0
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

Change Log

All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.

0.7.0 (2021-08-04)

Bug Fixes

  • connector-corda: fix build broken by operationId rename (291dd3b)
  • examples/discounted-cartrade: update default.json to activate trade process (dd5c3f1)

Features

  • aws-sm: added keychain plugin for aws secret manager (ed6db9e), closes #912
  • azure-kv: added keychain plugin for azure keyvault (69e7b50), closes #971
  • besu: record locator (2410d6d)
  • connector-fabric: endorsing peers request arg #1122 (c6057a7), closes #1123 #1130
  • connector-fabric: identity json signing credentials #1130 (bc262a2), closes #1124
  • example: add README on examples/discounted-cartrade (2eac8bf)
  • examples/discounted_cartrade: add preferredcustomer-jugdement (43be168)
  • google-sm: added keychain plugin for google secret manager (1419b2c), closes #983
  • validator-indy: enhance the request feature on Validator-Indy [#1181](#1181

v0.6.0

20 Jul 04:17
v0.6.0
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

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 ...
Read more

v0.5.0

20 Jul 04:18
v0.5.0
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

0.5.0 (2021-05-19)

Bug Fixes

  • ci: dependent issues bot workflow has no job id #848 (af61202)
  • cmd-api-server: no CLI args causes crash #794 (a285b96)
  • connector-besu: network update only if present in keychain (8ac2444)
  • connector-fabric: export IPluginLedgerConnectorFabricOptions (ada532e)
  • connector-quorum: web3 Contract type usage (80c8253)
  • connector-xdai: add missing hasTransactionFinality (cc4f3e1)
  • deps: elliptic upgrade to >6.5.3 for CVE-2020-28498 (d75b9af)
  • examples: supply chain backend bundle build RAM #766 (f5c5d82)
  • test: eliminate CVE-2020-8203 in besu connector test pkg (6411933)
  • tools: ci.sh retry mechanism no longer ignores last failure (b5e751e)
  • tools: use latest fabric bootstrap.sh script for AIO image (b298b76)
  • whitepaper: build fails on Ubuntu 18 due to glibc 2.29 #703 (ec22a0f)
  • whitepaper: fix rendering (d64f3cd)
  • keychain to registry, uuid dep, add back missing gas req parameter (4635d81)

Features

  • api-server: ability to install plugins at runtime #764 (8dda0f6)
  • besu: add sequence diagram of run transaction endpoint (754a11a), closes #755
  • cmd-api-server: container image definition (eb69fff)
  • cmd-api-server: user defined type guard isHealthcheckResponse (16077d4)
  • connector-besu: contract deployment with constructor arguments (48d67a7), closes #810
  • connector-besu: contractAbi optional parameter (26cf7c2)
  • connector-besu: dockerfile (7174004)
  • connector-besu: replace invokeContractV2 (ecd62ea)
  • connector-besu, connector-quorum: filesystem replaced by keychain (14d1790)
  • connector-besu,connector-quorum: updated (985f12f)
  • 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-xdai: add ledger connector plugin for xdai #852 (99399a3)
  • corda: prometheus exporter metrics integration (9f37755), closes #535
  • core: add plugin registry log level constructor arg (1652b33)
  • core-api: decouple web service install & registration #771 (b50e148)
  • core-api: hasTransactionFinality() on connector API #354 (a2d0582)
  • test-tooling: add OpenEthereumTestLedger #851 (9ca1f68)
  • adding additional info into err logs (888f85a), closes #295
  • incorporating load testing into our CI pipeline (7125d10), closes #295
  • core-api: jwt authorization #770 (2016750)
  • fabric: add sequence diagram of run transaction endpoint (155cbab), closes #756
  • test-tooling: add besu test ledger log level constructor arg (60ee32f), closes #780
  • test-tooling: add keycloak container (f1abb3e)
  • tools: add test-npm-registry contaimer image (19afe85)
  • tools: fabric all-in-one 2.x add nodejs to image (dc09540)

Performance Improvements

  • tools: fabric 1.x AIO image pre-fetching #649 (a4722fa)

BREAKING CHANGES

  • 🧨 Behaviour in a cloud environment is currently untested and could impact
    CI pipeline time.

v0.5.0-alpha.0

06 May 21:17
v0.5.0-alpha.0
26fd7f5
Compare
Choose a tag to compare
v0.5.0-alpha.0 Pre-release
Pre-release

0.5.0-alpha.0 (2021-05-06)

Bug Fixes

  • ci: dependent issues bot workflow has no job id #848 (af61202)
  • cmd-api-server: no CLI args causes crash #794 (a285b96)
  • connector-besu: network update only if present in keychain (8ac2444)
  • connector-fabric: export IPluginLedgerConnectorFabricOptions (ada532e)
  • connector-quorum: web3 Contract type usage (80c8253)
  • connector-xdai: add missing hasTransactionFinality (cc4f3e1)
  • deps: elliptic upgrade to >6.5.3 for CVE-2020-28498 (d75b9af)
  • examples: supply chain backend bundle build RAM #766 (f5c5d82)
  • test: eliminate CVE-2020-8203 in besu connector test pkg (6411933)
  • tools: ci.sh retry mechanism no longer ignores last failure (b5e751e)
  • tools: use latest fabric bootstrap.sh script for AIO image (b298b76)
  • whitepaper: build fails on Ubuntu 18 due to glibc 2.29 #703 (ec22a0f)
  • whitepaper: fix rendering (d64f3cd)
  • keychain to registry, uuid dep, add back missing gas req parameter (4635d81)

Features

  • api-server: ability to install plugins at runtime #764 (8dda0f6)
  • besu: add sequence diagram of run transaction endpoint (754a11a), closes #755
  • cmd-api-server: container image definition (eb69fff)
  • cmd-api-server: user defined type guard isHealthcheckResponse (16077d4)
  • connector-besu: contract deployment with constructor arguments (48d67a7), closes #810
  • connector-besu: contractAbi optional parameter (26cf7c2)
  • connector-besu: dockerfile (7174004)
  • connector-besu: replace invokeContractV2 (ecd62ea)
  • connector-besu, connector-quorum: filesystem replaced by keychain (14d1790)
  • connector-besu,connector-quorum: updated (985f12f)
  • 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-xdai: add ledger connector plugin for xdai #852 (99399a3)
  • corda: prometheus exporter metrics integration (9f37755), closes #535
  • core: add plugin registry log level constructor arg (1652b33)
  • core-api: decouple web service install & registration #771 (b50e148)
  • core-api: hasTransactionFinality() on connector API #354 (a2d0582)
  • test-tooling: add OpenEthereumTestLedger #851 (9ca1f68)
  • adding additional info into err logs (888f85a), closes #295
  • incorporating load testing into our CI pipeline (7125d10), closes #295
  • core-api: jwt authorization #770 (2016750)
  • fabric: add sequence diagram of run transaction endpoint (155cbab), closes #756
  • test-tooling: add besu test ledger log level constructor arg (60ee32f), closes #780
  • test-tooling: add keycloak container (f1abb3e)
  • tools: add test-npm-registry contaimer image (19afe85)
  • tools: fabric all-in-one 2.x add nodejs to image (dc09540)

Performance Improvements

  • tools: fabric 1.x AIO image pre-fetching #649 (a4722fa)

BREAKING CHANGES

  • 🧨 Behaviour in a cloud environment is currently untested and could impact
    CI pipeline time.

v0.4.1

03 Apr 06:21
v0.4.1
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release

0.4.1 (2021-04-02)

Bug Fixes

  • connector-corda: regenerate kotlin backend with correct version (34f8e17)
  • connector-fabric: cve-2020-7774 Prototype Pollution high sev. #745 (6114cef)
  • docs: supply chain example container image exact versions #751 (bfc9c19)
  • examples: add explanations about docker group to examples/electricity-trade and examples/cartrade (6174cbd)
  • examples: add explanations about docker group to examples/electricity-trade and examples/cartrade-2 (74119a0)
  • ledger-plugin: restore packages/package.json (a93e451)
  • release: package.json publish config non-public #753 (5a1b7a6)

Features

  • api-server: add prometheus exporter (c348aa4), closes #539
  • connector-fabric: common interface (c35cfe7)
  • corda-connector: dsl to support collections, enums #622 (78e6754)

v0.4.0

03 Apr 04:56
v0.4.0
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

0.4.0 (2021-03-30)

Bug Fixes

  • api-client: flaky DefaultConsortiumProvider test #605 (2ff9a25)
  • ci: disallow parallel run for all Fabric AIO int. tests #656 (af9f851)
  • ci: disk full issues on GitHub Action Workflow runner #698 (61e3f76)
  • ci: fix manual of auto-testing codes (217c623)
  • ci: github action runner disk full error #641 (193fe52)
  • ci: increase test timeouts to 1h #656 (1a84b57)
  • ci: npm cache verify/clean --force/verify #656 (11b26ad)
  • ci: npm config delete proxy #656 (675d788)
  • cmd-api-server: config generator emits correct type (ecd63b9), closes #598
  • cmd-api-server: missing pretsc npm script #500 (a79b11a)
  • cockpit: compilation issues #496 (fad9fff)
  • common: servers.listen() port validation (cd50124), closes #491
  • common: servers#startOnPreferredPort no graceful fallback #683 (18f5af7)
  • connector-besu: added test for call with parameters (1fa24be)
  • connector-besu: avoid req.params repetition (64d6cf1)
  • connector-besu: fixed transaction value assignment and added test (48bb129)
  • connector-besu: revert change in generated code (075ad90)
  • connector-quorum: ether value and query params added (0275451)
  • deps: missing uuid from plugins #529 (04ea8bb)
  • docs: add examples/electiricty-trade guidance on README (2b64f6a)
  • example: fix bugs of README of examples/cartrade/README.md (4cbed45)
  • example: fix bugs of README of examples/electricity-trade/README.md (cc20804)
  • example: fix README and tsconfig.json (79ef712)
  • example: fix README on car-trade (0a3e411)
  • examples: fix logger.error (358f646)
  • examples: fix some typo of README on examples/electricity-trade (d846a88)
  • examples: fix the description of Node.js verion (fa0cc41)
  • examples: fix the description of Node.js verion (fd8235e)
  • fabric: issue with multiple objects of prometheus metrics (6bb0cf9), closes #634
  • fabric: prometheus exporter metrics naming (a28edcf)
  • general: fixed unused deps and updated them (b76a970)
  • keychain-vault: add missing license to openapi.json (70dcb7f), closes #493
  • ledger-plugin: fix logger.error (51138e0)
  • ledger-plugin: fix logger.error and remove a duplicated file (bdf561e)
  • npm: clean script was missing folders (416b82e), closes #469
  • package-json: invalid webpack commit sha #506 (bcf4a30)
  • performance: parallel test execution #416 (5abcd1e)
  • test-tooling: removed latest tag (24d593d)
  • test-tooling: uncomment code that was forgotten (3d635c0)
  • tools: ci.sh wsl2 lsmem does not support memory blocks #556 (24f8c25)
  • tools: corda AIO healthcheck ignores jolokia errors (529dcaf)
  • tools: corda AIO supervisorctl configuration (d7e6f66)
  • tools: fabric AIO fabric-samples v2.2.0 breaking change #632 (96333de)
  • tools: fabric AIO image log access in CI #643 (9d9f805)
  • tools: fabric all-in-one build cannot find rust compiler #617 (630537f)
  • tools: fabric all-in-one SSH access denied #631 (e8302a1)
  • tools: fix the method to install fabric-samples (801deb6)
  • tools: prod build fail due to missing dependency ngo #673 (c93cd30)
  • validator: remove incomplete unit-test of sawtooth lp (4e4f46c)
  • verifier: fix verifier-config.json (7864c30)
  • VerifierFactory: add README on run-transaction (932d5a4)
  • VerifierFactory: add stub server on examples (5ed3e96)
  • VerifierFactory: fix some comments (f38803d)
  • whitepaper: fix cactus_arch.svg (e1cef3b)
  • dci lint errors #514 (99ab3af)
  • repo-linter error - missing code of conduct file #711 (87e632e)
  • reverting accidental manual change in generated code ([e...
Read more

v0.3.0

08 Jan 02:07
v0.3.0
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Change Log

All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.

0.3.0 (2021-01-06)

Bug Fixes

  • open API generator config - protected keyword (57e52f4), closes #436
  • api-server: enables HTML 5 mode for angular front end (05a2e0b)
  • api-server: runtime plugin imports (dcdfcf5), closes #346
  • ci: CI now passes, commented flaky test (c2019ae), closes #12 #36
  • ci: dump all logs script calls docker logs (c8285a7)
  • ci: eliminate seg faults on CircleCI (336bd0b)
  • ci: Fix ci script OSX compatability (611fdfb)
  • ci: Fix corda:down causing failing when NO_CORDA=true (d981d59)
  • ci: lock mkdirp to 1.0.2 (c9a51a1)
  • ci: run full CI suite on CircleCI (47d22f8)
  • ci: Use larger ci instance (0951edd)
  • cmd-api-server: add IPluginImport to public API surface of package (8734642)
  • cmd-api-server: bundle name typos (711ad71), closes #376
  • cmd-api-server: disallow running on older than Node 12 but provide optional override (332b306), closes #150
  • cmd-api-server: plugin imports via static config (env,cli,file) (d7e550e)
  • cockpit: add missing process shim into polyfills (da73b59), closes #410
  • common: flaky KeyConverter unit tests (43ec924), closes #299 /github.com/hyperledger/cactus/issues/299#issuecomment-720743950 #238
  • common: servers.startOnPort() error handling (51af78d), closes #317
  • common: servers#listen() port number validation (ee28b50), closes #383
  • examples: fix README of cartrade (3400c06)
  • examples: move copyStaticAssets.ts to examples (ef31162)
  • npm-deps: adds lock files where not an issue (afefb7a)
  • plugin-web-service-consortium: no longer puts spec.json file inside folder (e509e1f)
  • quorum-connector: integration tests were failing (9d8ece1)
  • quorum/api: use Web3 HTTP Provider by default (#66) (d6e69c0)
  • quorum/api: web3 patching typo (be6c39c), closes #59
  • sdk: ignore and delete the unused git_push.sh file (bd1a7eb), closes #212
  • test-tooling: bind test ledgers to port zero for macOS (6ff1b98), closes #186
  • test-tooling: fabric AIO image docker in docker support (4c2ae34), closes #279
  • test-tooling: getContainerInfo methods lookup criteria (7456967), closes #265
  • tools: remove the duplicate wallet.tar (fc7d707)
  • tools/docker/besu: all in one image RPC API CLI args (1caec7e), closes #399
  • validator,example: fix bugs of sample code and README of validators (80c2bb7)
  • validator,example: fix bugs of sample code and README of validators (8d2f9ae)
  • validator,example: fix bugs of sample code and README of validators (83f93da)
  • add bin/www.js files on FUJITSU ConnectionChain-sample (#97) (5738900)
  • bundle name typos: plugin-keychain-memory (43a127b)
  • missed references of cactus-sdk during rename in previous PR (0892cd6), closes #314
  • morgan(v1.8.1 -> v1.9.1) on FUJITSU ConnectionChain-sample (bb7657e)
  • new function used for configService (a3561d3)
  • webpack: BundleAnalyzer no automatic open (de50cbd)

Features

Read more

v0.2.0

08 Dec 20:40
v0.2.0
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

0.2.0 (2020-12-01)

Bug Fixes

  • api-server: runtime plugin imports (dcdfcf5), closes #346
  • ci: CI now passes, commented flaky test (c2019ae), closes #12 #36
  • ci: Fix ci script OSX compatability (611fdfb)
  • cmd-api-server: add IPluginImport to public API surface of package (8734642)
  • cmd-api-server: bundle name typos (711ad71), closes #376
  • cmd-api-server: disallow running on older than Node 12 but provide optional override (332b306), closes #150
  • cmd-api-server: plugin imports via static config (env,cli,file) (d7e550e)
  • common: flaky KeyConverter unit tests (43ec924), closes #299 /github.com/hyperledger/cactus/issues/299#issuecomment-720743950 #238
  • common: servers.startOnPort() error handling (51af78d), closes #317
  • bundle name typos: plugin-keychain-memory (43a127b)
  • missed references of cactus-sdk during rename in previous PR (0892cd6), closes #314
  • api-server: enables HTML 5 mode for angular front end (05a2e0b)
  • ci: dump all logs script calls docker logs (c8285a7)
  • ci: eliminate seg faults on CircleCI (336bd0b)
  • ci: Fix corda:down causing failing when NO_CORDA=true (d981d59)
  • ci: lock mkdirp to 1.0.2 (c9a51a1)
  • ci: run full CI suite on CircleCI (47d22f8)
  • ci: Use larger ci instance (0951edd)
  • examples: move copyStaticAssets.ts to examples (ef31162)
  • npm-deps: adds lock files where not an issue (afefb7a)
  • plugin-web-service-consortium: no longer puts spec.json file inside folder (e509e1f)
  • quorum-connector: integration tests were failing (9d8ece1)
  • quorum/api: use Web3 HTTP Provider by default (#66) (d6e69c0)
  • quorum/api: web3 patching typo (be6c39c), closes #59
  • sdk: ignore and delete the unused git_push.sh file (bd1a7eb), closes #212
  • test-tooling: bind test ledgers to port zero for macOS (6ff1b98), closes #186
  • test-tooling: getContainerInfo methods lookup criteria (7456967), closes #265
  • add bin/www.js files on FUJITSU ConnectionChain-sample (#97) (5738900)
  • new function used for configService (a3561d3)
  • webpack: BundleAnalyzer no automatic open (de50cbd)
  • morgan(v1.8.1 -> v1.9.1) on FUJITSU ConnectionChain-sample (bb7657e)

Features

  • api-server: CORS supports wildcard (b4b0f83)
  • api-server: DeployContractEndpoint (51eccff)
  • api-server: TLS, mTLS support (bcda595)
  • besu: 🎸 OpenAPI support => arbitrary TX, contract deployments (6d7e788)
  • besu: add keychain reference signing support (768c4cc)
  • bif-common: adds new pkg with logger (210df1d)
  • cactus-common: add Objects utility class to get owned and inherited methods of class instance (2299cff)
  • cactus-sdk: introduces typed (compiler supported) extensibility between different SDK backends (0799900)
  • cmd-api-server: fully dynamic plugin imports via config file/env/CLI (fe396c9)
  • common: add Checks#nonBlankString() utility (c21c873)
  • common: add IAsyncProvider interface definition (81ec545)
  • common: add OpenAPI spec exporter utility function (6d2e93c)
  • common: add Servers.startOnPreferredPort(), Servers.startOnPort() (3efb118)
  • common: add utility class Strings with replaceAll (3986aed)
  • common: Checks and CodedError classes (c65baf8), closes #266
  • common: KeyConverter class to and from PEM/hex/buffe (fc80106)
  • common: Servers utility class (ad01dee), closes #260 #267
  • common: Stable Signature Generation from JS Objects (22b5f5c)
  • connection-chain: add readme, package dir (#76) (e6e9981)
  • connectionchain: Add FUJITSU ConnectionChain-sample (#78) (5107068)
  • core-api: 🎸 add IKeychainPlugin#getKeychainId() (34656b0)
  • core-api: add instanceId getter to ICactusPlugin (e50d9ce)
  • core-api: web service plugins (8eaeb45)
  • examples: add example/cartrade applications ([769c087](769c087...
Read more