From b03611ff9bf209f6b8eaf1c42b4ecfed47de8631 Mon Sep 17 00:00:00 2001 From: Peter Somogyvari Date: Tue, 30 Mar 2021 08:43:56 -0700 Subject: [PATCH] chore(release): publish v0.4.0 Signed-off-by: Peter Somogyvari --- CHANGELOG.md | 114 ++++++++++++++++++ .../CHANGELOG.md | 11 ++ .../package-lock.json | 2 +- .../package.json | 37 +++--- .../CHANGELOG.md | 11 ++ .../package-lock.json | 2 +- .../package.json | 20 +-- .../CHANGELOG.md | 11 ++ .../package-lock.json | 2 +- .../package.json | 18 +-- lerna.json | 2 +- packages/cactus-api-client/CHANGELOG.md | 14 +++ packages/cactus-api-client/package-lock.json | 2 +- packages/cactus-api-client/package.json | 17 +-- packages/cactus-cmd-api-server/CHANGELOG.md | 19 +++ .../cactus-cmd-api-server/package-lock.json | 2 +- packages/cactus-cmd-api-server/package.json | 19 ++- packages/cactus-cockpit/CHANGELOG.md | 13 ++ packages/cactus-cockpit/package-lock.json | 2 +- packages/cactus-cockpit/package.json | 8 +- packages/cactus-common/CHANGELOG.md | 18 +++ packages/cactus-common/package-lock.json | 2 +- packages/cactus-common/package.json | 9 +- packages/cactus-core-api/CHANGELOG.md | 18 +++ packages/cactus-core-api/package-lock.json | 2 +- packages/cactus-core-api/package.json | 2 +- packages/cactus-core/CHANGELOG.md | 11 ++ packages/cactus-core/package-lock.json | 2 +- packages/cactus-core/package.json | 6 +- .../CHANGELOG.md | 19 +++ .../package-lock.json | 2 +- .../package.json | 15 ++- .../CHANGELOG.md | 18 +++ .../package-lock.json | 2 +- .../package.json | 8 +- .../cactus-plugin-keychain-vault/CHANGELOG.md | 18 +++ .../package-lock.json | 2 +- .../cactus-plugin-keychain-vault/package.json | 12 +- .../CHANGELOG.md | 29 +++++ .../package-lock.json | 2 +- .../package.json | 12 +- .../CHANGELOG.md | 22 ++++ .../package-lock.json | 2 +- .../package.json | 8 +- .../CHANGELOG.md | 28 +++++ .../package-lock.json | 2 +- .../package.json | 12 +- .../CHANGELOG.md | 22 ++++ .../package-lock.json | 2 +- .../package.json | 12 +- packages/cactus-test-api-client/CHANGELOG.md | 12 ++ .../cactus-test-api-client/package-lock.json | 2 +- packages/cactus-test-api-client/package.json | 23 ++-- .../cactus-test-cmd-api-server/CHANGELOG.md | 17 +++ .../package-lock.json | 2 +- .../cactus-test-cmd-api-server/package.json | 21 ++-- .../CHANGELOG.md | 11 ++ .../package-lock.json | 2 +- .../package.json | 21 ++-- .../CHANGELOG.md | 12 ++ .../package-lock.json | 2 +- .../package.json | 19 +-- .../CHANGELOG.md | 12 ++ .../package-lock.json | 2 +- .../package.json | 21 ++-- packages/cactus-test-tooling/CHANGELOG.md | 28 +++++ .../cactus-test-tooling/package-lock.json | 2 +- packages/cactus-test-tooling/package.json | 4 +- 68 files changed, 684 insertions(+), 174 deletions(-) create mode 100644 packages/cactus-plugin-keychain-vault/CHANGELOG.md create mode 100644 packages/cactus-plugin-ledger-connector-corda/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 6613908c33..90f8e4dbd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,120 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.4.0](https://github.com/petermetz/cactus/compare/v0.3.0...v0.4.0) (2021-03-30) + + +### Bug Fixes + +* **api-client:** flaky DefaultConsortiumProvider test [#605](https://github.com/petermetz/cactus/issues/605) ([2ff9a25](https://github.com/petermetz/cactus/commit/2ff9a25c316b8567e8393748386f4187cd58ea48)) +* **ci:** disallow parallel run for all Fabric AIO int. tests [#656](https://github.com/petermetz/cactus/issues/656) ([af9f851](https://github.com/petermetz/cactus/commit/af9f8510da036ba1abf9470d5ade2b542841d279)) +* **ci:** disk full issues on GitHub Action Workflow runner [#698](https://github.com/petermetz/cactus/issues/698) ([61e3f76](https://github.com/petermetz/cactus/commit/61e3f76ed910c9b04b36f995456213018cc0e7ba)) +* **ci:** fix manual of auto-testing codes ([217c623](https://github.com/petermetz/cactus/commit/217c623001346dc8cb2b57a8eec3af011d3ef15b)) +* **ci:** github action runner disk full error [#641](https://github.com/petermetz/cactus/issues/641) ([193fe52](https://github.com/petermetz/cactus/commit/193fe52fe2a5bc317dac7d50163cb00eb57fd628)) +* **ci:** increase test timeouts to 1h [#656](https://github.com/petermetz/cactus/issues/656) ([1a84b57](https://github.com/petermetz/cactus/commit/1a84b57dcf06df6f22c44a08ad5bd174bfee15ff)) +* **ci:** npm cache verify/clean --force/verify [#656](https://github.com/petermetz/cactus/issues/656) ([11b26ad](https://github.com/petermetz/cactus/commit/11b26ad1f859caafbf70dadee533544d8a7e29fd)) +* **ci:** npm config delete proxy [#656](https://github.com/petermetz/cactus/issues/656) ([675d788](https://github.com/petermetz/cactus/commit/675d7884cbc0d439619de054e70fcc9b20e08b1f)) +* **cmd-api-server:** config generator emits correct type ([ecd63b9](https://github.com/petermetz/cactus/commit/ecd63b9fac831f198f0f979754a7790f61133f49)), closes [#598](https://github.com/petermetz/cactus/issues/598) +* **cmd-api-server:** missing pretsc npm script [#500](https://github.com/petermetz/cactus/issues/500) ([a79b11a](https://github.com/petermetz/cactus/commit/a79b11a3a0001a9fb9732da295451f1b424e7b35)) +* **cockpit:** compilation issues [#496](https://github.com/petermetz/cactus/issues/496) ([fad9fff](https://github.com/petermetz/cactus/commit/fad9fffb59136f1fdbcef4645a0da3ccd2913233)) +* **common:** servers.listen() port validation ([cd50124](https://github.com/petermetz/cactus/commit/cd50124728fa6711bc1a1b7501964bb9b1727bcc)), closes [#491](https://github.com/petermetz/cactus/issues/491) +* **common:** servers#startOnPreferredPort no graceful fallback [#683](https://github.com/petermetz/cactus/issues/683) ([18f5af7](https://github.com/petermetz/cactus/commit/18f5af756e1fcbcd55f0ade76ebcdcda77f443da)) +* **connector-besu:** added test for call with parameters ([1fa24be](https://github.com/petermetz/cactus/commit/1fa24bed8f42d39dd7b9ce989b8192774a9c7257)) +* **connector-besu:** avoid req.params repetition ([64d6cf1](https://github.com/petermetz/cactus/commit/64d6cf1f56375c9dd97c7cdf0d11c573fdf26b5a)) +* **connector-besu:** fixed transaction value assignment and added test ([48bb129](https://github.com/petermetz/cactus/commit/48bb1294f03f8b488c6f570b1e248f26aef2ccd1)) +* **connector-besu:** revert change in generated code ([075ad90](https://github.com/petermetz/cactus/commit/075ad90000507b95774065b7fad280b09a49c5f7)) +* **connector-quorum:** ether value and query params added ([0275451](https://github.com/petermetz/cactus/commit/02754513c032cc65db96a77ba3b936aef29f34be)) +* **deps:** missing uuid from plugins [#529](https://github.com/petermetz/cactus/issues/529) ([04ea8bb](https://github.com/petermetz/cactus/commit/04ea8bb8a035382de078d082889c8fdfd48479f8)) +* **docs:** add examples/electiricty-trade guidance on README ([2b64f6a](https://github.com/petermetz/cactus/commit/2b64f6af9a1718eb9d7c4e7e278ebab58ef90ff1)) +* **example:** fix bugs of README of examples/cartrade/README.md ([4cbed45](https://github.com/petermetz/cactus/commit/4cbed454817dd11c1eac0d19d12aef9b336fc18a)) +* **example:** fix bugs of README of examples/electricity-trade/README.md ([cc20804](https://github.com/petermetz/cactus/commit/cc20804016297c64d91a384a5a1b4ca661a31c30)) +* **example:** fix README and tsconfig.json ([79ef712](https://github.com/petermetz/cactus/commit/79ef712fe0c5f926dd1589f33ca8bbe0021f35fa)) +* **example:** fix README on car-trade ([0a3e411](https://github.com/petermetz/cactus/commit/0a3e4110283448328209881e26857a9ebce70623)) +* **examples:** fix logger.error ([358f646](https://github.com/petermetz/cactus/commit/358f646bf9bfa0653e7d0e8bee37b220e15b0e2e)) +* **examples:** fix some typo of README on examples/electricity-trade ([d846a88](https://github.com/petermetz/cactus/commit/d846a889c03370bbce34ca67083a9757c6331a21)) +* **examples:** fix the description of Node.js verion ([fa0cc41](https://github.com/petermetz/cactus/commit/fa0cc415bfeb46b77a4e2a4a84643569a0eddebd)) +* **examples:** fix the description of Node.js verion ([fd8235e](https://github.com/petermetz/cactus/commit/fd8235e285bf071684def01d748e64809cf29869)) +* **fabric:** issue with multiple objects of prometheus metrics ([6bb0cf9](https://github.com/petermetz/cactus/commit/6bb0cf990154237e434e4de2e600517ab592a32b)), closes [#634](https://github.com/petermetz/cactus/issues/634) +* **fabric:** prometheus exporter metrics naming ([a28edcf](https://github.com/petermetz/cactus/commit/a28edcf2a02a8d8e8fcc876e3c4eb40931f0fd9a)) +* **general:** fixed unused deps and updated them ([b76a970](https://github.com/petermetz/cactus/commit/b76a9703341c5a4cabe056e743338cbedebbeaad)) +* **keychain-vault:** add missing license to openapi.json ([70dcb7f](https://github.com/petermetz/cactus/commit/70dcb7fab3ba5bf4a1ecc49c3ee997c3b0ef170f)), closes [#493](https://github.com/petermetz/cactus/issues/493) +* **ledger-plugin:** fix logger.error ([51138e0](https://github.com/petermetz/cactus/commit/51138e04c3d1d9f086b5a7dc56fb17819206e292)) +* **ledger-plugin:** fix logger.error and remove a duplicated file ([bdf561e](https://github.com/petermetz/cactus/commit/bdf561e55c01914f72662d430be00fa77e11eb53)) +* **npm:** clean script was missing folders ([416b82e](https://github.com/petermetz/cactus/commit/416b82e971607129fbdfa9e1270644d0c2f5c706)), closes [#469](https://github.com/petermetz/cactus/issues/469) +* **package-json:** invalid webpack commit sha [#506](https://github.com/petermetz/cactus/issues/506) ([bcf4a30](https://github.com/petermetz/cactus/commit/bcf4a30f4b462d8608613f2af1220e5e09481a43)) +* **performance:** parallel test execution [#416](https://github.com/petermetz/cactus/issues/416) ([5abcd1e](https://github.com/petermetz/cactus/commit/5abcd1e42b0a89382a7c17a2d6b11b32ad00cee3)) +* **test-tooling:** removed latest tag ([24d593d](https://github.com/petermetz/cactus/commit/24d593d6156e8128286e6230dbb867f1afefef7d)) +* **test-tooling:** uncomment code that was forgotten ([3d635c0](https://github.com/petermetz/cactus/commit/3d635c08b43a4001579380e63cab89adba206617)) +* **tools:** ci.sh wsl2 lsmem does not support memory blocks [#556](https://github.com/petermetz/cactus/issues/556) ([24f8c25](https://github.com/petermetz/cactus/commit/24f8c255c57982d4dc9f840d156478afdd7f12c1)) +* **tools:** corda AIO healthcheck ignores jolokia errors ([529dcaf](https://github.com/petermetz/cactus/commit/529dcaf1ccf500561f0ee236cb32d6fb315a8377)) +* **tools:** corda AIO supervisorctl configuration ([d7e6f66](https://github.com/petermetz/cactus/commit/d7e6f66b0df6c83cadb469c4ee07265d7dc8ef0c)) +* **tools:** fabric AIO fabric-samples v2.2.0 breaking change [#632](https://github.com/petermetz/cactus/issues/632) ([96333de](https://github.com/petermetz/cactus/commit/96333de91dc71f3a6ed343554626cc1da45ea351)) +* **tools:** fabric AIO image log access in CI [#643](https://github.com/petermetz/cactus/issues/643) ([9d9f805](https://github.com/petermetz/cactus/commit/9d9f8054dfd064664b296eb4cc7e72bf6678fadf)) +* **tools:** fabric all-in-one build cannot find rust compiler [#617](https://github.com/petermetz/cactus/issues/617) ([630537f](https://github.com/petermetz/cactus/commit/630537fab81846ee122922f8be76472ff89e0606)) +* **tools:** fabric all-in-one SSH access denied [#631](https://github.com/petermetz/cactus/issues/631) ([e8302a1](https://github.com/petermetz/cactus/commit/e8302a11cc9428622711db3b1f4f3b480db847ec)) +* **tools:** fix the method to install fabric-samples ([801deb6](https://github.com/petermetz/cactus/commit/801deb675b9b234765139e092b606e9a7a42da29)) +* **tools:** prod build fail due to missing dependency ngo [#673](https://github.com/petermetz/cactus/issues/673) ([c93cd30](https://github.com/petermetz/cactus/commit/c93cd3021d3fafb6a28e7e6723fe65e2a800219d)) +* **validator:** remove incomplete unit-test of sawtooth lp ([4e4f46c](https://github.com/petermetz/cactus/commit/4e4f46c6e4fc738d8180454972fd90319a2514be)) +* **verifier:** fix verifier-config.json ([7864c30](https://github.com/petermetz/cactus/commit/7864c30b2f9e79ecaae8d90c4afdda2e6e02101f)) +* **VerifierFactory:** add README on run-transaction ([932d5a4](https://github.com/petermetz/cactus/commit/932d5a4b0cf2dd9d3cb413bd953e57abf5c6531f)) +* **VerifierFactory:** add stub server on examples ([5ed3e96](https://github.com/petermetz/cactus/commit/5ed3e96651d6a4b6fcb8ba65e7e68d8a7c11477e)) +* **VerifierFactory:** fix some comments ([f38803d](https://github.com/petermetz/cactus/commit/f38803d4e315ecac9662f4efda4990d4decb3625)) +* **whitepaper:** fix cactus_arch.svg ([e1cef3b](https://github.com/petermetz/cactus/commit/e1cef3bedb0e823206680a1a4b29f4a06a2771b4)) +* dci lint errors [#514](https://github.com/petermetz/cactus/issues/514) ([99ab3af](https://github.com/petermetz/cactus/commit/99ab3afa23b043d4d5b7d6f75db33d4256a11af9)) +* repo-linter error - missing code of conduct file [#711](https://github.com/petermetz/cactus/issues/711) ([87e632e](https://github.com/petermetz/cactus/commit/87e632edab9ca59c64a0d5db6640cb27682de8b5)) +* reverting accidental manual change in generated code ([e67369f](https://github.com/petermetz/cactus/commit/e67369f6b9bded6f54231cbcb34de534b6a80f5b)), closes [#453](https://github.com/petermetz/cactus/issues/453) +* webpack 5 NodeJS polyfills for web GUI ([f5c2184](https://github.com/petermetz/cactus/commit/f5c21840d1b6ec89266abc4b51134f7f37c424b5)), closes [#486](https://github.com/petermetz/cactus/issues/486) + + +### Features + +* **besu:** add prometheus exporter ([7352203](https://github.com/petermetz/cactus/commit/7352203842f0aa47f5b474732c09806465814474)), closes [#533](https://github.com/petermetz/cactus/issues/533) +* **ci:** add a sample of auto-testing codes ([9bdd0b2](https://github.com/petermetz/cactus/commit/9bdd0b239d222c0697b5d64c49a67ed031cb8b66)) +* **common:** add containers.pruneDockerResources utility method ([d075168](https://github.com/petermetz/cactus/commit/d0751681ec715fc20716fdc71fd0df00a01d0559)) +* **common:** servers.startOnPort() host arg [#527](https://github.com/petermetz/cactus/issues/527) ([febc06f](https://github.com/petermetz/cactus/commit/febc06f4baf6f1baf9bb4232c2ba700e8cce822d)) +* **connector-besu:** added ether value in contract invoke request ([add9cd9](https://github.com/petermetz/cactus/commit/add9cd94ed7fe4a7facda89749895f7b04de89a8)) +* **connector-besu:** common interface invoke-contract ([ee93120](https://github.com/petermetz/cactus/commit/ee93120abc7551d22eb94ba7e0521feaffa479bb)) +* **connector-besu:** customizable nonce and gas ([89c0060](https://github.com/petermetz/cactus/commit/89c00604084a80cdd2c1f42a918f5028660703db)) +* **connector-besu:** implemented contract instance map ([17fdd94](https://github.com/petermetz/cactus/commit/17fdd94bb4063fd8eaa1bd53d25d87f343ab9ba4)) +* **connector-besu:** request param: wait for ledger tx receipt [#685](https://github.com/petermetz/cactus/issues/685) ([dc8c564](https://github.com/petermetz/cactus/commit/dc8c564b2819a6f7c2ccc3f6cf37c68900a0c552)) +* **connector-fabric:** signing credentials for fabric ([ebfff9f](https://github.com/petermetz/cactus/commit/ebfff9f8f5aeb86751801e531a1d8064ce6c6e51)) +* **consortium-manual:** add prometheus exporter ([853bdc4](https://github.com/petermetz/cactus/commit/853bdc42aca59dabe2910c5dd4ddec646e80ab5a)), closes [#538](https://github.com/petermetz/cactus/issues/538) +* **corda:** add Corda ledger support ([5623369](https://github.com/petermetz/cactus/commit/5623369aa3b5f3b75cbafb58499b24da6efc896d)) +* **corda-connector:** list flows endpoint [#624](https://github.com/petermetz/cactus/issues/624) ([438dcda](https://github.com/petermetz/cactus/commit/438dcda8ff9c44f8d98515e6ff5aee7daec2179d)) +* **corda-connector:** node diagnostics endpoint [#623](https://github.com/petermetz/cactus/issues/623) ([edb8eac](https://github.com/petermetz/cactus/commit/edb8eac3f2b6e9dfc62f4278f2ec11b8130e9344)) +* **corda-connector:** params factory pattern support [#620](https://github.com/petermetz/cactus/issues/620) ([0c3e58c](https://github.com/petermetz/cactus/commit/0c3e58c4d1acd90d480682c7a4dfd77b95980948)) +* **corda-connector:** scp jars to nodes [#621](https://github.com/petermetz/cactus/issues/621) ([c966769](https://github.com/petermetz/cactus/commit/c966769ec7654596eea36d1fbc56cbf20d4e2233)) +* **core-api:** common consortium interface ([aa070ad](https://github.com/petermetz/cactus/commit/aa070ade45c82cd067cbea09c04fe7b94f76368e)) +* **core-api:** plugin import types: LOCAL & REMOTE ([f4d51da](https://github.com/petermetz/cactus/commit/f4d51dae5b28367e714a2b9aa35dd84a2cb4cb37)) +* **example:** example extended with fabric ([55d6587](https://github.com/petermetz/cactus/commit/55d65872dc689ee3b319c23515c1fea1df0a6444)) +* **examples:** add an example app using Sawtooth and Go-Ethereum ([3e4945b](https://github.com/petermetz/cactus/commit/3e4945b37f13c36ecaafb0c44e2f59ae25cd5279)) +* **examples:** add APIs for setting trade parameters on example/electricity-trade ([d28131e](https://github.com/petermetz/cactus/commit/d28131e3f48562aa461df0e78d3ef816a75a33b1)) +* **fabric:** add prometheus exporter ([b892655](https://github.com/petermetz/cactus/commit/b892655c1cb8fb1ce20fcd8f061d6f4e998eea6b)), closes [#531](https://github.com/petermetz/cactus/issues/531) +* **fabric-connector:** contract deployment endpoint [#616](https://github.com/petermetz/cactus/issues/616) ([c77fc78](https://github.com/petermetz/cactus/commit/c77fc783a0df4f31af53170073176042559ef432)) +* **keychain:** add rust keychain plugin vault implementation ([6dcdb8a](https://github.com/petermetz/cactus/commit/6dcdb8a02db30e4dfe3d912bd56d5979b0cb3bc3)) +* **keychain:** implement OpenAPI endpoints ([3a0acf4](https://github.com/petermetz/cactus/commit/3a0acf4cb350a286500aa80ed4ac5d15f9501ea4)) +* **keychain-memory:** add prometheus exporter ([a5affc5](https://github.com/petermetz/cactus/commit/a5affc526123769cafa878d6a29312596511688e)), closes [#537](https://github.com/petermetz/cactus/issues/537) +* **keychain-vault:** add prometheus exporter ([fea547f](https://github.com/petermetz/cactus/commit/fea547fdf9992ffa444274e7d7f9199a671dd71e)), closes [#536](https://github.com/petermetz/cactus/issues/536) +* **ledger-plugin:** add signature/verification features into Validator/Verifier ([a2227eb](https://github.com/petermetz/cactus/commit/a2227eb851524fce750c47783605d2f7b506fa24)) +* **LedgerPlugin:** add monitoring features on Ledger Plugin Validator for Hyperledger Sawtooth ([958876b](https://github.com/petermetz/cactus/commit/958876bd17f39e31ef21e2d553f02b6b116f0493)) +* **LedgerPlugin:** add TransactionSigner on LedgerPlugin ([df3b266](https://github.com/petermetz/cactus/commit/df3b2663dff6b740bfc0d25db2472ef2cc4f8bb2)) +* **LedgerPlugin:** fix copyright ([d4f1277](https://github.com/petermetz/cactus/commit/d4f127792598214cfbcfc1dd1940a7f321f29396)) +* **quorum:** add prometheus exporter ([bcc574d](https://github.com/petermetz/cactus/commit/bcc574d3077d2086afee4e7ece054285777c527f)), closes [#534](https://github.com/petermetz/cactus/issues/534) +* **refactor:** openapi endpoint paths ([261c17b](https://github.com/petermetz/cactus/commit/261c17b08124070c7be0890d6bc3da380255893b)) +* **test-tooling:** add corda AIO emitContainerLogs option ([13fe677](https://github.com/petermetz/cactus/commit/13fe67782addaccabec1d24bb2032da2d8ea3f94)) +* **test-tooling:** containers pull image retries exp. back-off [#656](https://github.com/petermetz/cactus/issues/656) ([2735ec2](https://github.com/petermetz/cactus/commit/2735ec27f3139222f2fa9eb2ebcfbb4272b85482)) +* **test-tooling:** containers#getById and #waitForHealthCheck ([4a7fbfe](https://github.com/petermetz/cactus/commit/4a7fbfe19cdc269b3b197c736ecce4395b39e1e3)), closes [#471](https://github.com/petermetz/cactus/issues/471) +* **test-tooling:** pruneDockerResources() observability [#694](https://github.com/petermetz/cactus/issues/694) ([d92760f](https://github.com/petermetz/cactus/commit/d92760f278ec06d26920362dc59999f274b29004)) +* **test-tooling:** utility function docker prune in GH action [#696](https://github.com/petermetz/cactus/issues/696) ([2784ceb](https://github.com/petermetz/cactus/commit/2784cebbf899946e3638735865dbb7e23c0a114c)) +* **tools:** add standalone shell CLI tool to corda AIO image ([9828be4](https://github.com/petermetz/cactus/commit/9828be40035bbbb266b3ebf6bda5e5d4c60580b1)) +* **tools:** corda AIO start/stop per node [#686](https://github.com/petermetz/cactus/issues/686) ([f52c00e](https://github.com/petermetz/cactus/commit/f52c00ec37490c4eb553ec5accbe503ca775fa25)) +* **verifier:** adapt Verifier to http-typed events ([01f20d0](https://github.com/petermetz/cactus/commit/01f20d0ba730fb4ac4e5f6c69e0089dd4220d91f)) +* **VerifierFactory:** add connection feature to both of socket.io-type Validator and http-type Validator ([d2825cc](https://github.com/petermetz/cactus/commit/d2825cc1532b9f7c70f545ad10ffee2ffa6a8735)) + + + + + # [0.3.0](https://github.com/petermetz/blockchain-integration-framework/compare/v0.1.0...v0.3.0) (2021-01-06) diff --git a/examples/cactus-example-supply-chain-backend/CHANGELOG.md b/examples/cactus-example-supply-chain-backend/CHANGELOG.md index 6595a8ee47..00da1a980e 100644 --- a/examples/cactus-example-supply-chain-backend/CHANGELOG.md +++ b/examples/cactus-example-supply-chain-backend/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.4.0](https://github.com/hyperledger/cactus/compare/v0.3.0...v0.4.0) (2021-03-30) + + +### Features + +* **example:** example extended with fabric ([55d6587](https://github.com/hyperledger/cactus/commit/55d65872dc689ee3b319c23515c1fea1df0a6444)) + + + + + # [0.3.0](https://github.com/hyperledger/cactus/compare/v0.1.0...v0.3.0) (2021-01-06) **Note:** Version bump only for package @hyperledger/cactus-example-supply-chain-backend diff --git a/examples/cactus-example-supply-chain-backend/package-lock.json b/examples/cactus-example-supply-chain-backend/package-lock.json index 3cdb4fb8ba..4d64ddd46e 100644 --- a/examples/cactus-example-supply-chain-backend/package-lock.json +++ b/examples/cactus-example-supply-chain-backend/package-lock.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-example-supply-chain-backend", - "version": "0.3.0", + "version": "0.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/examples/cactus-example-supply-chain-backend/package.json b/examples/cactus-example-supply-chain-backend/package.json index 55b4a3dd0c..21d191eb45 100755 --- a/examples/cactus-example-supply-chain-backend/package.json +++ b/examples/cactus-example-supply-chain-backend/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-example-supply-chain-backend", - "version": "0.3.0", + "version": "0.4.0", "description": "An example application showing how to use Cactus when implementing a supply chain application where two or more blockchains are sharing data with each other to achieve a certain business outcome beneficial to multiple parties (business organizations).", "main": "dist/lib/main/typescript/index.js", "mainMinified": "dist/cactus-example-supply-chain-backend.node.umd.min.js", @@ -32,7 +32,10 @@ "ignore": [ "src/**/generated/*" ], - "extensions": ["ts", "json"], + "extensions": [ + "ts", + "json" + ], "quiet": true, "verbose": false, "runOnChangeOnly": true @@ -76,29 +79,29 @@ }, "homepage": "https://github.com/hyperledger/cactus#readme", "dependencies": { - "@hyperledger/cactus-api-client": "0.3.0", - "@hyperledger/cactus-cmd-api-server": "0.3.0", - "@hyperledger/cactus-common": "0.3.0", - "@hyperledger/cactus-core": "0.3.0", - "@hyperledger/cactus-core-api": "0.3.0", - "@hyperledger/cactus-example-supply-chain-business-logic-plugin": "0.3.0", - "@hyperledger/cactus-example-supply-chain-frontend": "0.3.0", - "@hyperledger/cactus-plugin-consortium-manual": "0.3.0", - "@hyperledger/cactus-plugin-keychain-memory": "0.3.0", - "@hyperledger/cactus-plugin-ledger-connector-besu": "0.3.0", - "@hyperledger/cactus-plugin-ledger-connector-quorum": "0.3.0", - "@hyperledger/cactus-plugin-ledger-connector-fabric": "0.3.0", - "@hyperledger/cactus-test-tooling": "0.3.0", + "@hyperledger/cactus-api-client": "0.4.0", + "@hyperledger/cactus-cmd-api-server": "0.4.0", + "@hyperledger/cactus-common": "0.4.0", + "@hyperledger/cactus-core": "0.4.0", + "@hyperledger/cactus-core-api": "0.4.0", + "@hyperledger/cactus-example-supply-chain-business-logic-plugin": "0.4.0", + "@hyperledger/cactus-example-supply-chain-frontend": "0.4.0", + "@hyperledger/cactus-plugin-consortium-manual": "0.4.0", + "@hyperledger/cactus-plugin-keychain-memory": "0.4.0", + "@hyperledger/cactus-plugin-ledger-connector-besu": "0.4.0", + "@hyperledger/cactus-plugin-ledger-connector-fabric": "0.4.0", + "@hyperledger/cactus-plugin-ledger-connector-quorum": "0.4.0", + "@hyperledger/cactus-test-tooling": "0.4.0", "async-exit-hook": "2.0.1", "axios": "0.21.1", "express": "4.17.1", + "fabric-network": "1.4.13", "jose": "1.28.0", "openapi-types": "7.0.1", "solc": "0.7.1", "typescript-optional": "2.0.1", "uuid": "8.3.0", - "web3-core": "1.3.0", - "fabric-network": "1.4.13" + "web3-core": "1.3.0" }, "devDependencies": { "@types/express": "4.17.8", diff --git a/examples/cactus-example-supply-chain-business-logic-plugin/CHANGELOG.md b/examples/cactus-example-supply-chain-business-logic-plugin/CHANGELOG.md index f76c67e91a..4d824e929b 100644 --- a/examples/cactus-example-supply-chain-business-logic-plugin/CHANGELOG.md +++ b/examples/cactus-example-supply-chain-business-logic-plugin/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.4.0](https://github.com/hyperledger/cactus/compare/v0.3.0...v0.4.0) (2021-03-30) + + +### Features + +* **example:** example extended with fabric ([55d6587](https://github.com/hyperledger/cactus/commit/55d65872dc689ee3b319c23515c1fea1df0a6444)) + + + + + # [0.3.0](https://github.com/hyperledger/cactus/compare/v0.1.0...v0.3.0) (2021-01-06) **Note:** Version bump only for package @hyperledger/cactus-example-supply-chain-business-logic-plugin diff --git a/examples/cactus-example-supply-chain-business-logic-plugin/package-lock.json b/examples/cactus-example-supply-chain-business-logic-plugin/package-lock.json index 7b25b6446c..d52ed9b481 100644 --- a/examples/cactus-example-supply-chain-business-logic-plugin/package-lock.json +++ b/examples/cactus-example-supply-chain-business-logic-plugin/package-lock.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-example-supply-chain-business-logic-plugin", - "version": "0.3.0", + "version": "0.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/examples/cactus-example-supply-chain-business-logic-plugin/package.json b/examples/cactus-example-supply-chain-business-logic-plugin/package.json index 1666cedaa6..f8662d981e 100755 --- a/examples/cactus-example-supply-chain-business-logic-plugin/package.json +++ b/examples/cactus-example-supply-chain-business-logic-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-example-supply-chain-business-logic-plugin", - "version": "0.3.0", + "version": "0.4.0", "description": "An example business logic plugin implementation for Cactus", "main": "dist/lib/main/typescript/index.js", "mainMinified": "dist/cactus-example-supply-chain-business-logic-plugin.node.umd.min.js", @@ -80,15 +80,15 @@ }, "homepage": "https://github.com/hyperledger/cactus#readme", "dependencies": { - "@hyperledger/cactus-api-client": "0.3.0", - "@hyperledger/cactus-common": "0.3.0", - "@hyperledger/cactus-core": "0.3.0", - "@hyperledger/cactus-core-api": "0.3.0", - "@hyperledger/cactus-plugin-consortium-manual": "0.3.0", - "@hyperledger/cactus-plugin-keychain-memory": "0.3.0", - "@hyperledger/cactus-plugin-ledger-connector-besu": "0.3.0", - "@hyperledger/cactus-plugin-ledger-connector-fabric": "0.3.0", - "@hyperledger/cactus-plugin-ledger-connector-quorum": "0.3.0", + "@hyperledger/cactus-api-client": "0.4.0", + "@hyperledger/cactus-common": "0.4.0", + "@hyperledger/cactus-core": "0.4.0", + "@hyperledger/cactus-core-api": "0.4.0", + "@hyperledger/cactus-plugin-consortium-manual": "0.4.0", + "@hyperledger/cactus-plugin-keychain-memory": "0.4.0", + "@hyperledger/cactus-plugin-ledger-connector-besu": "0.4.0", + "@hyperledger/cactus-plugin-ledger-connector-fabric": "0.4.0", + "@hyperledger/cactus-plugin-ledger-connector-quorum": "0.4.0", "async-exit-hook": "2.0.1", "axios": "0.21.1", "express": "4.17.1", diff --git a/examples/cactus-example-supply-chain-frontend/CHANGELOG.md b/examples/cactus-example-supply-chain-frontend/CHANGELOG.md index 688e130bbf..0e3c18a62c 100644 --- a/examples/cactus-example-supply-chain-frontend/CHANGELOG.md +++ b/examples/cactus-example-supply-chain-frontend/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.4.0](https://github.com/hyperledger/cactus/compare/v0.3.0...v0.4.0) (2021-03-30) + + +### Features + +* **example:** example extended with fabric ([55d6587](https://github.com/hyperledger/cactus/commit/55d65872dc689ee3b319c23515c1fea1df0a6444)) + + + + + # [0.3.0](https://github.com/hyperledger/cactus/compare/v0.1.0...v0.3.0) (2021-01-06) **Note:** Version bump only for package @hyperledger/cactus-example-supply-chain-frontend diff --git a/examples/cactus-example-supply-chain-frontend/package-lock.json b/examples/cactus-example-supply-chain-frontend/package-lock.json index 5c60203a3e..a3b43aa722 100644 --- a/examples/cactus-example-supply-chain-frontend/package-lock.json +++ b/examples/cactus-example-supply-chain-frontend/package-lock.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-example-supply-chain-frontend", - "version": "0.3.0", + "version": "0.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/examples/cactus-example-supply-chain-frontend/package.json b/examples/cactus-example-supply-chain-frontend/package.json index 3a5971dd87..ae83030cb7 100644 --- a/examples/cactus-example-supply-chain-frontend/package.json +++ b/examples/cactus-example-supply-chain-frontend/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-example-supply-chain-frontend", - "version": "0.3.0", + "version": "0.4.0", "description": "The frontend component of an example project demonstrating how Cactus can be used for cross-chain dapp development.", "files": [ "www/*" @@ -22,14 +22,14 @@ "@angular/platform-browser": "~10.0.0", "@angular/platform-browser-dynamic": "~10.0.0", "@angular/router": "~10.0.0", - "@hyperledger/cactus-api-client": "0.3.0", - "@hyperledger/cactus-common": "0.3.0", - "@hyperledger/cactus-core-api": "0.3.0", - "@hyperledger/cactus-example-supply-chain-business-logic-plugin": "0.3.0", - "@hyperledger/cactus-plugin-consortium-manual": "0.3.0", - "@hyperledger/cactus-plugin-ledger-connector-besu": "0.3.0", - "@hyperledger/cactus-plugin-ledger-connector-quorum": "0.3.0", - "@hyperledger/cactus-plugin-ledger-connector-fabric": "0.3.0", + "@hyperledger/cactus-api-client": "0.4.0", + "@hyperledger/cactus-common": "0.4.0", + "@hyperledger/cactus-core-api": "0.4.0", + "@hyperledger/cactus-example-supply-chain-business-logic-plugin": "0.4.0", + "@hyperledger/cactus-plugin-consortium-manual": "0.4.0", + "@hyperledger/cactus-plugin-ledger-connector-besu": "0.4.0", + "@hyperledger/cactus-plugin-ledger-connector-fabric": "0.4.0", + "@hyperledger/cactus-plugin-ledger-connector-quorum": "0.4.0", "@ionic-native/core": "^5.0.0", "@ionic-native/splash-screen": "^5.0.0", "@ionic-native/status-bar": "^5.0.0", diff --git a/lerna.json b/lerna.json index a1c182fc0a..1d4267f091 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages/cactus-*", "examples/cactus-*" ], - "version": "0.3.0", + "version": "0.4.0", "command": { "version": { "message": "chore(release): publish" diff --git a/packages/cactus-api-client/CHANGELOG.md b/packages/cactus-api-client/CHANGELOG.md index aedc61b094..4024bc33a4 100644 --- a/packages/cactus-api-client/CHANGELOG.md +++ b/packages/cactus-api-client/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.4.0](https://github.com/hyperledger/cactus/compare/v0.3.0...v0.4.0) (2021-03-30) + + +### Bug Fixes + +* **api-client:** flaky DefaultConsortiumProvider test [#605](https://github.com/hyperledger/cactus/issues/605) ([2ff9a25](https://github.com/hyperledger/cactus/commit/2ff9a25c316b8567e8393748386f4187cd58ea48)) +* **cockpit:** compilation issues [#496](https://github.com/hyperledger/cactus/issues/496) ([fad9fff](https://github.com/hyperledger/cactus/commit/fad9fffb59136f1fdbcef4645a0da3ccd2913233)) +* **general:** fixed unused deps and updated them ([b76a970](https://github.com/hyperledger/cactus/commit/b76a9703341c5a4cabe056e743338cbedebbeaad)) +* dci lint errors [#514](https://github.com/hyperledger/cactus/issues/514) ([99ab3af](https://github.com/hyperledger/cactus/commit/99ab3afa23b043d4d5b7d6f75db33d4256a11af9)) + + + + + # [0.3.0](https://github.com/hyperledger/cactus/compare/v0.1.0...v0.3.0) (2021-01-06) diff --git a/packages/cactus-api-client/package-lock.json b/packages/cactus-api-client/package-lock.json index 517b56c096..b6db35ab32 100644 --- a/packages/cactus-api-client/package-lock.json +++ b/packages/cactus-api-client/package-lock.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-api-client", - "version": "0.3.0", + "version": "0.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/cactus-api-client/package.json b/packages/cactus-api-client/package.json index 9b006711f4..7030b0641e 100644 --- a/packages/cactus-api-client/package.json +++ b/packages/cactus-api-client/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-api-client", - "version": "0.3.0", + "version": "0.4.0", "description": "Universal library used by both front end and back end components of Cactus. Aims to be a developer swiss army knife.", "main": "dist/lib/main/typescript/index.js", "mainMinified": "dist/cactus-api-client.node.umd.min.js", @@ -31,7 +31,10 @@ "ignore": [ "src/**/generated/*" ], - "extensions": ["ts", "json"], + "extensions": [ + "ts", + "json" + ], "quiet": true, "verbose": false, "runOnChangeOnly": true @@ -78,11 +81,9 @@ }, "homepage": "https://github.com/hyperledger/cactus#readme", "dependencies": { - "@hyperledger/cactus-common": "0.3.0", - "@hyperledger/cactus-core": "0.3.0", - "@hyperledger/cactus-core-api": "0.3.0", - "@hyperledger/cactus-plugin-consortium-manual": "0.3.0" - }, - "devDependencies": { + "@hyperledger/cactus-common": "0.4.0", + "@hyperledger/cactus-core": "0.4.0", + "@hyperledger/cactus-core-api": "0.4.0", + "@hyperledger/cactus-plugin-consortium-manual": "0.4.0" } } diff --git a/packages/cactus-cmd-api-server/CHANGELOG.md b/packages/cactus-cmd-api-server/CHANGELOG.md index d47703b6b8..abd885ed79 100644 --- a/packages/cactus-cmd-api-server/CHANGELOG.md +++ b/packages/cactus-cmd-api-server/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.4.0](https://github.com/hyperledger/cactus/compare/v0.3.0...v0.4.0) (2021-03-30) + + +### Bug Fixes + +* **cmd-api-server:** config generator emits correct type ([ecd63b9](https://github.com/hyperledger/cactus/commit/ecd63b9fac831f198f0f979754a7790f61133f49)), closes [#598](https://github.com/hyperledger/cactus/issues/598) +* **cmd-api-server:** missing pretsc npm script [#500](https://github.com/hyperledger/cactus/issues/500) ([a79b11a](https://github.com/hyperledger/cactus/commit/a79b11a3a0001a9fb9732da295451f1b424e7b35)) +* **general:** fixed unused deps and updated them ([b76a970](https://github.com/hyperledger/cactus/commit/b76a9703341c5a4cabe056e743338cbedebbeaad)) + + +### Features + +* **core-api:** plugin import types: LOCAL & REMOTE ([f4d51da](https://github.com/hyperledger/cactus/commit/f4d51dae5b28367e714a2b9aa35dd84a2cb4cb37)) +* **keychain:** add rust keychain plugin vault implementation ([6dcdb8a](https://github.com/hyperledger/cactus/commit/6dcdb8a02db30e4dfe3d912bd56d5979b0cb3bc3)) + + + + + # [0.3.0](https://github.com/hyperledger/cactus/compare/v0.1.0...v0.3.0) (2021-01-06) diff --git a/packages/cactus-cmd-api-server/package-lock.json b/packages/cactus-cmd-api-server/package-lock.json index 8a3d129849..41fc3cc52c 100644 --- a/packages/cactus-cmd-api-server/package-lock.json +++ b/packages/cactus-cmd-api-server/package-lock.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-cmd-api-server", - "version": "0.3.0", + "version": "0.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/cactus-cmd-api-server/package.json b/packages/cactus-cmd-api-server/package.json index 3f5dbdc7c8..5e02eb0688 100644 --- a/packages/cactus-cmd-api-server/package.json +++ b/packages/cactus-cmd-api-server/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-cmd-api-server", - "version": "0.3.0", + "version": "0.4.0", "description": "API server that combines and exposes all the functionality of a Cactus deployment through a unified REST API interface.", "bin": { "cactusapi": "./dist/lib/main/typescript/cmd/cactus-api.js" @@ -83,13 +83,12 @@ }, "homepage": "https://github.com/hyperledger/cactus#readme", "dependencies": { - "@hyperledger/cactus-cockpit": "0.3.0", - "@hyperledger/cactus-common": "0.3.0", - "@hyperledger/cactus-core": "0.3.0", - "@hyperledger/cactus-core-api": "0.3.0", - "@hyperledger/cactus-plugin-consortium-manual": "0.3.0", - "@hyperledger/cactus-plugin-keychain-memory": "0.3.0", - + "@hyperledger/cactus-cockpit": "0.4.0", + "@hyperledger/cactus-common": "0.4.0", + "@hyperledger/cactus-core": "0.4.0", + "@hyperledger/cactus-core-api": "0.4.0", + "@hyperledger/cactus-plugin-consortium-manual": "0.4.0", + "@hyperledger/cactus-plugin-keychain-memory": "0.4.0", "axios": "0.21.1", "body-parser": "1.19.0", "compression": "1.7.4", @@ -105,8 +104,8 @@ "uuid": "7.0.2" }, "devDependencies": { - "@hyperledger/cactus-plugin-keychain-vault": "0.3.0", - "@hyperledger/cactus-test-tooling": "0.3.0", + "@hyperledger/cactus-plugin-keychain-vault": "0.4.0", + "@hyperledger/cactus-test-tooling": "0.4.0", "@types/compression": "1.7.0", "@types/convict": "5.2.1", "@types/cors": "2.8.6", diff --git a/packages/cactus-cockpit/CHANGELOG.md b/packages/cactus-cockpit/CHANGELOG.md index 924a3f47a8..fe87817da7 100644 --- a/packages/cactus-cockpit/CHANGELOG.md +++ b/packages/cactus-cockpit/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.4.0](https://github.com/hyperledger/cactus/compare/v0.3.0...v0.4.0) (2021-03-30) + + +### Bug Fixes + +* **general:** fixed unused deps and updated them ([b76a970](https://github.com/hyperledger/cactus/commit/b76a9703341c5a4cabe056e743338cbedebbeaad)) +* dci lint errors [#514](https://github.com/hyperledger/cactus/issues/514) ([99ab3af](https://github.com/hyperledger/cactus/commit/99ab3afa23b043d4d5b7d6f75db33d4256a11af9)) +* **cockpit:** compilation issues [#496](https://github.com/hyperledger/cactus/issues/496) ([fad9fff](https://github.com/hyperledger/cactus/commit/fad9fffb59136f1fdbcef4645a0da3ccd2913233)) + + + + + # [0.3.0](https://github.com/hyperledger/cactus/compare/v0.1.0...v0.3.0) (2021-01-06) diff --git a/packages/cactus-cockpit/package-lock.json b/packages/cactus-cockpit/package-lock.json index b22d5c1782..229f67d3f3 100644 --- a/packages/cactus-cockpit/package-lock.json +++ b/packages/cactus-cockpit/package-lock.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-cockpit", - "version": "0.3.0", + "version": "0.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/cactus-cockpit/package.json b/packages/cactus-cockpit/package.json index ef6e3a6446..d353ae6919 100644 --- a/packages/cactus-cockpit/package.json +++ b/packages/cactus-cockpit/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-cockpit", - "version": "0.3.0", + "version": "0.4.0", "files": [ "www/*" ], @@ -23,9 +23,9 @@ "@angular/platform-browser": "11.2.1", "@angular/platform-browser-dynamic": "11.2.1", "@angular/router": "11.2.1", - "@hyperledger/cactus-api-client": "0.3.0", - "@hyperledger/cactus-common": "0.3.0", - "@hyperledger/cactus-plugin-consortium-manual": "0.3.0", + "@hyperledger/cactus-api-client": "0.4.0", + "@hyperledger/cactus-common": "0.4.0", + "@hyperledger/cactus-plugin-consortium-manual": "0.4.0", "@ionic-native/core": "5.0.0", "@ionic-native/splash-screen": "5.0.0", "@ionic-native/status-bar": "5.0.0", diff --git a/packages/cactus-common/CHANGELOG.md b/packages/cactus-common/CHANGELOG.md index 7b9541dd05..156fcfc164 100644 --- a/packages/cactus-common/CHANGELOG.md +++ b/packages/cactus-common/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.4.0](https://github.com/hyperledger/cactus/compare/v0.3.0...v0.4.0) (2021-03-30) + + +### Bug Fixes + +* **common:** servers.listen() port validation ([cd50124](https://github.com/hyperledger/cactus/commit/cd50124728fa6711bc1a1b7501964bb9b1727bcc)), closes [#491](https://github.com/hyperledger/cactus/issues/491) +* **common:** servers#startOnPreferredPort no graceful fallback [#683](https://github.com/hyperledger/cactus/issues/683) ([18f5af7](https://github.com/hyperledger/cactus/commit/18f5af756e1fcbcd55f0ade76ebcdcda77f443da)) +* **general:** fixed unused deps and updated them ([b76a970](https://github.com/hyperledger/cactus/commit/b76a9703341c5a4cabe056e743338cbedebbeaad)) + + +### Features + +* **common:** servers.startOnPort() host arg [#527](https://github.com/hyperledger/cactus/issues/527) ([febc06f](https://github.com/hyperledger/cactus/commit/febc06f4baf6f1baf9bb4232c2ba700e8cce822d)) + + + + + # [0.3.0](https://github.com/hyperledger/cactus/compare/v0.1.0...v0.3.0) (2021-01-06) diff --git a/packages/cactus-common/package-lock.json b/packages/cactus-common/package-lock.json index 87688e4b75..0c448efa13 100644 --- a/packages/cactus-common/package-lock.json +++ b/packages/cactus-common/package-lock.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-common", - "version": "0.3.0", + "version": "0.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/cactus-common/package.json b/packages/cactus-common/package.json index de87485791..5d48309582 100644 --- a/packages/cactus-common/package.json +++ b/packages/cactus-common/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-common", - "version": "0.3.0", + "version": "0.4.0", "description": "Universal library used by both front end and back end components of Cactus. Aims to be a developer swiss army knife.", "main": "dist/lib/main/typescript/index.js", "mainMinified": "dist/cactus-common.node.umd.min.js", @@ -31,7 +31,10 @@ "ignore": [ "src/**/generated/*" ], - "extensions": ["ts", "json"], + "extensions": [ + "ts", + "json" + ], "quiet": true, "verbose": false, "runOnChangeOnly": true @@ -91,4 +94,4 @@ "@types/uuid": "8.3.0", "uuid": "8.3.1" } -} \ No newline at end of file +} diff --git a/packages/cactus-core-api/CHANGELOG.md b/packages/cactus-core-api/CHANGELOG.md index 6b40872015..872633feed 100644 --- a/packages/cactus-core-api/CHANGELOG.md +++ b/packages/cactus-core-api/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.4.0](https://github.com/hyperledger/cactus/compare/v0.3.0...v0.4.0) (2021-03-30) + + +### Bug Fixes + +* **general:** fixed unused deps and updated them ([b76a970](https://github.com/hyperledger/cactus/commit/b76a9703341c5a4cabe056e743338cbedebbeaad)) + + +### Features + +* **core-api:** common consortium interface ([aa070ad](https://github.com/hyperledger/cactus/commit/aa070ade45c82cd067cbea09c04fe7b94f76368e)) +* **core-api:** plugin import types: LOCAL & REMOTE ([f4d51da](https://github.com/hyperledger/cactus/commit/f4d51dae5b28367e714a2b9aa35dd84a2cb4cb37)) +* **keychain:** implement OpenAPI endpoints ([3a0acf4](https://github.com/hyperledger/cactus/commit/3a0acf4cb350a286500aa80ed4ac5d15f9501ea4)) + + + + + # [0.3.0](https://github.com/hyperledger/cactus/compare/v0.1.0...v0.3.0) (2021-01-06) diff --git a/packages/cactus-core-api/package-lock.json b/packages/cactus-core-api/package-lock.json index 170683cee0..6b731c0802 100644 --- a/packages/cactus-core-api/package-lock.json +++ b/packages/cactus-core-api/package-lock.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-core-api", - "version": "0.3.0", + "version": "0.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/cactus-core-api/package.json b/packages/cactus-core-api/package.json index 0b12e6f063..831fa22c22 100644 --- a/packages/cactus-core-api/package.json +++ b/packages/cactus-core-api/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-core-api", - "version": "0.3.0", + "version": "0.4.0", "description": "Contains type definitions/interfaces for the kernel of the codebase. Kept separate from the implementation so that it is easier to use it as a dependency.", "main": "dist/lib/main/typescript/index.js", "mainMinified": "dist/cactus-core-api.node.umd.min.js", diff --git a/packages/cactus-core/CHANGELOG.md b/packages/cactus-core/CHANGELOG.md index e90a3cbc7a..728a419e29 100644 --- a/packages/cactus-core/CHANGELOG.md +++ b/packages/cactus-core/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.4.0](https://github.com/hyperledger/cactus/compare/v0.3.0...v0.4.0) (2021-03-30) + + +### Bug Fixes + +* **general:** fixed unused deps and updated them ([b76a970](https://github.com/hyperledger/cactus/commit/b76a9703341c5a4cabe056e743338cbedebbeaad)) + + + + + # [0.3.0](https://github.com/hyperledger/cactus/compare/v0.1.0...v0.3.0) (2021-01-06) **Note:** Version bump only for package @hyperledger/cactus-core diff --git a/packages/cactus-core/package-lock.json b/packages/cactus-core/package-lock.json index 379277f3a6..0c8fbd64dd 100644 --- a/packages/cactus-core/package-lock.json +++ b/packages/cactus-core/package-lock.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-core", - "version": "0.3.0", + "version": "0.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/cactus-core/package.json b/packages/cactus-core/package.json index 47b8bb948d..3950f7a580 100644 --- a/packages/cactus-core/package.json +++ b/packages/cactus-core/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-core", - "version": "0.3.0", + "version": "0.4.0", "description": "Contains lower level abstractions/implementation that is to be shared by multiple other, higher level packages of the project.", "main": "dist/lib/main/typescript/index.js", "mainMinified": "dist/cactus-core.node.umd.min.js", @@ -81,8 +81,8 @@ }, "homepage": "https://github.com/hyperledger/cactus#readme", "dependencies": { - "@hyperledger/cactus-common": "0.3.0", - "@hyperledger/cactus-core-api": "0.3.0", + "@hyperledger/cactus-common": "0.4.0", + "@hyperledger/cactus-core-api": "0.4.0", "express": "4.17.1", "typescript-optional": "2.0.1" }, diff --git a/packages/cactus-plugin-consortium-manual/CHANGELOG.md b/packages/cactus-plugin-consortium-manual/CHANGELOG.md index 5751dd606f..fc102ccf12 100644 --- a/packages/cactus-plugin-consortium-manual/CHANGELOG.md +++ b/packages/cactus-plugin-consortium-manual/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.4.0](https://github.com/hyperledger/cactus/compare/v0.3.0...v0.4.0) (2021-03-30) + + +### Bug Fixes + +* **deps:** missing uuid from plugins [#529](https://github.com/hyperledger/cactus/issues/529) ([04ea8bb](https://github.com/hyperledger/cactus/commit/04ea8bb8a035382de078d082889c8fdfd48479f8)) +* **general:** fixed unused deps and updated them ([b76a970](https://github.com/hyperledger/cactus/commit/b76a9703341c5a4cabe056e743338cbedebbeaad)) +* **npm:** clean script was missing folders ([416b82e](https://github.com/hyperledger/cactus/commit/416b82e971607129fbdfa9e1270644d0c2f5c706)), closes [#469](https://github.com/hyperledger/cactus/issues/469) + + +### Features + +* **consortium-manual:** add prometheus exporter ([853bdc4](https://github.com/hyperledger/cactus/commit/853bdc42aca59dabe2910c5dd4ddec646e80ab5a)), closes [#538](https://github.com/hyperledger/cactus/issues/538) +* **core-api:** plugin import types: LOCAL & REMOTE ([f4d51da](https://github.com/hyperledger/cactus/commit/f4d51dae5b28367e714a2b9aa35dd84a2cb4cb37)) + + + + + # [0.3.0](https://github.com/hyperledger/cactus/compare/v0.1.0...v0.3.0) (2021-01-06) diff --git a/packages/cactus-plugin-consortium-manual/package-lock.json b/packages/cactus-plugin-consortium-manual/package-lock.json index 264b8a798f..31df798286 100644 --- a/packages/cactus-plugin-consortium-manual/package-lock.json +++ b/packages/cactus-plugin-consortium-manual/package-lock.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-consortium-manual", - "version": "0.3.0", + "version": "0.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/cactus-plugin-consortium-manual/package.json b/packages/cactus-plugin-consortium-manual/package.json index 368fdc051d..1af03f9084 100644 --- a/packages/cactus-plugin-consortium-manual/package.json +++ b/packages/cactus-plugin-consortium-manual/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-consortium-manual", - "version": "0.3.0", + "version": "0.4.0", "description": "A web service plugin that provides management capabilities on a Cactus consortium as a whole for administrative purposes.", "main": "dist/lib/main/typescript/index.js", "mainMinified": "dist/cactus-plugin-consortium-manual.node.umd.min.js", @@ -33,7 +33,10 @@ "ignore": [ "src/**/generated/*" ], - "extensions": ["ts", "json"], + "extensions": [ + "ts", + "json" + ], "quiet": true, "verbose": false, "runOnChangeOnly": true @@ -77,15 +80,15 @@ }, "homepage": "https://github.com/hyperledger/cactus#readme", "dependencies": { - "@hyperledger/cactus-common": "0.3.0", - "@hyperledger/cactus-core": "0.3.0", - "@hyperledger/cactus-core-api": "0.3.0", + "@hyperledger/cactus-common": "0.4.0", + "@hyperledger/cactus-core": "0.4.0", + "@hyperledger/cactus-core-api": "0.4.0", "axios": "0.21.1", "body-parser": "1.19.0", "express": "4.17.1", - "prom-client": "13.0.0", "jose": "1.27.2", "json-stable-stringify": "1.0.1", + "prom-client": "13.0.0", "typescript-optional": "2.0.1", "uuid": "8.3.2" }, diff --git a/packages/cactus-plugin-keychain-memory/CHANGELOG.md b/packages/cactus-plugin-keychain-memory/CHANGELOG.md index ef382edcde..804c6c5605 100644 --- a/packages/cactus-plugin-keychain-memory/CHANGELOG.md +++ b/packages/cactus-plugin-keychain-memory/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.4.0](https://github.com/hyperledger/cactus/compare/v0.3.0...v0.4.0) (2021-03-30) + + +### Bug Fixes + +* **deps:** missing uuid from plugins [#529](https://github.com/hyperledger/cactus/issues/529) ([04ea8bb](https://github.com/hyperledger/cactus/commit/04ea8bb8a035382de078d082889c8fdfd48479f8)) +* **general:** fixed unused deps and updated them ([b76a970](https://github.com/hyperledger/cactus/commit/b76a9703341c5a4cabe056e743338cbedebbeaad)) + + +### Features + +* **core-api:** plugin import types: LOCAL & REMOTE ([f4d51da](https://github.com/hyperledger/cactus/commit/f4d51dae5b28367e714a2b9aa35dd84a2cb4cb37)) +* **keychain-memory:** add prometheus exporter ([a5affc5](https://github.com/hyperledger/cactus/commit/a5affc526123769cafa878d6a29312596511688e)), closes [#537](https://github.com/hyperledger/cactus/issues/537) + + + + + # [0.3.0](https://github.com/hyperledger/cactus/compare/v0.1.0...v0.3.0) (2021-01-06) diff --git a/packages/cactus-plugin-keychain-memory/package-lock.json b/packages/cactus-plugin-keychain-memory/package-lock.json index 3397527570..10a667cf75 100644 --- a/packages/cactus-plugin-keychain-memory/package-lock.json +++ b/packages/cactus-plugin-keychain-memory/package-lock.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-keychain-memory", - "version": "0.3.0", + "version": "0.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/cactus-plugin-keychain-memory/package.json b/packages/cactus-plugin-keychain-memory/package.json index f8499d9d95..4bb503fb15 100644 --- a/packages/cactus-plugin-keychain-memory/package.json +++ b/packages/cactus-plugin-keychain-memory/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-keychain-memory", - "version": "0.3.0", + "version": "0.4.0", "description": "Dummy keychain implementation doing NO encryption and storing everything in-memory. Only suitable for development and testing.", "main": "dist/lib/main/typescript/index.js", "mainMinified": "dist/cactus-plugin-keychain-memory.node.umd.min.js", @@ -83,9 +83,9 @@ }, "homepage": "https://github.com/hyperledger/cactus#readme", "dependencies": { - "@hyperledger/cactus-common": "0.3.0", - "@hyperledger/cactus-core": "0.3.0", - "@hyperledger/cactus-core-api": "0.3.0", + "@hyperledger/cactus-common": "0.4.0", + "@hyperledger/cactus-core": "0.4.0", + "@hyperledger/cactus-core-api": "0.4.0", "axios": "0.21.1", "express": "4.17.1", "prom-client": "13.1.0" diff --git a/packages/cactus-plugin-keychain-vault/CHANGELOG.md b/packages/cactus-plugin-keychain-vault/CHANGELOG.md new file mode 100644 index 0000000000..2a667f7ab8 --- /dev/null +++ b/packages/cactus-plugin-keychain-vault/CHANGELOG.md @@ -0,0 +1,18 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [0.4.0](https://github.com/hyperledger/cactus/compare/v0.3.0...v0.4.0) (2021-03-30) + + +### Bug Fixes + +* **keychain-vault:** add missing license to openapi.json ([70dcb7f](https://github.com/hyperledger/cactus/commit/70dcb7fab3ba5bf4a1ecc49c3ee997c3b0ef170f)), closes [#493](https://github.com/hyperledger/cactus/issues/493) + + +### Features + +* **keychain:** add rust keychain plugin vault implementation ([6dcdb8a](https://github.com/hyperledger/cactus/commit/6dcdb8a02db30e4dfe3d912bd56d5979b0cb3bc3)) +* **keychain:** implement OpenAPI endpoints ([3a0acf4](https://github.com/hyperledger/cactus/commit/3a0acf4cb350a286500aa80ed4ac5d15f9501ea4)) +* **keychain-vault:** add prometheus exporter ([fea547f](https://github.com/hyperledger/cactus/commit/fea547fdf9992ffa444274e7d7f9199a671dd71e)), closes [#536](https://github.com/hyperledger/cactus/issues/536) diff --git a/packages/cactus-plugin-keychain-vault/package-lock.json b/packages/cactus-plugin-keychain-vault/package-lock.json index 80fd421c9f..850c876af5 100644 --- a/packages/cactus-plugin-keychain-vault/package-lock.json +++ b/packages/cactus-plugin-keychain-vault/package-lock.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-keychain-vault", - "version": "0.3.0", + "version": "0.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/cactus-plugin-keychain-vault/package.json b/packages/cactus-plugin-keychain-vault/package.json index cb0b55c690..44b3bc6bc3 100644 --- a/packages/cactus-plugin-keychain-vault/package.json +++ b/packages/cactus-plugin-keychain-vault/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-keychain-vault", - "version": "0.3.0", + "version": "0.4.0", "description": "A keychain implementation storing its entries in Hashicorp Vault. Actual logic is implemented in Rust.", "main": "dist/lib/main/typescript/index.js", "mainMinified": "dist/cactus-plugin-keychain-vault.node.umd.min.js", @@ -83,18 +83,18 @@ }, "homepage": "https://github.com/hyperledger/cactus#readme", "dependencies": { - "@hyperledger/cactus-common": "0.3.0", - "@hyperledger/cactus-core": "0.3.0", - "@hyperledger/cactus-core-api": "0.3.0", - "prom-client": "13.1.0", + "@hyperledger/cactus-common": "0.4.0", + "@hyperledger/cactus-core": "0.4.0", + "@hyperledger/cactus-core-api": "0.4.0", "axios": "0.21.1", "express": "4.17.1", "http-status-codes": "2.1.4", "node-vault": "0.9.21", + "prom-client": "13.1.0", "typescript-optional": "2.0.1" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "0.3.0", + "@hyperledger/cactus-test-tooling": "0.4.0", "@types/express": "4.17.8", "@types/express-serve-static-core": "4.17.17", "@types/request": "2.48.5", diff --git a/packages/cactus-plugin-ledger-connector-besu/CHANGELOG.md b/packages/cactus-plugin-ledger-connector-besu/CHANGELOG.md index 450c7b9d87..b61ddb4978 100644 --- a/packages/cactus-plugin-ledger-connector-besu/CHANGELOG.md +++ b/packages/cactus-plugin-ledger-connector-besu/CHANGELOG.md @@ -3,6 +3,35 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.4.0](https://github.com/hyperledger/cactus/compare/v0.3.0...v0.4.0) (2021-03-30) + + +### Bug Fixes + +* **ci:** disk full issues on GitHub Action Workflow runner [#698](https://github.com/hyperledger/cactus/issues/698) ([61e3f76](https://github.com/hyperledger/cactus/commit/61e3f76ed910c9b04b36f995456213018cc0e7ba)) +* **connector-besu:** added test for call with parameters ([1fa24be](https://github.com/hyperledger/cactus/commit/1fa24bed8f42d39dd7b9ce989b8192774a9c7257)) +* **connector-besu:** avoid req.params repetition ([64d6cf1](https://github.com/hyperledger/cactus/commit/64d6cf1f56375c9dd97c7cdf0d11c573fdf26b5a)) +* **connector-besu:** fixed transaction value assignment and added test ([48bb129](https://github.com/hyperledger/cactus/commit/48bb1294f03f8b488c6f570b1e248f26aef2ccd1)) +* **connector-besu:** revert change in generated code ([075ad90](https://github.com/hyperledger/cactus/commit/075ad90000507b95774065b7fad280b09a49c5f7)) +* **general:** fixed unused deps and updated them ([b76a970](https://github.com/hyperledger/cactus/commit/b76a9703341c5a4cabe056e743338cbedebbeaad)) +* reverting accidental manual change in generated code ([e67369f](https://github.com/hyperledger/cactus/commit/e67369f6b9bded6f54231cbcb34de534b6a80f5b)), closes [#453](https://github.com/hyperledger/cactus/issues/453) + + +### Features + +* **besu:** add prometheus exporter ([7352203](https://github.com/hyperledger/cactus/commit/7352203842f0aa47f5b474732c09806465814474)), closes [#533](https://github.com/hyperledger/cactus/issues/533) +* **connector-besu:** added ether value in contract invoke request ([add9cd9](https://github.com/hyperledger/cactus/commit/add9cd94ed7fe4a7facda89749895f7b04de89a8)) +* **connector-besu:** common interface invoke-contract ([ee93120](https://github.com/hyperledger/cactus/commit/ee93120abc7551d22eb94ba7e0521feaffa479bb)) +* **connector-besu:** customizable nonce and gas ([89c0060](https://github.com/hyperledger/cactus/commit/89c00604084a80cdd2c1f42a918f5028660703db)) +* **connector-besu:** implemented contract instance map ([17fdd94](https://github.com/hyperledger/cactus/commit/17fdd94bb4063fd8eaa1bd53d25d87f343ab9ba4)) +* **connector-besu:** request param: wait for ledger tx receipt [#685](https://github.com/hyperledger/cactus/issues/685) ([dc8c564](https://github.com/hyperledger/cactus/commit/dc8c564b2819a6f7c2ccc3f6cf37c68900a0c552)) +* **core-api:** plugin import types: LOCAL & REMOTE ([f4d51da](https://github.com/hyperledger/cactus/commit/f4d51dae5b28367e714a2b9aa35dd84a2cb4cb37)) +* **refactor:** openapi endpoint paths ([261c17b](https://github.com/hyperledger/cactus/commit/261c17b08124070c7be0890d6bc3da380255893b)) + + + + + # [0.3.0](https://github.com/hyperledger/cactus/compare/v0.1.0...v0.3.0) (2021-01-06) diff --git a/packages/cactus-plugin-ledger-connector-besu/package-lock.json b/packages/cactus-plugin-ledger-connector-besu/package-lock.json index 717046753f..0ed3b17c21 100644 --- a/packages/cactus-plugin-ledger-connector-besu/package-lock.json +++ b/packages/cactus-plugin-ledger-connector-besu/package-lock.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-ledger-connector-besu", - "version": "0.3.0", + "version": "0.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/cactus-plugin-ledger-connector-besu/package.json b/packages/cactus-plugin-ledger-connector-besu/package.json index abfa4987b9..69ac33f15b 100644 --- a/packages/cactus-plugin-ledger-connector-besu/package.json +++ b/packages/cactus-plugin-ledger-connector-besu/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-ledger-connector-besu", - "version": "0.3.0", + "version": "0.4.0", "description": "Allows Cactus nodes to connect to a Besu ledger.", "main": "dist/lib/main/typescript/index.js", "mainMinified": "dist/cactus-plugin-ledger-connector-besu.node.umd.min.js", @@ -83,9 +83,9 @@ }, "homepage": "https://github.com/hyperledger/cactus#readme", "dependencies": { - "@hyperledger/cactus-common": "0.3.0", - "@hyperledger/cactus-core": "0.3.0", - "@hyperledger/cactus-core-api": "0.3.0", + "@hyperledger/cactus-common": "0.4.0", + "@hyperledger/cactus-core": "0.4.0", + "@hyperledger/cactus-core-api": "0.4.0", "axios": "0.21.1", "express": "4.17.1", "joi": "14.3.1", @@ -95,8 +95,8 @@ "web3": "1.2.7" }, "devDependencies": { - "@hyperledger/cactus-plugin-keychain-memory": "0.3.0", - "@hyperledger/cactus-test-tooling": "0.3.0", + "@hyperledger/cactus-plugin-keychain-memory": "0.4.0", + "@hyperledger/cactus-test-tooling": "0.4.0", "@types/express": "4.17.8" } } diff --git a/packages/cactus-plugin-ledger-connector-corda/CHANGELOG.md b/packages/cactus-plugin-ledger-connector-corda/CHANGELOG.md new file mode 100644 index 0000000000..9fea2a6b43 --- /dev/null +++ b/packages/cactus-plugin-ledger-connector-corda/CHANGELOG.md @@ -0,0 +1,22 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [0.4.0](https://github.com/hyperledger/cactus/compare/v0.3.0...v0.4.0) (2021-03-30) + + +### Bug Fixes + +* **ci:** disk full issues on GitHub Action Workflow runner [#698](https://github.com/hyperledger/cactus/issues/698) ([61e3f76](https://github.com/hyperledger/cactus/commit/61e3f76ed910c9b04b36f995456213018cc0e7ba)) +* **general:** fixed unused deps and updated them ([b76a970](https://github.com/hyperledger/cactus/commit/b76a9703341c5a4cabe056e743338cbedebbeaad)) + + +### Features + +* **corda:** add Corda ledger support ([5623369](https://github.com/hyperledger/cactus/commit/5623369aa3b5f3b75cbafb58499b24da6efc896d)) +* **corda-connector:** list flows endpoint [#624](https://github.com/hyperledger/cactus/issues/624) ([438dcda](https://github.com/hyperledger/cactus/commit/438dcda8ff9c44f8d98515e6ff5aee7daec2179d)) +* **corda-connector:** node diagnostics endpoint [#623](https://github.com/hyperledger/cactus/issues/623) ([edb8eac](https://github.com/hyperledger/cactus/commit/edb8eac3f2b6e9dfc62f4278f2ec11b8130e9344)) +* **corda-connector:** params factory pattern support [#620](https://github.com/hyperledger/cactus/issues/620) ([0c3e58c](https://github.com/hyperledger/cactus/commit/0c3e58c4d1acd90d480682c7a4dfd77b95980948)) +* **corda-connector:** scp jars to nodes [#621](https://github.com/hyperledger/cactus/issues/621) ([c966769](https://github.com/hyperledger/cactus/commit/c966769ec7654596eea36d1fbc56cbf20d4e2233)) +* **test-tooling:** add corda AIO emitContainerLogs option ([13fe677](https://github.com/hyperledger/cactus/commit/13fe67782addaccabec1d24bb2032da2d8ea3f94)) diff --git a/packages/cactus-plugin-ledger-connector-corda/package-lock.json b/packages/cactus-plugin-ledger-connector-corda/package-lock.json index c0fb2a2852..7c04bd7d67 100644 --- a/packages/cactus-plugin-ledger-connector-corda/package-lock.json +++ b/packages/cactus-plugin-ledger-connector-corda/package-lock.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-ledger-connector-corda", - "version": "0.3.0", + "version": "0.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/cactus-plugin-ledger-connector-corda/package.json b/packages/cactus-plugin-ledger-connector-corda/package.json index ddcda9fff8..2953fa0ad1 100644 --- a/packages/cactus-plugin-ledger-connector-corda/package.json +++ b/packages/cactus-plugin-ledger-connector-corda/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-ledger-connector-corda", - "version": "0.3.0", + "version": "0.4.0", "description": "Allows Cactus nodes to connect to a Corda ledger.", "main": "dist/lib/main/typescript/index.js", "mainMinified": "dist/cactus-plugin-ledger-connector-corda.node.umd.min.js", @@ -84,8 +84,8 @@ }, "homepage": "https://github.com/hyperledger/cactus#readme", "dependencies": { - "@hyperledger/cactus-common": "0.3.0", - "@hyperledger/cactus-core-api": "0.3.0", + "@hyperledger/cactus-common": "0.4.0", + "@hyperledger/cactus-core-api": "0.4.0", "axios": "0.21.1", "express-openapi-validator": "4.10.5", "internal-ip": "6.2.0", @@ -95,7 +95,7 @@ "typescript-optional": "2.0.1" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "0.3.0", + "@hyperledger/cactus-test-tooling": "0.4.0", "@types/express": "4.17.8", "@types/joi": "14.3.4", "@types/multer": "1.4.5", diff --git a/packages/cactus-plugin-ledger-connector-fabric/CHANGELOG.md b/packages/cactus-plugin-ledger-connector-fabric/CHANGELOG.md index f908f6c876..b95d1fd220 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/CHANGELOG.md +++ b/packages/cactus-plugin-ledger-connector-fabric/CHANGELOG.md @@ -3,6 +3,34 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.4.0](https://github.com/hyperledger/cactus/compare/v0.3.0...v0.4.0) (2021-03-30) + + +### Bug Fixes + +* **ci:** disallow parallel run for all Fabric AIO int. tests [#656](https://github.com/hyperledger/cactus/issues/656) ([af9f851](https://github.com/hyperledger/cactus/commit/af9f8510da036ba1abf9470d5ade2b542841d279)) +* **ci:** disk full issues on GitHub Action Workflow runner [#698](https://github.com/hyperledger/cactus/issues/698) ([61e3f76](https://github.com/hyperledger/cactus/commit/61e3f76ed910c9b04b36f995456213018cc0e7ba)) +* **ci:** github action runner disk full error [#641](https://github.com/hyperledger/cactus/issues/641) ([193fe52](https://github.com/hyperledger/cactus/commit/193fe52fe2a5bc317dac7d50163cb00eb57fd628)) +* **fabric:** issue with multiple objects of prometheus metrics ([6bb0cf9](https://github.com/hyperledger/cactus/commit/6bb0cf990154237e434e4de2e600517ab592a32b)), closes [#634](https://github.com/hyperledger/cactus/issues/634) +* **fabric:** prometheus exporter metrics naming ([a28edcf](https://github.com/hyperledger/cactus/commit/a28edcf2a02a8d8e8fcc876e3c4eb40931f0fd9a)) +* **general:** fixed unused deps and updated them ([b76a970](https://github.com/hyperledger/cactus/commit/b76a9703341c5a4cabe056e743338cbedebbeaad)) +* **npm:** clean script was missing folders ([416b82e](https://github.com/hyperledger/cactus/commit/416b82e971607129fbdfa9e1270644d0c2f5c706)), closes [#469](https://github.com/hyperledger/cactus/issues/469) +* **performance:** parallel test execution [#416](https://github.com/hyperledger/cactus/issues/416) ([5abcd1e](https://github.com/hyperledger/cactus/commit/5abcd1e42b0a89382a7c17a2d6b11b32ad00cee3)) +* **tools:** prod build fail due to missing dependency ngo [#673](https://github.com/hyperledger/cactus/issues/673) ([c93cd30](https://github.com/hyperledger/cactus/commit/c93cd3021d3fafb6a28e7e6723fe65e2a800219d)) + + +### Features + +* **connector-fabric:** signing credentials for fabric ([ebfff9f](https://github.com/hyperledger/cactus/commit/ebfff9f8f5aeb86751801e531a1d8064ce6c6e51)) +* **core-api:** plugin import types: LOCAL & REMOTE ([f4d51da](https://github.com/hyperledger/cactus/commit/f4d51dae5b28367e714a2b9aa35dd84a2cb4cb37)) +* **fabric:** add prometheus exporter ([b892655](https://github.com/hyperledger/cactus/commit/b892655c1cb8fb1ce20fcd8f061d6f4e998eea6b)), closes [#531](https://github.com/hyperledger/cactus/issues/531) +* **fabric-connector:** contract deployment endpoint [#616](https://github.com/hyperledger/cactus/issues/616) ([c77fc78](https://github.com/hyperledger/cactus/commit/c77fc783a0df4f31af53170073176042559ef432)) +* **refactor:** openapi endpoint paths ([261c17b](https://github.com/hyperledger/cactus/commit/261c17b08124070c7be0890d6bc3da380255893b)) + + + + + # [0.3.0](https://github.com/hyperledger/cactus/compare/v0.1.0...v0.3.0) (2021-01-06) diff --git a/packages/cactus-plugin-ledger-connector-fabric/package-lock.json b/packages/cactus-plugin-ledger-connector-fabric/package-lock.json index c768c3bcef..b5268db9ba 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/package-lock.json +++ b/packages/cactus-plugin-ledger-connector-fabric/package-lock.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-ledger-connector-fabric", - "version": "0.3.0", + "version": "0.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/cactus-plugin-ledger-connector-fabric/package.json b/packages/cactus-plugin-ledger-connector-fabric/package.json index a2df0e4ac9..f3ea2954b5 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/package.json +++ b/packages/cactus-plugin-ledger-connector-fabric/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-ledger-connector-fabric", - "version": "0.3.0", + "version": "0.4.0", "description": "Allows Cactus nodes to connect to a Fabric ledger.", "main": "dist/lib/main/typescript/index.js", "mainMinified": "dist/cactus-plugin-ledger-connector-fabric.node.umd.min.js", @@ -83,9 +83,9 @@ }, "homepage": "https://github.com/hyperledger/cactus#readme", "dependencies": { - "@hyperledger/cactus-common": "0.3.0", - "@hyperledger/cactus-core": "0.3.0", - "@hyperledger/cactus-core-api": "0.3.0", + "@hyperledger/cactus-common": "0.4.0", + "@hyperledger/cactus-core": "0.4.0", + "@hyperledger/cactus-core-api": "0.4.0", "axios": "0.21.1", "bl": "1.2.3", "express": "4.17.1", @@ -102,8 +102,8 @@ "uuid": "8.3.0" }, "devDependencies": { - "@hyperledger/cactus-plugin-keychain-memory": "0.3.0", - "@hyperledger/cactus-test-tooling": "0.3.0", + "@hyperledger/cactus-plugin-keychain-memory": "0.4.0", + "@hyperledger/cactus-test-tooling": "0.4.0", "@types/express": "4.17.8", "@types/multer": "1.4.4", "@types/temp": "0.8.34", diff --git a/packages/cactus-plugin-ledger-connector-quorum/CHANGELOG.md b/packages/cactus-plugin-ledger-connector-quorum/CHANGELOG.md index 2940c0c6ec..383ba513cc 100644 --- a/packages/cactus-plugin-ledger-connector-quorum/CHANGELOG.md +++ b/packages/cactus-plugin-ledger-connector-quorum/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.4.0](https://github.com/hyperledger/cactus/compare/v0.3.0...v0.4.0) (2021-03-30) + + +### Bug Fixes + +* **ci:** disk full issues on GitHub Action Workflow runner [#698](https://github.com/hyperledger/cactus/issues/698) ([61e3f76](https://github.com/hyperledger/cactus/commit/61e3f76ed910c9b04b36f995456213018cc0e7ba)) +* **connector-quorum:** ether value and query params added ([0275451](https://github.com/hyperledger/cactus/commit/02754513c032cc65db96a77ba3b936aef29f34be)) +* **general:** fixed unused deps and updated them ([b76a970](https://github.com/hyperledger/cactus/commit/b76a9703341c5a4cabe056e743338cbedebbeaad)) + + +### Features + +* **connector-besu:** customizable nonce and gas ([89c0060](https://github.com/hyperledger/cactus/commit/89c00604084a80cdd2c1f42a918f5028660703db)) +* **connector-besu:** implemented contract instance map ([17fdd94](https://github.com/hyperledger/cactus/commit/17fdd94bb4063fd8eaa1bd53d25d87f343ab9ba4)) +* **core-api:** plugin import types: LOCAL & REMOTE ([f4d51da](https://github.com/hyperledger/cactus/commit/f4d51dae5b28367e714a2b9aa35dd84a2cb4cb37)) +* **quorum:** add prometheus exporter ([bcc574d](https://github.com/hyperledger/cactus/commit/bcc574d3077d2086afee4e7ece054285777c527f)), closes [#534](https://github.com/hyperledger/cactus/issues/534) +* **refactor:** openapi endpoint paths ([261c17b](https://github.com/hyperledger/cactus/commit/261c17b08124070c7be0890d6bc3da380255893b)) + + + + + # [0.3.0](https://github.com/hyperledger/cactus/compare/v0.1.0...v0.3.0) (2021-01-06) diff --git a/packages/cactus-plugin-ledger-connector-quorum/package-lock.json b/packages/cactus-plugin-ledger-connector-quorum/package-lock.json index 0611c848c1..4dc2409c08 100644 --- a/packages/cactus-plugin-ledger-connector-quorum/package-lock.json +++ b/packages/cactus-plugin-ledger-connector-quorum/package-lock.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-ledger-connector-quorum", - "version": "0.3.0", + "version": "0.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/cactus-plugin-ledger-connector-quorum/package.json b/packages/cactus-plugin-ledger-connector-quorum/package.json index d15390d07f..9009549d54 100644 --- a/packages/cactus-plugin-ledger-connector-quorum/package.json +++ b/packages/cactus-plugin-ledger-connector-quorum/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-ledger-connector-quorum", - "version": "0.3.0", + "version": "0.4.0", "description": "Allows Cactus nodes to connect to a Quorum ledger.", "main": "dist/lib/main/typescript/index.js", "mainMinified": "dist/cactus-plugin-ledger-connector-quorum.node.umd.min.js", @@ -83,9 +83,9 @@ }, "homepage": "https://github.com/hyperledger/cactus#readme", "dependencies": { - "@hyperledger/cactus-common": "0.3.0", - "@hyperledger/cactus-core": "0.3.0", - "@hyperledger/cactus-core-api": "0.3.0", + "@hyperledger/cactus-common": "0.4.0", + "@hyperledger/cactus-core": "0.4.0", + "@hyperledger/cactus-core-api": "0.4.0", "axios": "0.21.1", "express": "4.17.1", "prom-client": "13.1.0", @@ -95,8 +95,8 @@ }, "devDependencies": { "@hyperledger/cactus-common": "0.2.0", - "@hyperledger/cactus-plugin-keychain-memory": "0.3.0", - "@hyperledger/cactus-test-tooling": "0.3.0", + "@hyperledger/cactus-plugin-keychain-memory": "0.4.0", + "@hyperledger/cactus-test-tooling": "0.4.0", "@types/express": "4.17.8", "web3-eth": "1.3.4" } diff --git a/packages/cactus-test-api-client/CHANGELOG.md b/packages/cactus-test-api-client/CHANGELOG.md index 6f8e88d7f5..6adf69d7fd 100644 --- a/packages/cactus-test-api-client/CHANGELOG.md +++ b/packages/cactus-test-api-client/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.4.0](https://github.com/hyperledger/cactus/compare/v0.3.0...v0.4.0) (2021-03-30) + + +### Bug Fixes + +* **ci:** disk full issues on GitHub Action Workflow runner [#698](https://github.com/hyperledger/cactus/issues/698) ([61e3f76](https://github.com/hyperledger/cactus/commit/61e3f76ed910c9b04b36f995456213018cc0e7ba)) +* **general:** fixed unused deps and updated them ([b76a970](https://github.com/hyperledger/cactus/commit/b76a9703341c5a4cabe056e743338cbedebbeaad)) + + + + + # [0.3.0](https://github.com/hyperledger/cactus/compare/v0.1.0...v0.3.0) (2021-01-06) diff --git a/packages/cactus-test-api-client/package-lock.json b/packages/cactus-test-api-client/package-lock.json index e4925963e0..ebbca7036f 100644 --- a/packages/cactus-test-api-client/package-lock.json +++ b/packages/cactus-test-api-client/package-lock.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-test-api-client", - "version": "0.3.0", + "version": "0.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/cactus-test-api-client/package.json b/packages/cactus-test-api-client/package.json index ef8d079571..76d68c89b0 100644 --- a/packages/cactus-test-api-client/package.json +++ b/packages/cactus-test-api-client/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-test-api-client", - "version": "0.3.0", + "version": "0.4.0", "description": "Integration tests for the Cactus API Client package (formerly known as the Cactus SDK package that has been renamed for to purpose of being less ambiguous)", "main": "dist/lib/main/typescript/index.js", "mainMinified": "dist/cactus-test-api-client.node.umd.min.js", @@ -31,7 +31,10 @@ "ignore": [ "src/**/generated/*" ], - "extensions": ["ts", "json"], + "extensions": [ + "ts", + "json" + ], "quiet": true, "verbose": false, "runOnChangeOnly": true @@ -78,17 +81,17 @@ }, "homepage": "https://github.com/hyperledger/cactus#readme", "dependencies": { - "@hyperledger/cactus-api-client": "0.3.0", - "@hyperledger/cactus-cmd-api-server": "0.3.0", - "@hyperledger/cactus-common": "0.3.0", - "@hyperledger/cactus-core": "0.3.0", - "@hyperledger/cactus-core-api": "0.3.0", - "@hyperledger/cactus-plugin-consortium-manual": "0.3.0", - "@hyperledger/cactus-plugin-ledger-connector-quorum": "0.3.0", + "@hyperledger/cactus-api-client": "0.4.0", + "@hyperledger/cactus-cmd-api-server": "0.4.0", + "@hyperledger/cactus-common": "0.4.0", + "@hyperledger/cactus-core": "0.4.0", + "@hyperledger/cactus-core-api": "0.4.0", + "@hyperledger/cactus-plugin-consortium-manual": "0.4.0", + "@hyperledger/cactus-plugin-ledger-connector-quorum": "0.4.0", "jose": "1.27.2", "web3": "1.2.7" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "0.3.0" + "@hyperledger/cactus-test-tooling": "0.4.0" } } diff --git a/packages/cactus-test-cmd-api-server/CHANGELOG.md b/packages/cactus-test-cmd-api-server/CHANGELOG.md index 0a6acc39ad..dc7ada5742 100644 --- a/packages/cactus-test-cmd-api-server/CHANGELOG.md +++ b/packages/cactus-test-cmd-api-server/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.4.0](https://github.com/hyperledger/cactus/compare/v0.3.0...v0.4.0) (2021-03-30) + + +### Bug Fixes + +* **general:** fixed unused deps and updated them ([b76a970](https://github.com/hyperledger/cactus/commit/b76a9703341c5a4cabe056e743338cbedebbeaad)) + + +### Features + +* **core-api:** plugin import types: LOCAL & REMOTE ([f4d51da](https://github.com/hyperledger/cactus/commit/f4d51dae5b28367e714a2b9aa35dd84a2cb4cb37)) +* **keychain:** add rust keychain plugin vault implementation ([6dcdb8a](https://github.com/hyperledger/cactus/commit/6dcdb8a02db30e4dfe3d912bd56d5979b0cb3bc3)) + + + + + # [0.3.0](https://github.com/hyperledger/cactus/compare/v0.1.0...v0.3.0) (2021-01-06) diff --git a/packages/cactus-test-cmd-api-server/package-lock.json b/packages/cactus-test-cmd-api-server/package-lock.json index b36b3dd9a4..e5275b5e85 100644 --- a/packages/cactus-test-cmd-api-server/package-lock.json +++ b/packages/cactus-test-cmd-api-server/package-lock.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-test-cmd-api-server", - "version": "0.3.0", + "version": "0.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/cactus-test-cmd-api-server/package.json b/packages/cactus-test-cmd-api-server/package.json index ff75b144a0..e58cf4efde 100644 --- a/packages/cactus-test-cmd-api-server/package.json +++ b/packages/cactus-test-cmd-api-server/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-test-cmd-api-server", - "version": "0.3.0", + "version": "0.4.0", "description": "Integration tests for the Cactus API Client package (formerly known as the Cactus SDK package that has been renamed for to purpose of being less ambiguous)", "main": "dist/lib/main/typescript/index.js", "mainMinified": "dist/cactus-test-cmd-api-server.node.umd.min.js", @@ -31,7 +31,10 @@ "ignore": [ "src/**/generated/*" ], - "extensions": ["ts", "json"], + "extensions": [ + "ts", + "json" + ], "quiet": true, "verbose": false, "runOnChangeOnly": true @@ -78,14 +81,14 @@ }, "homepage": "https://github.com/hyperledger/cactus#readme", "dependencies": { - "@hyperledger/cactus-cmd-api-server": "0.3.0", - "@hyperledger/cactus-common": "0.3.0", - "@hyperledger/cactus-core": "0.3.0", - "@hyperledger/cactus-core-api": "0.3.0", - "@hyperledger/cactus-plugin-keychain-memory": "0.3.0", - "@hyperledger/cactus-plugin-keychain-vault": "0.3.0" + "@hyperledger/cactus-cmd-api-server": "0.4.0", + "@hyperledger/cactus-common": "0.4.0", + "@hyperledger/cactus-core": "0.4.0", + "@hyperledger/cactus-core-api": "0.4.0", + "@hyperledger/cactus-plugin-keychain-memory": "0.4.0", + "@hyperledger/cactus-plugin-keychain-vault": "0.4.0" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "0.3.0" + "@hyperledger/cactus-test-tooling": "0.4.0" } } diff --git a/packages/cactus-test-plugin-consortium-manual/CHANGELOG.md b/packages/cactus-test-plugin-consortium-manual/CHANGELOG.md index 256cdbfd5b..2ea79ad3d1 100644 --- a/packages/cactus-test-plugin-consortium-manual/CHANGELOG.md +++ b/packages/cactus-test-plugin-consortium-manual/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.4.0](https://github.com/hyperledger/cactus/compare/v0.3.0...v0.4.0) (2021-03-30) + + +### Bug Fixes + +* **general:** fixed unused deps and updated them ([b76a970](https://github.com/hyperledger/cactus/commit/b76a9703341c5a4cabe056e743338cbedebbeaad)) + + + + + # [0.3.0](https://github.com/hyperledger/cactus/compare/v0.1.0...v0.3.0) (2021-01-06) diff --git a/packages/cactus-test-plugin-consortium-manual/package-lock.json b/packages/cactus-test-plugin-consortium-manual/package-lock.json index 66b9e3eb26..8bcc57ffc5 100644 --- a/packages/cactus-test-plugin-consortium-manual/package-lock.json +++ b/packages/cactus-test-plugin-consortium-manual/package-lock.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-test-plugin-consortium-manual", - "version": "0.3.0", + "version": "0.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/cactus-test-plugin-consortium-manual/package.json b/packages/cactus-test-plugin-consortium-manual/package.json index 9646ec64bb..deb79082ee 100644 --- a/packages/cactus-test-plugin-consortium-manual/package.json +++ b/packages/cactus-test-plugin-consortium-manual/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-test-plugin-consortium-manual", - "version": "0.3.0", + "version": "0.4.0", "description": "Integration tests for the Quorum ledger and the API server.", "main": "dist/lib/main/typescript/index.js", "mainMinified": "dist/cactus-test-plugin-consortium-manual.node.umd.min.js", @@ -31,7 +31,10 @@ "ignore": [ "src/**/generated/*" ], - "extensions": ["ts", "json"], + "extensions": [ + "ts", + "json" + ], "quiet": true, "verbose": false, "runOnChangeOnly": true @@ -78,15 +81,13 @@ }, "homepage": "https://github.com/hyperledger/cactus#readme", "dependencies": { - "@hyperledger/cactus-cmd-api-server": "0.3.0", - "@hyperledger/cactus-common": "0.3.0", - "@hyperledger/cactus-core": "0.3.0", - "@hyperledger/cactus-core-api": "0.3.0", - "@hyperledger/cactus-plugin-consortium-manual": "0.3.0", - "@hyperledger/cactus-plugin-keychain-memory": "0.3.0", + "@hyperledger/cactus-cmd-api-server": "0.4.0", + "@hyperledger/cactus-common": "0.4.0", + "@hyperledger/cactus-core": "0.4.0", + "@hyperledger/cactus-core-api": "0.4.0", + "@hyperledger/cactus-plugin-consortium-manual": "0.4.0", + "@hyperledger/cactus-plugin-keychain-memory": "0.4.0", "axios": "0.21.1", "jose": "1.27.2" - }, - "devDependencies": { } } diff --git a/packages/cactus-test-plugin-ledger-connector-besu/CHANGELOG.md b/packages/cactus-test-plugin-ledger-connector-besu/CHANGELOG.md index 416b3e4ad9..afff8305a6 100644 --- a/packages/cactus-test-plugin-ledger-connector-besu/CHANGELOG.md +++ b/packages/cactus-test-plugin-ledger-connector-besu/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.4.0](https://github.com/hyperledger/cactus/compare/v0.3.0...v0.4.0) (2021-03-30) + + +### Bug Fixes + +* **ci:** disk full issues on GitHub Action Workflow runner [#698](https://github.com/hyperledger/cactus/issues/698) ([61e3f76](https://github.com/hyperledger/cactus/commit/61e3f76ed910c9b04b36f995456213018cc0e7ba)) +* **general:** fixed unused deps and updated them ([b76a970](https://github.com/hyperledger/cactus/commit/b76a9703341c5a4cabe056e743338cbedebbeaad)) + + + + + # [0.3.0](https://github.com/hyperledger/cactus/compare/v0.1.0...v0.3.0) (2021-01-06) **Note:** Version bump only for package @hyperledger/cactus-test-plugin-ledger-connector-besu diff --git a/packages/cactus-test-plugin-ledger-connector-besu/package-lock.json b/packages/cactus-test-plugin-ledger-connector-besu/package-lock.json index 252a00d09a..e738c930e9 100644 --- a/packages/cactus-test-plugin-ledger-connector-besu/package-lock.json +++ b/packages/cactus-test-plugin-ledger-connector-besu/package-lock.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-test-plugin-ledger-connector-besu", - "version": "0.3.0", + "version": "0.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/cactus-test-plugin-ledger-connector-besu/package.json b/packages/cactus-test-plugin-ledger-connector-besu/package.json index 4475fec066..d91392f6aa 100644 --- a/packages/cactus-test-plugin-ledger-connector-besu/package.json +++ b/packages/cactus-test-plugin-ledger-connector-besu/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-test-plugin-ledger-connector-besu", - "version": "0.3.0", + "version": "0.4.0", "description": "Integration tests for the Besu ledger and the API server.", "main": "dist/lib/main/typescript/index.js", "mainMinified": "dist/cactus-test-plugin-ledger-connector-besu.node.umd.min.js", @@ -31,7 +31,10 @@ "ignore": [ "src/**/generated/*" ], - "extensions": ["ts", "json"], + "extensions": [ + "ts", + "json" + ], "quiet": true, "verbose": false, "runOnChangeOnly": true @@ -78,12 +81,12 @@ }, "homepage": "https://github.com/hyperledger/cactus#readme", "dependencies": { - "@hyperledger/cactus-cmd-api-server": "0.3.0", - "@hyperledger/cactus-common": "0.3.0", - "@hyperledger/cactus-core": "0.3.0", - "@hyperledger/cactus-plugin-keychain-memory": "0.3.0", - "@hyperledger/cactus-plugin-ledger-connector-besu": "0.3.0", - "@hyperledger/cactus-test-tooling": "0.3.0", + "@hyperledger/cactus-cmd-api-server": "0.4.0", + "@hyperledger/cactus-common": "0.4.0", + "@hyperledger/cactus-core": "0.4.0", + "@hyperledger/cactus-plugin-keychain-memory": "0.4.0", + "@hyperledger/cactus-plugin-ledger-connector-besu": "0.4.0", + "@hyperledger/cactus-test-tooling": "0.4.0", "key-encoder": "2.0.3", "web3": "1.2.11", "web3-eea": "0.9.0" diff --git a/packages/cactus-test-plugin-ledger-connector-quorum/CHANGELOG.md b/packages/cactus-test-plugin-ledger-connector-quorum/CHANGELOG.md index 686e2ed118..28e68d8818 100644 --- a/packages/cactus-test-plugin-ledger-connector-quorum/CHANGELOG.md +++ b/packages/cactus-test-plugin-ledger-connector-quorum/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.4.0](https://github.com/hyperledger/cactus/compare/v0.3.0...v0.4.0) (2021-03-30) + + +### Bug Fixes + +* **ci:** disk full issues on GitHub Action Workflow runner [#698](https://github.com/hyperledger/cactus/issues/698) ([61e3f76](https://github.com/hyperledger/cactus/commit/61e3f76ed910c9b04b36f995456213018cc0e7ba)) +* **general:** fixed unused deps and updated them ([b76a970](https://github.com/hyperledger/cactus/commit/b76a9703341c5a4cabe056e743338cbedebbeaad)) + + + + + # [0.3.0](https://github.com/hyperledger/cactus/compare/v0.1.0...v0.3.0) (2021-01-06) diff --git a/packages/cactus-test-plugin-ledger-connector-quorum/package-lock.json b/packages/cactus-test-plugin-ledger-connector-quorum/package-lock.json index d118283fed..d83ad82e88 100644 --- a/packages/cactus-test-plugin-ledger-connector-quorum/package-lock.json +++ b/packages/cactus-test-plugin-ledger-connector-quorum/package-lock.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-test-plugin-ledger-connector-quorum", - "version": "0.3.0", + "version": "0.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/cactus-test-plugin-ledger-connector-quorum/package.json b/packages/cactus-test-plugin-ledger-connector-quorum/package.json index a59190d2ab..e5ad75931e 100644 --- a/packages/cactus-test-plugin-ledger-connector-quorum/package.json +++ b/packages/cactus-test-plugin-ledger-connector-quorum/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-test-plugin-ledger-connector-quorum", - "version": "0.3.0", + "version": "0.4.0", "description": "Integration tests for the Quorum ledger and the API server.", "main": "dist/lib/main/typescript/index.js", "mainMinified": "dist/cactus-test-plugin-ledger-connector-quorum.node.umd.min.js", @@ -31,7 +31,10 @@ "ignore": [ "src/**/generated/*" ], - "extensions": ["ts", "json"], + "extensions": [ + "ts", + "json" + ], "quiet": true, "verbose": false, "runOnChangeOnly": true @@ -78,16 +81,16 @@ }, "homepage": "https://github.com/hyperledger/cactus#readme", "dependencies": { - "@hyperledger/cactus-cmd-api-server": "0.3.0", - "@hyperledger/cactus-common": "0.3.0", - "@hyperledger/cactus-core": "0.3.0", - "@hyperledger/cactus-core-api": "0.3.0", - "@hyperledger/cactus-plugin-keychain-memory": "0.3.0", - "@hyperledger/cactus-plugin-ledger-connector-quorum": "0.3.0", + "@hyperledger/cactus-cmd-api-server": "0.4.0", + "@hyperledger/cactus-common": "0.4.0", + "@hyperledger/cactus-core": "0.4.0", + "@hyperledger/cactus-core-api": "0.4.0", + "@hyperledger/cactus-plugin-keychain-memory": "0.4.0", + "@hyperledger/cactus-plugin-ledger-connector-quorum": "0.4.0", "web3": "1.3.0" }, "devDependencies": { "@hyperledger/cactus-common": "0.2.0", - "@hyperledger/cactus-test-tooling": "0.3.0" + "@hyperledger/cactus-test-tooling": "0.4.0" } } diff --git a/packages/cactus-test-tooling/CHANGELOG.md b/packages/cactus-test-tooling/CHANGELOG.md index d2cc986d9e..f28f03ac7f 100644 --- a/packages/cactus-test-tooling/CHANGELOG.md +++ b/packages/cactus-test-tooling/CHANGELOG.md @@ -3,6 +3,34 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.4.0](https://github.com/hyperledger/cactus/compare/v0.3.0...v0.4.0) (2021-03-30) + + +### Bug Fixes + +* **general:** fixed unused deps and updated them ([b76a970](https://github.com/hyperledger/cactus/commit/b76a9703341c5a4cabe056e743338cbedebbeaad)) +* **test-tooling:** removed latest tag ([24d593d](https://github.com/hyperledger/cactus/commit/24d593d6156e8128286e6230dbb867f1afefef7d)) +* **test-tooling:** uncomment code that was forgotten ([3d635c0](https://github.com/hyperledger/cactus/commit/3d635c08b43a4001579380e63cab89adba206617)) +* **tools:** fabric AIO image log access in CI [#643](https://github.com/hyperledger/cactus/issues/643) ([9d9f805](https://github.com/hyperledger/cactus/commit/9d9f8054dfd064664b296eb4cc7e72bf6678fadf)) + + +### Features + +* **common:** add containers.pruneDockerResources utility method ([d075168](https://github.com/hyperledger/cactus/commit/d0751681ec715fc20716fdc71fd0df00a01d0559)) +* **corda:** add Corda ledger support ([5623369](https://github.com/hyperledger/cactus/commit/5623369aa3b5f3b75cbafb58499b24da6efc896d)) +* **corda-connector:** params factory pattern support [#620](https://github.com/hyperledger/cactus/issues/620) ([0c3e58c](https://github.com/hyperledger/cactus/commit/0c3e58c4d1acd90d480682c7a4dfd77b95980948)) +* **corda-connector:** scp jars to nodes [#621](https://github.com/hyperledger/cactus/issues/621) ([c966769](https://github.com/hyperledger/cactus/commit/c966769ec7654596eea36d1fbc56cbf20d4e2233)) +* **keychain:** add rust keychain plugin vault implementation ([6dcdb8a](https://github.com/hyperledger/cactus/commit/6dcdb8a02db30e4dfe3d912bd56d5979b0cb3bc3)) +* **test-tooling:** add corda AIO emitContainerLogs option ([13fe677](https://github.com/hyperledger/cactus/commit/13fe67782addaccabec1d24bb2032da2d8ea3f94)) +* **test-tooling:** containers pull image retries exp. back-off [#656](https://github.com/hyperledger/cactus/issues/656) ([2735ec2](https://github.com/hyperledger/cactus/commit/2735ec27f3139222f2fa9eb2ebcfbb4272b85482)) +* **test-tooling:** containers#getById and #waitForHealthCheck ([4a7fbfe](https://github.com/hyperledger/cactus/commit/4a7fbfe19cdc269b3b197c736ecce4395b39e1e3)), closes [#471](https://github.com/hyperledger/cactus/issues/471) +* **test-tooling:** pruneDockerResources() observability [#694](https://github.com/hyperledger/cactus/issues/694) ([d92760f](https://github.com/hyperledger/cactus/commit/d92760f278ec06d26920362dc59999f274b29004)) +* **test-tooling:** utility function docker prune in GH action [#696](https://github.com/hyperledger/cactus/issues/696) ([2784ceb](https://github.com/hyperledger/cactus/commit/2784cebbf899946e3638735865dbb7e23c0a114c)) + + + + + # [0.3.0](https://github.com/hyperledger/cactus/compare/v0.1.0...v0.3.0) (2021-01-06) diff --git a/packages/cactus-test-tooling/package-lock.json b/packages/cactus-test-tooling/package-lock.json index 15df0feaf0..bb796614f7 100644 --- a/packages/cactus-test-tooling/package-lock.json +++ b/packages/cactus-test-tooling/package-lock.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-test-tooling", - "version": "0.3.0", + "version": "0.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/cactus-test-tooling/package.json b/packages/cactus-test-tooling/package.json index ccf0c528c9..ff3157c265 100644 --- a/packages/cactus-test-tooling/package.json +++ b/packages/cactus-test-tooling/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-test-tooling", - "version": "0.3.0", + "version": "0.4.0", "description": "Swiss army knife for test development. Main goal is to make pulling up test/dummy ledgers on the fly for tests easy, especially for test cases that are about simulating clean ledger state or wiped ledger state, etc.", "main": "dist/lib/main/typescript/index.js", "mainMinified": "dist/cactus-test-tooling.node.umd.min.js", @@ -81,7 +81,7 @@ }, "homepage": "https://github.com/hyperledger/cactus#readme", "dependencies": { - "@hyperledger/cactus-common": "0.3.0", + "@hyperledger/cactus-common": "0.4.0", "axios": "0.21.1", "compare-versions": "3.6.0", "dockerode": "3.2.0",