From ae5fbf77a551ce187142b31d40383ceac4756a62 Mon Sep 17 00:00:00 2001 From: Bernardo Rittmeyer Date: Thu, 20 Feb 2020 17:53:48 +0800 Subject: [PATCH] Publish - @requestnetwork/advanced-logic@0.10.0 - @requestnetwork/data-access@0.6.0 - @requestnetwork/data-format@0.4.9 - @requestnetwork/epk-decryption@0.3.7 - @requestnetwork/epk-signature@0.5.8 - @requestnetwork/ethereum-storage@0.5.0 - @requestnetwork/integration-test@0.10.0 - @requestnetwork/multi-format@0.2.5 - @requestnetwork/payment-detection@0.13.0 - @requestnetwork/payment-processor@0.13.0 - @requestnetwork/prototype-estimator@1.4.0 - @requestnetwork/request-client.js@0.13.0 - @requestnetwork/request-logic@0.9.0 - @requestnetwork/request-node@0.6.0 - @requestnetwork/smart-contracts@0.4.0 - @requestnetwork/toolbox@0.1.7 - @requestnetwork/transaction-manager@0.9.0 - @requestnetwork/types@0.12.0 - @requestnetwork/usage-examples@0.6.0 - @requestnetwork/utils@0.11.0 - @requestnetwork/web3-signature@0.4.9 --- packages/advanced-logic/CHANGELOG.md | 41 +++++++++++++++++ packages/advanced-logic/package.json | 6 +-- packages/data-access/CHANGELOG.md | 26 +++++++++++ packages/data-access/package.json | 8 ++-- packages/data-format/CHANGELOG.md | 19 ++++++++ packages/data-format/package.json | 2 +- packages/epk-decryption/CHANGELOG.md | 19 ++++++++ packages/epk-decryption/package.json | 8 ++-- packages/epk-signature/CHANGELOG.md | 19 ++++++++ packages/epk-signature/package.json | 6 +-- packages/ethereum-storage/CHANGELOG.md | 27 +++++++++++ packages/ethereum-storage/package.json | 8 ++-- packages/integration-test/CHANGELOG.md | 43 ++++++++++++++++++ packages/integration-test/package.json | 26 +++++------ packages/multi-format/CHANGELOG.md | 19 ++++++++ packages/multi-format/package.json | 4 +- packages/payment-detection/CHANGELOG.md | 17 +++++++ packages/payment-detection/package.json | 8 ++-- packages/payment-processor/CHANGELOG.md | 11 +++++ packages/payment-processor/package.json | 10 ++--- packages/prototype-estimator/CHANGELOG.md | 26 +++++++++++ packages/prototype-estimator/package.json | 24 +++++----- packages/request-client.js/CHANGELOG.md | 55 +++++++++++++++++++++++ packages/request-client.js/package.json | 24 +++++----- packages/request-logic/CHANGELOG.md | 40 +++++++++++++++++ packages/request-logic/package.json | 10 ++--- packages/request-node/CHANGELOG.md | 25 +++++++++++ packages/request-node/package.json | 10 ++--- packages/smart-contracts/CHANGELOG.md | 31 +++++++++++++ packages/smart-contracts/package.json | 2 +- packages/toolbox/CHANGELOG.md | 19 ++++++++ packages/toolbox/package.json | 8 ++-- packages/transaction-manager/CHANGELOG.md | 24 ++++++++++ packages/transaction-manager/package.json | 8 ++-- packages/types/CHANGELOG.md | 32 +++++++++++++ packages/types/package.json | 2 +- packages/usage-examples/CHANGELOG.md | 32 +++++++++++++ packages/usage-examples/package.json | 22 ++++----- packages/utils/CHANGELOG.md | 24 ++++++++++ packages/utils/package.json | 4 +- packages/web3-signature/CHANGELOG.md | 19 ++++++++ packages/web3-signature/package.json | 6 +-- 42 files changed, 671 insertions(+), 103 deletions(-) create mode 100644 packages/payment-detection/CHANGELOG.md create mode 100644 packages/payment-processor/CHANGELOG.md diff --git a/packages/advanced-logic/CHANGELOG.md b/packages/advanced-logic/CHANGELOG.md index 96a209f651..6ce3508d70 100644 --- a/packages/advanced-logic/CHANGELOG.md +++ b/packages/advanced-logic/CHANGELOG.md @@ -3,6 +3,47 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.10.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/advanced-logic@0.6.0...@requestnetwork/advanced-logic@0.10.0) (2020-02-20) + + +### Bug Fixes + +* ts-node configuration ([#138](https://github.com/RequestNetwork/requestNetwork/issues/138)) ([e2180d5](https://github.com/RequestNetwork/requestNetwork/commit/e2180d507bd87116fdeb3466690b6df0c5187976)) + + +### Features + +* merge eth-proxy-contract into eth-input-data ([#139](https://github.com/RequestNetwork/requestNetwork/issues/139)) ([380bfb9](https://github.com/RequestNetwork/requestNetwork/commit/380bfb9d036b04c5bb63d7dfef5f360bc40af985)) + + + +# 0.12.0 (2020-01-16) + + +### Bug Fixes + +* use lowercase for payment reference ([#83](https://github.com/RequestNetwork/requestNetwork/issues/83)) ([6cbedeb](https://github.com/RequestNetwork/requestNetwork/commit/6cbedeb4d2e130d7ece1ba526cea9c17d6e545e0)) + + +### Features + +* **advanced-logic:** add ERC20 proxy contract payment network ([#74](https://github.com/RequestNetwork/requestNetwork/issues/74)) ([031a374](https://github.com/RequestNetwork/requestNetwork/commit/031a3742d2dddc0324e75b7853287d252bf43c6c)) +* deploy ERC20 proxy smart contract to mainnet ([#97](https://github.com/RequestNetwork/requestNetwork/issues/97)) ([84a7d2a](https://github.com/RequestNetwork/requestNetwork/commit/84a7d2ae9c06a3c6e457c8583e44e8df01676b2a)) +* deploy ERC20 proxy smart contract to Rinkeby ([#95](https://github.com/RequestNetwork/requestNetwork/issues/95)) ([39e6a6a](https://github.com/RequestNetwork/requestNetwork/commit/39e6a6a0ea62fd4ee9e6343d03770711638b698b)) + + + +# 0.10.0 (2019-12-04) + + +### Features + +* ETH payment detection in request-client.js ([#626](https://github.com/RequestNetwork/requestNetwork/issues/626)) ([dc3b238](https://github.com/RequestNetwork/requestNetwork/commit/dc3b23827cff7d5466c27d5575515887c461c3b4)) + + + + + # [0.9.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/advanced-logic@0.6.0...@requestnetwork/advanced-logic@0.9.0) (2020-01-16) diff --git a/packages/advanced-logic/package.json b/packages/advanced-logic/package.json index 181a451f58..32b904f97c 100644 --- a/packages/advanced-logic/package.json +++ b/packages/advanced-logic/package.json @@ -1,6 +1,6 @@ { "name": "@requestnetwork/advanced-logic", - "version": "0.9.0", + "version": "0.10.0", "publishConfig": { "access": "public" }, @@ -40,8 +40,8 @@ "test:watch": "yarn test --watch" }, "dependencies": { - "@requestnetwork/types": "0.11.0", - "@requestnetwork/utils": "0.10.0", + "@requestnetwork/types": "0.12.0", + "@requestnetwork/utils": "0.11.0", "@types/node": "11.9.0", "lodash": "4.17.13", "wallet-address-validator": "0.2.4" diff --git a/packages/data-access/CHANGELOG.md b/packages/data-access/CHANGELOG.md index 1971c922ea..6c7d9bf969 100644 --- a/packages/data-access/CHANGELOG.md +++ b/packages/data-access/CHANGELOG.md @@ -3,6 +3,32 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.6.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-access@0.5.2...@requestnetwork/data-access@0.6.0) (2020-02-20) + + +### Bug Fixes + +* ts-node configuration ([#138](https://github.com/RequestNetwork/requestNetwork/issues/138)) ([e2180d5](https://github.com/RequestNetwork/requestNetwork/commit/e2180d507bd87116fdeb3466690b6df0c5187976)) + + +### Features + +* buffered ethereum storage ([#113](https://github.com/RequestNetwork/requestNetwork/issues/113)) ([fe4ece6](https://github.com/RequestNetwork/requestNetwork/commit/fe4ece6a1768155182be2d3ebb2908501f571912)) +* confirmed & pending state in the highest layers ([#119](https://github.com/RequestNetwork/requestNetwork/issues/119)) ([9424dc0](https://github.com/RequestNetwork/requestNetwork/commit/9424dc0c9482208fdbe714f8d29f5deed68711de)) +* persist transaction with custom ethereum provider ([#106](https://github.com/RequestNetwork/requestNetwork/issues/106)) ([61b215f](https://github.com/RequestNetwork/requestNetwork/commit/61b215fb8335d01dfa069d7f7899dd5b33749692)) + + + +# 0.12.0 (2020-01-16) + + + +# 0.10.0 (2019-12-04) + + + + + ## [0.5.5](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-access@0.5.2...@requestnetwork/data-access@0.5.5) (2020-01-16) diff --git a/packages/data-access/package.json b/packages/data-access/package.json index 9444c9b756..b0111b4d87 100644 --- a/packages/data-access/package.json +++ b/packages/data-access/package.json @@ -1,6 +1,6 @@ { "name": "@requestnetwork/data-access", - "version": "0.5.5", + "version": "0.6.0", "publishConfig": { "access": "public" }, @@ -40,9 +40,9 @@ "test:watch": "yarn test --watch" }, "dependencies": { - "@requestnetwork/multi-format": "0.2.4", - "@requestnetwork/types": "0.11.0", - "@requestnetwork/utils": "0.10.0", + "@requestnetwork/multi-format": "0.2.5", + "@requestnetwork/types": "0.12.0", + "@requestnetwork/utils": "0.11.0", "bluebird": "3.5.5", "keyv": "3.1.0" }, diff --git a/packages/data-format/CHANGELOG.md b/packages/data-format/CHANGELOG.md index 4532da2f95..23f9b9214c 100644 --- a/packages/data-format/CHANGELOG.md +++ b/packages/data-format/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.9](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-format@0.4.5...@requestnetwork/data-format@0.4.9) (2020-02-20) + + +### Bug Fixes + +* ts-node configuration ([#138](https://github.com/RequestNetwork/requestNetwork/issues/138)) ([e2180d5](https://github.com/RequestNetwork/requestNetwork/commit/e2180d507bd87116fdeb3466690b6df0c5187976)) + + + +# 0.12.0 (2020-01-16) + + + +# 0.10.0 (2019-12-04) + + + + + ## [0.4.8](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-format@0.4.5...@requestnetwork/data-format@0.4.8) (2020-01-16) diff --git a/packages/data-format/package.json b/packages/data-format/package.json index f0c6a6459e..3a7f9c0ae8 100644 --- a/packages/data-format/package.json +++ b/packages/data-format/package.json @@ -1,6 +1,6 @@ { "name": "@requestnetwork/data-format", - "version": "0.4.8", + "version": "0.4.9", "publishConfig": { "access": "public" }, diff --git a/packages/epk-decryption/CHANGELOG.md b/packages/epk-decryption/CHANGELOG.md index 058b30c27a..1565c876f2 100644 --- a/packages/epk-decryption/CHANGELOG.md +++ b/packages/epk-decryption/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.3.7](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-decryption@0.3.3...@requestnetwork/epk-decryption@0.3.7) (2020-02-20) + + +### Bug Fixes + +* ts-node configuration ([#138](https://github.com/RequestNetwork/requestNetwork/issues/138)) ([e2180d5](https://github.com/RequestNetwork/requestNetwork/commit/e2180d507bd87116fdeb3466690b6df0c5187976)) + + + +# 0.12.0 (2020-01-16) + + + +# 0.10.0 (2019-12-04) + + + + + ## [0.3.6](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-decryption@0.3.3...@requestnetwork/epk-decryption@0.3.6) (2020-01-16) diff --git a/packages/epk-decryption/package.json b/packages/epk-decryption/package.json index d42637af1c..4c5021c596 100644 --- a/packages/epk-decryption/package.json +++ b/packages/epk-decryption/package.json @@ -1,6 +1,6 @@ { "name": "@requestnetwork/epk-decryption", - "version": "0.3.6", + "version": "0.3.7", "publishConfig": { "access": "public" }, @@ -41,9 +41,9 @@ "test:watch": "yarn test --watch" }, "dependencies": { - "@requestnetwork/multi-format": "0.2.4", - "@requestnetwork/types": "0.11.0", - "@requestnetwork/utils": "0.10.0" + "@requestnetwork/multi-format": "0.2.5", + "@requestnetwork/types": "0.12.0", + "@requestnetwork/utils": "0.11.0" }, "devDependencies": { "@types/chai": "4.1.7", diff --git a/packages/epk-signature/CHANGELOG.md b/packages/epk-signature/CHANGELOG.md index d82e0161cd..445cc17489 100644 --- a/packages/epk-signature/CHANGELOG.md +++ b/packages/epk-signature/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.5.8](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-signature@0.5.4...@requestnetwork/epk-signature@0.5.8) (2020-02-20) + + +### Bug Fixes + +* ts-node configuration ([#138](https://github.com/RequestNetwork/requestNetwork/issues/138)) ([e2180d5](https://github.com/RequestNetwork/requestNetwork/commit/e2180d507bd87116fdeb3466690b6df0c5187976)) + + + +# 0.12.0 (2020-01-16) + + + +# 0.10.0 (2019-12-04) + + + + + ## [0.5.7](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-signature@0.5.4...@requestnetwork/epk-signature@0.5.7) (2020-01-16) diff --git a/packages/epk-signature/package.json b/packages/epk-signature/package.json index 9fce0cb00a..0a9039e6b1 100644 --- a/packages/epk-signature/package.json +++ b/packages/epk-signature/package.json @@ -1,6 +1,6 @@ { "name": "@requestnetwork/epk-signature", - "version": "0.5.7", + "version": "0.5.8", "publishConfig": { "access": "public" }, @@ -41,8 +41,8 @@ "test:watch": "yarn test --watch" }, "dependencies": { - "@requestnetwork/types": "0.11.0", - "@requestnetwork/utils": "0.10.0" + "@requestnetwork/types": "0.12.0", + "@requestnetwork/utils": "0.11.0" }, "devDependencies": { "@types/chai": "4.1.7", diff --git a/packages/ethereum-storage/CHANGELOG.md b/packages/ethereum-storage/CHANGELOG.md index d8b714f3a1..ebab51cf42 100644 --- a/packages/ethereum-storage/CHANGELOG.md +++ b/packages/ethereum-storage/CHANGELOG.md @@ -3,6 +3,33 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.5.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/ethereum-storage@0.4.5...@requestnetwork/ethereum-storage@0.5.0) (2020-02-20) + + +### Bug Fixes + +* ts-node configuration ([#138](https://github.com/RequestNetwork/requestNetwork/issues/138)) ([e2180d5](https://github.com/RequestNetwork/requestNetwork/commit/e2180d507bd87116fdeb3466690b6df0c5187976)) + + +### Features + +* buffered ethereum storage ([#113](https://github.com/RequestNetwork/requestNetwork/issues/113)) ([fe4ece6](https://github.com/RequestNetwork/requestNetwork/commit/fe4ece6a1768155182be2d3ebb2908501f571912)) +* confirmed & pending state in the highest layers ([#119](https://github.com/RequestNetwork/requestNetwork/issues/119)) ([9424dc0](https://github.com/RequestNetwork/requestNetwork/commit/9424dc0c9482208fdbe714f8d29f5deed68711de)) +* custom docker ganache image ([#129](https://github.com/RequestNetwork/requestNetwork/issues/129)) ([9ab725d](https://github.com/RequestNetwork/requestNetwork/commit/9ab725dca826ba82152c9f7e0cedc8038c6a17b1)) +* persist transaction with custom ethereum provider ([#106](https://github.com/RequestNetwork/requestNetwork/issues/106)) ([61b215f](https://github.com/RequestNetwork/requestNetwork/commit/61b215fb8335d01dfa069d7f7899dd5b33749692)) + + + +# 0.12.0 (2020-01-16) + + + +# 0.10.0 (2019-12-04) + + + + + ## [0.4.8](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/ethereum-storage@0.4.5...@requestnetwork/ethereum-storage@0.4.8) (2020-01-16) diff --git a/packages/ethereum-storage/package.json b/packages/ethereum-storage/package.json index 5eaf9be6a0..0c6fcc13a6 100644 --- a/packages/ethereum-storage/package.json +++ b/packages/ethereum-storage/package.json @@ -1,6 +1,6 @@ { "name": "@requestnetwork/ethereum-storage", - "version": "0.4.8", + "version": "0.5.0", "publishConfig": { "access": "public" }, @@ -40,9 +40,9 @@ "init-ipfs": "node scripts/init-ipfs.js" }, "dependencies": { - "@requestnetwork/smart-contracts": "0.3.0", - "@requestnetwork/types": "0.11.0", - "@requestnetwork/utils": "0.10.0", + "@requestnetwork/smart-contracts": "0.4.0", + "@requestnetwork/types": "0.12.0", + "@requestnetwork/utils": "0.11.0", "bluebird": "3.5.3", "bn.js": "4.11.8", "form-data": "2.3.3", diff --git a/packages/integration-test/CHANGELOG.md b/packages/integration-test/CHANGELOG.md index b42dbe8830..0b0474f8d8 100644 --- a/packages/integration-test/CHANGELOG.md +++ b/packages/integration-test/CHANGELOG.md @@ -3,6 +3,49 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.10.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/integration-test@0.6.0...@requestnetwork/integration-test@0.10.0) (2020-02-20) + + +### Bug Fixes + +* fix nightly test ([#145](https://github.com/RequestNetwork/requestNetwork/issues/145)) ([8377143](https://github.com/RequestNetwork/requestNetwork/commit/83771435234a2f7f00d3ac072911a6ec918007f4)) +* ts-node configuration ([#138](https://github.com/RequestNetwork/requestNetwork/issues/138)) ([e2180d5](https://github.com/RequestNetwork/requestNetwork/commit/e2180d507bd87116fdeb3466690b6df0c5187976)) + + +### Features + +* buffered ethereum storage ([#113](https://github.com/RequestNetwork/requestNetwork/issues/113)) ([fe4ece6](https://github.com/RequestNetwork/requestNetwork/commit/fe4ece6a1768155182be2d3ebb2908501f571912)) +* confirmed & pending state in the highest layers ([#119](https://github.com/RequestNetwork/requestNetwork/issues/119)) ([9424dc0](https://github.com/RequestNetwork/requestNetwork/commit/9424dc0c9482208fdbe714f8d29f5deed68711de)) +* persist transaction with custom ethereum provider ([#106](https://github.com/RequestNetwork/requestNetwork/issues/106)) ([61b215f](https://github.com/RequestNetwork/requestNetwork/commit/61b215fb8335d01dfa069d7f7899dd5b33749692)) + + + +# 0.12.0 (2020-01-16) + + +### Bug Fixes + +* mock BTC provider on tests ([#103](https://github.com/RequestNetwork/requestNetwork/issues/103)) ([d17f5bd](https://github.com/RequestNetwork/requestNetwork/commit/d17f5bd841690dcbb2615af126e66116685ee3be)) + + +### Features + +* balance event timestamps ([#78](https://github.com/RequestNetwork/requestNetwork/issues/78)) ([ee2a78f](https://github.com/RequestNetwork/requestNetwork/commit/ee2a78ff5ba83d84739b743db283bb8abfca6b63)) +* **request-client.js:** get balance from request ERC20 with proxy contract ([#94](https://github.com/RequestNetwork/requestNetwork/issues/94)) ([08758ae](https://github.com/RequestNetwork/requestNetwork/commit/08758ae83e3834db06c0f1441e51bc6c2b897669)) + + + +# 0.10.0 (2019-12-04) + + +### Features + +* **request-client.js:** add an explanation when request not found ([#609](https://github.com/RequestNetwork/requestNetwork/issues/609)) ([3909958](https://github.com/RequestNetwork/requestNetwork/commit/39099580b65b86282d19a71ffad77f1b89767cca)) + + + + + # [0.9.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/integration-test@0.6.0...@requestnetwork/integration-test@0.9.0) (2020-01-16) diff --git a/packages/integration-test/package.json b/packages/integration-test/package.json index 36c53c2384..36640924e4 100644 --- a/packages/integration-test/package.json +++ b/packages/integration-test/package.json @@ -1,6 +1,6 @@ { "name": "@requestnetwork/integration-test", - "version": "0.9.0", + "version": "0.10.0", "private": true, "description": "Integration tests for the request system.", "keywords": [ @@ -38,18 +38,18 @@ "test:btc": "mocha --timeout=10000 --extension ts --require ts-node/register \"test/scheduled/btc.test.ts\"" }, "devDependencies": { - "@requestnetwork/advanced-logic": "0.9.0", - "@requestnetwork/data-access": "0.5.5", - "@requestnetwork/epk-decryption": "0.3.6", - "@requestnetwork/epk-signature": "0.5.7", - "@requestnetwork/ethereum-storage": "0.4.8", - "@requestnetwork/multi-format": "0.2.4", - "@requestnetwork/payment-detection": "0.12.0", - "@requestnetwork/request-client.js": "0.12.0", - "@requestnetwork/request-logic": "0.8.3", - "@requestnetwork/transaction-manager": "0.8.4", - "@requestnetwork/types": "0.11.0", - "@requestnetwork/utils": "0.10.0", + "@requestnetwork/advanced-logic": "0.10.0", + "@requestnetwork/data-access": "0.6.0", + "@requestnetwork/epk-decryption": "0.3.7", + "@requestnetwork/epk-signature": "0.5.8", + "@requestnetwork/ethereum-storage": "0.5.0", + "@requestnetwork/multi-format": "0.2.5", + "@requestnetwork/payment-detection": "0.13.0", + "@requestnetwork/request-client.js": "0.13.0", + "@requestnetwork/request-logic": "0.9.0", + "@requestnetwork/transaction-manager": "0.9.0", + "@requestnetwork/types": "0.12.0", + "@requestnetwork/utils": "0.11.0", "@truffle/hdwallet-provider": "1.0.18", "@types/chai": "4.1.7", "@types/mocha": "5.2.7", diff --git a/packages/multi-format/CHANGELOG.md b/packages/multi-format/CHANGELOG.md index e4c38facbe..cb473bd197 100644 --- a/packages/multi-format/CHANGELOG.md +++ b/packages/multi-format/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.2.5](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/multi-format@0.2.1...@requestnetwork/multi-format@0.2.5) (2020-02-20) + + +### Bug Fixes + +* ts-node configuration ([#138](https://github.com/RequestNetwork/requestNetwork/issues/138)) ([e2180d5](https://github.com/RequestNetwork/requestNetwork/commit/e2180d507bd87116fdeb3466690b6df0c5187976)) + + + +# 0.12.0 (2020-01-16) + + + +# 0.10.0 (2019-12-04) + + + + + ## [0.2.4](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/multi-format@0.2.1...@requestnetwork/multi-format@0.2.4) (2020-01-16) diff --git a/packages/multi-format/package.json b/packages/multi-format/package.json index 67a575e8b0..f30ad91033 100644 --- a/packages/multi-format/package.json +++ b/packages/multi-format/package.json @@ -1,6 +1,6 @@ { "name": "@requestnetwork/multi-format", - "version": "0.2.4", + "version": "0.2.5", "publishConfig": { "access": "public" }, @@ -40,7 +40,7 @@ "test:watch": "yarn test --watch" }, "dependencies": { - "@requestnetwork/types": "0.11.0" + "@requestnetwork/types": "0.12.0" }, "devDependencies": { "@types/chai": "4.1.7", diff --git a/packages/payment-detection/CHANGELOG.md b/packages/payment-detection/CHANGELOG.md new file mode 100644 index 0000000000..4aeb4150ff --- /dev/null +++ b/packages/payment-detection/CHANGELOG.md @@ -0,0 +1,17 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 0.13.0 (2020-02-20) + + +### Bug Fixes + +* ts-node configuration ([#138](https://github.com/RequestNetwork/requestNetwork/issues/138)) ([e2180d5](https://github.com/RequestNetwork/requestNetwork/commit/e2180d507bd87116fdeb3466690b6df0c5187976)) + + +### Features + +* add proxy contract to eth input data in payment detection ([#140](https://github.com/RequestNetwork/requestNetwork/issues/140)) ([0c36de1](https://github.com/RequestNetwork/requestNetwork/commit/0c36de12d08b1b591a7fd282d2cac1e5f38adb24)) +* payment-processor new package ([#130](https://github.com/RequestNetwork/requestNetwork/issues/130)) ([a2ce521](https://github.com/RequestNetwork/requestNetwork/commit/a2ce521736e0607d3116347b42ecbfc6ba52d1b4)) diff --git a/packages/payment-detection/package.json b/packages/payment-detection/package.json index 303f2e1af1..49901b44d5 100644 --- a/packages/payment-detection/package.json +++ b/packages/payment-detection/package.json @@ -1,6 +1,6 @@ { "name": "@requestnetwork/payment-detection", - "version": "0.12.0", + "version": "0.13.0", "publishConfig": { "access": "public" }, @@ -39,9 +39,9 @@ "test:watch": "yarn test --watch" }, "dependencies": { - "@requestnetwork/smart-contracts": "0.3.0", - "@requestnetwork/types": "0.11.0", - "@requestnetwork/utils": "0.10.0", + "@requestnetwork/smart-contracts": "0.4.0", + "@requestnetwork/types": "0.12.0", + "@requestnetwork/utils": "0.11.0", "axios": "0.19.0", "bn.js": "4.11.8", "ethers": "4.0.45", diff --git a/packages/payment-processor/CHANGELOG.md b/packages/payment-processor/CHANGELOG.md new file mode 100644 index 0000000000..15e63f587a --- /dev/null +++ b/packages/payment-processor/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 0.13.0 (2020-02-20) + + +### Features + +* payment-processor new package ([#130](https://github.com/RequestNetwork/requestNetwork/issues/130)) ([a2ce521](https://github.com/RequestNetwork/requestNetwork/commit/a2ce521736e0607d3116347b42ecbfc6ba52d1b4)) diff --git a/packages/payment-processor/package.json b/packages/payment-processor/package.json index 9a20bcbebd..5f18430b43 100644 --- a/packages/payment-processor/package.json +++ b/packages/payment-processor/package.json @@ -1,6 +1,6 @@ { "name": "@requestnetwork/payment-processor", - "version": "0.12.0", + "version": "0.13.0", "publishConfig": { "access": "public" }, @@ -39,10 +39,10 @@ "test:watch": "yarn test --watch" }, "dependencies": { - "@requestnetwork/payment-detection": "0.12.0", - "@requestnetwork/smart-contracts": "0.3.0", - "@requestnetwork/types": "0.11.0", - "@requestnetwork/utils": "0.10.0", + "@requestnetwork/payment-detection": "0.13.0", + "@requestnetwork/smart-contracts": "0.4.0", + "@requestnetwork/types": "0.12.0", + "@requestnetwork/utils": "0.11.0", "ethers": "4.0.45" }, "devDependencies": { diff --git a/packages/prototype-estimator/CHANGELOG.md b/packages/prototype-estimator/CHANGELOG.md index 19619130d5..4f5a0a1b67 100644 --- a/packages/prototype-estimator/CHANGELOG.md +++ b/packages/prototype-estimator/CHANGELOG.md @@ -3,6 +3,32 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.4.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/prototype-estimator@1.3.5...@requestnetwork/prototype-estimator@1.4.0) (2020-02-20) + + +### Bug Fixes + +* ts-node configuration ([#138](https://github.com/RequestNetwork/requestNetwork/issues/138)) ([e2180d5](https://github.com/RequestNetwork/requestNetwork/commit/e2180d507bd87116fdeb3466690b6df0c5187976)) + + +### Features + +* buffered ethereum storage ([#113](https://github.com/RequestNetwork/requestNetwork/issues/113)) ([fe4ece6](https://github.com/RequestNetwork/requestNetwork/commit/fe4ece6a1768155182be2d3ebb2908501f571912)) +* confirmed & pending state in the highest layers ([#119](https://github.com/RequestNetwork/requestNetwork/issues/119)) ([9424dc0](https://github.com/RequestNetwork/requestNetwork/commit/9424dc0c9482208fdbe714f8d29f5deed68711de)) +* persist transaction with custom ethereum provider ([#106](https://github.com/RequestNetwork/requestNetwork/issues/106)) ([61b215f](https://github.com/RequestNetwork/requestNetwork/commit/61b215fb8335d01dfa069d7f7899dd5b33749692)) + + + +# 0.12.0 (2020-01-16) + + + +# 0.10.0 (2019-12-04) + + + + + ## [1.3.8](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/prototype-estimator@1.3.5...@requestnetwork/prototype-estimator@1.3.8) (2020-01-16) diff --git a/packages/prototype-estimator/package.json b/packages/prototype-estimator/package.json index 2b42cc3426..34e07f7619 100644 --- a/packages/prototype-estimator/package.json +++ b/packages/prototype-estimator/package.json @@ -1,6 +1,6 @@ { "name": "@requestnetwork/prototype-estimator", - "version": "1.3.8", + "version": "1.4.0", "private": true, "description": "Tool to estimate size and throughput of v2 system.", "keywords": [ @@ -26,17 +26,17 @@ "start": "ts-node src/index.ts" }, "dependencies": { - "@requestnetwork/advanced-logic": "0.9.0", - "@requestnetwork/data-access": "0.5.5", - "@requestnetwork/epk-signature": "0.5.7", - "@requestnetwork/ethereum-storage": "0.4.8", - "@requestnetwork/multi-format": "0.2.4", - "@requestnetwork/request-client.js": "0.12.0", - "@requestnetwork/request-logic": "0.8.3", - "@requestnetwork/request-node": "0.5.7", - "@requestnetwork/transaction-manager": "0.8.4", - "@requestnetwork/types": "0.11.0", - "@requestnetwork/utils": "0.10.0", + "@requestnetwork/advanced-logic": "0.10.0", + "@requestnetwork/data-access": "0.6.0", + "@requestnetwork/epk-signature": "0.5.8", + "@requestnetwork/ethereum-storage": "0.5.0", + "@requestnetwork/multi-format": "0.2.5", + "@requestnetwork/request-client.js": "0.13.0", + "@requestnetwork/request-logic": "0.9.0", + "@requestnetwork/request-node": "0.6.0", + "@requestnetwork/transaction-manager": "0.9.0", + "@requestnetwork/types": "0.12.0", + "@requestnetwork/utils": "0.11.0", "benchmark": "2.1.4", "simple-statistics": "7.0.2" }, diff --git a/packages/request-client.js/CHANGELOG.md b/packages/request-client.js/CHANGELOG.md index 45e78745f3..c2c77b86a6 100644 --- a/packages/request-client.js/CHANGELOG.md +++ b/packages/request-client.js/CHANGELOG.md @@ -3,6 +3,61 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.13.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-client.js@0.9.0...@requestnetwork/request-client.js@0.13.0) (2020-02-20) + + +### Bug Fixes + +* ts-node configuration ([#138](https://github.com/RequestNetwork/requestNetwork/issues/138)) ([e2180d5](https://github.com/RequestNetwork/requestNetwork/commit/e2180d507bd87116fdeb3466690b6df0c5187976)) + + +### Features + +* add proxy contract to eth input data in payment detection ([#140](https://github.com/RequestNetwork/requestNetwork/issues/140)) ([0c36de1](https://github.com/RequestNetwork/requestNetwork/commit/0c36de12d08b1b591a7fd282d2cac1e5f38adb24)) +* buffered ethereum storage ([#113](https://github.com/RequestNetwork/requestNetwork/issues/113)) ([fe4ece6](https://github.com/RequestNetwork/requestNetwork/commit/fe4ece6a1768155182be2d3ebb2908501f571912)) +* confirmed & pending state in the highest layers ([#119](https://github.com/RequestNetwork/requestNetwork/issues/119)) ([9424dc0](https://github.com/RequestNetwork/requestNetwork/commit/9424dc0c9482208fdbe714f8d29f5deed68711de)) +* merge eth-proxy-contract into eth-input-data ([#139](https://github.com/RequestNetwork/requestNetwork/issues/139)) ([380bfb9](https://github.com/RequestNetwork/requestNetwork/commit/380bfb9d036b04c5bb63d7dfef5f360bc40af985)) +* persist transaction with custom ethereum provider ([#106](https://github.com/RequestNetwork/requestNetwork/issues/106)) ([61b215f](https://github.com/RequestNetwork/requestNetwork/commit/61b215fb8335d01dfa069d7f7899dd5b33749692)) + + + +# 0.12.0 (2020-01-16) + + +### Bug Fixes + +* create an ETH request without refund address ([#82](https://github.com/RequestNetwork/requestNetwork/issues/82)) ([61664cd](https://github.com/RequestNetwork/requestNetwork/commit/61664cd41eef5341678b357a153379dfe2aae14e)) +* mock BTC provider on tests ([#103](https://github.com/RequestNetwork/requestNetwork/issues/103)) ([d17f5bd](https://github.com/RequestNetwork/requestNetwork/commit/d17f5bd841690dcbb2615af126e66116685ee3be)) +* use lowercase for payment reference ([#83](https://github.com/RequestNetwork/requestNetwork/issues/83)) ([6cbedeb](https://github.com/RequestNetwork/requestNetwork/commit/6cbedeb4d2e130d7ece1ba526cea9c17d6e545e0)) + + +### Features + +* balance event timestamps ([#78](https://github.com/RequestNetwork/requestNetwork/issues/78)) ([ee2a78f](https://github.com/RequestNetwork/requestNetwork/commit/ee2a78ff5ba83d84739b743db283bb8abfca6b63)) +* **request-client.js:** add erc20 proxy contract PN in request-client.js ([#80](https://github.com/RequestNetwork/requestNetwork/issues/80)) ([53e8839](https://github.com/RequestNetwork/requestNetwork/commit/53e8839fad5a369257b4ba7908bc80abfa53c5f6)) +* **request-client.js:** get balance from request ERC20 with proxy contract ([#94](https://github.com/RequestNetwork/requestNetwork/issues/94)) ([08758ae](https://github.com/RequestNetwork/requestNetwork/commit/08758ae83e3834db06c0f1441e51bc6c2b897669)) + + + +# 0.10.0 (2019-12-04) + + +### Bug Fixes + +* use ERC20 default network ([#623](https://github.com/RequestNetwork/requestNetwork/issues/623)) ([772dd37](https://github.com/RequestNetwork/requestNetwork/commit/772dd37877497a38b9cc74a08c70a6c5aecefa2d)) + + +### Features + +* **request-client.js:** add an explanation when request not found ([#609](https://github.com/RequestNetwork/requestNetwork/issues/609)) ([3909958](https://github.com/RequestNetwork/requestNetwork/commit/39099580b65b86282d19a71ffad77f1b89767cca)) +* add ETH paymentNetwork to request-client ([#617](https://github.com/RequestNetwork/requestNetwork/issues/617)) ([84ed64e](https://github.com/RequestNetwork/requestNetwork/commit/84ed64ebf96a296155dc2d4d5e6c538344fb881b)) +* ETH payment detection in request-client.js ([#626](https://github.com/RequestNetwork/requestNetwork/issues/626)) ([dc3b238](https://github.com/RequestNetwork/requestNetwork/commit/dc3b23827cff7d5466c27d5575515887c461c3b4)) +* exposes currency utilities and list of all supported currencies ([#625](https://github.com/RequestNetwork/requestNetwork/issues/625)) ([eeac838](https://github.com/RequestNetwork/requestNetwork/commit/eeac8385025274fdada39ca3fb2182fc54d470d5)) + + + + + # [0.12.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-client.js@0.9.0...@requestnetwork/request-client.js@0.12.0) (2020-01-16) diff --git a/packages/request-client.js/package.json b/packages/request-client.js/package.json index fba020cb65..4192962e17 100644 --- a/packages/request-client.js/package.json +++ b/packages/request-client.js/package.json @@ -1,6 +1,6 @@ { "name": "@requestnetwork/request-client.js", - "version": "0.12.0", + "version": "0.13.0", "publishConfig": { "access": "public" }, @@ -43,17 +43,17 @@ "test:watch": "nyc mocha --watch --watch-extensions ts --require source-map-support/register --require amd-loader \"test/**/*.ts\"" }, "dependencies": { - "@requestnetwork/advanced-logic": "0.9.0", - "@requestnetwork/data-access": "0.5.5", - "@requestnetwork/data-format": "0.4.8", - "@requestnetwork/epk-signature": "0.5.7", - "@requestnetwork/multi-format": "0.2.4", - "@requestnetwork/payment-detection": "0.12.0", - "@requestnetwork/request-logic": "0.8.3", - "@requestnetwork/smart-contracts": "0.3.0", - "@requestnetwork/transaction-manager": "0.8.4", - "@requestnetwork/types": "0.11.0", - "@requestnetwork/utils": "0.10.0", + "@requestnetwork/advanced-logic": "0.10.0", + "@requestnetwork/data-access": "0.6.0", + "@requestnetwork/data-format": "0.4.9", + "@requestnetwork/epk-signature": "0.5.8", + "@requestnetwork/multi-format": "0.2.5", + "@requestnetwork/payment-detection": "0.13.0", + "@requestnetwork/request-logic": "0.9.0", + "@requestnetwork/smart-contracts": "0.4.0", + "@requestnetwork/transaction-manager": "0.9.0", + "@requestnetwork/types": "0.12.0", + "@requestnetwork/utils": "0.11.0", "axios": "0.19.0", "bn.js": "4.11.8", "currency-codes": "1.5.1", diff --git a/packages/request-logic/CHANGELOG.md b/packages/request-logic/CHANGELOG.md index 6377f37c9c..ed771d3872 100644 --- a/packages/request-logic/CHANGELOG.md +++ b/packages/request-logic/CHANGELOG.md @@ -3,6 +3,46 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.9.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-logic@0.8.0...@requestnetwork/request-logic@0.9.0) (2020-02-20) + + +### Bug Fixes + +* ts-node configuration ([#138](https://github.com/RequestNetwork/requestNetwork/issues/138)) ([e2180d5](https://github.com/RequestNetwork/requestNetwork/commit/e2180d507bd87116fdeb3466690b6df0c5187976)) + + +### Features + +* confirmed & pending state in the highest layers ([#119](https://github.com/RequestNetwork/requestNetwork/issues/119)) ([9424dc0](https://github.com/RequestNetwork/requestNetwork/commit/9424dc0c9482208fdbe714f8d29f5deed68711de)) + + +### Reverts + +* bump semver from 5.6.0 to 7.1.1 ([dec266f](https://github.com/RequestNetwork/requestNetwork/commit/dec266f3e174e039d181be3d1a6e2961df072cc6)) + + + +# 0.12.0 (2020-01-16) + + +### Bug Fixes + +* backward compatibility issue + removing test failing for external reason ([#93](https://github.com/RequestNetwork/requestNetwork/issues/93)) ([9a405dc](https://github.com/RequestNetwork/requestNetwork/commit/9a405dcc66b36a9a4a4b885dea2cd50abaad2725)) +* fix old version id mismatch issue ([#98](https://github.com/RequestNetwork/requestNetwork/issues/98)) ([c4d3f29](https://github.com/RequestNetwork/requestNetwork/commit/c4d3f291b7667f426a4a95cac7d65db90d13921b)) + + + +# 0.10.0 (2019-12-04) + + +### Bug Fixes + +* rollback legacy request currency renaming from DAI to SAI ([#622](https://github.com/RequestNetwork/requestNetwork/issues/622)) ([2882811](https://github.com/RequestNetwork/requestNetwork/commit/28828117f6490ada05180f2607098d3ebada681a)) + + + + + ## [0.8.3](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-logic@0.8.0...@requestnetwork/request-logic@0.8.3) (2020-01-16) diff --git a/packages/request-logic/package.json b/packages/request-logic/package.json index 226dcd06c5..07cfcaf165 100644 --- a/packages/request-logic/package.json +++ b/packages/request-logic/package.json @@ -1,6 +1,6 @@ { "name": "@requestnetwork/request-logic", - "version": "0.8.3", + "version": "0.9.0", "publishConfig": { "access": "public" }, @@ -41,10 +41,10 @@ "test:watch": "yarn test --watch" }, "dependencies": { - "@requestnetwork/advanced-logic": "0.9.0", - "@requestnetwork/multi-format": "0.2.4", - "@requestnetwork/types": "0.11.0", - "@requestnetwork/utils": "0.10.0", + "@requestnetwork/advanced-logic": "0.10.0", + "@requestnetwork/multi-format": "0.2.5", + "@requestnetwork/types": "0.12.0", + "@requestnetwork/utils": "0.11.0", "semver": "5.6.0" }, "devDependencies": { diff --git a/packages/request-node/CHANGELOG.md b/packages/request-node/CHANGELOG.md index 7fc08591d5..ba3ac8917c 100644 --- a/packages/request-node/CHANGELOG.md +++ b/packages/request-node/CHANGELOG.md @@ -3,6 +3,31 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.6.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-node@0.5.4...@requestnetwork/request-node@0.6.0) (2020-02-20) + + +### Bug Fixes + +* ts-node configuration ([#138](https://github.com/RequestNetwork/requestNetwork/issues/138)) ([e2180d5](https://github.com/RequestNetwork/requestNetwork/commit/e2180d507bd87116fdeb3466690b6df0c5187976)) + + +### Features + +* buffered ethereum storage ([#113](https://github.com/RequestNetwork/requestNetwork/issues/113)) ([fe4ece6](https://github.com/RequestNetwork/requestNetwork/commit/fe4ece6a1768155182be2d3ebb2908501f571912)) +* persist transaction with custom ethereum provider ([#106](https://github.com/RequestNetwork/requestNetwork/issues/106)) ([61b215f](https://github.com/RequestNetwork/requestNetwork/commit/61b215fb8335d01dfa069d7f7899dd5b33749692)) + + + +# 0.12.0 (2020-01-16) + + + +# 0.10.0 (2019-12-04) + + + + + ## [0.5.7](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-node@0.5.4...@requestnetwork/request-node@0.5.7) (2020-01-16) diff --git a/packages/request-node/package.json b/packages/request-node/package.json index ab1cf67bef..4e6d6b8781 100644 --- a/packages/request-node/package.json +++ b/packages/request-node/package.json @@ -1,6 +1,6 @@ { "name": "@requestnetwork/request-node", - "version": "0.5.7", + "version": "0.6.0", "publishConfig": { "access": "public" }, @@ -41,10 +41,10 @@ "init-ipfs": "node init-ipfs.js" }, "dependencies": { - "@requestnetwork/data-access": "0.5.5", - "@requestnetwork/ethereum-storage": "0.4.8", - "@requestnetwork/types": "0.11.0", - "@requestnetwork/utils": "0.10.0", + "@requestnetwork/data-access": "0.6.0", + "@requestnetwork/ethereum-storage": "0.5.0", + "@requestnetwork/types": "0.12.0", + "@requestnetwork/utils": "0.11.0", "@truffle/hdwallet-provider": "1.0.18", "chalk": "2.4.2", "cors": "2.8.5", diff --git a/packages/smart-contracts/CHANGELOG.md b/packages/smart-contracts/CHANGELOG.md index ebda6c2b9a..c41c3cfcaa 100644 --- a/packages/smart-contracts/CHANGELOG.md +++ b/packages/smart-contracts/CHANGELOG.md @@ -3,6 +3,37 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 0.4.0 (2020-02-20) + + +### Features + +* add proxy contract to eth input data in payment detection ([#140](https://github.com/RequestNetwork/requestNetwork/issues/140)) ([0c36de1](https://github.com/RequestNetwork/requestNetwork/commit/0c36de12d08b1b591a7fd282d2cac1e5f38adb24)) +* custom docker ganache image ([#129](https://github.com/RequestNetwork/requestNetwork/issues/129)) ([9ab725d](https://github.com/RequestNetwork/requestNetwork/commit/9ab725dca826ba82152c9f7e0cedc8038c6a17b1)) +* ethereum payment proxy contract ([#135](https://github.com/RequestNetwork/requestNetwork/issues/135)) ([f9bff97](https://github.com/RequestNetwork/requestNetwork/commit/f9bff97fbe47b8b7fc6ff4fe5048ccc260501ab2)) + + + +# 0.12.0 (2020-01-16) + + +### Bug Fixes + +* add payable to the ERC20 proxy contract fallback ([#96](https://github.com/RequestNetwork/requestNetwork/issues/96)) ([1237b64](https://github.com/RequestNetwork/requestNetwork/commit/1237b6431f3d6e141e3bae1690ac59c553ed49f2)) +* **smart-contracts:** fix json require to work with webpack ([#105](https://github.com/RequestNetwork/requestNetwork/issues/105)) ([a465e83](https://github.com/RequestNetwork/requestNetwork/commit/a465e83a739a7648e71d8ebb4a3a4eb389e00f13)) + + +### Features + +* deploy ERC20 proxy smart contract to mainnet ([#97](https://github.com/RequestNetwork/requestNetwork/issues/97)) ([84a7d2a](https://github.com/RequestNetwork/requestNetwork/commit/84a7d2ae9c06a3c6e457c8583e44e8df01676b2a)) +* deploy ERC20 proxy smart contract to Rinkeby ([#95](https://github.com/RequestNetwork/requestNetwork/issues/95)) ([39e6a6a](https://github.com/RequestNetwork/requestNetwork/commit/39e6a6a0ea62fd4ee9e6343d03770711638b698b)) +* **request-client.js:** get balance from request ERC20 with proxy contract ([#94](https://github.com/RequestNetwork/requestNetwork/issues/94)) ([08758ae](https://github.com/RequestNetwork/requestNetwork/commit/08758ae83e3834db06c0f1441e51bc6c2b897669)) +* **smart-contracts:** add the erc20 proxy contract PN's smart contract ([#92](https://github.com/RequestNetwork/requestNetwork/issues/92)) ([30f7937](https://github.com/RequestNetwork/requestNetwork/commit/30f79374a78f1a060a91bc7e53e6dc44c2fbad2c)) + + + + + # 0.3.0 (2020-01-16) diff --git a/packages/smart-contracts/package.json b/packages/smart-contracts/package.json index 4301a69229..3f6e78a4d2 100644 --- a/packages/smart-contracts/package.json +++ b/packages/smart-contracts/package.json @@ -1,6 +1,6 @@ { "name": "@requestnetwork/smart-contracts", - "version": "0.3.0", + "version": "0.4.0", "publishConfig": { "access": "public" }, diff --git a/packages/toolbox/CHANGELOG.md b/packages/toolbox/CHANGELOG.md index 773c7b410b..d5b073b133 100644 --- a/packages/toolbox/CHANGELOG.md +++ b/packages/toolbox/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.1.7](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/toolbox@0.1.3...@requestnetwork/toolbox@0.1.7) (2020-02-20) + + +### Bug Fixes + +* ts-node configuration ([#138](https://github.com/RequestNetwork/requestNetwork/issues/138)) ([e2180d5](https://github.com/RequestNetwork/requestNetwork/commit/e2180d507bd87116fdeb3466690b6df0c5187976)) + + + +# 0.12.0 (2020-01-16) + + + +# 0.10.0 (2019-12-04) + + + + + ## [0.1.6](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/toolbox@0.1.3...@requestnetwork/toolbox@0.1.6) (2020-01-16) diff --git a/packages/toolbox/package.json b/packages/toolbox/package.json index f3b221fd30..f6400762a3 100644 --- a/packages/toolbox/package.json +++ b/packages/toolbox/package.json @@ -1,6 +1,6 @@ { "name": "@requestnetwork/toolbox", - "version": "0.1.6", + "version": "0.1.7", "private": true, "description": "Toolbox for Request Network.", "keywords": [ @@ -39,9 +39,9 @@ "cli": "cross-env NODE_ENV=development ts-node src/cli.ts" }, "dependencies": { - "@requestnetwork/epk-signature": "0.5.7", - "@requestnetwork/request-client.js": "0.12.0", - "@requestnetwork/types": "0.11.0", + "@requestnetwork/epk-signature": "0.5.8", + "@requestnetwork/request-client.js": "0.13.0", + "@requestnetwork/types": "0.12.0", "axios": "0.19.0", "yargs": "14.0.0" }, diff --git a/packages/transaction-manager/CHANGELOG.md b/packages/transaction-manager/CHANGELOG.md index 240fe61da5..4723b37404 100644 --- a/packages/transaction-manager/CHANGELOG.md +++ b/packages/transaction-manager/CHANGELOG.md @@ -3,6 +3,30 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.9.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/transaction-manager@0.8.1...@requestnetwork/transaction-manager@0.9.0) (2020-02-20) + + +### Bug Fixes + +* ts-node configuration ([#138](https://github.com/RequestNetwork/requestNetwork/issues/138)) ([e2180d5](https://github.com/RequestNetwork/requestNetwork/commit/e2180d507bd87116fdeb3466690b6df0c5187976)) + + +### Features + +* confirmed & pending state in the highest layers ([#119](https://github.com/RequestNetwork/requestNetwork/issues/119)) ([9424dc0](https://github.com/RequestNetwork/requestNetwork/commit/9424dc0c9482208fdbe714f8d29f5deed68711de)) + + + +# 0.12.0 (2020-01-16) + + + +# 0.10.0 (2019-12-04) + + + + + ## [0.8.4](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/transaction-manager@0.8.1...@requestnetwork/transaction-manager@0.8.4) (2020-01-16) diff --git a/packages/transaction-manager/package.json b/packages/transaction-manager/package.json index 9d8d149a83..a0c9071638 100644 --- a/packages/transaction-manager/package.json +++ b/packages/transaction-manager/package.json @@ -1,6 +1,6 @@ { "name": "@requestnetwork/transaction-manager", - "version": "0.8.4", + "version": "0.9.0", "publishConfig": { "access": "public" }, @@ -39,9 +39,9 @@ "test:watch": "yarn test --watch" }, "dependencies": { - "@requestnetwork/multi-format": "0.2.4", - "@requestnetwork/types": "0.11.0", - "@requestnetwork/utils": "0.10.0" + "@requestnetwork/multi-format": "0.2.5", + "@requestnetwork/types": "0.12.0", + "@requestnetwork/utils": "0.11.0" }, "devDependencies": { "@types/chai": "4.1.7", diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index caf87d9164..5b2181311a 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -3,6 +3,38 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.12.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/types@0.9.0...@requestnetwork/types@0.12.0) (2020-02-20) + + +### Bug Fixes + +* ts-node configuration ([#138](https://github.com/RequestNetwork/requestNetwork/issues/138)) ([e2180d5](https://github.com/RequestNetwork/requestNetwork/commit/e2180d507bd87116fdeb3466690b6df0c5187976)) + + +### Features + +* add proxy contract to eth input data in payment detection ([#140](https://github.com/RequestNetwork/requestNetwork/issues/140)) ([0c36de1](https://github.com/RequestNetwork/requestNetwork/commit/0c36de12d08b1b591a7fd282d2cac1e5f38adb24)) +* buffered ethereum storage ([#113](https://github.com/RequestNetwork/requestNetwork/issues/113)) ([fe4ece6](https://github.com/RequestNetwork/requestNetwork/commit/fe4ece6a1768155182be2d3ebb2908501f571912)) +* confirmed & pending state in the highest layers ([#119](https://github.com/RequestNetwork/requestNetwork/issues/119)) ([9424dc0](https://github.com/RequestNetwork/requestNetwork/commit/9424dc0c9482208fdbe714f8d29f5deed68711de)) +* persist transaction with custom ethereum provider ([#106](https://github.com/RequestNetwork/requestNetwork/issues/106)) ([61b215f](https://github.com/RequestNetwork/requestNetwork/commit/61b215fb8335d01dfa069d7f7899dd5b33749692)) + + + +# 0.12.0 (2020-01-16) + + +### Features + +* **advanced-logic:** add ERC20 proxy contract payment network ([#74](https://github.com/RequestNetwork/requestNetwork/issues/74)) ([031a374](https://github.com/RequestNetwork/requestNetwork/commit/031a3742d2dddc0324e75b7853287d252bf43c6c)) + + + +# 0.10.0 (2019-12-04) + + + + + # [0.11.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/types@0.9.0...@requestnetwork/types@0.11.0) (2020-01-16) diff --git a/packages/types/package.json b/packages/types/package.json index 4a74ffcbe0..de37d803e2 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@requestnetwork/types", - "version": "0.11.0", + "version": "0.12.0", "publishConfig": { "access": "public" }, diff --git a/packages/usage-examples/CHANGELOG.md b/packages/usage-examples/CHANGELOG.md index 9ac023123a..404ee5c684 100644 --- a/packages/usage-examples/CHANGELOG.md +++ b/packages/usage-examples/CHANGELOG.md @@ -3,6 +3,38 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.6.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/usage-examples@0.5.0...@requestnetwork/usage-examples@0.6.0) (2020-02-20) + + +### Bug Fixes + +* ts-node configuration ([#138](https://github.com/RequestNetwork/requestNetwork/issues/138)) ([e2180d5](https://github.com/RequestNetwork/requestNetwork/commit/e2180d507bd87116fdeb3466690b6df0c5187976)) + + +### Features + +* buffered ethereum storage ([#113](https://github.com/RequestNetwork/requestNetwork/issues/113)) ([fe4ece6](https://github.com/RequestNetwork/requestNetwork/commit/fe4ece6a1768155182be2d3ebb2908501f571912)) +* confirmed & pending state in the highest layers ([#119](https://github.com/RequestNetwork/requestNetwork/issues/119)) ([9424dc0](https://github.com/RequestNetwork/requestNetwork/commit/9424dc0c9482208fdbe714f8d29f5deed68711de)) +* payment-processor new package ([#130](https://github.com/RequestNetwork/requestNetwork/issues/130)) ([a2ce521](https://github.com/RequestNetwork/requestNetwork/commit/a2ce521736e0607d3116347b42ecbfc6ba52d1b4)) +* persist transaction with custom ethereum provider ([#106](https://github.com/RequestNetwork/requestNetwork/issues/106)) ([61b215f](https://github.com/RequestNetwork/requestNetwork/commit/61b215fb8335d01dfa069d7f7899dd5b33749692)) + + + +# 0.12.0 (2020-01-16) + + +### Bug Fixes + +* backward compatibility issue + removing test failing for external reason ([#93](https://github.com/RequestNetwork/requestNetwork/issues/93)) ([9a405dc](https://github.com/RequestNetwork/requestNetwork/commit/9a405dcc66b36a9a4a4b885dea2cd50abaad2725)) + + + +# 0.10.0 (2019-12-04) + + + + + ## [0.5.3](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/usage-examples@0.5.0...@requestnetwork/usage-examples@0.5.3) (2020-01-16) diff --git a/packages/usage-examples/package.json b/packages/usage-examples/package.json index 9780a87d69..8d9b0f109b 100644 --- a/packages/usage-examples/package.json +++ b/packages/usage-examples/package.json @@ -1,6 +1,6 @@ { "name": "@requestnetwork/usage-examples", - "version": "0.5.3", + "version": "0.6.0", "private": true, "description": "Usage examples of Request Network.", "keywords": [ @@ -28,16 +28,16 @@ "prepare": "yarn run build" }, "dependencies": { - "@requestnetwork/data-access": "0.5.5", - "@requestnetwork/epk-decryption": "0.3.6", - "@requestnetwork/epk-signature": "0.5.7", - "@requestnetwork/multi-format": "0.2.4", - "@requestnetwork/payment-processor": "0.12.0", - "@requestnetwork/request-client.js": "0.12.0", - "@requestnetwork/request-logic": "0.8.3", - "@requestnetwork/transaction-manager": "0.8.4", - "@requestnetwork/types": "0.11.0", - "@requestnetwork/utils": "0.10.0", + "@requestnetwork/data-access": "0.6.0", + "@requestnetwork/epk-decryption": "0.3.7", + "@requestnetwork/epk-signature": "0.5.8", + "@requestnetwork/multi-format": "0.2.5", + "@requestnetwork/payment-processor": "0.13.0", + "@requestnetwork/request-client.js": "0.13.0", + "@requestnetwork/request-logic": "0.9.0", + "@requestnetwork/transaction-manager": "0.9.0", + "@requestnetwork/types": "0.12.0", + "@requestnetwork/utils": "0.11.0", "ethers": "4.0.45" }, "devDependencies": { diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index aa911a4a8f..a937c54755 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -3,6 +3,30 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.11.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/utils@0.7.0...@requestnetwork/utils@0.11.0) (2020-02-20) + + +### Bug Fixes + +* ts-node configuration ([#138](https://github.com/RequestNetwork/requestNetwork/issues/138)) ([e2180d5](https://github.com/RequestNetwork/requestNetwork/commit/e2180d507bd87116fdeb3466690b6df0c5187976)) + + + +# 0.12.0 (2020-01-16) + + + +# 0.10.0 (2019-12-04) + + +### Features + +* add ETH paymentNetwork to request-client ([#617](https://github.com/RequestNetwork/requestNetwork/issues/617)) ([84ed64e](https://github.com/RequestNetwork/requestNetwork/commit/84ed64ebf96a296155dc2d4d5e6c538344fb881b)) + + + + + # [0.10.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/utils@0.7.0...@requestnetwork/utils@0.10.0) (2020-01-16) diff --git a/packages/utils/package.json b/packages/utils/package.json index 348ce6a67d..f2af240f68 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@requestnetwork/utils", - "version": "0.10.0", + "version": "0.11.0", "publishConfig": { "access": "public" }, @@ -40,7 +40,7 @@ "test:watch": "yarn test --watch" }, "dependencies": { - "@requestnetwork/types": "0.11.0", + "@requestnetwork/types": "0.12.0", "bn.js": "4.11.8", "eth-crypto": "1.5.1" }, diff --git a/packages/web3-signature/CHANGELOG.md b/packages/web3-signature/CHANGELOG.md index 9537a458b5..35a58894fb 100644 --- a/packages/web3-signature/CHANGELOG.md +++ b/packages/web3-signature/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.9](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/web3-signature@0.4.5...@requestnetwork/web3-signature@0.4.9) (2020-02-20) + + +### Bug Fixes + +* ts-node configuration ([#138](https://github.com/RequestNetwork/requestNetwork/issues/138)) ([e2180d5](https://github.com/RequestNetwork/requestNetwork/commit/e2180d507bd87116fdeb3466690b6df0c5187976)) + + + +# 0.12.0 (2020-01-16) + + + +# 0.10.0 (2019-12-04) + + + + + ## [0.4.8](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/web3-signature@0.4.5...@requestnetwork/web3-signature@0.4.8) (2020-01-16) diff --git a/packages/web3-signature/package.json b/packages/web3-signature/package.json index 0261d28b73..70c8581662 100644 --- a/packages/web3-signature/package.json +++ b/packages/web3-signature/package.json @@ -1,6 +1,6 @@ { "name": "@requestnetwork/web3-signature", - "version": "0.4.8", + "version": "0.4.9", "publishConfig": { "access": "public" }, @@ -41,8 +41,8 @@ "test:watch": "yarn test --watch" }, "dependencies": { - "@requestnetwork/types": "0.11.0", - "@requestnetwork/utils": "0.10.0", + "@requestnetwork/types": "0.12.0", + "@requestnetwork/utils": "0.11.0", "web3-eth": "1.0.0-beta.37" }, "devDependencies": {