From 020a91aa0bb1701a0080369b9d412917306e714b Mon Sep 17 00:00:00 2001 From: Alexandre ABRIOUX Date: Mon, 17 Jan 2022 17:04:48 +0100 Subject: [PATCH] chore: prettier on all files (#732) --- .circleci/config.yml | 4 +- .eslintrc | 29 +- .gitignore | 69 +- .lintstagedrc.json | 5 +- .prettierignore | 2 +- package.json | 4 +- packages/advanced-logic/.vscode/settings.json | 2 +- packages/advanced-logic/CHANGELOG.md | 1028 +++------ .../payment-network-any-declarative-0.2.0.md | 88 +- ...ayment-network-any-to-erc20-proxy-0.1.0.md | 19 +- .../payment-network-any-to-eth-proxy-0.1.0.md | 72 +- ...-network-erc20-fee-proxy-contract-0.1.0.md | 20 +- ...ment-network-erc20-proxy-contract-0.1.0.md | 22 +- ...nt-network-eth-fee-proxy-contract-0.1.0.md | 18 +- .../payment-network-eth-input-data-0.2.0.md | 18 +- .../payment-network/declarative.test.ts | 8 +- .../erc20/fee-proxy-contract.test.ts | 6 - .../ethereum/fee-proxy-contract.test.ts | 6 - .../any/generator-data-create.ts | 16 +- .../bitcoin/generator-data-create.ts | 8 +- .../bitcoin/testnet-generator-data-create.ts | 8 +- .../address-based-create-data-generator.ts | 8 +- .../any-to-erc20-proxy-add-data-generator.ts | 12 +- ...ny-to-erc20-proxy-create-data-generator.ts | 29 +- ...ee-proxy-contract-create-data-generator.ts | 8 +- .../proxy-contract-create-data-generator.ts | 8 +- .../any-to-eth-proxy-add-data-generator.ts | 18 +- .../any-to-eth-proxy-create-data-generator.ts | 28 +- .../ethereum/create-data-generator.ts | 8 +- ...ee-proxy-contract-create-data-generator.ts | 8 +- packages/advanced-logic/tsconfig.json | 6 +- packages/currency/.vscode/settings.json | 2 +- packages/currency/CHANGELOG.md | 144 +- packages/currency/tsconfig.json | 5 +- packages/data-access/.vscode/settings.json | 2 +- packages/data-access/CHANGELOG.md | 1047 +++------ packages/data-format/.gitignore | 7 - packages/data-format/.vscode/settings.json | 2 +- packages/data-format/CHANGELOG.md | 486 +--- .../src/format/rnf_invoice/README.md | 5 +- .../format/rnf_invoice/rnf_invoice-0.0.3.json | 418 ++-- .../test/data/example-invalid-0.0.3.json | 172 +- .../test/data/example-valid-0.0.3.json | 176 +- packages/docs/.gitignore | 26 - packages/docs/CHANGELOG.md | 309 +-- .../3-Portal-API/3-create-an-invoice.md | 18 +- .../guides/3-Portal-API/4-api-encryption.md | 32 +- .../docs/guides/4-request-payment/0-intro.md | 28 +- .../5-request-client/6-signature-provider.md | 9 +- .../docs/docs/guides/7-protocol/0-intro.md | 4 +- .../docs/guides/7-protocol/1-request-logic.md | 5 +- .../docs/guides/7-protocol/2-transaction.md | 3 +- .../docs/guides/7-protocol/3-data-access.md | 1 - .../docs/docs/guides/7-protocol/4-storage.md | 2 +- .../docs/docs/guides/7-protocol/5-flows.md | 23 +- .../components/integration-options/index.js | 146 +- .../integration-options/styles.module.css | 22 +- .../src/components/supported-erc20/index.js | 10 +- packages/docs/src/pages/index.js | 6 +- packages/docs/webpack-config/index.js | 16 +- packages/epk-decryption/.vscode/settings.json | 2 +- packages/epk-decryption/CHANGELOG.md | 386 +--- packages/epk-signature/.vscode/settings.json | 2 +- packages/epk-signature/CHANGELOG.md | 411 +--- .../ethereum-storage/.vscode/settings.json | 2 +- packages/ethereum-storage/CHANGELOG.md | 1154 +++------- packages/ethereum-storage/README.md | 1 + .../test/ethereum-blocks.test.ts | 2 +- .../integration-test/.vscode/settings.json | 2 +- packages/integration-test/CHANGELOG.md | 1056 +++------ .../test/scheduled/fixtures.ts | 6 +- packages/multi-format/.vscode/settings.json | 2 +- packages/multi-format/CHANGELOG.md | 396 +--- packages/payment-detection/.eslintrc | 4 +- .../payment-detection/.vscode/settings.json | 2 +- packages/payment-detection/CHANGELOG.md | 686 ++---- packages/payment-detection/codegen.yml | 10 +- .../src/thegraph/queries/GetPayments.graphql | 7 +- .../thegraph/queries/GetSyncedBlock.graphql | 4 +- .../erc20/thegraph-info-retriever.test.ts | 18 +- .../test/eth/fee-proxy-detector.test.ts | 1 - .../test/eth/input-data.test.ts | 91 +- .../payment-detection/test/provider.test.ts | 4 +- .../payment-processor/.vscode/settings.json | 2 +- packages/payment-processor/CHANGELOG.md | 636 ++---- packages/payment-processor/README.md | 2 + .../test/payment/erc20-escrow-payment.test.ts | 22 +- .../payment-processor/test/payment/shared.ts | 14 +- .../prototype-estimator/.vscode/settings.json | 2 +- packages/prototype-estimator/CHANGELOG.md | 626 +---- packages/request-client.js/.gitignore | 2 - .../request-client.js/.vscode/settings.json | 2 +- packages/request-client.js/CHANGELOG.md | 2023 ++++++----------- packages/request-client.js/README.md | 12 +- .../test/index-encryption.html | 24 +- .../test/index-metamask.html | 4 +- .../test/index-persist-from-metamask.html | 4 +- packages/request-logic/.vscode/settings.json | 2 +- packages/request-logic/CHANGELOG.md | 970 ++------ packages/request-logic/test/index.test.ts | 8 +- packages/request-node/.vscode/settings.json | 2 +- packages/request-node/CHANGELOG.md | 1159 +++------- packages/request-node/README.md | 6 +- packages/request-node/docker-compose.yml | 4 +- .../request-node/docker/docker-tsconfig.json | 8 +- packages/smart-contracts/.gitignore | 4 - packages/smart-contracts/.solhint.json | 4 +- packages/smart-contracts/CHANGELOG.md | 1034 +++------ .../scripts/2_deploy-main-payments.ts | 2 - .../scripts/4_deploy-escrow-deployment.ts | 10 +- .../lib/artifacts/ERC20EscrowToPay/0.1.0.json | 592 ++--- .../lib/artifacts/ERC20SwapToPay/0.1.0.json | 2 +- .../lib/artifacts/EthereumFeeProxy/0.1.0.json | 2 +- .../contracts/ChainlinkConversionPath.test.ts | 36 +- .../test/contracts/ERC20EscrowToPay.test.ts | 365 +-- .../test/contracts/EthConversionProxy.test.ts | 132 +- .../test/contracts/EthereumFeeProxy.test.ts | 66 +- packages/toolbox/.vscode/settings.json | 2 +- packages/toolbox/CHANGELOG.md | 399 +--- packages/toolbox/README.md | 12 +- packages/toolbox/tsconfig.json | 8 +- .../transaction-manager/.vscode/settings.json | 2 +- packages/transaction-manager/CHANGELOG.md | 708 ++---- packages/transaction-manager/README.md | 6 +- .../transaction-manager/specs/encryption.md | 3 +- packages/types/.vscode/settings.json | 2 +- packages/types/CHANGELOG.md | 1348 ++++------- packages/usage-examples/.vscode/settings.json | 2 +- packages/usage-examples/CHANGELOG.md | 751 ++---- packages/utils/.vscode/settings.json | 2 +- packages/utils/CHANGELOG.md | 744 ++---- packages/web3-signature/.vscode/settings.json | 2 +- packages/web3-signature/CHANGELOG.md | 413 +--- scripts/collect.js | 2 +- 134 files changed, 5920 insertions(+), 15229 deletions(-) mode change 100644 => 120000 .prettierignore delete mode 100644 packages/data-format/.gitignore delete mode 100755 packages/docs/.gitignore delete mode 100644 packages/request-client.js/.gitignore delete mode 100644 packages/smart-contracts/.gitignore diff --git a/.circleci/config.yml b/.circleci/config.yml index d9e6376eaf..629c2875f1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -24,7 +24,7 @@ references: postgres_user: graph-node postgres_pass: let-me-in postgres_db: graph-node - ipfs: "localhost:5001" + ipfs: 'localhost:5001' ethereum: 'private:http://localhost:8545' GRAPH_ALLOW_NON_DETERMINISTIC_IPFS: 1 postgres_image: &postgres_image @@ -414,7 +414,7 @@ jobs: done echo Failed waiting for Node initialization && exit 1 - run: - name: "Confirm TheGraph mode" + name: 'Confirm TheGraph mode' command: | NODE_ENDPOINT=$(wget -O- http://localhost:3000/status | jq .dataAccess.endpoint -r) if [ "$NODE_ENDPOINT" != "http://localhost:8000/subgraphs/name/RequestNetwork/request-storage" ] ; then diff --git a/.eslintrc b/.eslintrc index 3ec3d86b30..8754477368 100644 --- a/.eslintrc +++ b/.eslintrc @@ -5,15 +5,8 @@ "ecmaVersion": 10, "sourceType": "module" }, - "extends": [ - "eslint:recommended", - "prettier" - ], - "plugins": [ - "jsdoc", - "import", - "prefer-arrow" - ], + "extends": ["eslint:recommended", "prettier"], + "plugins": ["jsdoc", "import", "prefer-arrow"], "rules": { "arrow-parens": ["off", "always"], "curly": ["error", "all"], @@ -24,8 +17,15 @@ "ignorePatterns": [ "/packages/docs/", "/packages/*/dist/", + "/packages/*/coverage/", // FIXME: tests should be linted - "/packages/*/test/" + "/packages/*/test/", + "/packages/payment-detection/src/thegraph/generated/", + "/packages/request-client.js/docs/", + "/packages/smart-contracts/build/", + "/packages/smart-contracts/cache/", + "/packages/smart-contracts/types/", + "/packages/smart-contracts/src/types/" ], "overrides": [ { @@ -34,13 +34,8 @@ "parserOptions": { "project": "tsconfig.json" }, - "extends": [ - "plugin:@typescript-eslint/recommended", - "prettier" - ], - "plugins": [ - "@typescript-eslint" - ], + "extends": ["plugin:@typescript-eslint/recommended", "prettier"], + "plugins": ["@typescript-eslint"], "rules": { "@typescript-eslint/no-floating-promises": "error", "@typescript-eslint/no-unused-vars": "error" diff --git a/.gitignore b/.gitignore index c6363e5573..a08b208ed5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,35 +1,44 @@ -# See http://help.github.com/ignore-files/ for more about ignoring files. - -# compiled output -dist - -# dependencies -node_modules - -# Coverage -coverage -.nyc_output -coverage.lcov - -# logs -lerna-debug.log -yarn-error.log - -# OS specific files -.DS_Store +# ----------------------- +# .prettierignore is a symbolic link to this files +# do not create .gitignore files in subdirectories if you want its entries to be ignored by Prettier +# ----------------------- # local environment variables -.env -.env.* +/.env* -# stryker -.stryker-tmp +# logs +/lerna-debug.log +/yarn-error.log -# typescript -tsconfig.tsbuildinfo +# dependencies +/node_modules/ +/packages/*/node_modules/ -# ignore smart-contracts generated types -packages/smart-contracts/types -packages/smart-contracts/src/types -# ignore thegraph generated types -packages/payment-detection/src/thegraph/generated +# compiled output +/packages/*/dist/ +/packages/*/tsconfig.tsbuildinfo + +# coverage +/packages/*/coverage/ + +# docs generated files +/packages/docs/.docusaurus/ +/packages/docs/build/ +/packages/docs/docs/client/ +/packages/docs/docs/guides/4-request-payment/1-multisig.md +/packages/docs/docs/guides/5-request-client/2-erc20-payment-detection.md +/packages/docs/docs/guides/5-request-client/3-eth-payment-detection.md +/packages/docs/docs/guides/5-request-client/4-btc-payment-detection.md +/packages/docs/docs/guides/5-request-client/5-declarative-payment-network.md + +# payment-detection generated files +/packages/payment-detection/src/thegraph/generated/ + +# request-client.js generated files +/packages/request-client.js/docs/ + +# smart-contracts generated files +/packages/smart-contracts/build/ +/packages/smart-contracts/cache/ +/packages/smart-contracts/types/ +/packages/smart-contracts/src/types/ diff --git a/.lintstagedrc.json b/.lintstagedrc.json index e48202d591..7aca607403 100644 --- a/.lintstagedrc.json +++ b/.lintstagedrc.json @@ -1,6 +1,3 @@ { - "*.[jt]s": [ - "eslint --fix --quiet", - "prettier --write" - ] + "*.[jt]s": ["eslint --fix --quiet", "prettier --write"] } diff --git a/.prettierignore b/.prettierignore deleted file mode 100644 index 8866c291e0..0000000000 --- a/.prettierignore +++ /dev/null @@ -1 +0,0 @@ -packages/smart-contracts/src/types/* diff --git a/.prettierignore b/.prettierignore new file mode 120000 index 0000000000..3e4e48b0b5 --- /dev/null +++ b/.prettierignore @@ -0,0 +1 @@ +.gitignore \ No newline at end of file diff --git a/package.json b/package.json index 4cf20deef7..1fa36ad2d3 100644 --- a/package.json +++ b/package.json @@ -27,8 +27,8 @@ "publish-manual-prerelease": "lerna publish prerelease --conventional-commits --exact", "publish-prerelease": "yarn lerna publish --preid development --skip-git --yes --canary", "test": "lerna run test", - "format": "prettier packages/**/src/**/*.ts -w", - "format:check": "prettier packages/**/src/**/*.ts -c", + "format": "prettier . -w", + "format:check": "prettier . -c", "link:all": "for d in packages/*; do pushd $d; yarn link; popd; done", "unlink:all": "for d in packages/*; do pushd $d; yarn unlink; popd; done" }, diff --git a/packages/advanced-logic/.vscode/settings.json b/packages/advanced-logic/.vscode/settings.json index 1a7d6049b8..379bec3a42 100644 --- a/packages/advanced-logic/.vscode/settings.json +++ b/packages/advanced-logic/.vscode/settings.json @@ -2,4 +2,4 @@ "mochaExplorer.files": "**/test/**/*.ts", "mochaExplorer.require": "ts-node/register", "mochaExplorer.cwd": "../.." -} \ No newline at end of file +} diff --git a/packages/advanced-logic/CHANGELOG.md b/packages/advanced-logic/CHANGELOG.md index 68de73df53..364fe5596f 100644 --- a/packages/advanced-logic/CHANGELOG.md +++ b/packages/advanced-logic/CHANGELOG.md @@ -5,1487 +5,981 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # [0.34.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/advanced-logic@0.27.0...@requestnetwork/advanced-logic@0.34.0) (2021-06-22) - ### Bug Fixes -* any-to-erc20 token validation ([#517](https://github.com/RequestNetwork/requestNetwork/issues/517)) ([9e3ab6d](https://github.com/RequestNetwork/requestNetwork/commit/9e3ab6dcd7255f20f9aadfabc030af98589d0b56)) - +- any-to-erc20 token validation ([#517](https://github.com/RequestNetwork/requestNetwork/issues/517)) ([9e3ab6d](https://github.com/RequestNetwork/requestNetwork/commit/9e3ab6dcd7255f20f9aadfabc030af98589d0b56)) ### Features -* ERC20 Fee Proxy on Celo and Fuse ([#518](https://github.com/RequestNetwork/requestNetwork/issues/518)) ([8b759c3](https://github.com/RequestNetwork/requestNetwork/commit/8b759c3e2e264fe3887f29edf1ab162c4d49be54)) - - +- ERC20 Fee Proxy on Celo and Fuse ([#518](https://github.com/RequestNetwork/requestNetwork/issues/518)) ([8b759c3](https://github.com/RequestNetwork/requestNetwork/commit/8b759c3e2e264fe3887f29edf1ab162c4d49be54)) # 0.38.0 (2021-05-12) - ### Bug Fixes -* acceptedTokens addresses are normalized in lower case ([#437](https://github.com/RequestNetwork/requestNetwork/issues/437)) ([882a3ba](https://github.com/RequestNetwork/requestNetwork/commit/882a3ba0fc453e764f2e2c66c50cb13d9a1a55d8)) -* check any-to-erc20 salt and minor error messages ([#470](https://github.com/RequestNetwork/requestNetwork/issues/470)) ([372009d](https://github.com/RequestNetwork/requestNetwork/commit/372009dcf1fde514ae88e157ea6c52e2f63449e7)) -* error message when salt is missing ([#491](https://github.com/RequestNetwork/requestNetwork/issues/491)) ([bbdd0b6](https://github.com/RequestNetwork/requestNetwork/commit/bbdd0b62f1c65545aba8fbb619e7f7a2781ee3f7)) - +- acceptedTokens addresses are normalized in lower case ([#437](https://github.com/RequestNetwork/requestNetwork/issues/437)) ([882a3ba](https://github.com/RequestNetwork/requestNetwork/commit/882a3ba0fc453e764f2e2c66c50cb13d9a1a55d8)) +- check any-to-erc20 salt and minor error messages ([#470](https://github.com/RequestNetwork/requestNetwork/issues/470)) ([372009d](https://github.com/RequestNetwork/requestNetwork/commit/372009dcf1fde514ae88e157ea6c52e2f63449e7)) +- error message when salt is missing ([#491](https://github.com/RequestNetwork/requestNetwork/issues/491)) ([bbdd0b6](https://github.com/RequestNetwork/requestNetwork/commit/bbdd0b62f1c65545aba8fbb619e7f7a2781ee3f7)) ### Features -* ARKO on-chain conversion ([#511](https://github.com/RequestNetwork/requestNetwork/issues/511)) ([590821b](https://github.com/RequestNetwork/requestNetwork/commit/590821bd23954ff01797d06292493dcda08fd651)) -* ERC20 Fee Proxy on Matic ([#495](https://github.com/RequestNetwork/requestNetwork/issues/495)) ([ac003d5](https://github.com/RequestNetwork/requestNetwork/commit/ac003d538715c18dc158ccc84249da10dc9a984f)) -* payment network any to erc20 in advanced logic ([#414](https://github.com/RequestNetwork/requestNetwork/issues/414)) ([45f09f9](https://github.com/RequestNetwork/requestNetwork/commit/45f09f9ee5693378722559d414b07e887fb3c63c)) -* payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e)) -* SAND aggregator support for conversion ([#487](https://github.com/RequestNetwork/requestNetwork/issues/487)) ([46cbe1b](https://github.com/RequestNetwork/requestNetwork/commit/46cbe1bef7b703addb34d7f1d810fea4ff233f5b)) -* updated aggregators for AUD and CAD ([#482](https://github.com/RequestNetwork/requestNetwork/issues/482)) ([9d6c143](https://github.com/RequestNetwork/requestNetwork/commit/9d6c1438e2b99189155e7264943357c72f35a459)) - - - - +- ARKO on-chain conversion ([#511](https://github.com/RequestNetwork/requestNetwork/issues/511)) ([590821b](https://github.com/RequestNetwork/requestNetwork/commit/590821bd23954ff01797d06292493dcda08fd651)) +- ERC20 Fee Proxy on Matic ([#495](https://github.com/RequestNetwork/requestNetwork/issues/495)) ([ac003d5](https://github.com/RequestNetwork/requestNetwork/commit/ac003d538715c18dc158ccc84249da10dc9a984f)) +- payment network any to erc20 in advanced logic ([#414](https://github.com/RequestNetwork/requestNetwork/issues/414)) ([45f09f9](https://github.com/RequestNetwork/requestNetwork/commit/45f09f9ee5693378722559d414b07e887fb3c63c)) +- payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e)) +- SAND aggregator support for conversion ([#487](https://github.com/RequestNetwork/requestNetwork/issues/487)) ([46cbe1b](https://github.com/RequestNetwork/requestNetwork/commit/46cbe1bef7b703addb34d7f1d810fea4ff233f5b)) +- updated aggregators for AUD and CAD ([#482](https://github.com/RequestNetwork/requestNetwork/issues/482)) ([9d6c143](https://github.com/RequestNetwork/requestNetwork/commit/9d6c1438e2b99189155e7264943357c72f35a459)) # [0.33.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/advanced-logic@0.27.0...@requestnetwork/advanced-logic@0.33.0) (2021-05-12) - ### Bug Fixes -* acceptedTokens addresses are normalized in lower case ([#437](https://github.com/RequestNetwork/requestNetwork/issues/437)) ([882a3ba](https://github.com/RequestNetwork/requestNetwork/commit/882a3ba0fc453e764f2e2c66c50cb13d9a1a55d8)) -* check any-to-erc20 salt and minor error messages ([#470](https://github.com/RequestNetwork/requestNetwork/issues/470)) ([372009d](https://github.com/RequestNetwork/requestNetwork/commit/372009dcf1fde514ae88e157ea6c52e2f63449e7)) -* error message when salt is missing ([#491](https://github.com/RequestNetwork/requestNetwork/issues/491)) ([bbdd0b6](https://github.com/RequestNetwork/requestNetwork/commit/bbdd0b62f1c65545aba8fbb619e7f7a2781ee3f7)) - +- acceptedTokens addresses are normalized in lower case ([#437](https://github.com/RequestNetwork/requestNetwork/issues/437)) ([882a3ba](https://github.com/RequestNetwork/requestNetwork/commit/882a3ba0fc453e764f2e2c66c50cb13d9a1a55d8)) +- check any-to-erc20 salt and minor error messages ([#470](https://github.com/RequestNetwork/requestNetwork/issues/470)) ([372009d](https://github.com/RequestNetwork/requestNetwork/commit/372009dcf1fde514ae88e157ea6c52e2f63449e7)) +- error message when salt is missing ([#491](https://github.com/RequestNetwork/requestNetwork/issues/491)) ([bbdd0b6](https://github.com/RequestNetwork/requestNetwork/commit/bbdd0b62f1c65545aba8fbb619e7f7a2781ee3f7)) ### Features -* ARKO on-chain conversion ([#511](https://github.com/RequestNetwork/requestNetwork/issues/511)) ([590821b](https://github.com/RequestNetwork/requestNetwork/commit/590821bd23954ff01797d06292493dcda08fd651)) -* ERC20 Fee Proxy on Matic ([#495](https://github.com/RequestNetwork/requestNetwork/issues/495)) ([ac003d5](https://github.com/RequestNetwork/requestNetwork/commit/ac003d538715c18dc158ccc84249da10dc9a984f)) -* payment network any to erc20 in advanced logic ([#414](https://github.com/RequestNetwork/requestNetwork/issues/414)) ([45f09f9](https://github.com/RequestNetwork/requestNetwork/commit/45f09f9ee5693378722559d414b07e887fb3c63c)) -* payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e)) -* SAND aggregator support for conversion ([#487](https://github.com/RequestNetwork/requestNetwork/issues/487)) ([46cbe1b](https://github.com/RequestNetwork/requestNetwork/commit/46cbe1bef7b703addb34d7f1d810fea4ff233f5b)) -* updated aggregators for AUD and CAD ([#482](https://github.com/RequestNetwork/requestNetwork/issues/482)) ([9d6c143](https://github.com/RequestNetwork/requestNetwork/commit/9d6c1438e2b99189155e7264943357c72f35a459)) - - - - +- ARKO on-chain conversion ([#511](https://github.com/RequestNetwork/requestNetwork/issues/511)) ([590821b](https://github.com/RequestNetwork/requestNetwork/commit/590821bd23954ff01797d06292493dcda08fd651)) +- ERC20 Fee Proxy on Matic ([#495](https://github.com/RequestNetwork/requestNetwork/issues/495)) ([ac003d5](https://github.com/RequestNetwork/requestNetwork/commit/ac003d538715c18dc158ccc84249da10dc9a984f)) +- payment network any to erc20 in advanced logic ([#414](https://github.com/RequestNetwork/requestNetwork/issues/414)) ([45f09f9](https://github.com/RequestNetwork/requestNetwork/commit/45f09f9ee5693378722559d414b07e887fb3c63c)) +- payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e)) +- SAND aggregator support for conversion ([#487](https://github.com/RequestNetwork/requestNetwork/issues/487)) ([46cbe1b](https://github.com/RequestNetwork/requestNetwork/commit/46cbe1bef7b703addb34d7f1d810fea4ff233f5b)) +- updated aggregators for AUD and CAD ([#482](https://github.com/RequestNetwork/requestNetwork/issues/482)) ([9d6c143](https://github.com/RequestNetwork/requestNetwork/commit/9d6c1438e2b99189155e7264943357c72f35a459)) # [0.32.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/advanced-logic@0.27.0...@requestnetwork/advanced-logic@0.32.0) (2021-04-19) - ### Bug Fixes -* acceptedTokens addresses are normalized in lower case ([#437](https://github.com/RequestNetwork/requestNetwork/issues/437)) ([882a3ba](https://github.com/RequestNetwork/requestNetwork/commit/882a3ba0fc453e764f2e2c66c50cb13d9a1a55d8)) -* check any-to-erc20 salt and minor error messages ([#470](https://github.com/RequestNetwork/requestNetwork/issues/470)) ([372009d](https://github.com/RequestNetwork/requestNetwork/commit/372009dcf1fde514ae88e157ea6c52e2f63449e7)) - +- acceptedTokens addresses are normalized in lower case ([#437](https://github.com/RequestNetwork/requestNetwork/issues/437)) ([882a3ba](https://github.com/RequestNetwork/requestNetwork/commit/882a3ba0fc453e764f2e2c66c50cb13d9a1a55d8)) +- check any-to-erc20 salt and minor error messages ([#470](https://github.com/RequestNetwork/requestNetwork/issues/470)) ([372009d](https://github.com/RequestNetwork/requestNetwork/commit/372009dcf1fde514ae88e157ea6c52e2f63449e7)) ### Features -* payment network any to erc20 in advanced logic ([#414](https://github.com/RequestNetwork/requestNetwork/issues/414)) ([45f09f9](https://github.com/RequestNetwork/requestNetwork/commit/45f09f9ee5693378722559d414b07e887fb3c63c)) -* payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e)) -* SAND aggregator support for conversion ([#487](https://github.com/RequestNetwork/requestNetwork/issues/487)) ([46cbe1b](https://github.com/RequestNetwork/requestNetwork/commit/46cbe1bef7b703addb34d7f1d810fea4ff233f5b)) -* updated aggregators for AUD and CAD ([#482](https://github.com/RequestNetwork/requestNetwork/issues/482)) ([9d6c143](https://github.com/RequestNetwork/requestNetwork/commit/9d6c1438e2b99189155e7264943357c72f35a459)) - - - - +- payment network any to erc20 in advanced logic ([#414](https://github.com/RequestNetwork/requestNetwork/issues/414)) ([45f09f9](https://github.com/RequestNetwork/requestNetwork/commit/45f09f9ee5693378722559d414b07e887fb3c63c)) +- payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e)) +- SAND aggregator support for conversion ([#487](https://github.com/RequestNetwork/requestNetwork/issues/487)) ([46cbe1b](https://github.com/RequestNetwork/requestNetwork/commit/46cbe1bef7b703addb34d7f1d810fea4ff233f5b)) +- updated aggregators for AUD and CAD ([#482](https://github.com/RequestNetwork/requestNetwork/issues/482)) ([9d6c143](https://github.com/RequestNetwork/requestNetwork/commit/9d6c1438e2b99189155e7264943357c72f35a459)) # [0.31.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/advanced-logic@0.27.0...@requestnetwork/advanced-logic@0.31.0) (2021-03-25) - ### Bug Fixes -* acceptedTokens addresses are normalized in lower case ([#437](https://github.com/RequestNetwork/requestNetwork/issues/437)) ([882a3ba](https://github.com/RequestNetwork/requestNetwork/commit/882a3ba0fc453e764f2e2c66c50cb13d9a1a55d8)) - +- acceptedTokens addresses are normalized in lower case ([#437](https://github.com/RequestNetwork/requestNetwork/issues/437)) ([882a3ba](https://github.com/RequestNetwork/requestNetwork/commit/882a3ba0fc453e764f2e2c66c50cb13d9a1a55d8)) ### Features -* payment network any to erc20 in advanced logic ([#414](https://github.com/RequestNetwork/requestNetwork/issues/414)) ([45f09f9](https://github.com/RequestNetwork/requestNetwork/commit/45f09f9ee5693378722559d414b07e887fb3c63c)) -* payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e)) - - - - +- payment network any to erc20 in advanced logic ([#414](https://github.com/RequestNetwork/requestNetwork/issues/414)) ([45f09f9](https://github.com/RequestNetwork/requestNetwork/commit/45f09f9ee5693378722559d414b07e887fb3c63c)) +- payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e)) # [0.30.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/advanced-logic@0.27.0...@requestnetwork/advanced-logic@0.30.0) (2021-03-15) - ### Bug Fixes -* acceptedTokens addresses are normalized in lower case ([#437](https://github.com/RequestNetwork/requestNetwork/issues/437)) ([882a3ba](https://github.com/RequestNetwork/requestNetwork/commit/882a3ba0fc453e764f2e2c66c50cb13d9a1a55d8)) - +- acceptedTokens addresses are normalized in lower case ([#437](https://github.com/RequestNetwork/requestNetwork/issues/437)) ([882a3ba](https://github.com/RequestNetwork/requestNetwork/commit/882a3ba0fc453e764f2e2c66c50cb13d9a1a55d8)) ### Features -* payment network any to erc20 in advanced logic ([#414](https://github.com/RequestNetwork/requestNetwork/issues/414)) ([45f09f9](https://github.com/RequestNetwork/requestNetwork/commit/45f09f9ee5693378722559d414b07e887fb3c63c)) -* payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e)) - - - - +- payment network any to erc20 in advanced logic ([#414](https://github.com/RequestNetwork/requestNetwork/issues/414)) ([45f09f9](https://github.com/RequestNetwork/requestNetwork/commit/45f09f9ee5693378722559d414b07e887fb3c63c)) +- payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e)) # [0.29.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/advanced-logic@0.27.0...@requestnetwork/advanced-logic@0.29.0) (2021-03-03) - ### Features -* payment network any to erc20 in advanced logic ([#414](https://github.com/RequestNetwork/requestNetwork/issues/414)) ([45f09f9](https://github.com/RequestNetwork/requestNetwork/commit/45f09f9ee5693378722559d414b07e887fb3c63c)) -* payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e)) - - - - +- payment network any to erc20 in advanced logic ([#414](https://github.com/RequestNetwork/requestNetwork/issues/414)) ([45f09f9](https://github.com/RequestNetwork/requestNetwork/commit/45f09f9ee5693378722559d414b07e887fb3c63c)) +- payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e)) # [0.28.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/advanced-logic@0.27.0...@requestnetwork/advanced-logic@0.28.0) (2021-02-22) - ### Features -* payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e)) - - - - +- payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e)) ## [0.27.2](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/advanced-logic@0.27.0...@requestnetwork/advanced-logic@0.27.2) (2020-12-22) **Note:** Version bump only for package @requestnetwork/advanced-logic - - - - ## [0.27.1](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/advanced-logic@0.27.0...@requestnetwork/advanced-logic@0.27.1) (2020-12-21) **Note:** Version bump only for package @requestnetwork/advanced-logic - - - - # [0.27.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/advanced-logic@0.6.0...@requestnetwork/advanced-logic@0.27.0) (2020-12-02) - - # 0.26.0 (2020-10-14) - - # 0.21.0 (2020-09-01) - ### Bug Fixes -* fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) -* revert failed token transfer ([#277](https://github.com/RequestNetwork/requestNetwork/issues/277)) ([7a22e4c](https://github.com/RequestNetwork/requestNetwork/commit/7a22e4cd79ba42d28974ad45d7e843d6fe870e83)) - +- fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) +- revert failed token transfer ([#277](https://github.com/RequestNetwork/requestNetwork/issues/277)) ([7a22e4c](https://github.com/RequestNetwork/requestNetwork/commit/7a22e4cd79ba42d28974ad45d7e843d6fe870e83)) ### Features -* add ERC20 fee proxy contract PN payment detection ([#254](https://github.com/RequestNetwork/requestNetwork/issues/254)) ([bec5fac](https://github.com/RequestNetwork/requestNetwork/commit/bec5fac0ee7dbbd4f3af5cf9a627627fcc689e14)) -* amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) -* ERC20 fees payment network extension ([#251](https://github.com/RequestNetwork/requestNetwork/issues/251)) ([95af529](https://github.com/RequestNetwork/requestNetwork/commit/95af529c168734ea5018d9220c127fe115f2ac37)) -* support non-standard ERC20 tokens ([#273](https://github.com/RequestNetwork/requestNetwork/issues/273)) ([0366b0d](https://github.com/RequestNetwork/requestNetwork/commit/0366b0dd73bd1f1af9b3bee64cf5476a5b383e3a)) - - +- add ERC20 fee proxy contract PN payment detection ([#254](https://github.com/RequestNetwork/requestNetwork/issues/254)) ([bec5fac](https://github.com/RequestNetwork/requestNetwork/commit/bec5fac0ee7dbbd4f3af5cf9a627627fcc689e14)) +- amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) +- ERC20 fees payment network extension ([#251](https://github.com/RequestNetwork/requestNetwork/issues/251)) ([95af529](https://github.com/RequestNetwork/requestNetwork/commit/95af529c168734ea5018d9220c127fe115f2ac37)) +- support non-standard ERC20 tokens ([#273](https://github.com/RequestNetwork/requestNetwork/issues/273)) ([0366b0d](https://github.com/RequestNetwork/requestNetwork/commit/0366b0dd73bd1f1af9b3bee64cf5476a5b383e3a)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - +- 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)) - - +- 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)) - +- use lowercase for payment reference ([#83](https://github.com/RequestNetwork/requestNetwork/issues/83)) ([6cbedeb](https://github.com/RequestNetwork/requestNetwork/commit/6cbedeb4d2e130d7ece1ba526cea9c17d6e545e0)) ### 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)) -* **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)) +- **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) - ### Features -* ETH payment detection in request-client.js ([#626](https://github.com/RequestNetwork/requestNetwork/issues/626)) ([dc3b238](https://github.com/RequestNetwork/requestNetwork/commit/dc3b23827cff7d5466c27d5575515887c461c3b4)) - - - - +- ETH payment detection in request-client.js ([#626](https://github.com/RequestNetwork/requestNetwork/issues/626)) ([dc3b238](https://github.com/RequestNetwork/requestNetwork/commit/dc3b23827cff7d5466c27d5575515887c461c3b4)) # [0.26.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/advanced-logic@0.6.0...@requestnetwork/advanced-logic@0.26.0) (2020-11-12) - - # 0.26.0 (2020-10-14) - - # 0.21.0 (2020-09-01) - ### Bug Fixes -* fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) -* revert failed token transfer ([#277](https://github.com/RequestNetwork/requestNetwork/issues/277)) ([7a22e4c](https://github.com/RequestNetwork/requestNetwork/commit/7a22e4cd79ba42d28974ad45d7e843d6fe870e83)) - +- fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) +- revert failed token transfer ([#277](https://github.com/RequestNetwork/requestNetwork/issues/277)) ([7a22e4c](https://github.com/RequestNetwork/requestNetwork/commit/7a22e4cd79ba42d28974ad45d7e843d6fe870e83)) ### Features -* add ERC20 fee proxy contract PN payment detection ([#254](https://github.com/RequestNetwork/requestNetwork/issues/254)) ([bec5fac](https://github.com/RequestNetwork/requestNetwork/commit/bec5fac0ee7dbbd4f3af5cf9a627627fcc689e14)) -* amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) -* ERC20 fees payment network extension ([#251](https://github.com/RequestNetwork/requestNetwork/issues/251)) ([95af529](https://github.com/RequestNetwork/requestNetwork/commit/95af529c168734ea5018d9220c127fe115f2ac37)) -* support non-standard ERC20 tokens ([#273](https://github.com/RequestNetwork/requestNetwork/issues/273)) ([0366b0d](https://github.com/RequestNetwork/requestNetwork/commit/0366b0dd73bd1f1af9b3bee64cf5476a5b383e3a)) - - +- add ERC20 fee proxy contract PN payment detection ([#254](https://github.com/RequestNetwork/requestNetwork/issues/254)) ([bec5fac](https://github.com/RequestNetwork/requestNetwork/commit/bec5fac0ee7dbbd4f3af5cf9a627627fcc689e14)) +- amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) +- ERC20 fees payment network extension ([#251](https://github.com/RequestNetwork/requestNetwork/issues/251)) ([95af529](https://github.com/RequestNetwork/requestNetwork/commit/95af529c168734ea5018d9220c127fe115f2ac37)) +- support non-standard ERC20 tokens ([#273](https://github.com/RequestNetwork/requestNetwork/issues/273)) ([0366b0d](https://github.com/RequestNetwork/requestNetwork/commit/0366b0dd73bd1f1af9b3bee64cf5476a5b383e3a)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - +- 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)) - - +- 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)) - +- use lowercase for payment reference ([#83](https://github.com/RequestNetwork/requestNetwork/issues/83)) ([6cbedeb](https://github.com/RequestNetwork/requestNetwork/commit/6cbedeb4d2e130d7ece1ba526cea9c17d6e545e0)) ### 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)) -* **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)) +- **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) - ### Features -* ETH payment detection in request-client.js ([#626](https://github.com/RequestNetwork/requestNetwork/issues/626)) ([dc3b238](https://github.com/RequestNetwork/requestNetwork/commit/dc3b23827cff7d5466c27d5575515887c461c3b4)) - - - - +- ETH payment detection in request-client.js ([#626](https://github.com/RequestNetwork/requestNetwork/issues/626)) ([dc3b238](https://github.com/RequestNetwork/requestNetwork/commit/dc3b23827cff7d5466c27d5575515887c461c3b4)) # [0.25.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/advanced-logic@0.6.0...@requestnetwork/advanced-logic@0.25.0) (2020-11-05) - - # 0.26.0 (2020-10-14) - - # 0.21.0 (2020-09-01) - ### Bug Fixes -* fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) -* revert failed token transfer ([#277](https://github.com/RequestNetwork/requestNetwork/issues/277)) ([7a22e4c](https://github.com/RequestNetwork/requestNetwork/commit/7a22e4cd79ba42d28974ad45d7e843d6fe870e83)) - +- fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) +- revert failed token transfer ([#277](https://github.com/RequestNetwork/requestNetwork/issues/277)) ([7a22e4c](https://github.com/RequestNetwork/requestNetwork/commit/7a22e4cd79ba42d28974ad45d7e843d6fe870e83)) ### Features -* add ERC20 fee proxy contract PN payment detection ([#254](https://github.com/RequestNetwork/requestNetwork/issues/254)) ([bec5fac](https://github.com/RequestNetwork/requestNetwork/commit/bec5fac0ee7dbbd4f3af5cf9a627627fcc689e14)) -* amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) -* ERC20 fees payment network extension ([#251](https://github.com/RequestNetwork/requestNetwork/issues/251)) ([95af529](https://github.com/RequestNetwork/requestNetwork/commit/95af529c168734ea5018d9220c127fe115f2ac37)) -* support non-standard ERC20 tokens ([#273](https://github.com/RequestNetwork/requestNetwork/issues/273)) ([0366b0d](https://github.com/RequestNetwork/requestNetwork/commit/0366b0dd73bd1f1af9b3bee64cf5476a5b383e3a)) - - +- add ERC20 fee proxy contract PN payment detection ([#254](https://github.com/RequestNetwork/requestNetwork/issues/254)) ([bec5fac](https://github.com/RequestNetwork/requestNetwork/commit/bec5fac0ee7dbbd4f3af5cf9a627627fcc689e14)) +- amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) +- ERC20 fees payment network extension ([#251](https://github.com/RequestNetwork/requestNetwork/issues/251)) ([95af529](https://github.com/RequestNetwork/requestNetwork/commit/95af529c168734ea5018d9220c127fe115f2ac37)) +- support non-standard ERC20 tokens ([#273](https://github.com/RequestNetwork/requestNetwork/issues/273)) ([0366b0d](https://github.com/RequestNetwork/requestNetwork/commit/0366b0dd73bd1f1af9b3bee64cf5476a5b383e3a)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - +- 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)) - - +- 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)) - +- use lowercase for payment reference ([#83](https://github.com/RequestNetwork/requestNetwork/issues/83)) ([6cbedeb](https://github.com/RequestNetwork/requestNetwork/commit/6cbedeb4d2e130d7ece1ba526cea9c17d6e545e0)) ### 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)) -* **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)) +- **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) - ### Features -* ETH payment detection in request-client.js ([#626](https://github.com/RequestNetwork/requestNetwork/issues/626)) ([dc3b238](https://github.com/RequestNetwork/requestNetwork/commit/dc3b23827cff7d5466c27d5575515887c461c3b4)) - - - - +- ETH payment detection in request-client.js ([#626](https://github.com/RequestNetwork/requestNetwork/issues/626)) ([dc3b238](https://github.com/RequestNetwork/requestNetwork/commit/dc3b23827cff7d5466c27d5575515887c461c3b4)) # [0.24.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/advanced-logic@0.6.0...@requestnetwork/advanced-logic@0.24.0) (2020-10-21) - - # 0.26.0 (2020-10-14) - - # 0.21.0 (2020-09-01) - ### Bug Fixes -* fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) -* revert failed token transfer ([#277](https://github.com/RequestNetwork/requestNetwork/issues/277)) ([7a22e4c](https://github.com/RequestNetwork/requestNetwork/commit/7a22e4cd79ba42d28974ad45d7e843d6fe870e83)) - +- fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) +- revert failed token transfer ([#277](https://github.com/RequestNetwork/requestNetwork/issues/277)) ([7a22e4c](https://github.com/RequestNetwork/requestNetwork/commit/7a22e4cd79ba42d28974ad45d7e843d6fe870e83)) ### Features -* add ERC20 fee proxy contract PN payment detection ([#254](https://github.com/RequestNetwork/requestNetwork/issues/254)) ([bec5fac](https://github.com/RequestNetwork/requestNetwork/commit/bec5fac0ee7dbbd4f3af5cf9a627627fcc689e14)) -* amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) -* ERC20 fees payment network extension ([#251](https://github.com/RequestNetwork/requestNetwork/issues/251)) ([95af529](https://github.com/RequestNetwork/requestNetwork/commit/95af529c168734ea5018d9220c127fe115f2ac37)) -* support non-standard ERC20 tokens ([#273](https://github.com/RequestNetwork/requestNetwork/issues/273)) ([0366b0d](https://github.com/RequestNetwork/requestNetwork/commit/0366b0dd73bd1f1af9b3bee64cf5476a5b383e3a)) - - +- add ERC20 fee proxy contract PN payment detection ([#254](https://github.com/RequestNetwork/requestNetwork/issues/254)) ([bec5fac](https://github.com/RequestNetwork/requestNetwork/commit/bec5fac0ee7dbbd4f3af5cf9a627627fcc689e14)) +- amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) +- ERC20 fees payment network extension ([#251](https://github.com/RequestNetwork/requestNetwork/issues/251)) ([95af529](https://github.com/RequestNetwork/requestNetwork/commit/95af529c168734ea5018d9220c127fe115f2ac37)) +- support non-standard ERC20 tokens ([#273](https://github.com/RequestNetwork/requestNetwork/issues/273)) ([0366b0d](https://github.com/RequestNetwork/requestNetwork/commit/0366b0dd73bd1f1af9b3bee64cf5476a5b383e3a)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - +- 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)) - - +- 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)) - +- 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)) - - +- **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)) - - - - +- ETH payment detection in request-client.js ([#626](https://github.com/RequestNetwork/requestNetwork/issues/626)) ([dc3b238](https://github.com/RequestNetwork/requestNetwork/commit/dc3b23827cff7d5466c27d5575515887c461c3b4)) # [0.23.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/advanced-logic@0.6.0...@requestnetwork/advanced-logic@0.23.0) (2020-10-14) - - # 0.21.0 (2020-09-01) - ### Bug Fixes -* fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) -* revert failed token transfer ([#277](https://github.com/RequestNetwork/requestNetwork/issues/277)) ([7a22e4c](https://github.com/RequestNetwork/requestNetwork/commit/7a22e4cd79ba42d28974ad45d7e843d6fe870e83)) - +- fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) +- revert failed token transfer ([#277](https://github.com/RequestNetwork/requestNetwork/issues/277)) ([7a22e4c](https://github.com/RequestNetwork/requestNetwork/commit/7a22e4cd79ba42d28974ad45d7e843d6fe870e83)) ### Features -* add ERC20 fee proxy contract PN payment detection ([#254](https://github.com/RequestNetwork/requestNetwork/issues/254)) ([bec5fac](https://github.com/RequestNetwork/requestNetwork/commit/bec5fac0ee7dbbd4f3af5cf9a627627fcc689e14)) -* amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) -* ERC20 fees payment network extension ([#251](https://github.com/RequestNetwork/requestNetwork/issues/251)) ([95af529](https://github.com/RequestNetwork/requestNetwork/commit/95af529c168734ea5018d9220c127fe115f2ac37)) -* support non-standard ERC20 tokens ([#273](https://github.com/RequestNetwork/requestNetwork/issues/273)) ([0366b0d](https://github.com/RequestNetwork/requestNetwork/commit/0366b0dd73bd1f1af9b3bee64cf5476a5b383e3a)) - - +- add ERC20 fee proxy contract PN payment detection ([#254](https://github.com/RequestNetwork/requestNetwork/issues/254)) ([bec5fac](https://github.com/RequestNetwork/requestNetwork/commit/bec5fac0ee7dbbd4f3af5cf9a627627fcc689e14)) +- amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) +- ERC20 fees payment network extension ([#251](https://github.com/RequestNetwork/requestNetwork/issues/251)) ([95af529](https://github.com/RequestNetwork/requestNetwork/commit/95af529c168734ea5018d9220c127fe115f2ac37)) +- support non-standard ERC20 tokens ([#273](https://github.com/RequestNetwork/requestNetwork/issues/273)) ([0366b0d](https://github.com/RequestNetwork/requestNetwork/commit/0366b0dd73bd1f1af9b3bee64cf5476a5b383e3a)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - +- 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)) - - +- 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)) - +- 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)) - - +- **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)) - - - - +- ETH payment detection in request-client.js ([#626](https://github.com/RequestNetwork/requestNetwork/issues/626)) ([dc3b238](https://github.com/RequestNetwork/requestNetwork/commit/dc3b23827cff7d5466c27d5575515887c461c3b4)) # [0.22.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/advanced-logic@0.6.0...@requestnetwork/advanced-logic@0.22.0) (2020-10-13) - - # 0.21.0 (2020-09-01) - ### Bug Fixes -* fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) -* revert failed token transfer ([#277](https://github.com/RequestNetwork/requestNetwork/issues/277)) ([7a22e4c](https://github.com/RequestNetwork/requestNetwork/commit/7a22e4cd79ba42d28974ad45d7e843d6fe870e83)) - +- fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) +- revert failed token transfer ([#277](https://github.com/RequestNetwork/requestNetwork/issues/277)) ([7a22e4c](https://github.com/RequestNetwork/requestNetwork/commit/7a22e4cd79ba42d28974ad45d7e843d6fe870e83)) ### Features -* add ERC20 fee proxy contract PN payment detection ([#254](https://github.com/RequestNetwork/requestNetwork/issues/254)) ([bec5fac](https://github.com/RequestNetwork/requestNetwork/commit/bec5fac0ee7dbbd4f3af5cf9a627627fcc689e14)) -* amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) -* ERC20 fees payment network extension ([#251](https://github.com/RequestNetwork/requestNetwork/issues/251)) ([95af529](https://github.com/RequestNetwork/requestNetwork/commit/95af529c168734ea5018d9220c127fe115f2ac37)) -* support non-standard ERC20 tokens ([#273](https://github.com/RequestNetwork/requestNetwork/issues/273)) ([0366b0d](https://github.com/RequestNetwork/requestNetwork/commit/0366b0dd73bd1f1af9b3bee64cf5476a5b383e3a)) - - +- add ERC20 fee proxy contract PN payment detection ([#254](https://github.com/RequestNetwork/requestNetwork/issues/254)) ([bec5fac](https://github.com/RequestNetwork/requestNetwork/commit/bec5fac0ee7dbbd4f3af5cf9a627627fcc689e14)) +- amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) +- ERC20 fees payment network extension ([#251](https://github.com/RequestNetwork/requestNetwork/issues/251)) ([95af529](https://github.com/RequestNetwork/requestNetwork/commit/95af529c168734ea5018d9220c127fe115f2ac37)) +- support non-standard ERC20 tokens ([#273](https://github.com/RequestNetwork/requestNetwork/issues/273)) ([0366b0d](https://github.com/RequestNetwork/requestNetwork/commit/0366b0dd73bd1f1af9b3bee64cf5476a5b383e3a)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - +- 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)) - - +- 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)) - +- 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)) - - +- **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)) - - - - +- ETH payment detection in request-client.js ([#626](https://github.com/RequestNetwork/requestNetwork/issues/626)) ([dc3b238](https://github.com/RequestNetwork/requestNetwork/commit/dc3b23827cff7d5466c27d5575515887c461c3b4)) # [0.21.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/advanced-logic@0.6.0...@requestnetwork/advanced-logic@0.21.0) (2020-10-09) - - # 0.21.0 (2020-09-01) - ### Bug Fixes -* fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) -* revert failed token transfer ([#277](https://github.com/RequestNetwork/requestNetwork/issues/277)) ([7a22e4c](https://github.com/RequestNetwork/requestNetwork/commit/7a22e4cd79ba42d28974ad45d7e843d6fe870e83)) - +- fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) +- revert failed token transfer ([#277](https://github.com/RequestNetwork/requestNetwork/issues/277)) ([7a22e4c](https://github.com/RequestNetwork/requestNetwork/commit/7a22e4cd79ba42d28974ad45d7e843d6fe870e83)) ### Features -* add ERC20 fee proxy contract PN payment detection ([#254](https://github.com/RequestNetwork/requestNetwork/issues/254)) ([bec5fac](https://github.com/RequestNetwork/requestNetwork/commit/bec5fac0ee7dbbd4f3af5cf9a627627fcc689e14)) -* amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) -* ERC20 fees payment network extension ([#251](https://github.com/RequestNetwork/requestNetwork/issues/251)) ([95af529](https://github.com/RequestNetwork/requestNetwork/commit/95af529c168734ea5018d9220c127fe115f2ac37)) -* support non-standard ERC20 tokens ([#273](https://github.com/RequestNetwork/requestNetwork/issues/273)) ([0366b0d](https://github.com/RequestNetwork/requestNetwork/commit/0366b0dd73bd1f1af9b3bee64cf5476a5b383e3a)) - - +- add ERC20 fee proxy contract PN payment detection ([#254](https://github.com/RequestNetwork/requestNetwork/issues/254)) ([bec5fac](https://github.com/RequestNetwork/requestNetwork/commit/bec5fac0ee7dbbd4f3af5cf9a627627fcc689e14)) +- amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) +- ERC20 fees payment network extension ([#251](https://github.com/RequestNetwork/requestNetwork/issues/251)) ([95af529](https://github.com/RequestNetwork/requestNetwork/commit/95af529c168734ea5018d9220c127fe115f2ac37)) +- support non-standard ERC20 tokens ([#273](https://github.com/RequestNetwork/requestNetwork/issues/273)) ([0366b0d](https://github.com/RequestNetwork/requestNetwork/commit/0366b0dd73bd1f1af9b3bee64cf5476a5b383e3a)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - +- 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)) - - +- 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)) - +- 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)) - - +- **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)) - - - - +- ETH payment detection in request-client.js ([#626](https://github.com/RequestNetwork/requestNetwork/issues/626)) ([dc3b238](https://github.com/RequestNetwork/requestNetwork/commit/dc3b23827cff7d5466c27d5575515887c461c3b4)) # [0.20.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/advanced-logic@0.6.0...@requestnetwork/advanced-logic@0.20.0) (2020-09-28) - - # 0.21.0 (2020-09-01) - ### Bug Fixes -* fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) -* revert failed token transfer ([#277](https://github.com/RequestNetwork/requestNetwork/issues/277)) ([7a22e4c](https://github.com/RequestNetwork/requestNetwork/commit/7a22e4cd79ba42d28974ad45d7e843d6fe870e83)) - +- fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) +- revert failed token transfer ([#277](https://github.com/RequestNetwork/requestNetwork/issues/277)) ([7a22e4c](https://github.com/RequestNetwork/requestNetwork/commit/7a22e4cd79ba42d28974ad45d7e843d6fe870e83)) ### Features -* add ERC20 fee proxy contract PN payment detection ([#254](https://github.com/RequestNetwork/requestNetwork/issues/254)) ([bec5fac](https://github.com/RequestNetwork/requestNetwork/commit/bec5fac0ee7dbbd4f3af5cf9a627627fcc689e14)) -* amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) -* ERC20 fees payment network extension ([#251](https://github.com/RequestNetwork/requestNetwork/issues/251)) ([95af529](https://github.com/RequestNetwork/requestNetwork/commit/95af529c168734ea5018d9220c127fe115f2ac37)) -* support non-standard ERC20 tokens ([#273](https://github.com/RequestNetwork/requestNetwork/issues/273)) ([0366b0d](https://github.com/RequestNetwork/requestNetwork/commit/0366b0dd73bd1f1af9b3bee64cf5476a5b383e3a)) - - +- add ERC20 fee proxy contract PN payment detection ([#254](https://github.com/RequestNetwork/requestNetwork/issues/254)) ([bec5fac](https://github.com/RequestNetwork/requestNetwork/commit/bec5fac0ee7dbbd4f3af5cf9a627627fcc689e14)) +- amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) +- ERC20 fees payment network extension ([#251](https://github.com/RequestNetwork/requestNetwork/issues/251)) ([95af529](https://github.com/RequestNetwork/requestNetwork/commit/95af529c168734ea5018d9220c127fe115f2ac37)) +- support non-standard ERC20 tokens ([#273](https://github.com/RequestNetwork/requestNetwork/issues/273)) ([0366b0d](https://github.com/RequestNetwork/requestNetwork/commit/0366b0dd73bd1f1af9b3bee64cf5476a5b383e3a)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - +- 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)) - - +- 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)) - +- use lowercase for payment reference ([#83](https://github.com/RequestNetwork/requestNetwork/issues/83)) ([6cbedeb](https://github.com/RequestNetwork/requestNetwork/commit/6cbedeb4d2e130d7ece1ba526cea9c17d6e545e0)) ### 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)) -* **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)) +- **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) - ### Features -* ETH payment detection in request-client.js ([#626](https://github.com/RequestNetwork/requestNetwork/issues/626)) ([dc3b238](https://github.com/RequestNetwork/requestNetwork/commit/dc3b23827cff7d5466c27d5575515887c461c3b4)) - - - - +- ETH payment detection in request-client.js ([#626](https://github.com/RequestNetwork/requestNetwork/issues/626)) ([dc3b238](https://github.com/RequestNetwork/requestNetwork/commit/dc3b23827cff7d5466c27d5575515887c461c3b4)) # [0.19.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/advanced-logic@0.6.0...@requestnetwork/advanced-logic@0.19.0) (2020-09-18) - - # 0.21.0 (2020-09-01) - ### Bug Fixes -* fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) -* revert failed token transfer ([#277](https://github.com/RequestNetwork/requestNetwork/issues/277)) ([7a22e4c](https://github.com/RequestNetwork/requestNetwork/commit/7a22e4cd79ba42d28974ad45d7e843d6fe870e83)) - +- fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) +- revert failed token transfer ([#277](https://github.com/RequestNetwork/requestNetwork/issues/277)) ([7a22e4c](https://github.com/RequestNetwork/requestNetwork/commit/7a22e4cd79ba42d28974ad45d7e843d6fe870e83)) ### Features -* add ERC20 fee proxy contract PN payment detection ([#254](https://github.com/RequestNetwork/requestNetwork/issues/254)) ([bec5fac](https://github.com/RequestNetwork/requestNetwork/commit/bec5fac0ee7dbbd4f3af5cf9a627627fcc689e14)) -* amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) -* ERC20 fees payment network extension ([#251](https://github.com/RequestNetwork/requestNetwork/issues/251)) ([95af529](https://github.com/RequestNetwork/requestNetwork/commit/95af529c168734ea5018d9220c127fe115f2ac37)) -* support non-standard ERC20 tokens ([#273](https://github.com/RequestNetwork/requestNetwork/issues/273)) ([0366b0d](https://github.com/RequestNetwork/requestNetwork/commit/0366b0dd73bd1f1af9b3bee64cf5476a5b383e3a)) - - +- add ERC20 fee proxy contract PN payment detection ([#254](https://github.com/RequestNetwork/requestNetwork/issues/254)) ([bec5fac](https://github.com/RequestNetwork/requestNetwork/commit/bec5fac0ee7dbbd4f3af5cf9a627627fcc689e14)) +- amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) +- ERC20 fees payment network extension ([#251](https://github.com/RequestNetwork/requestNetwork/issues/251)) ([95af529](https://github.com/RequestNetwork/requestNetwork/commit/95af529c168734ea5018d9220c127fe115f2ac37)) +- support non-standard ERC20 tokens ([#273](https://github.com/RequestNetwork/requestNetwork/issues/273)) ([0366b0d](https://github.com/RequestNetwork/requestNetwork/commit/0366b0dd73bd1f1af9b3bee64cf5476a5b383e3a)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - +- 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)) - - +- 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)) - +- use lowercase for payment reference ([#83](https://github.com/RequestNetwork/requestNetwork/issues/83)) ([6cbedeb](https://github.com/RequestNetwork/requestNetwork/commit/6cbedeb4d2e130d7ece1ba526cea9c17d6e545e0)) ### 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)) -* **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)) +- **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) - ### Features -* ETH payment detection in request-client.js ([#626](https://github.com/RequestNetwork/requestNetwork/issues/626)) ([dc3b238](https://github.com/RequestNetwork/requestNetwork/commit/dc3b23827cff7d5466c27d5575515887c461c3b4)) - - - - +- ETH payment detection in request-client.js ([#626](https://github.com/RequestNetwork/requestNetwork/issues/626)) ([dc3b238](https://github.com/RequestNetwork/requestNetwork/commit/dc3b23827cff7d5466c27d5575515887c461c3b4)) # [0.18.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/advanced-logic@0.6.0...@requestnetwork/advanced-logic@0.18.0) (2020-09-01) - ### Bug Fixes -* fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) -* revert failed token transfer ([#277](https://github.com/RequestNetwork/requestNetwork/issues/277)) ([7a22e4c](https://github.com/RequestNetwork/requestNetwork/commit/7a22e4cd79ba42d28974ad45d7e843d6fe870e83)) - +- fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) +- revert failed token transfer ([#277](https://github.com/RequestNetwork/requestNetwork/issues/277)) ([7a22e4c](https://github.com/RequestNetwork/requestNetwork/commit/7a22e4cd79ba42d28974ad45d7e843d6fe870e83)) ### Features -* add ERC20 fee proxy contract PN payment detection ([#254](https://github.com/RequestNetwork/requestNetwork/issues/254)) ([bec5fac](https://github.com/RequestNetwork/requestNetwork/commit/bec5fac0ee7dbbd4f3af5cf9a627627fcc689e14)) -* amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) -* ERC20 fees payment network extension ([#251](https://github.com/RequestNetwork/requestNetwork/issues/251)) ([95af529](https://github.com/RequestNetwork/requestNetwork/commit/95af529c168734ea5018d9220c127fe115f2ac37)) -* support non-standard ERC20 tokens ([#273](https://github.com/RequestNetwork/requestNetwork/issues/273)) ([0366b0d](https://github.com/RequestNetwork/requestNetwork/commit/0366b0dd73bd1f1af9b3bee64cf5476a5b383e3a)) - - +- add ERC20 fee proxy contract PN payment detection ([#254](https://github.com/RequestNetwork/requestNetwork/issues/254)) ([bec5fac](https://github.com/RequestNetwork/requestNetwork/commit/bec5fac0ee7dbbd4f3af5cf9a627627fcc689e14)) +- amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) +- ERC20 fees payment network extension ([#251](https://github.com/RequestNetwork/requestNetwork/issues/251)) ([95af529](https://github.com/RequestNetwork/requestNetwork/commit/95af529c168734ea5018d9220c127fe115f2ac37)) +- support non-standard ERC20 tokens ([#273](https://github.com/RequestNetwork/requestNetwork/issues/273)) ([0366b0d](https://github.com/RequestNetwork/requestNetwork/commit/0366b0dd73bd1f1af9b3bee64cf5476a5b383e3a)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - +- 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)) - - +- 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)) - +- 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)) - - +- **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)) - - - - +- ETH payment detection in request-client.js ([#626](https://github.com/RequestNetwork/requestNetwork/issues/626)) ([dc3b238](https://github.com/RequestNetwork/requestNetwork/commit/dc3b23827cff7d5466c27d5575515887c461c3b4)) # [0.17.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/advanced-logic@0.6.0...@requestnetwork/advanced-logic@0.17.0) (2020-08-27) - ### Bug Fixes -* fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) - +- fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) ### Features -* add ERC20 fee proxy contract PN payment detection ([#254](https://github.com/RequestNetwork/requestNetwork/issues/254)) ([bec5fac](https://github.com/RequestNetwork/requestNetwork/commit/bec5fac0ee7dbbd4f3af5cf9a627627fcc689e14)) -* amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) -* ERC20 fees payment network extension ([#251](https://github.com/RequestNetwork/requestNetwork/issues/251)) ([95af529](https://github.com/RequestNetwork/requestNetwork/commit/95af529c168734ea5018d9220c127fe115f2ac37)) -* support non-standard ERC20 tokens ([#273](https://github.com/RequestNetwork/requestNetwork/issues/273)) ([0366b0d](https://github.com/RequestNetwork/requestNetwork/commit/0366b0dd73bd1f1af9b3bee64cf5476a5b383e3a)) - - +- add ERC20 fee proxy contract PN payment detection ([#254](https://github.com/RequestNetwork/requestNetwork/issues/254)) ([bec5fac](https://github.com/RequestNetwork/requestNetwork/commit/bec5fac0ee7dbbd4f3af5cf9a627627fcc689e14)) +- amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) +- ERC20 fees payment network extension ([#251](https://github.com/RequestNetwork/requestNetwork/issues/251)) ([95af529](https://github.com/RequestNetwork/requestNetwork/commit/95af529c168734ea5018d9220c127fe115f2ac37)) +- support non-standard ERC20 tokens ([#273](https://github.com/RequestNetwork/requestNetwork/issues/273)) ([0366b0d](https://github.com/RequestNetwork/requestNetwork/commit/0366b0dd73bd1f1af9b3bee64cf5476a5b383e3a)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - +- 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)) - - +- 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)) - +- 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)) - - +- **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)) - - - - +- ETH payment detection in request-client.js ([#626](https://github.com/RequestNetwork/requestNetwork/issues/626)) ([dc3b238](https://github.com/RequestNetwork/requestNetwork/commit/dc3b23827cff7d5466c27d5575515887c461c3b4)) # [0.16.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/advanced-logic@0.6.0...@requestnetwork/advanced-logic@0.16.0) (2020-08-13) - ### Bug Fixes -* fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) - +- fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) ### Features -* add ERC20 fee proxy contract PN payment detection ([#254](https://github.com/RequestNetwork/requestNetwork/issues/254)) ([bec5fac](https://github.com/RequestNetwork/requestNetwork/commit/bec5fac0ee7dbbd4f3af5cf9a627627fcc689e14)) -* amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) -* ERC20 fees payment network extension ([#251](https://github.com/RequestNetwork/requestNetwork/issues/251)) ([95af529](https://github.com/RequestNetwork/requestNetwork/commit/95af529c168734ea5018d9220c127fe115f2ac37)) - - +- add ERC20 fee proxy contract PN payment detection ([#254](https://github.com/RequestNetwork/requestNetwork/issues/254)) ([bec5fac](https://github.com/RequestNetwork/requestNetwork/commit/bec5fac0ee7dbbd4f3af5cf9a627627fcc689e14)) +- amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) +- ERC20 fees payment network extension ([#251](https://github.com/RequestNetwork/requestNetwork/issues/251)) ([95af529](https://github.com/RequestNetwork/requestNetwork/commit/95af529c168734ea5018d9220c127fe115f2ac37)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - +- 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)) - - +- 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)) - +- 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)) - - +- **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)) - - - - +- ETH payment detection in request-client.js ([#626](https://github.com/RequestNetwork/requestNetwork/issues/626)) ([dc3b238](https://github.com/RequestNetwork/requestNetwork/commit/dc3b23827cff7d5466c27d5575515887c461c3b4)) # [0.15.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/advanced-logic@0.6.0...@requestnetwork/advanced-logic@0.15.0) (2020-06-29) - ### Features -* amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) - - +- amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - +- 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)) - - +- 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)) - +- 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)) - - +- **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)) - - - - +- ETH payment detection in request-client.js ([#626](https://github.com/RequestNetwork/requestNetwork/issues/626)) ([dc3b238](https://github.com/RequestNetwork/requestNetwork/commit/dc3b23827cff7d5466c27d5575515887c461c3b4)) # [0.14.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/advanced-logic@0.6.0...@requestnetwork/advanced-logic@0.14.0) (2020-05-04) - - # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - +- 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)) - - +- 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)) - +- 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)) - - +- **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)) - - - - +- ETH payment detection in request-client.js ([#626](https://github.com/RequestNetwork/requestNetwork/issues/626)) ([dc3b238](https://github.com/RequestNetwork/requestNetwork/commit/dc3b23827cff7d5466c27d5575515887c461c3b4)) # [0.13.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/advanced-logic@0.6.0...@requestnetwork/advanced-logic@0.13.0) (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - +- 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)) - - +- 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)) - +- 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)) - - +- **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)) - - - - +- ETH payment detection in request-client.js ([#626](https://github.com/RequestNetwork/requestNetwork/issues/626)) ([dc3b238](https://github.com/RequestNetwork/requestNetwork/commit/dc3b23827cff7d5466c27d5575515887c461c3b4)) # [0.12.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/advanced-logic@0.6.0...@requestnetwork/advanced-logic@0.12.0) (2020-04-06) - - # 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)) - +- 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)) - - +- 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)) - +- 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)) - - +- **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)) - - - - +- ETH payment detection in request-client.js ([#626](https://github.com/RequestNetwork/requestNetwork/issues/626)) ([dc3b238](https://github.com/RequestNetwork/requestNetwork/commit/dc3b23827cff7d5466c27d5575515887c461c3b4)) # [0.11.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/advanced-logic@0.6.0...@requestnetwork/advanced-logic@0.11.0) (2020-03-23) - - # 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)) - +- 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)) - - +- 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)) - +- 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)) - - +- **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)) - - - - +- ETH payment detection in request-client.js ([#626](https://github.com/RequestNetwork/requestNetwork/issues/626)) ([dc3b238](https://github.com/RequestNetwork/requestNetwork/commit/dc3b23827cff7d5466c27d5575515887c461c3b4)) # [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)) - +- 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)) - - +- 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)) - +- 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)) - - +- **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)) - - - - +- 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) - ### Bug Fixes -* use lowercase for payment reference ([#83](https://github.com/RequestNetwork/requestNetwork/issues/83)) ([6cbedeb](https://github.com/RequestNetwork/requestNetwork/commit/6cbedeb4d2e130d7ece1ba526cea9c17d6e545e0)) - +- 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)) - - +- **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)) - - - - +- ETH payment detection in request-client.js ([#626](https://github.com/RequestNetwork/requestNetwork/issues/626)) ([dc3b238](https://github.com/RequestNetwork/requestNetwork/commit/dc3b23827cff7d5466c27d5575515887c461c3b4)) # [0.8.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/advanced-logic@0.6.0...@requestnetwork/advanced-logic@0.8.0) (2019-12-18) - ### Bug Fixes -* use lowercase for payment reference ([#83](https://github.com/RequestNetwork/requestNetwork/issues/83)) ([6cbedeb](https://github.com/RequestNetwork/requestNetwork/commit/6cbedeb4d2e130d7ece1ba526cea9c17d6e545e0)) - +- 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)) - - +- **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)) - - - - +- ETH payment detection in request-client.js ([#626](https://github.com/RequestNetwork/requestNetwork/issues/626)) ([dc3b238](https://github.com/RequestNetwork/requestNetwork/commit/dc3b23827cff7d5466c27d5575515887c461c3b4)) # [0.7.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/advanced-logic@0.6.0...@requestnetwork/advanced-logic@0.7.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)) - - - - +- ETH payment detection in request-client.js ([#626](https://github.com/RequestNetwork/requestNetwork/issues/626)) ([dc3b238](https://github.com/RequestNetwork/requestNetwork/commit/dc3b23827cff7d5466c27d5575515887c461c3b4)) # [0.6.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/advanced-logic@0.5.0...@requestnetwork/advanced-logic@0.6.0) (2019-11-20) - ### Features -* ETH payement network in advanced-logic ([#589](https://github.com/RequestNetwork/requestNetwork/issues/589)) ([7b32ce8](https://github.com/RequestNetwork/requestNetwork/commit/7b32ce84c23ee723a143d752fb93786a6c5cc813)) - - - - +- ETH payement network in advanced-logic ([#589](https://github.com/RequestNetwork/requestNetwork/issues/589)) ([7b32ce8](https://github.com/RequestNetwork/requestNetwork/commit/7b32ce84c23ee723a143d752fb93786a6c5cc813)) # [0.5.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/advanced-logic@0.4.3...@requestnetwork/advanced-logic@0.5.0) (2019-10-21) - ### Features -* add ERC20 payment network ([#568](https://github.com/RequestNetwork/requestNetwork/issues/568)) ([8d820d4](https://github.com/RequestNetwork/requestNetwork/commit/8d820d4)) - - - - - +- add ERC20 payment network ([#568](https://github.com/RequestNetwork/requestNetwork/issues/568)) ([8d820d4](https://github.com/RequestNetwork/requestNetwork/commit/8d820d4)) ## [0.4.3](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/advanced-logic@0.4.2...@requestnetwork/advanced-logic@0.4.3) (2019-09-16) **Note:** Version bump only for package @requestnetwork/advanced-logic - - - - ## [0.4.2](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/advanced-logic@0.4.1...@requestnetwork/advanced-logic@0.4.2) (2019-09-05) **Note:** Version bump only for package @requestnetwork/advanced-logic - - - - - ## [0.4.1](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/advanced-logic@0.4.0...@requestnetwork/advanced-logic@0.4.1) (2019-08-19) **Note:** Version bump only for package @requestnetwork/advanced-logic - - - - - # [0.3.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/advanced-logic@0.1.1-alpha.4...@requestnetwork/advanced-logic@0.3.0) (2019-07-24) - ### Features -* declarative requests on request-client.js ([#318](https://github.com/RequestNetwork/requestNetwork/issues/318)) ([c4a4cb5](https://github.com/RequestNetwork/requestNetwork/commit/c4a4cb5)) -* payment network declarative for any currency ([#315](https://github.com/RequestNetwork/requestNetwork/issues/315)) ([06fb561](https://github.com/RequestNetwork/requestNetwork/commit/06fb561)) -* Timestamp from storage to client ([#309](https://github.com/RequestNetwork/requestNetwork/issues/309)) ([bb0ac19](https://github.com/RequestNetwork/requestNetwork/commit/bb0ac19)) - - - - +- declarative requests on request-client.js ([#318](https://github.com/RequestNetwork/requestNetwork/issues/318)) ([c4a4cb5](https://github.com/RequestNetwork/requestNetwork/commit/c4a4cb5)) +- payment network declarative for any currency ([#315](https://github.com/RequestNetwork/requestNetwork/issues/315)) ([06fb561](https://github.com/RequestNetwork/requestNetwork/commit/06fb561)) +- Timestamp from storage to client ([#309](https://github.com/RequestNetwork/requestNetwork/issues/309)) ([bb0ac19](https://github.com/RequestNetwork/requestNetwork/commit/bb0ac19)) ## [0.2.1-alpha.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/advanced-logic@0.1.1-alpha.4...@requestnetwork/advanced-logic@0.2.1-alpha.0) (2019-07-22) - ### Features -* declarative requests on request-client.js ([#318](https://github.com/RequestNetwork/requestNetwork/issues/318)) ([c4a4cb5](https://github.com/RequestNetwork/requestNetwork/commit/c4a4cb5)) -* payment network declarative for any currency ([#315](https://github.com/RequestNetwork/requestNetwork/issues/315)) ([06fb561](https://github.com/RequestNetwork/requestNetwork/commit/06fb561)) -* Timestamp from storage to client ([#309](https://github.com/RequestNetwork/requestNetwork/issues/309)) ([bb0ac19](https://github.com/RequestNetwork/requestNetwork/commit/bb0ac19)) - - - - +- declarative requests on request-client.js ([#318](https://github.com/RequestNetwork/requestNetwork/issues/318)) ([c4a4cb5](https://github.com/RequestNetwork/requestNetwork/commit/c4a4cb5)) +- payment network declarative for any currency ([#315](https://github.com/RequestNetwork/requestNetwork/issues/315)) ([06fb561](https://github.com/RequestNetwork/requestNetwork/commit/06fb561)) +- Timestamp from storage to client ([#309](https://github.com/RequestNetwork/requestNetwork/issues/309)) ([bb0ac19](https://github.com/RequestNetwork/requestNetwork/commit/bb0ac19)) # [0.2.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/advanced-logic@0.1.1-alpha.4...@requestnetwork/advanced-logic@0.2.0) (2019-06-06) - ### Features -* declarative requests on request-client.js ([#318](https://github.com/RequestNetwork/requestNetwork/issues/318)) ([c4a4cb5](https://github.com/RequestNetwork/requestNetwork/commit/c4a4cb5)) -* payment network declarative for any currency ([#315](https://github.com/RequestNetwork/requestNetwork/issues/315)) ([06fb561](https://github.com/RequestNetwork/requestNetwork/commit/06fb561)) -* Timestamp from storage to client ([#309](https://github.com/RequestNetwork/requestNetwork/issues/309)) ([bb0ac19](https://github.com/RequestNetwork/requestNetwork/commit/bb0ac19)) - - - - - +- declarative requests on request-client.js ([#318](https://github.com/RequestNetwork/requestNetwork/issues/318)) ([c4a4cb5](https://github.com/RequestNetwork/requestNetwork/commit/c4a4cb5)) +- payment network declarative for any currency ([#315](https://github.com/RequestNetwork/requestNetwork/issues/315)) ([06fb561](https://github.com/RequestNetwork/requestNetwork/commit/06fb561)) +- Timestamp from storage to client ([#309](https://github.com/RequestNetwork/requestNetwork/issues/309)) ([bb0ac19](https://github.com/RequestNetwork/requestNetwork/commit/bb0ac19)) ## [0.1.1-alpha.12](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/advanced-logic@0.1.1-alpha.4...@requestnetwork/advanced-logic@0.1.1-alpha.12) (2019-05-21) - ### Features -* declarative requests on request-client.js ([#318](https://github.com/RequestNetwork/requestNetwork/issues/318)) ([c4a4cb5](https://github.com/RequestNetwork/requestNetwork/commit/c4a4cb5)) -* payment network declarative for any currency ([#315](https://github.com/RequestNetwork/requestNetwork/issues/315)) ([06fb561](https://github.com/RequestNetwork/requestNetwork/commit/06fb561)) -* Timestamp from storage to client ([#309](https://github.com/RequestNetwork/requestNetwork/issues/309)) ([bb0ac19](https://github.com/RequestNetwork/requestNetwork/commit/bb0ac19)) - - - - - +- declarative requests on request-client.js ([#318](https://github.com/RequestNetwork/requestNetwork/issues/318)) ([c4a4cb5](https://github.com/RequestNetwork/requestNetwork/commit/c4a4cb5)) +- payment network declarative for any currency ([#315](https://github.com/RequestNetwork/requestNetwork/issues/315)) ([06fb561](https://github.com/RequestNetwork/requestNetwork/commit/06fb561)) +- Timestamp from storage to client ([#309](https://github.com/RequestNetwork/requestNetwork/issues/309)) ([bb0ac19](https://github.com/RequestNetwork/requestNetwork/commit/bb0ac19)) ## [0.1.1-alpha.11](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/advanced-logic@0.1.1-alpha.4...@requestnetwork/advanced-logic@0.1.1-alpha.11) (2019-05-17) - ### Features -* declarative requests on request-client.js ([#318](https://github.com/RequestNetwork/requestNetwork/issues/318)) ([c4a4cb5](https://github.com/RequestNetwork/requestNetwork/commit/c4a4cb5)) -* payment network declarative for any currency ([#315](https://github.com/RequestNetwork/requestNetwork/issues/315)) ([06fb561](https://github.com/RequestNetwork/requestNetwork/commit/06fb561)) -* Timestamp from storage to client ([#309](https://github.com/RequestNetwork/requestNetwork/issues/309)) ([bb0ac19](https://github.com/RequestNetwork/requestNetwork/commit/bb0ac19)) - - - - - +- declarative requests on request-client.js ([#318](https://github.com/RequestNetwork/requestNetwork/issues/318)) ([c4a4cb5](https://github.com/RequestNetwork/requestNetwork/commit/c4a4cb5)) +- payment network declarative for any currency ([#315](https://github.com/RequestNetwork/requestNetwork/issues/315)) ([06fb561](https://github.com/RequestNetwork/requestNetwork/commit/06fb561)) +- Timestamp from storage to client ([#309](https://github.com/RequestNetwork/requestNetwork/issues/309)) ([bb0ac19](https://github.com/RequestNetwork/requestNetwork/commit/bb0ac19)) ## [0.1.1-alpha.10](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/advanced-logic@0.1.1-alpha.4...@requestnetwork/advanced-logic@0.1.1-alpha.10) (2019-05-10) - ### Features -* payment network declarative for any currency ([#315](https://github.com/RequestNetwork/requestNetwork/issues/315)) ([06fb561](https://github.com/RequestNetwork/requestNetwork/commit/06fb561)) -* Timestamp from storage to client ([#309](https://github.com/RequestNetwork/requestNetwork/issues/309)) ([bb0ac19](https://github.com/RequestNetwork/requestNetwork/commit/bb0ac19)) +- payment network declarative for any currency ([#315](https://github.com/RequestNetwork/requestNetwork/issues/315)) ([06fb561](https://github.com/RequestNetwork/requestNetwork/commit/06fb561)) +- Timestamp from storage to client ([#309](https://github.com/RequestNetwork/requestNetwork/issues/309)) ([bb0ac19](https://github.com/RequestNetwork/requestNetwork/commit/bb0ac19)) diff --git a/packages/advanced-logic/specs/payment-network-any-declarative-0.2.0.md b/packages/advanced-logic/specs/payment-network-any-declarative-0.2.0.md index 9796b15686..de09d36b34 100644 --- a/packages/advanced-logic/specs/payment-network-any-declarative-0.2.0.md +++ b/packages/advanced-logic/specs/payment-network-any-declarative-0.2.0.md @@ -21,21 +21,21 @@ As a payment network, this extension allows to deduce a payment `balance` for th ## Properties -| Property | Type | Description | Requirement | -| -------------------------------- | ------ | ---------------------------------------------- | ------------- | -| **id** | String | constant value: "pn-any-declarative" | **Mandatory** | -| **type** | String | constant value: "paymentNetwork" | **Mandatory** | -| **version** | String | constant value: "0.2.0" | **Mandatory** | -| **events** | Array | List of the actions performed by the extension | **Mandatory** | -| **values** | Object | | | -| **values.sentPaymentAmount** | Amount | Amount of payment declared sent | **Mandatory** | -| **values.sentRefundAmount** | Amount | Amount of refund declared sent | **Mandatory** | -| **values.receivedPaymentAmount** | Amount | Amount of payment declared received | **Mandatory** | -| **values.receivedRefundAmount** | Amount | Amount of refund declared received | **Mandatory** | -| **values.paymentInstruction** | String | Instruction to make payments | Optional | -| **values.refundInstruction** | String | Instruction to make refunds | Optional | -| **values.payeeDelegate** | [Identity](../request-logic/specs/request-logic-specification.md#identity-role-and-signature) | Identity of the payee's delegate | Optional | -| **values.payerDelegate** | [Identity](../request-logic/specs/request-logic-specification.md#identity-role-and-signature) | Identity of the payer's delegate | Optional | +| Property | Type | Description | Requirement | +| -------------------------------- | --------------------------------------------------------------------------------------------- | ---------------------------------------------- | ------------- | +| **id** | String | constant value: "pn-any-declarative" | **Mandatory** | +| **type** | String | constant value: "paymentNetwork" | **Mandatory** | +| **version** | String | constant value: "0.2.0" | **Mandatory** | +| **events** | Array | List of the actions performed by the extension | **Mandatory** | +| **values** | Object | | | +| **values.sentPaymentAmount** | Amount | Amount of payment declared sent | **Mandatory** | +| **values.sentRefundAmount** | Amount | Amount of refund declared sent | **Mandatory** | +| **values.receivedPaymentAmount** | Amount | Amount of payment declared received | **Mandatory** | +| **values.receivedRefundAmount** | Amount | Amount of refund declared received | **Mandatory** | +| **values.paymentInstruction** | String | Instruction to make payments | Optional | +| **values.refundInstruction** | String | Instruction to make refunds | Optional | +| **values.payeeDelegate** | [Identity](../request-logic/specs/request-logic-specification.md#identity-role-and-signature) | Identity of the payee's delegate | Optional | +| **values.payerDelegate** | [Identity](../request-logic/specs/request-logic-specification.md#identity-role-and-signature) | Identity of the payer's delegate | Optional | --- @@ -45,23 +45,23 @@ As a payment network, this extension allows to deduce a payment `balance` for th #### Parameters -| | Type | Description | Requirement | -| --------------------------------- | ------ | ------------------------------------ | ------------- | -| **id** | String | constant value: "pn-any-declarative" | **Mandatory** | -| **type** | String | constant value: "paymentNetwork" | **Mandatory** | -| **version** | String | constant value: "0.2.0" | **Mandatory** | -| **parameters** | Object | | | -| **parameters.paymentInstruction** | String | Instruction to make payments | Optional | -| **parameters.refundInstruction** | String | Instruction to make refunds | Optional | -| **parameters.payeeDelegate** | [Identity](../request-logic/specs/request-logic-specification.md#identity-role-and-signature) | Identity of the payee's delegate | Optional | -| **parameters.payerDelegate** | [Identity](../request-logic/specs/request-logic-specification.md#identity-role-and-signature) | Identity of the payer's delegate | Optional | +| | Type | Description | Requirement | +| --------------------------------- | --------------------------------------------------------------------------------------------- | ------------------------------------ | ------------- | +| **id** | String | constant value: "pn-any-declarative" | **Mandatory** | +| **type** | String | constant value: "paymentNetwork" | **Mandatory** | +| **version** | String | constant value: "0.2.0" | **Mandatory** | +| **parameters** | Object | | | +| **parameters.paymentInstruction** | String | Instruction to make payments | Optional | +| **parameters.refundInstruction** | String | Instruction to make refunds | Optional | +| **parameters.payeeDelegate** | [Identity](../request-logic/specs/request-logic-specification.md#identity-role-and-signature) | Identity of the payee's delegate | Optional | +| **parameters.payerDelegate** | [Identity](../request-logic/specs/request-logic-specification.md#identity-role-and-signature) | Identity of the payer's delegate | Optional | #### Conditions This action is valid, if: -- The `payeeDelegate` is given The signer must be the `payee` -- The `payerDelegate` is given The signer must be the `payer` +- The `payeeDelegate` is given The signer must be the `payee` +- The `payerDelegate` is given The signer must be the `payer` #### Warnings @@ -359,12 +359,12 @@ The 'addPaymentInstruction' event: ##### Parameters -| | Type | Description | Requirement | -| --------------------------------- | ------ | ------------------------------------ | ------------- | -| **id** | String | constant value: "pn-any-declarative" | **Mandatory** | -| **action** | String | constant value: "addDelegate" | **Mandatory** | -| **parameters** | Object | | | -| **parameters.delegate** | [Identity](../request-logic/specs/request-logic-specification.md#identity-role-and-signature) | Identity of the delegate | **Mandatory** | +| | Type | Description | Requirement | +| ----------------------- | --------------------------------------------------------------------------------------------- | ------------------------------------ | ------------- | +| **id** | String | constant value: "pn-any-declarative" | **Mandatory** | +| **action** | String | constant value: "addDelegate" | **Mandatory** | +| **parameters** | Object | | | +| **parameters.delegate** | [Identity](../request-logic/specs/request-logic-specification.md#identity-role-and-signature) | Identity of the delegate | **Mandatory** | ##### Conditions @@ -382,20 +382,20 @@ None. An extension state is updated with the following properties: -|  Property |  Value | -| ----------------------------- | ----------------------------------------------------------- | -| **values.payeeDelegate** | `delegate` from parameters if signer is the `payee`, unchanged otherwise | -| **values.payerDelegate** | `delegate` from parameters if signer is the `payer`, unchanged otherwise | -| **events** | add an 'addDelegate' event (see below) at its end | +|  Property |  Value | +| ------------------------ | ------------------------------------------------------------------------ | +| **values.payeeDelegate** | `delegate` from parameters if signer is the `payee`, unchanged otherwise | +| **values.payerDelegate** | `delegate` from parameters if signer is the `payer`, unchanged otherwise | +| **events** | add an 'addDelegate' event (see below) at its end | The 'addDelegate' event: -|  Property |  Value | -| --------------------------------- | ------------------------------------ | -| **name** | 'addDelegate' | -| **parameters** | | -| **parameters.payeeDelegate** | `delegate` from parameters if signer is the `payee`, undefined otherwise | -| **parameters.payerDelegate** | `delegate` from parameters if signer is the `payer`, undefined otherwise | +|  Property |  Value | +| ---------------------------- | ------------------------------------------------------------------------ | +| **name** | 'addDelegate' | +| **parameters** | | +| **parameters.payeeDelegate** | `delegate` from parameters if signer is the `payee`, undefined otherwise | +| **parameters.payerDelegate** | `delegate` from parameters if signer is the `payer`, undefined otherwise | --- diff --git a/packages/advanced-logic/specs/payment-network-any-to-erc20-proxy-0.1.0.md b/packages/advanced-logic/specs/payment-network-any-to-erc20-proxy-0.1.0.md index 0abb4e6a4c..be4ca172fc 100644 --- a/packages/advanced-logic/specs/payment-network-any-to-erc20-proxy-0.1.0.md +++ b/packages/advanced-logic/specs/payment-network-any-to-erc20-proxy-0.1.0.md @@ -313,7 +313,7 @@ None. An event is added to the extension state events array: |  Property |  Value | -| ---------------------- | -----------------------------------------| +| ---------------------- | ---------------------------------------- | | **name** | Constant value: "declareReceivedPayment" | | **parameters** | | | **parameters.amount** | `amount` from parameters | @@ -335,7 +335,6 @@ An event is added to the extension state events array: | **parameters.txHash** | String | The transaction hash for documentation and metadata | Optional | | **parameters.network** | String | The network of the transaction for documentation and metadata | Optional | - ### Conditions This action is valid, if: @@ -351,14 +350,14 @@ None. An event is added to the extension state events array: -|  Property |  Value | -| ---------------------- | -----------------------------------------| -| **name** | Constant value: "declareReceivedRefund" | -| **parameters** | | -| **parameters.amount** | `amount` from parameters | -| **parameters.note** | `note` from parameters | -| **parameters.txHash** | `txHash` from parameters or undefined | -| **parameters.network** | `network` from parameters or undefined | +|  Property |  Value | +| ---------------------- | --------------------------------------- | +| **name** | Constant value: "declareReceivedRefund" | +| **parameters** | | +| **parameters.amount** | `amount` from parameters | +| **parameters.note** | `note` from parameters | +| **parameters.txHash** | `txHash` from parameters or undefined | +| **parameters.network** | `network` from parameters or undefined | --- diff --git a/packages/advanced-logic/specs/payment-network-any-to-eth-proxy-0.1.0.md b/packages/advanced-logic/specs/payment-network-any-to-eth-proxy-0.1.0.md index 7c3c51c1fa..6730c8ee71 100644 --- a/packages/advanced-logic/specs/payment-network-any-to-eth-proxy-0.1.0.md +++ b/packages/advanced-logic/specs/payment-network-any-to-eth-proxy-0.1.0.md @@ -82,14 +82,14 @@ The `TransferWithConversionAndReference` event is emitted when the tokens are tr | | Type | Description | Requirement | | ----------------------------- | ------ | --------------------------------------------------------------------- | ------------- | -| **id** | String | Constant value: "pn-any-to-eth-proxy" | **Mandatory** | +| **id** | String | Constant value: "pn-any-to-eth-proxy" | **Mandatory** | | **type** | String | Constant value: "paymentNetwork" | **Mandatory** | | **version** | String | Constant value: "0.1.0" | **Mandatory** | | **parameters** | Object | | | | **parameters.salt** | String | Salt for the request | **Mandatory** | | **parameters.paymentAddress** | String | Ethereum address for the payment | Optional | | **parameters.refundAddress** | String | Ethereum address for the refund | Optional | -| **parameters.feeAddress** | String | Ethereum address for the fee payment | Optional | +| **parameters.feeAddress** | String | Ethereum address for the fee payment | Optional | | **parameters.feeAmount** | String | The fee amount in the request `currency` | Optional | | **parameters.network** | String | Ethereum network for the payments | Optional | | **parameters.maxTimespan** | Number | Time span maximum accepted between the payment and the rate timestamp | Optional | @@ -107,8 +107,8 @@ This action must trigger the warnings: | Warning | Condition | | --------------------------------------- | ----------------------------------------------------------- | | "paymentAddress is given by the payer"  | If `signer` is the payer **and** `paymentAddress` is given  | -| "feeAddress is given by the payer"  | If `signer` is the payer **and** `feeAddress` is given  | -| "feeAmount is given by the payer"  | If `signer` is the payer **and** `feeAddress` is given  | +| "feeAddress is given by the payer"  | If `signer` is the payer **and** `feeAddress` is given  | +| "feeAmount is given by the payer"  | If `signer` is the payer **and** `feeAddress` is given  | | "refundAddress is given by the payee"  | If `signer` is the payee **and** `refundAddress` is given | Note: These warnings are necessary to highlight to avoid attempts of fake payments and refunds. For example, a payer could create a request using as the payment address one of his own addresses. A system could interpret a transaction to this address as a payment while the payee did not receive the funds. @@ -119,13 +119,13 @@ An extension state is created with the following properties: |  Property |  Value | | ------------------------- | -------------------------------------------------------------- | -| **id** | "pn-any-to-eth-proxy" | +| **id** | "pn-any-to-eth-proxy" | | **type** | "paymentNetwork" | | **version** | "0.1.0" | | **values** | | | **values.paymentAddress** | `paymentAddress` from parameters if given, undefined otherwise | | **values.refundAddress** | `refundAddress` from parameters if given, undefined otherwise | -| **values.feeAddress** | `feeAddress` from parameters if given, undefined otherwise | +| **values.feeAddress** | `feeAddress` from parameters if given, undefined otherwise | | **values.feeAmount** | `feeAmount` from parameters if given, undefined otherwise | | **values.salt** | Salt for the request | | **values.network** | `network` from parameters if given, undefined otherwise | @@ -154,12 +154,12 @@ the 'create' event: ##### Parameters -| | Type | Description | Requirement | -| ----------------------------- | ------ | ------------------------------------------------------------ | ------------- | -| **id** | String | Constant value: "pn-any-to-eth-proxy" | **Mandatory** | -| **action** | String | Constant value: "addPaymentAddress" | **Mandatory** | -| **parameters** | Object | | | -| **parameters.paymentAddress** | String | Ethereum address for the payment | **Mandatory** | +| | Type | Description | Requirement | +| ----------------------------- | ------ | ------------------------------------- | ------------- | +| **id** | String | Constant value: "pn-any-to-eth-proxy" | **Mandatory** | +| **action** | String | Constant value: "addPaymentAddress" | **Mandatory** | +| **parameters** | Object | | | +| **parameters.paymentAddress** | String | Ethereum address for the payment | **Mandatory** | ##### Conditions @@ -194,12 +194,12 @@ the 'addPaymentAddress' event: ##### Parameters -| | Type | Description | Requirement | -| ---------------------------- | ------ | ------------------------------------------------------------ | ------------- | -| **id** | String | Constant value: "pn-any-to-eth-proxy" | **Mandatory** | -| **action** | String | Constant value: "addRefundAddress" | **Mandatory** | -| **parameters** | Object | | | -| **parameters.refundAddress** | String | Ethereum address for the refund | **Mandatory** | +| | Type | Description | Requirement | +| ---------------------------- | ------ | ------------------------------------- | ------------- | +| **id** | String | Constant value: "pn-any-to-eth-proxy" | **Mandatory** | +| **action** | String | Constant value: "addRefundAddress" | **Mandatory** | +| **parameters** | Object | | | +| **parameters.refundAddress** | String | Ethereum address for the refund | **Mandatory** | ##### Conditions @@ -234,13 +234,13 @@ The 'addRefundAddress' event: ##### Parameters -| | Type | Description | Requirement | -| ------------------------ | ------ | ------------------------------------------------------------ | ------------- | -| **id** | String | Constant value: "pn-any-to-eth-proxy" | **Mandatory** | -| **action** | String | Constant value: "addfeeAddress" | **Mandatory** | -| **parameters** | Object | | | -| **parameters.feeAddress** | String | Ethereum address for the fee payment | **Mandatory** | -| **parameters.feeAmount** | String | The fee amount | **Mandatory** | +| | Type | Description | Requirement | +| ------------------------- | ------ | ------------------------------------- | ------------- | +| **id** | String | Constant value: "pn-any-to-eth-proxy" | **Mandatory** | +| **action** | String | Constant value: "addfeeAddress" | **Mandatory** | +| **parameters** | Object | | | +| **parameters.feeAddress** | String | Ethereum address for the fee payment | **Mandatory** | +| **parameters.feeAmount** | String | The fee amount | **Mandatory** | ##### Conditions @@ -259,20 +259,20 @@ None. An extension state is updated with the following properties: -|  Property |  Value | -| -------------------- | ---------------------------------------- | -| **values.feeAddress** | `feeAddress` from parameters | -| **values.feeAmount** | `feeAmount` from parameters | -| **events** | Add a 'fee' event (see below) at its end | +|  Property |  Value | +| --------------------- | ---------------------------------------- | +| **values.feeAddress** | `feeAddress` from parameters | +| **values.feeAmount** | `feeAmount` from parameters | +| **events** | Add a 'fee' event (see below) at its end | the 'addFee' event: -|  Property |  Value | -| ------------------------ | --------------------------- | -| **name** | Constant value: "addfeeAddress" | -| **parameters** | | -| **parameters.feeAddress** | `feeAddress` from parameters | -| **parameters.feeAmount** | `feeAmount` from parameters | +|  Property |  Value | +| ------------------------- | ------------------------------- | +| **name** | Constant value: "addfeeAddress" | +| **parameters** | | +| **parameters.feeAddress** | `feeAddress` from parameters | +| **parameters.feeAmount** | `feeAmount` from parameters | --- diff --git a/packages/advanced-logic/specs/payment-network-erc20-fee-proxy-contract-0.1.0.md b/packages/advanced-logic/specs/payment-network-erc20-fee-proxy-contract-0.1.0.md index 949263b16e..5c896f1b41 100644 --- a/packages/advanced-logic/specs/payment-network-erc20-fee-proxy-contract-0.1.0.md +++ b/packages/advanced-logic/specs/payment-network-erc20-fee-proxy-contract-0.1.0.md @@ -262,7 +262,7 @@ the 'addFee' event: ### Parameters -| | Type | Description | Requirement | +| | Type | Description | Requirement | | ---------------------- | ------ | ------------------------------------------------------------- | ------------- | | **id** | String | Constant value: "pn-erc20-fee-proxy-contract" | **Mandatory** | | **action** | String | Constant value: "declareReceivedPayment" | **Mandatory** | @@ -288,7 +288,7 @@ None. An event is added to the extension state events array: |  Property |  Value | -| --------------------- | -----------------------------------------| +| --------------------- | ---------------------------------------- | | **name** | Constant value: "declareReceivedPayment" | | **parameters** | | | **parameters.amount** | `amount` from parameters | @@ -324,14 +324,14 @@ None. An event is added to the extension state events array: -|  Property |  Value | -| ---------------------- | -----------------------------------------| -| **name** | Constant value: "declareReceivedRefund" | -| **parameters** | | -| **parameters.amount** | `amount` from parameters | -| **parameters.note** | `note` from parameters | -| **parameters.txHash** | `txHash` from parameters or undefined | -| **parameters.network** | `network` from parameters or undefined | +|  Property |  Value | +| ---------------------- | --------------------------------------- | +| **name** | Constant value: "declareReceivedRefund" | +| **parameters** | | +| **parameters.amount** | `amount` from parameters | +| **parameters.note** | `note` from parameters | +| **parameters.txHash** | `txHash` from parameters or undefined | +| **parameters.network** | `network` from parameters or undefined | --- diff --git a/packages/advanced-logic/specs/payment-network-erc20-proxy-contract-0.1.0.md b/packages/advanced-logic/specs/payment-network-erc20-proxy-contract-0.1.0.md index 8b269c2eac..fcac9286ab 100644 --- a/packages/advanced-logic/specs/payment-network-erc20-proxy-contract-0.1.0.md +++ b/packages/advanced-logic/specs/payment-network-erc20-proxy-contract-0.1.0.md @@ -38,7 +38,7 @@ The `TransferWithReference` event is emitted when the tokens are transfered. Thi [See smart contract source](https://github.com/RequestNetwork/requestNetwork/blob/master/packages/smart-contracts/src/contracts/ERC20Proxy.sol) | Network | Contract Address | -|---------|--------------------------------------------| +| ------- | ------------------------------------------ | | Mainnet | 0x5f821c20947ff9be22e823edc5b3c709b33121b3 | | Rinkeby | 0x162edb802fae75b9ee4288345735008ba51a4ec9 | @@ -51,11 +51,10 @@ The `TransferWithReference` event is emitted when the tokens are transfered. Thi | **version** | String | constant value: "0.1.0" | **Mandatory** | | **events** | Array | List of the actions performed by the extension | **Mandatory** | | **values** | Object | | | -| **values.salt** | String | Salt for the request | **Mandatory** | +| **values.salt** | String | Salt for the request | **Mandatory** | | **values.paymentAddress** | String | Ethereum address for the payment | Optional | | **values.refundAddress** | String | Ethereum address for the refund | Optional | - Note: to use the Rinkeby testnet, create a request with `currency.network` as `rinkeby`. --- @@ -67,7 +66,7 @@ Note: to use the Rinkeby testnet, create a request with `currency.network` as `r #### Parameters | | Type | Description | Requirement | -| ----------------------------- | ------ | -------------------------------- | ------------- | +| ----------------------------- | ------ | ----------------------------------------- | ------------- | | **id** | String | Constant value: "pn-erc20-proxy-contract" | **Mandatory** | | **type** | String | Constant value: "paymentNetwork" | **Mandatory** | | **version** | String | Constant value: "0.1.0" | **Mandatory** | @@ -76,7 +75,6 @@ Note: to use the Rinkeby testnet, create a request with `currency.network` as `r | **parameters.paymentAddress** | String | Ethereum address for the payment | Optional | | **parameters.refundAddress** | String | Ethereum address for the refund | Optional | - #### Conditions This action is valid if: @@ -129,7 +127,7 @@ the 'create' event: ##### Parameters | | Type | Description | Requirement | -| ----------------------------- | ------ | ----------------------------------- | ------------- | +| ----------------------------- | ------ | ----------------------------------------- | ------------- | | **id** | String | Constant value: "pn-erc20-proxy-contract" | **Mandatory** | | **action** | String | Constant value: "addPaymentAddress" | **Mandatory** | | **parameters** | Object | | | @@ -151,10 +149,10 @@ None. An extension state is updated with the following properties: -|  Property |  Value | -| -------------------------- | ---------------------------------------------------- | -| **values.paymentAddress** | `paymentAddress` from parameters | -| **events** | Add an 'paymentAddress' event (see below) at its end | +|  Property |  Value | +| ------------------------- | ---------------------------------------------------- | +| **values.paymentAddress** | `paymentAddress` from parameters | +| **events** | Add an 'paymentAddress' event (see below) at its end | the 'addPaymentAddress' event: @@ -169,7 +167,7 @@ the 'addPaymentAddress' event: ##### Parameters | | Type | Description | Requirement | -| ---------------------------- | ------ | ---------------------------------- | ------------- | +| ---------------------------- | ------ | ----------------------------------------- | ------------- | | **id** | String | Constant value: "pn-erc20-proxy-contract" | **Mandatory** | | **action** | String | Constant value: "addRefundAddress" | **Mandatory** | | **parameters** | Object | | | @@ -211,11 +209,13 @@ The 'addRefundAddress' event: The proxy contract address is determined by the `request.currency.network` (see (table)[#Contract] with proxy contract addresses). Any `TransferWithReference` events emitted from the proxy contract with the following arguments are considered as a payment: + - `tokenAddress` `===` `request.currency.value` - `to` `===` `paymentAddress` - `paymentReference` `===` `last8Bytes(hash(lowercase(requestId + salt + payment address)))` Any `TransferWithReference` events emitted from the proxy contract with the following arguments are considered as a refund: + - `tokenAddress` `===` `request.currency.value` - `to` `===` `refundAddress` - `paymentReference` `===` `last8Bytes(hash(lowercase(requestId + salt + refund address)))` diff --git a/packages/advanced-logic/specs/payment-network-eth-fee-proxy-contract-0.1.0.md b/packages/advanced-logic/specs/payment-network-eth-fee-proxy-contract-0.1.0.md index 53edeb188a..63ba567dd5 100644 --- a/packages/advanced-logic/specs/payment-network-eth-fee-proxy-contract-0.1.0.md +++ b/packages/advanced-logic/specs/payment-network-eth-fee-proxy-contract-0.1.0.md @@ -281,7 +281,7 @@ None. An event is added to the extension state events array: |  Property |  Value | -| ---------------------- | -----------------------------------------| +| ---------------------- | ---------------------------------------- | | **name** | Constant value: "declareReceivedPayment" | | **parameters** | | | **parameters.amount** | `amount` from parameters | @@ -318,14 +318,14 @@ None. An event is added to the extension state events array: -|  Property |  Value | -| ---------------------- | -----------------------------------------| -| **name** | Constant value: "declareReceivedRefund" | -| **parameters** | | -| **parameters.amount** | `amount` from parameters | -| **parameters.note** | `note` from parameters | -| **parameters.txHash** | `txHash` from parameters or undefined | -| **parameters.network** | `network` from parameters or undefined | +|  Property |  Value | +| ---------------------- | --------------------------------------- | +| **name** | Constant value: "declareReceivedRefund" | +| **parameters** | | +| **parameters.amount** | `amount` from parameters | +| **parameters.note** | `note` from parameters | +| **parameters.txHash** | `txHash` from parameters or undefined | +| **parameters.network** | `network` from parameters or undefined | --- diff --git a/packages/advanced-logic/specs/payment-network-eth-input-data-0.2.0.md b/packages/advanced-logic/specs/payment-network-eth-input-data-0.2.0.md index d8ab3061bb..ea9ba4fc31 100644 --- a/packages/advanced-logic/specs/payment-network-eth-input-data-0.2.0.md +++ b/packages/advanced-logic/specs/payment-network-eth-input-data-0.2.0.md @@ -228,7 +228,7 @@ None. An event is added to the extension state events array: |  Property |  Value | -| ---------------------- | -----------------------------------------| +| ---------------------- | ---------------------------------------- | | **name** | Constant value: "declareReceivedPayment" | | **parameters** | | | **parameters.amount** | `amount` from parameters | @@ -265,14 +265,14 @@ None. An event is added to the extension state events array: -|  Property |  Value | -| ---------------------- | -----------------------------------------| -| **name** | Constant value: "declareReceivedRefund" | -| **parameters** | | -| **parameters.amount** | `amount` from parameters | -| **parameters.note** | `note` from parameters | -| **parameters.txHash** | `txHash` from parameters or undefined | -| **parameters.network** | `network` from parameters or undefined | +|  Property |  Value | +| ---------------------- | --------------------------------------- | +| **name** | Constant value: "declareReceivedRefund" | +| **parameters** | | +| **parameters.amount** | `amount` from parameters | +| **parameters.note** | `note` from parameters | +| **parameters.txHash** | `txHash` from parameters or undefined | +| **parameters.network** | `network` from parameters or undefined | --- diff --git a/packages/advanced-logic/test/extensions/payment-network/declarative.test.ts b/packages/advanced-logic/test/extensions/payment-network/declarative.test.ts index 6e9b03c921..a5d0fb769c 100644 --- a/packages/advanced-logic/test/extensions/payment-network/declarative.test.ts +++ b/packages/advanced-logic/test/extensions/payment-network/declarative.test.ts @@ -88,7 +88,7 @@ describe('extensions/payment-network/any/declarative', () => { amount: TestDataDeclarative.amount, note: TestDataDeclarative.note, txHash: TestDataDeclarative.txHash, - network: TestDataDeclarative.network + network: TestDataDeclarative.network, }), ).toEqual(TestDataDeclarative.actionDeclareSentPayment); }); @@ -102,7 +102,7 @@ describe('extensions/payment-network/any/declarative', () => { amount: TestDataDeclarative.amount, note: TestDataDeclarative.note, txHash: TestDataDeclarative.txHash, - network: TestDataDeclarative.network + network: TestDataDeclarative.network, }), ).toEqual(TestDataDeclarative.actionDeclareSentRefund); }); @@ -116,7 +116,7 @@ describe('extensions/payment-network/any/declarative', () => { amount: TestDataDeclarative.amount, note: TestDataDeclarative.note, txHash: TestDataDeclarative.txHash, - network: TestDataDeclarative.network + network: TestDataDeclarative.network, }), ).toEqual(TestDataDeclarative.actionDeclareReceivedPayment); }); @@ -130,7 +130,7 @@ describe('extensions/payment-network/any/declarative', () => { amount: TestDataDeclarative.amount, note: TestDataDeclarative.note, txHash: TestDataDeclarative.txHash, - network: TestDataDeclarative.network + network: TestDataDeclarative.network, }), ).toEqual(TestDataDeclarative.actionDeclareReceivedRefund); }); diff --git a/packages/advanced-logic/test/extensions/payment-network/erc20/fee-proxy-contract.test.ts b/packages/advanced-logic/test/extensions/payment-network/erc20/fee-proxy-contract.test.ts index 713833b53e..3931d3e345 100644 --- a/packages/advanced-logic/test/extensions/payment-network/erc20/fee-proxy-contract.test.ts +++ b/packages/advanced-logic/test/extensions/payment-network/erc20/fee-proxy-contract.test.ts @@ -13,7 +13,6 @@ const erc20FeeProxyContract = new Erc20FeeProxyContract(); describe('extensions/payment-network/erc20/fee-proxy-contract', () => { describe('createCreationAction', () => { it('can create a create action with all parameters', () => { - expect( erc20FeeProxyContract.createCreationAction({ feeAddress: '0x0000000000000000000000000000000000000001', @@ -37,7 +36,6 @@ describe('extensions/payment-network/erc20/fee-proxy-contract', () => { }); it('can create a create action without fee parameters', () => { - expect( erc20FeeProxyContract.createCreationAction({ paymentAddress: '0x0000000000000000000000000000000000000001', @@ -57,7 +55,6 @@ describe('extensions/payment-network/erc20/fee-proxy-contract', () => { }); it('can create a create action with only salt', () => { - expect( erc20FeeProxyContract.createCreationAction({ salt: 'ea3bc7caf64110ca', @@ -119,7 +116,6 @@ describe('extensions/payment-network/erc20/fee-proxy-contract', () => { describe('createAddPaymentAddressAction', () => { it('can createAddPaymentAddressAction', () => { - expect( erc20FeeProxyContract.createAddPaymentAddressAction({ paymentAddress: '0x0000000000000000000000000000000000000001', @@ -145,7 +141,6 @@ describe('extensions/payment-network/erc20/fee-proxy-contract', () => { describe('createAddRefundAddressAction', () => { it('can createAddRefundAddressAction', () => { - expect( erc20FeeProxyContract.createAddRefundAddressAction({ refundAddress: '0x0000000000000000000000000000000000000002', @@ -171,7 +166,6 @@ describe('extensions/payment-network/erc20/fee-proxy-contract', () => { describe('createAddFeeAction', () => { it('can createAddFeeAction', () => { - expect( erc20FeeProxyContract.createAddFeeAction({ feeAddress: '0x0000000000000000000000000000000000000002', diff --git a/packages/advanced-logic/test/extensions/payment-network/ethereum/fee-proxy-contract.test.ts b/packages/advanced-logic/test/extensions/payment-network/ethereum/fee-proxy-contract.test.ts index 6763d9b941..f7f3c3f77a 100644 --- a/packages/advanced-logic/test/extensions/payment-network/ethereum/fee-proxy-contract.test.ts +++ b/packages/advanced-logic/test/extensions/payment-network/ethereum/fee-proxy-contract.test.ts @@ -13,7 +13,6 @@ const ethFeeProxyContract = new EthereumFeeProxyContract(); describe('extensions/payment-network/ethereum/fee-proxy-contract', () => { describe('createCreationAction', () => { it('can create a create action with all parameters', () => { - expect( ethFeeProxyContract.createCreationAction({ feeAddress: '0x0000000000000000000000000000000000000001', @@ -37,7 +36,6 @@ describe('extensions/payment-network/ethereum/fee-proxy-contract', () => { }); it('can create a create action without fee parameters', () => { - expect( ethFeeProxyContract.createCreationAction({ paymentAddress: '0x0000000000000000000000000000000000000001', @@ -57,7 +55,6 @@ describe('extensions/payment-network/ethereum/fee-proxy-contract', () => { }); it('can create a create action with only salt', () => { - expect( ethFeeProxyContract.createCreationAction({ salt: 'ea3bc7caf64110ca', @@ -119,7 +116,6 @@ describe('extensions/payment-network/ethereum/fee-proxy-contract', () => { describe('createAddPaymentAddressAction', () => { it('can createAddPaymentAddressAction', () => { - expect( ethFeeProxyContract.createAddPaymentAddressAction({ paymentAddress: '0x0000000000000000000000000000000000000001', @@ -145,7 +141,6 @@ describe('extensions/payment-network/ethereum/fee-proxy-contract', () => { describe('createAddRefundAddressAction', () => { it('can createAddRefundAddressAction', () => { - expect( ethFeeProxyContract.createAddRefundAddressAction({ refundAddress: '0x0000000000000000000000000000000000000002', @@ -171,7 +166,6 @@ describe('extensions/payment-network/ethereum/fee-proxy-contract', () => { describe('createAddFeeAction', () => { it('can createAddFeeAction', () => { - expect( ethFeeProxyContract.createAddFeeAction({ feeAddress: '0x0000000000000000000000000000000000000002', diff --git a/packages/advanced-logic/test/utils/payment-network/any/generator-data-create.ts b/packages/advanced-logic/test/utils/payment-network/any/generator-data-create.ts index 12c3b6869a..2461a6f0d4 100644 --- a/packages/advanced-logic/test/utils/payment-network/any/generator-data-create.ts +++ b/packages/advanced-logic/test/utils/payment-network/any/generator-data-create.ts @@ -213,11 +213,11 @@ export const extensionStateWithNativeTokenPaymentAndRefund: RequestLogicTypes.IE payeeDelegate: undefined, payerDelegate: undefined, paymentInfo: undefined, - receivedPaymentAmount: "0", - receivedRefundAmount: "0", + receivedPaymentAmount: '0', + receivedRefundAmount: '0', refundInfo: undefined, - sentPaymentAmount: "0", - sentRefundAmount: "0", + sentPaymentAmount: '0', + sentRefundAmount: '0', }, version: '0.2.0', }, @@ -248,11 +248,11 @@ export const extensionStateWithPaymentAddressAdded: RequestLogicTypes.IExtension payeeDelegate: undefined, payerDelegate: undefined, paymentInfo: undefined, - receivedPaymentAmount: "0", - receivedRefundAmount: "0", + receivedPaymentAmount: '0', + receivedRefundAmount: '0', refundInfo: undefined, - sentPaymentAmount: "0", - sentRefundAmount: "0", + sentPaymentAmount: '0', + sentRefundAmount: '0', }, version: '0.2.0', }, diff --git a/packages/advanced-logic/test/utils/payment-network/bitcoin/generator-data-create.ts b/packages/advanced-logic/test/utils/payment-network/bitcoin/generator-data-create.ts index 5ec6e7a605..25db181ea9 100644 --- a/packages/advanced-logic/test/utils/payment-network/bitcoin/generator-data-create.ts +++ b/packages/advanced-logic/test/utils/payment-network/bitcoin/generator-data-create.ts @@ -65,11 +65,11 @@ export const extensionStateWithPaymentAndRefund = { payeeDelegate: undefined, payerDelegate: undefined, paymentInfo: undefined, - receivedPaymentAmount: "0", - receivedRefundAmount: "0", + receivedPaymentAmount: '0', + receivedRefundAmount: '0', refundInfo: undefined, - sentPaymentAmount: "0", - sentRefundAmount: "0", + sentPaymentAmount: '0', + sentRefundAmount: '0', paymentAddress: paymentBTCAddress, refundAddress: refundBTCAddress, }, diff --git a/packages/advanced-logic/test/utils/payment-network/bitcoin/testnet-generator-data-create.ts b/packages/advanced-logic/test/utils/payment-network/bitcoin/testnet-generator-data-create.ts index 9b18722f2f..e39f76d464 100644 --- a/packages/advanced-logic/test/utils/payment-network/bitcoin/testnet-generator-data-create.ts +++ b/packages/advanced-logic/test/utils/payment-network/bitcoin/testnet-generator-data-create.ts @@ -67,11 +67,11 @@ export const extensionStateWithPaymentAndRefund = { payeeDelegate: undefined, payerDelegate: undefined, paymentInfo: undefined, - receivedPaymentAmount: "0", - receivedRefundAmount: "0", + receivedPaymentAmount: '0', + receivedRefundAmount: '0', refundInfo: undefined, - sentPaymentAmount: "0", - sentRefundAmount: "0", + sentPaymentAmount: '0', + sentRefundAmount: '0', }, version: '0.1.0', }, diff --git a/packages/advanced-logic/test/utils/payment-network/erc20/address-based-create-data-generator.ts b/packages/advanced-logic/test/utils/payment-network/erc20/address-based-create-data-generator.ts index 2c9827806f..fba6a0aa92 100644 --- a/packages/advanced-logic/test/utils/payment-network/erc20/address-based-create-data-generator.ts +++ b/packages/advanced-logic/test/utils/payment-network/erc20/address-based-create-data-generator.ts @@ -65,11 +65,11 @@ export const extensionStateWithPaymentAndRefund = { payeeDelegate: undefined, payerDelegate: undefined, paymentInfo: undefined, - receivedPaymentAmount: "0", - receivedRefundAmount: "0", + receivedPaymentAmount: '0', + receivedRefundAmount: '0', refundInfo: undefined, - sentPaymentAmount: "0", - sentRefundAmount: "0", + sentPaymentAmount: '0', + sentRefundAmount: '0', }, version: '0.1.0', }, diff --git a/packages/advanced-logic/test/utils/payment-network/erc20/any-to-erc20-proxy-add-data-generator.ts b/packages/advanced-logic/test/utils/payment-network/erc20/any-to-erc20-proxy-add-data-generator.ts index 0296fa42b9..9ac48de5a4 100644 --- a/packages/advanced-logic/test/utils/payment-network/erc20/any-to-erc20-proxy-add-data-generator.ts +++ b/packages/advanced-logic/test/utils/payment-network/erc20/any-to-erc20-proxy-add-data-generator.ts @@ -46,9 +46,9 @@ export const declareReceivedPayment = { amount: '123400000000000000', note: 'this is your payment', txHash: 'somehash', - network: 'matic' - } -} + network: 'matic', + }, +}; // --------------------------------------------------------------------- // extensions states @@ -72,7 +72,7 @@ export const extensionStateWithPaymentAfterCreation = { type: ExtensionTypes.TYPE.PAYMENT_NETWORK, values: { paymentAddress, - receivedPaymentAmount: '0' + receivedPaymentAmount: '0', }, version: '0.1.0', }, @@ -98,7 +98,7 @@ export const extensionStateWithRefundAfterCreation = { type: ExtensionTypes.TYPE.PAYMENT_NETWORK, values: { refundAddress, - receivedPaymentAmount: '0' + receivedPaymentAmount: '0', }, version: '0.1.0', }, @@ -126,7 +126,7 @@ export const extensionStateWithFeeAfterCreation = { values: { feeAddress, feeAmount, - receivedPaymentAmount: '0' + receivedPaymentAmount: '0', }, version: '0.1.0', }, diff --git a/packages/advanced-logic/test/utils/payment-network/erc20/any-to-erc20-proxy-create-data-generator.ts b/packages/advanced-logic/test/utils/payment-network/erc20/any-to-erc20-proxy-create-data-generator.ts index d5e83dd5ee..03eb226d40 100644 --- a/packages/advanced-logic/test/utils/payment-network/erc20/any-to-erc20-proxy-create-data-generator.ts +++ b/packages/advanced-logic/test/utils/payment-network/erc20/any-to-erc20-proxy-create-data-generator.ts @@ -26,7 +26,7 @@ export const actionCreationFull = { refundAddress, salt, acceptedTokens: [tokenAddress], - network + network, }, version: '0.1.0', }; @@ -36,7 +36,7 @@ export const actionCreationOnlyPayment = { parameters: { paymentAddress, acceptedTokens: [tokenAddress], - network + network, }, version: '0.1.0', }; @@ -46,7 +46,7 @@ export const actionCreationOnlyRefund = { parameters: { refundAddress, acceptedTokens: [tokenAddress], - network + network, }, version: '0.1.0', }; @@ -57,7 +57,7 @@ export const actionCreationOnlyFee = { feeAddress, feeAmount, acceptedTokens: [tokenAddress], - network + network, }, version: '0.1.0', }; @@ -102,11 +102,11 @@ export const extensionFullState = { payeeDelegate: undefined, payerDelegate: undefined, paymentInfo: undefined, - receivedPaymentAmount: "0", - receivedRefundAmount: "0", + receivedPaymentAmount: '0', + receivedRefundAmount: '0', refundInfo: undefined, - sentPaymentAmount: "0", - sentRefundAmount: "0", + sentPaymentAmount: '0', + sentRefundAmount: '0', }, version: '0.1.0', }, @@ -133,24 +133,23 @@ export const extensionStateDeclareReceivedPayment = { events: [ { name: 'create', - parameters: { - }, + parameters: {}, timestamp: arbitraryTimestamp, }, { name: ExtensionTypes.PnAnyDeclarative.ACTION.DECLARE_RECEIVED_PAYMENT, from: { type: 'ethereumAddress', - value: '0xAf083f77F1fFd54218d91491AFD06c9296EaC3ce' + value: '0xAf083f77F1fFd54218d91491AFD06c9296EaC3ce', }, parameters: { amount: '123400000000000000', txHash: 'somehash', note: 'this is your payment', - network: 'matic' + network: 'matic', }, timestamp: arbitraryTimestamp, - } + }, ], id: ExtensionTypes.ID.PAYMENT_NETWORK_ANY_TO_ERC20_PROXY, type: ExtensionTypes.TYPE.PAYMENT_NETWORK, @@ -158,8 +157,8 @@ export const extensionStateDeclareReceivedPayment = { receivedPaymentAmount: '123400000000000000', }, version: '0.1.0', - } -} + }, +}; // --------------------------------------------------------------------- // request states diff --git a/packages/advanced-logic/test/utils/payment-network/erc20/fee-proxy-contract-create-data-generator.ts b/packages/advanced-logic/test/utils/payment-network/erc20/fee-proxy-contract-create-data-generator.ts index 3309c3ee45..b2ac6788b0 100644 --- a/packages/advanced-logic/test/utils/payment-network/erc20/fee-proxy-contract-create-data-generator.ts +++ b/packages/advanced-logic/test/utils/payment-network/erc20/fee-proxy-contract-create-data-generator.ts @@ -86,11 +86,11 @@ export const extensionFullState = { payeeDelegate: undefined, payerDelegate: undefined, paymentInfo: undefined, - receivedPaymentAmount: "0", - receivedRefundAmount: "0", + receivedPaymentAmount: '0', + receivedRefundAmount: '0', refundInfo: undefined, - sentPaymentAmount: "0", - sentRefundAmount: "0", + sentPaymentAmount: '0', + sentRefundAmount: '0', }, version: '0.1.0', }, diff --git a/packages/advanced-logic/test/utils/payment-network/erc20/proxy-contract-create-data-generator.ts b/packages/advanced-logic/test/utils/payment-network/erc20/proxy-contract-create-data-generator.ts index 751296bd84..d1e3490e3a 100644 --- a/packages/advanced-logic/test/utils/payment-network/erc20/proxy-contract-create-data-generator.ts +++ b/packages/advanced-logic/test/utils/payment-network/erc20/proxy-contract-create-data-generator.ts @@ -69,11 +69,11 @@ export const extensionStateWithPaymentAndRefund = { payeeDelegate: undefined, payerDelegate: undefined, paymentInfo: undefined, - receivedPaymentAmount: "0", - receivedRefundAmount: "0", + receivedPaymentAmount: '0', + receivedRefundAmount: '0', refundInfo: undefined, - sentPaymentAmount: "0", - sentRefundAmount: "0", + sentPaymentAmount: '0', + sentRefundAmount: '0', }, version: '0.1.0', }, diff --git a/packages/advanced-logic/test/utils/payment-network/ethereum/any-to-eth-proxy-add-data-generator.ts b/packages/advanced-logic/test/utils/payment-network/ethereum/any-to-eth-proxy-add-data-generator.ts index a611c22506..375136ee76 100644 --- a/packages/advanced-logic/test/utils/payment-network/ethereum/any-to-eth-proxy-add-data-generator.ts +++ b/packages/advanced-logic/test/utils/payment-network/ethereum/any-to-eth-proxy-add-data-generator.ts @@ -47,9 +47,9 @@ export const declareReceivedPayment = { amount: '123400000000000000', note: 'this is your payment', txHash: 'somehash', - network: 'matic' - } -} + network: 'matic', + }, +}; // --------------------------------------------------------------------- // extensions states @@ -59,7 +59,7 @@ export const extensionStateWithPaymentAfterCreation = { { name: ExtensionTypes.PnFeeReferenceBased.ACTION.CREATE, parameters: { - network + network, }, timestamp: arbitraryTimestamp, }, @@ -76,7 +76,7 @@ export const extensionStateWithPaymentAfterCreation = { values: { paymentAddress, network, - receivedPaymentAmount: '0' + receivedPaymentAmount: '0', }, version, }, @@ -88,7 +88,7 @@ export const extensionStateWithRefundAfterCreation = { { name: ExtensionTypes.PnFeeReferenceBased.ACTION.CREATE, parameters: { - network + network, }, timestamp: arbitraryTimestamp, }, @@ -105,7 +105,7 @@ export const extensionStateWithRefundAfterCreation = { values: { refundAddress, network, - receivedPaymentAmount: '0' + receivedPaymentAmount: '0', }, version, }, @@ -117,7 +117,7 @@ export const extensionStateWithFeeAfterCreation = { { name: ExtensionTypes.PnFeeReferenceBased.ACTION.CREATE, parameters: { - network + network, }, timestamp: arbitraryTimestamp, }, @@ -136,7 +136,7 @@ export const extensionStateWithFeeAfterCreation = { feeAddress, feeAmount, network, - receivedPaymentAmount: '0' + receivedPaymentAmount: '0', }, version, }, diff --git a/packages/advanced-logic/test/utils/payment-network/ethereum/any-to-eth-proxy-create-data-generator.ts b/packages/advanced-logic/test/utils/payment-network/ethereum/any-to-eth-proxy-create-data-generator.ts index 7b2594094d..7242c04608 100644 --- a/packages/advanced-logic/test/utils/payment-network/ethereum/any-to-eth-proxy-create-data-generator.ts +++ b/packages/advanced-logic/test/utils/payment-network/ethereum/any-to-eth-proxy-create-data-generator.ts @@ -24,7 +24,7 @@ export const actionCreationFull = { paymentAddress, refundAddress, salt, - network + network, }, version: '0.1.0', }; @@ -33,7 +33,7 @@ export const actionCreationOnlyPayment = { id: ExtensionTypes.ID.PAYMENT_NETWORK_ANY_TO_ETH_PROXY, parameters: { paymentAddress, - network + network, }, version: '0.1.0', }; @@ -42,7 +42,7 @@ export const actionCreationOnlyRefund = { id: ExtensionTypes.ID.PAYMENT_NETWORK_ANY_TO_ETH_PROXY, parameters: { refundAddress, - network + network, }, version: '0.1.0', }; @@ -52,7 +52,7 @@ export const actionCreationOnlyFee = { parameters: { feeAddress, feeAmount, - network + network, }, version: '0.1.0', }; @@ -95,11 +95,11 @@ export const extensionFullState = { payeeDelegate: undefined, payerDelegate: undefined, paymentInfo: undefined, - receivedPaymentAmount: "0", - receivedRefundAmount: "0", + receivedPaymentAmount: '0', + receivedRefundAmount: '0', refundInfo: undefined, - sentPaymentAmount: "0", - sentRefundAmount: "0", + sentPaymentAmount: '0', + sentRefundAmount: '0', }, version: '0.1.0', }, @@ -130,7 +130,7 @@ export const extensionStateDeclareReceivedPayment = { { name: 'create', parameters: { - network: 'mainnet' + network: 'mainnet', }, timestamp: arbitraryTimestamp, }, @@ -138,16 +138,16 @@ export const extensionStateDeclareReceivedPayment = { name: ExtensionTypes.PnAnyDeclarative.ACTION.DECLARE_RECEIVED_PAYMENT, from: { type: 'ethereumAddress', - value: '0xAf083f77F1fFd54218d91491AFD06c9296EaC3ce' + value: '0xAf083f77F1fFd54218d91491AFD06c9296EaC3ce', }, parameters: { amount: '123400000000000000', txHash: 'somehash', note: 'this is your payment', - network: 'matic' + network: 'matic', }, timestamp: arbitraryTimestamp, - } + }, ], id: ExtensionTypes.ID.PAYMENT_NETWORK_ANY_TO_ETH_PROXY, type: ExtensionTypes.TYPE.PAYMENT_NETWORK, @@ -156,8 +156,8 @@ export const extensionStateDeclareReceivedPayment = { receivedPaymentAmount: '123400000000000000', }, version: '0.1.0', - } -} + }, +}; // --------------------------------------------------------------------- // request states diff --git a/packages/advanced-logic/test/utils/payment-network/ethereum/create-data-generator.ts b/packages/advanced-logic/test/utils/payment-network/ethereum/create-data-generator.ts index 6645c4bda3..2350120786 100644 --- a/packages/advanced-logic/test/utils/payment-network/ethereum/create-data-generator.ts +++ b/packages/advanced-logic/test/utils/payment-network/ethereum/create-data-generator.ts @@ -69,11 +69,11 @@ export const extensionStateWithPaymentAndRefund = { payeeDelegate: undefined, payerDelegate: undefined, paymentInfo: undefined, - receivedPaymentAmount: "0", - receivedRefundAmount: "0", + receivedPaymentAmount: '0', + receivedRefundAmount: '0', refundInfo: undefined, - sentPaymentAmount: "0", - sentRefundAmount: "0", + sentPaymentAmount: '0', + sentRefundAmount: '0', }, version: '0.2.0', }, diff --git a/packages/advanced-logic/test/utils/payment-network/ethereum/fee-proxy-contract-create-data-generator.ts b/packages/advanced-logic/test/utils/payment-network/ethereum/fee-proxy-contract-create-data-generator.ts index 53caa7ea76..b2a868eabe 100644 --- a/packages/advanced-logic/test/utils/payment-network/ethereum/fee-proxy-contract-create-data-generator.ts +++ b/packages/advanced-logic/test/utils/payment-network/ethereum/fee-proxy-contract-create-data-generator.ts @@ -86,11 +86,11 @@ export const extensionFullState = { payeeDelegate: undefined, payerDelegate: undefined, paymentInfo: undefined, - receivedPaymentAmount: "0", - receivedRefundAmount: "0", + receivedPaymentAmount: '0', + receivedRefundAmount: '0', refundInfo: undefined, - sentPaymentAmount: "0", - sentRefundAmount: "0", + sentPaymentAmount: '0', + sentRefundAmount: '0', }, version: '0.1.0', }, diff --git a/packages/advanced-logic/tsconfig.json b/packages/advanced-logic/tsconfig.json index 5bcf50d34b..a9e36341b4 100644 --- a/packages/advanced-logic/tsconfig.json +++ b/packages/advanced-logic/tsconfig.json @@ -6,9 +6,5 @@ "types": ["node", "jest"] }, "include": ["./src/**/*"], - "references": [ - { "path": "../currency" }, - { "path": "../types" }, - { "path": "../utils" } - ] + "references": [{ "path": "../currency" }, { "path": "../types" }, { "path": "../utils" }] } diff --git a/packages/currency/.vscode/settings.json b/packages/currency/.vscode/settings.json index 1a7d6049b8..379bec3a42 100644 --- a/packages/currency/.vscode/settings.json +++ b/packages/currency/.vscode/settings.json @@ -2,4 +2,4 @@ "mochaExplorer.files": "**/test/**/*.ts", "mochaExplorer.require": "ts-node/register", "mochaExplorer.cwd": "../.." -} \ No newline at end of file +} diff --git a/packages/currency/CHANGELOG.md b/packages/currency/CHANGELOG.md index 63c8604f2a..e49d068350 100644 --- a/packages/currency/CHANGELOG.md +++ b/packages/currency/CHANGELOG.md @@ -5,150 +5,110 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # 0.8.0 (2021-06-22) - ### Bug Fixes -* invoice total types + upgrade ethers ([#514](https://github.com/RequestNetwork/requestNetwork/issues/514)) ([c2b98b2](https://github.com/RequestNetwork/requestNetwork/commit/c2b98b2bd3c93f063f340d58c6b95ad026fd9519)) - +- invoice total types + upgrade ethers ([#514](https://github.com/RequestNetwork/requestNetwork/issues/514)) ([c2b98b2](https://github.com/RequestNetwork/requestNetwork/commit/c2b98b2bd3c93f063f340d58c6b95ad026fd9519)) ### Features -* added cGLD and cEUR on celo network ([#515](https://github.com/RequestNetwork/requestNetwork/issues/515)) ([a91ae11](https://github.com/RequestNetwork/requestNetwork/commit/a91ae11f2c283e8896a7aaedfe6179a14799c3e9)) - - +- added cGLD and cEUR on celo network ([#515](https://github.com/RequestNetwork/requestNetwork/issues/515)) ([a91ae11](https://github.com/RequestNetwork/requestNetwork/commit/a91ae11f2c283e8896a7aaedfe6179a14799c3e9)) # 0.38.0 (2021-05-12) - ### Bug Fixes -* CTBK address should be checksummed ([#471](https://github.com/RequestNetwork/requestNetwork/issues/471)) ([157b4ff](https://github.com/RequestNetwork/requestNetwork/commit/157b4ff9e54ed8298553f0c732f9af6dc9772e88)) -* ERC20 currency case ([#428](https://github.com/RequestNetwork/requestNetwork/issues/428)) ([9f4f131](https://github.com/RequestNetwork/requestNetwork/commit/9f4f13114d32ad30cedee2187052a41f16a8985f)) -* MPH checksum ([#502](https://github.com/RequestNetwork/requestNetwork/issues/502)) ([58ba868](https://github.com/RequestNetwork/requestNetwork/commit/58ba868fc99c09b46f2e6615f0294da66b3699d5)) -* other references to MPH address ([#504](https://github.com/RequestNetwork/requestNetwork/issues/504)) ([fb072ee](https://github.com/RequestNetwork/requestNetwork/commit/fb072ee0aa1a8936e03130dcb3a5b2b39ce4e6f3)) -* Token.from('FAU-rinkeby') ([#490](https://github.com/RequestNetwork/requestNetwork/issues/490)) ([0d45458](https://github.com/RequestNetwork/requestNetwork/commit/0d45458ee985a4c431b59b39224d3dfb797d118c)) - +- CTBK address should be checksummed ([#471](https://github.com/RequestNetwork/requestNetwork/issues/471)) ([157b4ff](https://github.com/RequestNetwork/requestNetwork/commit/157b4ff9e54ed8298553f0c732f9af6dc9772e88)) +- ERC20 currency case ([#428](https://github.com/RequestNetwork/requestNetwork/issues/428)) ([9f4f131](https://github.com/RequestNetwork/requestNetwork/commit/9f4f13114d32ad30cedee2187052a41f16a8985f)) +- MPH checksum ([#502](https://github.com/RequestNetwork/requestNetwork/issues/502)) ([58ba868](https://github.com/RequestNetwork/requestNetwork/commit/58ba868fc99c09b46f2e6615f0294da66b3699d5)) +- other references to MPH address ([#504](https://github.com/RequestNetwork/requestNetwork/issues/504)) ([fb072ee](https://github.com/RequestNetwork/requestNetwork/commit/fb072ee0aa1a8936e03130dcb3a5b2b39ce4e6f3)) +- Token.from('FAU-rinkeby') ([#490](https://github.com/RequestNetwork/requestNetwork/issues/490)) ([0d45458](https://github.com/RequestNetwork/requestNetwork/commit/0d45458ee985a4c431b59b39224d3dfb797d118c)) ### Features -* add mph and ausdc tokens to supported tokens ([#423](https://github.com/RequestNetwork/requestNetwork/issues/423)) ([6f8afec](https://github.com/RequestNetwork/requestNetwork/commit/6f8afec5bc5fbbd8b33280808bff47d07e5377f0)) -* add OCEAN and SAND ([#451](https://github.com/RequestNetwork/requestNetwork/issues/451)) ([055530c](https://github.com/RequestNetwork/requestNetwork/commit/055530c5326489e633034f3f2b7940bb39a39aaa)) -* add tokens and refacto custom ERC20s ([#509](https://github.com/RequestNetwork/requestNetwork/issues/509)) ([897bdac](https://github.com/RequestNetwork/requestNetwork/commit/897bdac6d08720f8408752ade1f85a86d68a59ff)) -* ARKO on-chain conversion ([#511](https://github.com/RequestNetwork/requestNetwork/issues/511)) ([590821b](https://github.com/RequestNetwork/requestNetwork/commit/590821bd23954ff01797d06292493dcda08fd651)) -* mainnet conversion contract and aggregators ([#477](https://github.com/RequestNetwork/requestNetwork/issues/477)) ([d5ddd6a](https://github.com/RequestNetwork/requestNetwork/commit/d5ddd6ae5d394801de7d0febca9e3f99b3d1cee5)) -* matic mOCEAN token ([#494](https://github.com/RequestNetwork/requestNetwork/issues/494)) ([a38e26a](https://github.com/RequestNetwork/requestNetwork/commit/a38e26a001bce3f0ec9384b5b5079a732eef941c)) -* OLY token & extra token cleanup ([#500](https://github.com/RequestNetwork/requestNetwork/issues/500)) ([93a1037](https://github.com/RequestNetwork/requestNetwork/commit/93a1037f7c6b8ff0ae45708c9c9b2c8ddd32ceae)) -* payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e)) -* replace aUSDC v1 (unused) by v2, add ANKR, XSGD ([#493](https://github.com/RequestNetwork/requestNetwork/issues/493)) ([7dbbd6d](https://github.com/RequestNetwork/requestNetwork/commit/7dbbd6de5fc0734c3b241b21e7a071b3fe5ec133)) -* SAND aggregator support for conversion ([#487](https://github.com/RequestNetwork/requestNetwork/issues/487)) ([46cbe1b](https://github.com/RequestNetwork/requestNetwork/commit/46cbe1bef7b703addb34d7f1d810fea4ff233f5b)) -* updated aggregators for AUD and CAD ([#482](https://github.com/RequestNetwork/requestNetwork/issues/482)) ([9d6c143](https://github.com/RequestNetwork/requestNetwork/commit/9d6c1438e2b99189155e7264943357c72f35a459)) - - - - +- add mph and ausdc tokens to supported tokens ([#423](https://github.com/RequestNetwork/requestNetwork/issues/423)) ([6f8afec](https://github.com/RequestNetwork/requestNetwork/commit/6f8afec5bc5fbbd8b33280808bff47d07e5377f0)) +- add OCEAN and SAND ([#451](https://github.com/RequestNetwork/requestNetwork/issues/451)) ([055530c](https://github.com/RequestNetwork/requestNetwork/commit/055530c5326489e633034f3f2b7940bb39a39aaa)) +- add tokens and refacto custom ERC20s ([#509](https://github.com/RequestNetwork/requestNetwork/issues/509)) ([897bdac](https://github.com/RequestNetwork/requestNetwork/commit/897bdac6d08720f8408752ade1f85a86d68a59ff)) +- ARKO on-chain conversion ([#511](https://github.com/RequestNetwork/requestNetwork/issues/511)) ([590821b](https://github.com/RequestNetwork/requestNetwork/commit/590821bd23954ff01797d06292493dcda08fd651)) +- mainnet conversion contract and aggregators ([#477](https://github.com/RequestNetwork/requestNetwork/issues/477)) ([d5ddd6a](https://github.com/RequestNetwork/requestNetwork/commit/d5ddd6ae5d394801de7d0febca9e3f99b3d1cee5)) +- matic mOCEAN token ([#494](https://github.com/RequestNetwork/requestNetwork/issues/494)) ([a38e26a](https://github.com/RequestNetwork/requestNetwork/commit/a38e26a001bce3f0ec9384b5b5079a732eef941c)) +- OLY token & extra token cleanup ([#500](https://github.com/RequestNetwork/requestNetwork/issues/500)) ([93a1037](https://github.com/RequestNetwork/requestNetwork/commit/93a1037f7c6b8ff0ae45708c9c9b2c8ddd32ceae)) +- payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e)) +- replace aUSDC v1 (unused) by v2, add ANKR, XSGD ([#493](https://github.com/RequestNetwork/requestNetwork/issues/493)) ([7dbbd6d](https://github.com/RequestNetwork/requestNetwork/commit/7dbbd6de5fc0734c3b241b21e7a071b3fe5ec133)) +- SAND aggregator support for conversion ([#487](https://github.com/RequestNetwork/requestNetwork/issues/487)) ([46cbe1b](https://github.com/RequestNetwork/requestNetwork/commit/46cbe1bef7b703addb34d7f1d810fea4ff233f5b)) +- updated aggregators for AUD and CAD ([#482](https://github.com/RequestNetwork/requestNetwork/issues/482)) ([9d6c143](https://github.com/RequestNetwork/requestNetwork/commit/9d6c1438e2b99189155e7264943357c72f35a459)) # 0.7.0 (2021-05-12) - ### Bug Fixes -* CTBK address should be checksummed ([#471](https://github.com/RequestNetwork/requestNetwork/issues/471)) ([157b4ff](https://github.com/RequestNetwork/requestNetwork/commit/157b4ff9e54ed8298553f0c732f9af6dc9772e88)) -* ERC20 currency case ([#428](https://github.com/RequestNetwork/requestNetwork/issues/428)) ([9f4f131](https://github.com/RequestNetwork/requestNetwork/commit/9f4f13114d32ad30cedee2187052a41f16a8985f)) -* MPH checksum ([#502](https://github.com/RequestNetwork/requestNetwork/issues/502)) ([58ba868](https://github.com/RequestNetwork/requestNetwork/commit/58ba868fc99c09b46f2e6615f0294da66b3699d5)) -* other references to MPH address ([#504](https://github.com/RequestNetwork/requestNetwork/issues/504)) ([fb072ee](https://github.com/RequestNetwork/requestNetwork/commit/fb072ee0aa1a8936e03130dcb3a5b2b39ce4e6f3)) -* Token.from('FAU-rinkeby') ([#490](https://github.com/RequestNetwork/requestNetwork/issues/490)) ([0d45458](https://github.com/RequestNetwork/requestNetwork/commit/0d45458ee985a4c431b59b39224d3dfb797d118c)) - +- CTBK address should be checksummed ([#471](https://github.com/RequestNetwork/requestNetwork/issues/471)) ([157b4ff](https://github.com/RequestNetwork/requestNetwork/commit/157b4ff9e54ed8298553f0c732f9af6dc9772e88)) +- ERC20 currency case ([#428](https://github.com/RequestNetwork/requestNetwork/issues/428)) ([9f4f131](https://github.com/RequestNetwork/requestNetwork/commit/9f4f13114d32ad30cedee2187052a41f16a8985f)) +- MPH checksum ([#502](https://github.com/RequestNetwork/requestNetwork/issues/502)) ([58ba868](https://github.com/RequestNetwork/requestNetwork/commit/58ba868fc99c09b46f2e6615f0294da66b3699d5)) +- other references to MPH address ([#504](https://github.com/RequestNetwork/requestNetwork/issues/504)) ([fb072ee](https://github.com/RequestNetwork/requestNetwork/commit/fb072ee0aa1a8936e03130dcb3a5b2b39ce4e6f3)) +- Token.from('FAU-rinkeby') ([#490](https://github.com/RequestNetwork/requestNetwork/issues/490)) ([0d45458](https://github.com/RequestNetwork/requestNetwork/commit/0d45458ee985a4c431b59b39224d3dfb797d118c)) ### Features -* add mph and ausdc tokens to supported tokens ([#423](https://github.com/RequestNetwork/requestNetwork/issues/423)) ([6f8afec](https://github.com/RequestNetwork/requestNetwork/commit/6f8afec5bc5fbbd8b33280808bff47d07e5377f0)) -* add OCEAN and SAND ([#451](https://github.com/RequestNetwork/requestNetwork/issues/451)) ([055530c](https://github.com/RequestNetwork/requestNetwork/commit/055530c5326489e633034f3f2b7940bb39a39aaa)) -* add tokens and refacto custom ERC20s ([#509](https://github.com/RequestNetwork/requestNetwork/issues/509)) ([897bdac](https://github.com/RequestNetwork/requestNetwork/commit/897bdac6d08720f8408752ade1f85a86d68a59ff)) -* ARKO on-chain conversion ([#511](https://github.com/RequestNetwork/requestNetwork/issues/511)) ([590821b](https://github.com/RequestNetwork/requestNetwork/commit/590821bd23954ff01797d06292493dcda08fd651)) -* mainnet conversion contract and aggregators ([#477](https://github.com/RequestNetwork/requestNetwork/issues/477)) ([d5ddd6a](https://github.com/RequestNetwork/requestNetwork/commit/d5ddd6ae5d394801de7d0febca9e3f99b3d1cee5)) -* matic mOCEAN token ([#494](https://github.com/RequestNetwork/requestNetwork/issues/494)) ([a38e26a](https://github.com/RequestNetwork/requestNetwork/commit/a38e26a001bce3f0ec9384b5b5079a732eef941c)) -* OLY token & extra token cleanup ([#500](https://github.com/RequestNetwork/requestNetwork/issues/500)) ([93a1037](https://github.com/RequestNetwork/requestNetwork/commit/93a1037f7c6b8ff0ae45708c9c9b2c8ddd32ceae)) -* payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e)) -* replace aUSDC v1 (unused) by v2, add ANKR, XSGD ([#493](https://github.com/RequestNetwork/requestNetwork/issues/493)) ([7dbbd6d](https://github.com/RequestNetwork/requestNetwork/commit/7dbbd6de5fc0734c3b241b21e7a071b3fe5ec133)) -* SAND aggregator support for conversion ([#487](https://github.com/RequestNetwork/requestNetwork/issues/487)) ([46cbe1b](https://github.com/RequestNetwork/requestNetwork/commit/46cbe1bef7b703addb34d7f1d810fea4ff233f5b)) -* updated aggregators for AUD and CAD ([#482](https://github.com/RequestNetwork/requestNetwork/issues/482)) ([9d6c143](https://github.com/RequestNetwork/requestNetwork/commit/9d6c1438e2b99189155e7264943357c72f35a459)) - - - - +- add mph and ausdc tokens to supported tokens ([#423](https://github.com/RequestNetwork/requestNetwork/issues/423)) ([6f8afec](https://github.com/RequestNetwork/requestNetwork/commit/6f8afec5bc5fbbd8b33280808bff47d07e5377f0)) +- add OCEAN and SAND ([#451](https://github.com/RequestNetwork/requestNetwork/issues/451)) ([055530c](https://github.com/RequestNetwork/requestNetwork/commit/055530c5326489e633034f3f2b7940bb39a39aaa)) +- add tokens and refacto custom ERC20s ([#509](https://github.com/RequestNetwork/requestNetwork/issues/509)) ([897bdac](https://github.com/RequestNetwork/requestNetwork/commit/897bdac6d08720f8408752ade1f85a86d68a59ff)) +- ARKO on-chain conversion ([#511](https://github.com/RequestNetwork/requestNetwork/issues/511)) ([590821b](https://github.com/RequestNetwork/requestNetwork/commit/590821bd23954ff01797d06292493dcda08fd651)) +- mainnet conversion contract and aggregators ([#477](https://github.com/RequestNetwork/requestNetwork/issues/477)) ([d5ddd6a](https://github.com/RequestNetwork/requestNetwork/commit/d5ddd6ae5d394801de7d0febca9e3f99b3d1cee5)) +- matic mOCEAN token ([#494](https://github.com/RequestNetwork/requestNetwork/issues/494)) ([a38e26a](https://github.com/RequestNetwork/requestNetwork/commit/a38e26a001bce3f0ec9384b5b5079a732eef941c)) +- OLY token & extra token cleanup ([#500](https://github.com/RequestNetwork/requestNetwork/issues/500)) ([93a1037](https://github.com/RequestNetwork/requestNetwork/commit/93a1037f7c6b8ff0ae45708c9c9b2c8ddd32ceae)) +- payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e)) +- replace aUSDC v1 (unused) by v2, add ANKR, XSGD ([#493](https://github.com/RequestNetwork/requestNetwork/issues/493)) ([7dbbd6d](https://github.com/RequestNetwork/requestNetwork/commit/7dbbd6de5fc0734c3b241b21e7a071b3fe5ec133)) +- SAND aggregator support for conversion ([#487](https://github.com/RequestNetwork/requestNetwork/issues/487)) ([46cbe1b](https://github.com/RequestNetwork/requestNetwork/commit/46cbe1bef7b703addb34d7f1d810fea4ff233f5b)) +- updated aggregators for AUD and CAD ([#482](https://github.com/RequestNetwork/requestNetwork/issues/482)) ([9d6c143](https://github.com/RequestNetwork/requestNetwork/commit/9d6c1438e2b99189155e7264943357c72f35a459)) # 0.6.0 (2021-04-19) - ### Bug Fixes -* CTBK address should be checksummed ([#471](https://github.com/RequestNetwork/requestNetwork/issues/471)) ([157b4ff](https://github.com/RequestNetwork/requestNetwork/commit/157b4ff9e54ed8298553f0c732f9af6dc9772e88)) -* ERC20 currency case ([#428](https://github.com/RequestNetwork/requestNetwork/issues/428)) ([9f4f131](https://github.com/RequestNetwork/requestNetwork/commit/9f4f13114d32ad30cedee2187052a41f16a8985f)) - +- CTBK address should be checksummed ([#471](https://github.com/RequestNetwork/requestNetwork/issues/471)) ([157b4ff](https://github.com/RequestNetwork/requestNetwork/commit/157b4ff9e54ed8298553f0c732f9af6dc9772e88)) +- ERC20 currency case ([#428](https://github.com/RequestNetwork/requestNetwork/issues/428)) ([9f4f131](https://github.com/RequestNetwork/requestNetwork/commit/9f4f13114d32ad30cedee2187052a41f16a8985f)) ### Features -* add mph and ausdc tokens to supported tokens ([#423](https://github.com/RequestNetwork/requestNetwork/issues/423)) ([6f8afec](https://github.com/RequestNetwork/requestNetwork/commit/6f8afec5bc5fbbd8b33280808bff47d07e5377f0)) -* add OCEAN and SAND ([#451](https://github.com/RequestNetwork/requestNetwork/issues/451)) ([055530c](https://github.com/RequestNetwork/requestNetwork/commit/055530c5326489e633034f3f2b7940bb39a39aaa)) -* mainnet conversion contract and aggregators ([#477](https://github.com/RequestNetwork/requestNetwork/issues/477)) ([d5ddd6a](https://github.com/RequestNetwork/requestNetwork/commit/d5ddd6ae5d394801de7d0febca9e3f99b3d1cee5)) -* payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e)) -* SAND aggregator support for conversion ([#487](https://github.com/RequestNetwork/requestNetwork/issues/487)) ([46cbe1b](https://github.com/RequestNetwork/requestNetwork/commit/46cbe1bef7b703addb34d7f1d810fea4ff233f5b)) -* updated aggregators for AUD and CAD ([#482](https://github.com/RequestNetwork/requestNetwork/issues/482)) ([9d6c143](https://github.com/RequestNetwork/requestNetwork/commit/9d6c1438e2b99189155e7264943357c72f35a459)) - - - - +- add mph and ausdc tokens to supported tokens ([#423](https://github.com/RequestNetwork/requestNetwork/issues/423)) ([6f8afec](https://github.com/RequestNetwork/requestNetwork/commit/6f8afec5bc5fbbd8b33280808bff47d07e5377f0)) +- add OCEAN and SAND ([#451](https://github.com/RequestNetwork/requestNetwork/issues/451)) ([055530c](https://github.com/RequestNetwork/requestNetwork/commit/055530c5326489e633034f3f2b7940bb39a39aaa)) +- mainnet conversion contract and aggregators ([#477](https://github.com/RequestNetwork/requestNetwork/issues/477)) ([d5ddd6a](https://github.com/RequestNetwork/requestNetwork/commit/d5ddd6ae5d394801de7d0febca9e3f99b3d1cee5)) +- payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e)) +- SAND aggregator support for conversion ([#487](https://github.com/RequestNetwork/requestNetwork/issues/487)) ([46cbe1b](https://github.com/RequestNetwork/requestNetwork/commit/46cbe1bef7b703addb34d7f1d810fea4ff233f5b)) +- updated aggregators for AUD and CAD ([#482](https://github.com/RequestNetwork/requestNetwork/issues/482)) ([9d6c143](https://github.com/RequestNetwork/requestNetwork/commit/9d6c1438e2b99189155e7264943357c72f35a459)) # 0.5.0 (2021-03-25) - ### Bug Fixes -* ERC20 currency case ([#428](https://github.com/RequestNetwork/requestNetwork/issues/428)) ([9f4f131](https://github.com/RequestNetwork/requestNetwork/commit/9f4f13114d32ad30cedee2187052a41f16a8985f)) - +- ERC20 currency case ([#428](https://github.com/RequestNetwork/requestNetwork/issues/428)) ([9f4f131](https://github.com/RequestNetwork/requestNetwork/commit/9f4f13114d32ad30cedee2187052a41f16a8985f)) ### Features -* add mph and ausdc tokens to supported tokens ([#423](https://github.com/RequestNetwork/requestNetwork/issues/423)) ([6f8afec](https://github.com/RequestNetwork/requestNetwork/commit/6f8afec5bc5fbbd8b33280808bff47d07e5377f0)) -* add OCEAN and SAND ([#451](https://github.com/RequestNetwork/requestNetwork/issues/451)) ([055530c](https://github.com/RequestNetwork/requestNetwork/commit/055530c5326489e633034f3f2b7940bb39a39aaa)) -* payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e)) - - - - +- add mph and ausdc tokens to supported tokens ([#423](https://github.com/RequestNetwork/requestNetwork/issues/423)) ([6f8afec](https://github.com/RequestNetwork/requestNetwork/commit/6f8afec5bc5fbbd8b33280808bff47d07e5377f0)) +- add OCEAN and SAND ([#451](https://github.com/RequestNetwork/requestNetwork/issues/451)) ([055530c](https://github.com/RequestNetwork/requestNetwork/commit/055530c5326489e633034f3f2b7940bb39a39aaa)) +- payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e)) # 0.4.0 (2021-03-15) - ### Bug Fixes -* ERC20 currency case ([#428](https://github.com/RequestNetwork/requestNetwork/issues/428)) ([9f4f131](https://github.com/RequestNetwork/requestNetwork/commit/9f4f13114d32ad30cedee2187052a41f16a8985f)) - +- ERC20 currency case ([#428](https://github.com/RequestNetwork/requestNetwork/issues/428)) ([9f4f131](https://github.com/RequestNetwork/requestNetwork/commit/9f4f13114d32ad30cedee2187052a41f16a8985f)) ### Features -* add mph and ausdc tokens to supported tokens ([#423](https://github.com/RequestNetwork/requestNetwork/issues/423)) ([6f8afec](https://github.com/RequestNetwork/requestNetwork/commit/6f8afec5bc5fbbd8b33280808bff47d07e5377f0)) -* payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e)) - - - - +- add mph and ausdc tokens to supported tokens ([#423](https://github.com/RequestNetwork/requestNetwork/issues/423)) ([6f8afec](https://github.com/RequestNetwork/requestNetwork/commit/6f8afec5bc5fbbd8b33280808bff47d07e5377f0)) +- payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e)) # 0.3.0 (2021-03-03) - ### Features -* add mph and ausdc tokens to supported tokens ([#423](https://github.com/RequestNetwork/requestNetwork/issues/423)) ([6f8afec](https://github.com/RequestNetwork/requestNetwork/commit/6f8afec5bc5fbbd8b33280808bff47d07e5377f0)) -* payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e)) - - - - +- add mph and ausdc tokens to supported tokens ([#423](https://github.com/RequestNetwork/requestNetwork/issues/423)) ([6f8afec](https://github.com/RequestNetwork/requestNetwork/commit/6f8afec5bc5fbbd8b33280808bff47d07e5377f0)) +- payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e)) # 0.2.0 (2021-02-22) - ### Features -* payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e)) +- payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e)) diff --git a/packages/currency/tsconfig.json b/packages/currency/tsconfig.json index 1fe1f2740e..fab37909df 100644 --- a/packages/currency/tsconfig.json +++ b/packages/currency/tsconfig.json @@ -5,10 +5,7 @@ "rootDir": "src", "esModuleInterop": true }, - "include": [ - "./src/**/*", - "./src/aggregators/*.json", - ], + "include": ["./src/**/*", "./src/aggregators/*.json"], "references": [ { "path": "../types" diff --git a/packages/data-access/.vscode/settings.json b/packages/data-access/.vscode/settings.json index 1a7d6049b8..379bec3a42 100644 --- a/packages/data-access/.vscode/settings.json +++ b/packages/data-access/.vscode/settings.json @@ -2,4 +2,4 @@ "mochaExplorer.files": "**/test/**/*.ts", "mochaExplorer.require": "ts-node/register", "mochaExplorer.cwd": "../.." -} \ No newline at end of file +} diff --git a/packages/data-access/CHANGELOG.md b/packages/data-access/CHANGELOG.md index cd756b6eeb..6fe6744f14 100644 --- a/packages/data-access/CHANGELOG.md +++ b/packages/data-access/CHANGELOG.md @@ -5,1543 +5,1020 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # [0.26.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-access@0.23.0...@requestnetwork/data-access@0.26.0) (2021-06-22) - ### Features -* graceful shutdown of request-node ([#463](https://github.com/RequestNetwork/requestNetwork/issues/463)) ([ba5b7c2](https://github.com/RequestNetwork/requestNetwork/commit/ba5b7c257d65996c971dedf71ac6fa1ea44ec891)) - - - - +- graceful shutdown of request-node ([#463](https://github.com/RequestNetwork/requestNetwork/issues/463)) ([ba5b7c2](https://github.com/RequestNetwork/requestNetwork/commit/ba5b7c257d65996c971dedf71ac6fa1ea44ec891)) # [0.25.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-access@0.23.0...@requestnetwork/data-access@0.25.0) (2021-05-12) - ### Features -* graceful shutdown of request-node ([#463](https://github.com/RequestNetwork/requestNetwork/issues/463)) ([ba5b7c2](https://github.com/RequestNetwork/requestNetwork/commit/ba5b7c257d65996c971dedf71ac6fa1ea44ec891)) - - - - +- graceful shutdown of request-node ([#463](https://github.com/RequestNetwork/requestNetwork/issues/463)) ([ba5b7c2](https://github.com/RequestNetwork/requestNetwork/commit/ba5b7c257d65996c971dedf71ac6fa1ea44ec891)) # [0.24.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-access@0.23.0...@requestnetwork/data-access@0.24.0) (2021-04-19) - ### Features -* graceful shutdown of request-node ([#463](https://github.com/RequestNetwork/requestNetwork/issues/463)) ([ba5b7c2](https://github.com/RequestNetwork/requestNetwork/commit/ba5b7c257d65996c971dedf71ac6fa1ea44ec891)) - - - - +- graceful shutdown of request-node ([#463](https://github.com/RequestNetwork/requestNetwork/issues/463)) ([ba5b7c2](https://github.com/RequestNetwork/requestNetwork/commit/ba5b7c257d65996c971dedf71ac6fa1ea44ec891)) ## [0.23.6](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-access@0.23.0...@requestnetwork/data-access@0.23.6) (2021-03-25) **Note:** Version bump only for package @requestnetwork/data-access - - - - ## [0.23.5](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-access@0.23.0...@requestnetwork/data-access@0.23.5) (2021-03-15) **Note:** Version bump only for package @requestnetwork/data-access - - - - ## [0.23.4](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-access@0.23.0...@requestnetwork/data-access@0.23.4) (2021-03-03) **Note:** Version bump only for package @requestnetwork/data-access - - - - ## [0.23.3](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-access@0.23.0...@requestnetwork/data-access@0.23.3) (2021-02-22) **Note:** Version bump only for package @requestnetwork/data-access - - - - ## [0.23.2](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-access@0.23.0...@requestnetwork/data-access@0.23.2) (2020-12-22) **Note:** Version bump only for package @requestnetwork/data-access - - - - ## [0.23.1](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-access@0.23.0...@requestnetwork/data-access@0.23.1) (2020-12-21) **Note:** Version bump only for package @requestnetwork/data-access - - - - # [0.23.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-access@0.5.2...@requestnetwork/data-access@0.23.0) (2020-12-02) - - # 0.26.0 (2020-10-14) - ### Bug Fixes -* don't remove failed transactions from data-access ([#236](https://github.com/RequestNetwork/requestNetwork/issues/236)) ([74835f0](https://github.com/RequestNetwork/requestNetwork/commit/74835f0890de5816d0d29c43c1c253ecd756bd6e)) - +- don't remove failed transactions from data-access ([#236](https://github.com/RequestNetwork/requestNetwork/issues/236)) ([74835f0](https://github.com/RequestNetwork/requestNetwork/commit/74835f0890de5816d0d29c43c1c253ecd756bd6e)) ### Features -* add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) -* add the synchronization of ignored data in data access ([#214](https://github.com/RequestNetwork/requestNetwork/issues/214)) ([7f8e668](https://github.com/RequestNetwork/requestNetwork/commit/7f8e6685a20b6d9057d2224213fb2ed75bae168f)) -* remove hash in encrypted transaction ([#232](https://github.com/RequestNetwork/requestNetwork/issues/232)) ([d58f101](https://github.com/RequestNetwork/requestNetwork/commit/d58f101f9f76e408671dd1edb0d67863d1c8abd5)) - - +- add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) +- add the synchronization of ignored data in data access ([#214](https://github.com/RequestNetwork/requestNetwork/issues/214)) ([7f8e668](https://github.com/RequestNetwork/requestNetwork/commit/7f8e6685a20b6d9057d2224213fb2ed75bae168f)) +- remove hash in encrypted transaction ([#232](https://github.com/RequestNetwork/requestNetwork/issues/232)) ([d58f101](https://github.com/RequestNetwork/requestNetwork/commit/d58f101f9f76e408671dd1edb0d67863d1c8abd5)) # 0.16.0 (2020-04-21) - ### Features -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - ### Features -* emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) - - +- emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) # 0.14.0 (2020-03-19) - ### Bug Fixes -* block parsing with encrypted transaction ([#176](https://github.com/RequestNetwork/requestNetwork/issues/176)) ([de86f43](https://github.com/RequestNetwork/requestNetwork/commit/de86f43d7f2886673364bded70ab6a4f8acf4711)) - +- block parsing with encrypted transaction ([#176](https://github.com/RequestNetwork/requestNetwork/issues/176)) ([de86f43](https://github.com/RequestNetwork/requestNetwork/commit/de86f43d7f2886673364bded70ab6a4f8acf4711)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) # 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)) - +- 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)) - - +- 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.22.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-access@0.5.2...@requestnetwork/data-access@0.22.0) (2020-11-12) - - # 0.26.0 (2020-10-14) - ### Bug Fixes -* don't remove failed transactions from data-access ([#236](https://github.com/RequestNetwork/requestNetwork/issues/236)) ([74835f0](https://github.com/RequestNetwork/requestNetwork/commit/74835f0890de5816d0d29c43c1c253ecd756bd6e)) - +- don't remove failed transactions from data-access ([#236](https://github.com/RequestNetwork/requestNetwork/issues/236)) ([74835f0](https://github.com/RequestNetwork/requestNetwork/commit/74835f0890de5816d0d29c43c1c253ecd756bd6e)) ### Features -* add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) -* add the synchronization of ignored data in data access ([#214](https://github.com/RequestNetwork/requestNetwork/issues/214)) ([7f8e668](https://github.com/RequestNetwork/requestNetwork/commit/7f8e6685a20b6d9057d2224213fb2ed75bae168f)) -* remove hash in encrypted transaction ([#232](https://github.com/RequestNetwork/requestNetwork/issues/232)) ([d58f101](https://github.com/RequestNetwork/requestNetwork/commit/d58f101f9f76e408671dd1edb0d67863d1c8abd5)) - - +- add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) +- add the synchronization of ignored data in data access ([#214](https://github.com/RequestNetwork/requestNetwork/issues/214)) ([7f8e668](https://github.com/RequestNetwork/requestNetwork/commit/7f8e6685a20b6d9057d2224213fb2ed75bae168f)) +- remove hash in encrypted transaction ([#232](https://github.com/RequestNetwork/requestNetwork/issues/232)) ([d58f101](https://github.com/RequestNetwork/requestNetwork/commit/d58f101f9f76e408671dd1edb0d67863d1c8abd5)) # 0.16.0 (2020-04-21) - ### Features -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - ### Features -* emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) - - +- emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) # 0.14.0 (2020-03-19) - ### Bug Fixes -* block parsing with encrypted transaction ([#176](https://github.com/RequestNetwork/requestNetwork/issues/176)) ([de86f43](https://github.com/RequestNetwork/requestNetwork/commit/de86f43d7f2886673364bded70ab6a4f8acf4711)) - +- block parsing with encrypted transaction ([#176](https://github.com/RequestNetwork/requestNetwork/issues/176)) ([de86f43](https://github.com/RequestNetwork/requestNetwork/commit/de86f43d7f2886673364bded70ab6a4f8acf4711)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) # 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)) - +- 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)) - - +- 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.21.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-access@0.5.2...@requestnetwork/data-access@0.21.0) (2020-11-05) - - # 0.26.0 (2020-10-14) - ### Bug Fixes -* don't remove failed transactions from data-access ([#236](https://github.com/RequestNetwork/requestNetwork/issues/236)) ([74835f0](https://github.com/RequestNetwork/requestNetwork/commit/74835f0890de5816d0d29c43c1c253ecd756bd6e)) - +- don't remove failed transactions from data-access ([#236](https://github.com/RequestNetwork/requestNetwork/issues/236)) ([74835f0](https://github.com/RequestNetwork/requestNetwork/commit/74835f0890de5816d0d29c43c1c253ecd756bd6e)) ### Features -* add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) -* add the synchronization of ignored data in data access ([#214](https://github.com/RequestNetwork/requestNetwork/issues/214)) ([7f8e668](https://github.com/RequestNetwork/requestNetwork/commit/7f8e6685a20b6d9057d2224213fb2ed75bae168f)) -* remove hash in encrypted transaction ([#232](https://github.com/RequestNetwork/requestNetwork/issues/232)) ([d58f101](https://github.com/RequestNetwork/requestNetwork/commit/d58f101f9f76e408671dd1edb0d67863d1c8abd5)) - - +- add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) +- add the synchronization of ignored data in data access ([#214](https://github.com/RequestNetwork/requestNetwork/issues/214)) ([7f8e668](https://github.com/RequestNetwork/requestNetwork/commit/7f8e6685a20b6d9057d2224213fb2ed75bae168f)) +- remove hash in encrypted transaction ([#232](https://github.com/RequestNetwork/requestNetwork/issues/232)) ([d58f101](https://github.com/RequestNetwork/requestNetwork/commit/d58f101f9f76e408671dd1edb0d67863d1c8abd5)) # 0.16.0 (2020-04-21) - ### Features -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - ### Features -* emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) - - +- emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) # 0.14.0 (2020-03-19) - ### Bug Fixes -* block parsing with encrypted transaction ([#176](https://github.com/RequestNetwork/requestNetwork/issues/176)) ([de86f43](https://github.com/RequestNetwork/requestNetwork/commit/de86f43d7f2886673364bded70ab6a4f8acf4711)) - +- block parsing with encrypted transaction ([#176](https://github.com/RequestNetwork/requestNetwork/issues/176)) ([de86f43](https://github.com/RequestNetwork/requestNetwork/commit/de86f43d7f2886673364bded70ab6a4f8acf4711)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) # 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)) - +- 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)) - - +- 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.20.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-access@0.5.2...@requestnetwork/data-access@0.20.0) (2020-10-21) - - # 0.26.0 (2020-10-14) - ### Bug Fixes -* don't remove failed transactions from data-access ([#236](https://github.com/RequestNetwork/requestNetwork/issues/236)) ([74835f0](https://github.com/RequestNetwork/requestNetwork/commit/74835f0890de5816d0d29c43c1c253ecd756bd6e)) - +- don't remove failed transactions from data-access ([#236](https://github.com/RequestNetwork/requestNetwork/issues/236)) ([74835f0](https://github.com/RequestNetwork/requestNetwork/commit/74835f0890de5816d0d29c43c1c253ecd756bd6e)) ### Features -* add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) -* add the synchronization of ignored data in data access ([#214](https://github.com/RequestNetwork/requestNetwork/issues/214)) ([7f8e668](https://github.com/RequestNetwork/requestNetwork/commit/7f8e6685a20b6d9057d2224213fb2ed75bae168f)) -* remove hash in encrypted transaction ([#232](https://github.com/RequestNetwork/requestNetwork/issues/232)) ([d58f101](https://github.com/RequestNetwork/requestNetwork/commit/d58f101f9f76e408671dd1edb0d67863d1c8abd5)) - - +- add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) +- add the synchronization of ignored data in data access ([#214](https://github.com/RequestNetwork/requestNetwork/issues/214)) ([7f8e668](https://github.com/RequestNetwork/requestNetwork/commit/7f8e6685a20b6d9057d2224213fb2ed75bae168f)) +- remove hash in encrypted transaction ([#232](https://github.com/RequestNetwork/requestNetwork/issues/232)) ([d58f101](https://github.com/RequestNetwork/requestNetwork/commit/d58f101f9f76e408671dd1edb0d67863d1c8abd5)) # 0.16.0 (2020-04-21) - ### Features -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - ### Features -* emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) - - +- emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) # 0.14.0 (2020-03-19) - ### Bug Fixes -* block parsing with encrypted transaction ([#176](https://github.com/RequestNetwork/requestNetwork/issues/176)) ([de86f43](https://github.com/RequestNetwork/requestNetwork/commit/de86f43d7f2886673364bded70ab6a4f8acf4711)) - +- block parsing with encrypted transaction ([#176](https://github.com/RequestNetwork/requestNetwork/issues/176)) ([de86f43](https://github.com/RequestNetwork/requestNetwork/commit/de86f43d7f2886673364bded70ab6a4f8acf4711)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) # 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)) - +- 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)) - - +- 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.19.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-access@0.5.2...@requestnetwork/data-access@0.19.0) (2020-10-14) - ### Bug Fixes -* don't remove failed transactions from data-access ([#236](https://github.com/RequestNetwork/requestNetwork/issues/236)) ([74835f0](https://github.com/RequestNetwork/requestNetwork/commit/74835f0890de5816d0d29c43c1c253ecd756bd6e)) - +- don't remove failed transactions from data-access ([#236](https://github.com/RequestNetwork/requestNetwork/issues/236)) ([74835f0](https://github.com/RequestNetwork/requestNetwork/commit/74835f0890de5816d0d29c43c1c253ecd756bd6e)) ### Features -* add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) -* add the synchronization of ignored data in data access ([#214](https://github.com/RequestNetwork/requestNetwork/issues/214)) ([7f8e668](https://github.com/RequestNetwork/requestNetwork/commit/7f8e6685a20b6d9057d2224213fb2ed75bae168f)) -* remove hash in encrypted transaction ([#232](https://github.com/RequestNetwork/requestNetwork/issues/232)) ([d58f101](https://github.com/RequestNetwork/requestNetwork/commit/d58f101f9f76e408671dd1edb0d67863d1c8abd5)) - - +- add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) +- add the synchronization of ignored data in data access ([#214](https://github.com/RequestNetwork/requestNetwork/issues/214)) ([7f8e668](https://github.com/RequestNetwork/requestNetwork/commit/7f8e6685a20b6d9057d2224213fb2ed75bae168f)) +- remove hash in encrypted transaction ([#232](https://github.com/RequestNetwork/requestNetwork/issues/232)) ([d58f101](https://github.com/RequestNetwork/requestNetwork/commit/d58f101f9f76e408671dd1edb0d67863d1c8abd5)) # 0.16.0 (2020-04-21) - ### Features -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - ### Features -* emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) - - +- emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) # 0.14.0 (2020-03-19) - ### Bug Fixes -* block parsing with encrypted transaction ([#176](https://github.com/RequestNetwork/requestNetwork/issues/176)) ([de86f43](https://github.com/RequestNetwork/requestNetwork/commit/de86f43d7f2886673364bded70ab6a4f8acf4711)) - +- block parsing with encrypted transaction ([#176](https://github.com/RequestNetwork/requestNetwork/issues/176)) ([de86f43](https://github.com/RequestNetwork/requestNetwork/commit/de86f43d7f2886673364bded70ab6a4f8acf4711)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) # 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)) - +- 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)) - - +- 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.18.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-access@0.5.2...@requestnetwork/data-access@0.18.0) (2020-10-13) - ### Bug Fixes -* don't remove failed transactions from data-access ([#236](https://github.com/RequestNetwork/requestNetwork/issues/236)) ([74835f0](https://github.com/RequestNetwork/requestNetwork/commit/74835f0890de5816d0d29c43c1c253ecd756bd6e)) - +- don't remove failed transactions from data-access ([#236](https://github.com/RequestNetwork/requestNetwork/issues/236)) ([74835f0](https://github.com/RequestNetwork/requestNetwork/commit/74835f0890de5816d0d29c43c1c253ecd756bd6e)) ### Features -* add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) -* add the synchronization of ignored data in data access ([#214](https://github.com/RequestNetwork/requestNetwork/issues/214)) ([7f8e668](https://github.com/RequestNetwork/requestNetwork/commit/7f8e6685a20b6d9057d2224213fb2ed75bae168f)) -* remove hash in encrypted transaction ([#232](https://github.com/RequestNetwork/requestNetwork/issues/232)) ([d58f101](https://github.com/RequestNetwork/requestNetwork/commit/d58f101f9f76e408671dd1edb0d67863d1c8abd5)) - - +- add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) +- add the synchronization of ignored data in data access ([#214](https://github.com/RequestNetwork/requestNetwork/issues/214)) ([7f8e668](https://github.com/RequestNetwork/requestNetwork/commit/7f8e6685a20b6d9057d2224213fb2ed75bae168f)) +- remove hash in encrypted transaction ([#232](https://github.com/RequestNetwork/requestNetwork/issues/232)) ([d58f101](https://github.com/RequestNetwork/requestNetwork/commit/d58f101f9f76e408671dd1edb0d67863d1c8abd5)) # 0.16.0 (2020-04-21) - ### Features -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - ### Features -* emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) - - +- emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) # 0.14.0 (2020-03-19) - ### Bug Fixes -* block parsing with encrypted transaction ([#176](https://github.com/RequestNetwork/requestNetwork/issues/176)) ([de86f43](https://github.com/RequestNetwork/requestNetwork/commit/de86f43d7f2886673364bded70ab6a4f8acf4711)) - +- block parsing with encrypted transaction ([#176](https://github.com/RequestNetwork/requestNetwork/issues/176)) ([de86f43](https://github.com/RequestNetwork/requestNetwork/commit/de86f43d7f2886673364bded70ab6a4f8acf4711)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) # 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)) - +- 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)) - - +- 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.17.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-access@0.5.2...@requestnetwork/data-access@0.17.0) (2020-10-09) - ### Bug Fixes -* don't remove failed transactions from data-access ([#236](https://github.com/RequestNetwork/requestNetwork/issues/236)) ([74835f0](https://github.com/RequestNetwork/requestNetwork/commit/74835f0890de5816d0d29c43c1c253ecd756bd6e)) - +- don't remove failed transactions from data-access ([#236](https://github.com/RequestNetwork/requestNetwork/issues/236)) ([74835f0](https://github.com/RequestNetwork/requestNetwork/commit/74835f0890de5816d0d29c43c1c253ecd756bd6e)) ### Features -* add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) -* add the synchronization of ignored data in data access ([#214](https://github.com/RequestNetwork/requestNetwork/issues/214)) ([7f8e668](https://github.com/RequestNetwork/requestNetwork/commit/7f8e6685a20b6d9057d2224213fb2ed75bae168f)) -* remove hash in encrypted transaction ([#232](https://github.com/RequestNetwork/requestNetwork/issues/232)) ([d58f101](https://github.com/RequestNetwork/requestNetwork/commit/d58f101f9f76e408671dd1edb0d67863d1c8abd5)) - - +- add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) +- add the synchronization of ignored data in data access ([#214](https://github.com/RequestNetwork/requestNetwork/issues/214)) ([7f8e668](https://github.com/RequestNetwork/requestNetwork/commit/7f8e6685a20b6d9057d2224213fb2ed75bae168f)) +- remove hash in encrypted transaction ([#232](https://github.com/RequestNetwork/requestNetwork/issues/232)) ([d58f101](https://github.com/RequestNetwork/requestNetwork/commit/d58f101f9f76e408671dd1edb0d67863d1c8abd5)) # 0.16.0 (2020-04-21) - ### Features -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - ### Features -* emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) - - +- emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) # 0.14.0 (2020-03-19) - ### Bug Fixes -* block parsing with encrypted transaction ([#176](https://github.com/RequestNetwork/requestNetwork/issues/176)) ([de86f43](https://github.com/RequestNetwork/requestNetwork/commit/de86f43d7f2886673364bded70ab6a4f8acf4711)) - +- block parsing with encrypted transaction ([#176](https://github.com/RequestNetwork/requestNetwork/issues/176)) ([de86f43](https://github.com/RequestNetwork/requestNetwork/commit/de86f43d7f2886673364bded70ab6a4f8acf4711)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) # 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)) - +- 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)) - - +- 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.16.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-access@0.5.2...@requestnetwork/data-access@0.16.0) (2020-09-28) - ### Bug Fixes -* don't remove failed transactions from data-access ([#236](https://github.com/RequestNetwork/requestNetwork/issues/236)) ([74835f0](https://github.com/RequestNetwork/requestNetwork/commit/74835f0890de5816d0d29c43c1c253ecd756bd6e)) - +- don't remove failed transactions from data-access ([#236](https://github.com/RequestNetwork/requestNetwork/issues/236)) ([74835f0](https://github.com/RequestNetwork/requestNetwork/commit/74835f0890de5816d0d29c43c1c253ecd756bd6e)) ### Features -* add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) -* add the synchronization of ignored data in data access ([#214](https://github.com/RequestNetwork/requestNetwork/issues/214)) ([7f8e668](https://github.com/RequestNetwork/requestNetwork/commit/7f8e6685a20b6d9057d2224213fb2ed75bae168f)) -* remove hash in encrypted transaction ([#232](https://github.com/RequestNetwork/requestNetwork/issues/232)) ([d58f101](https://github.com/RequestNetwork/requestNetwork/commit/d58f101f9f76e408671dd1edb0d67863d1c8abd5)) - - +- add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) +- add the synchronization of ignored data in data access ([#214](https://github.com/RequestNetwork/requestNetwork/issues/214)) ([7f8e668](https://github.com/RequestNetwork/requestNetwork/commit/7f8e6685a20b6d9057d2224213fb2ed75bae168f)) +- remove hash in encrypted transaction ([#232](https://github.com/RequestNetwork/requestNetwork/issues/232)) ([d58f101](https://github.com/RequestNetwork/requestNetwork/commit/d58f101f9f76e408671dd1edb0d67863d1c8abd5)) # 0.16.0 (2020-04-21) - ### Features -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - ### Features -* emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) - - +- emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) # 0.14.0 (2020-03-19) - ### Bug Fixes -* block parsing with encrypted transaction ([#176](https://github.com/RequestNetwork/requestNetwork/issues/176)) ([de86f43](https://github.com/RequestNetwork/requestNetwork/commit/de86f43d7f2886673364bded70ab6a4f8acf4711)) - +- block parsing with encrypted transaction ([#176](https://github.com/RequestNetwork/requestNetwork/issues/176)) ([de86f43](https://github.com/RequestNetwork/requestNetwork/commit/de86f43d7f2886673364bded70ab6a4f8acf4711)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) # 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)) - +- 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)) - - +- 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.15.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-access@0.5.2...@requestnetwork/data-access@0.15.0) (2020-09-18) - ### Bug Fixes -* don't remove failed transactions from data-access ([#236](https://github.com/RequestNetwork/requestNetwork/issues/236)) ([74835f0](https://github.com/RequestNetwork/requestNetwork/commit/74835f0890de5816d0d29c43c1c253ecd756bd6e)) - +- don't remove failed transactions from data-access ([#236](https://github.com/RequestNetwork/requestNetwork/issues/236)) ([74835f0](https://github.com/RequestNetwork/requestNetwork/commit/74835f0890de5816d0d29c43c1c253ecd756bd6e)) ### Features -* add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) -* add the synchronization of ignored data in data access ([#214](https://github.com/RequestNetwork/requestNetwork/issues/214)) ([7f8e668](https://github.com/RequestNetwork/requestNetwork/commit/7f8e6685a20b6d9057d2224213fb2ed75bae168f)) -* remove hash in encrypted transaction ([#232](https://github.com/RequestNetwork/requestNetwork/issues/232)) ([d58f101](https://github.com/RequestNetwork/requestNetwork/commit/d58f101f9f76e408671dd1edb0d67863d1c8abd5)) - - +- add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) +- add the synchronization of ignored data in data access ([#214](https://github.com/RequestNetwork/requestNetwork/issues/214)) ([7f8e668](https://github.com/RequestNetwork/requestNetwork/commit/7f8e6685a20b6d9057d2224213fb2ed75bae168f)) +- remove hash in encrypted transaction ([#232](https://github.com/RequestNetwork/requestNetwork/issues/232)) ([d58f101](https://github.com/RequestNetwork/requestNetwork/commit/d58f101f9f76e408671dd1edb0d67863d1c8abd5)) # 0.16.0 (2020-04-21) - ### Features -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - ### Features -* emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) - - +- emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) # 0.14.0 (2020-03-19) - ### Bug Fixes -* block parsing with encrypted transaction ([#176](https://github.com/RequestNetwork/requestNetwork/issues/176)) ([de86f43](https://github.com/RequestNetwork/requestNetwork/commit/de86f43d7f2886673364bded70ab6a4f8acf4711)) - +- block parsing with encrypted transaction ([#176](https://github.com/RequestNetwork/requestNetwork/issues/176)) ([de86f43](https://github.com/RequestNetwork/requestNetwork/commit/de86f43d7f2886673364bded70ab6a4f8acf4711)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) # 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)) - +- 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) - +- 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.14.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-access@0.5.2...@requestnetwork/data-access@0.14.0) (2020-09-01) - ### Bug Fixes -* don't remove failed transactions from data-access ([#236](https://github.com/RequestNetwork/requestNetwork/issues/236)) ([74835f0](https://github.com/RequestNetwork/requestNetwork/commit/74835f0890de5816d0d29c43c1c253ecd756bd6e)) - +- don't remove failed transactions from data-access ([#236](https://github.com/RequestNetwork/requestNetwork/issues/236)) ([74835f0](https://github.com/RequestNetwork/requestNetwork/commit/74835f0890de5816d0d29c43c1c253ecd756bd6e)) ### Features -* add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) -* add the synchronization of ignored data in data access ([#214](https://github.com/RequestNetwork/requestNetwork/issues/214)) ([7f8e668](https://github.com/RequestNetwork/requestNetwork/commit/7f8e6685a20b6d9057d2224213fb2ed75bae168f)) -* remove hash in encrypted transaction ([#232](https://github.com/RequestNetwork/requestNetwork/issues/232)) ([d58f101](https://github.com/RequestNetwork/requestNetwork/commit/d58f101f9f76e408671dd1edb0d67863d1c8abd5)) - - +- add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) +- add the synchronization of ignored data in data access ([#214](https://github.com/RequestNetwork/requestNetwork/issues/214)) ([7f8e668](https://github.com/RequestNetwork/requestNetwork/commit/7f8e6685a20b6d9057d2224213fb2ed75bae168f)) +- remove hash in encrypted transaction ([#232](https://github.com/RequestNetwork/requestNetwork/issues/232)) ([d58f101](https://github.com/RequestNetwork/requestNetwork/commit/d58f101f9f76e408671dd1edb0d67863d1c8abd5)) # 0.16.0 (2020-04-21) - ### Features -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - ### Features -* emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) - - +- emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) # 0.14.0 (2020-03-19) - ### Bug Fixes -* block parsing with encrypted transaction ([#176](https://github.com/RequestNetwork/requestNetwork/issues/176)) ([de86f43](https://github.com/RequestNetwork/requestNetwork/commit/de86f43d7f2886673364bded70ab6a4f8acf4711)) - +- block parsing with encrypted transaction ([#176](https://github.com/RequestNetwork/requestNetwork/issues/176)) ([de86f43](https://github.com/RequestNetwork/requestNetwork/commit/de86f43d7f2886673364bded70ab6a4f8acf4711)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) # 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)) - +- 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)) - - +- 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.13.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-access@0.5.2...@requestnetwork/data-access@0.13.0) (2020-08-27) - ### Bug Fixes -* don't remove failed transactions from data-access ([#236](https://github.com/RequestNetwork/requestNetwork/issues/236)) ([74835f0](https://github.com/RequestNetwork/requestNetwork/commit/74835f0890de5816d0d29c43c1c253ecd756bd6e)) - +- don't remove failed transactions from data-access ([#236](https://github.com/RequestNetwork/requestNetwork/issues/236)) ([74835f0](https://github.com/RequestNetwork/requestNetwork/commit/74835f0890de5816d0d29c43c1c253ecd756bd6e)) ### Features -* add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) -* add the synchronization of ignored data in data access ([#214](https://github.com/RequestNetwork/requestNetwork/issues/214)) ([7f8e668](https://github.com/RequestNetwork/requestNetwork/commit/7f8e6685a20b6d9057d2224213fb2ed75bae168f)) -* remove hash in encrypted transaction ([#232](https://github.com/RequestNetwork/requestNetwork/issues/232)) ([d58f101](https://github.com/RequestNetwork/requestNetwork/commit/d58f101f9f76e408671dd1edb0d67863d1c8abd5)) - - +- add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) +- add the synchronization of ignored data in data access ([#214](https://github.com/RequestNetwork/requestNetwork/issues/214)) ([7f8e668](https://github.com/RequestNetwork/requestNetwork/commit/7f8e6685a20b6d9057d2224213fb2ed75bae168f)) +- remove hash in encrypted transaction ([#232](https://github.com/RequestNetwork/requestNetwork/issues/232)) ([d58f101](https://github.com/RequestNetwork/requestNetwork/commit/d58f101f9f76e408671dd1edb0d67863d1c8abd5)) # 0.16.0 (2020-04-21) - ### Features -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - ### Features -* emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) - - +- emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) # 0.14.0 (2020-03-19) - ### Bug Fixes -* block parsing with encrypted transaction ([#176](https://github.com/RequestNetwork/requestNetwork/issues/176)) ([de86f43](https://github.com/RequestNetwork/requestNetwork/commit/de86f43d7f2886673364bded70ab6a4f8acf4711)) - +- block parsing with encrypted transaction ([#176](https://github.com/RequestNetwork/requestNetwork/issues/176)) ([de86f43](https://github.com/RequestNetwork/requestNetwork/commit/de86f43d7f2886673364bded70ab6a4f8acf4711)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) # 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)) - +- 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)) - - +- 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.12.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-access@0.5.2...@requestnetwork/data-access@0.12.0) (2020-08-13) - ### Bug Fixes -* don't remove failed transactions from data-access ([#236](https://github.com/RequestNetwork/requestNetwork/issues/236)) ([74835f0](https://github.com/RequestNetwork/requestNetwork/commit/74835f0890de5816d0d29c43c1c253ecd756bd6e)) - +- don't remove failed transactions from data-access ([#236](https://github.com/RequestNetwork/requestNetwork/issues/236)) ([74835f0](https://github.com/RequestNetwork/requestNetwork/commit/74835f0890de5816d0d29c43c1c253ecd756bd6e)) ### Features -* add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) -* add the synchronization of ignored data in data access ([#214](https://github.com/RequestNetwork/requestNetwork/issues/214)) ([7f8e668](https://github.com/RequestNetwork/requestNetwork/commit/7f8e6685a20b6d9057d2224213fb2ed75bae168f)) -* remove hash in encrypted transaction ([#232](https://github.com/RequestNetwork/requestNetwork/issues/232)) ([d58f101](https://github.com/RequestNetwork/requestNetwork/commit/d58f101f9f76e408671dd1edb0d67863d1c8abd5)) - - +- add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) +- add the synchronization of ignored data in data access ([#214](https://github.com/RequestNetwork/requestNetwork/issues/214)) ([7f8e668](https://github.com/RequestNetwork/requestNetwork/commit/7f8e6685a20b6d9057d2224213fb2ed75bae168f)) +- remove hash in encrypted transaction ([#232](https://github.com/RequestNetwork/requestNetwork/issues/232)) ([d58f101](https://github.com/RequestNetwork/requestNetwork/commit/d58f101f9f76e408671dd1edb0d67863d1c8abd5)) # 0.16.0 (2020-04-21) - ### Features -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - ### Features -* emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) - - +- emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) # 0.14.0 (2020-03-19) - ### Bug Fixes -* block parsing with encrypted transaction ([#176](https://github.com/RequestNetwork/requestNetwork/issues/176)) ([de86f43](https://github.com/RequestNetwork/requestNetwork/commit/de86f43d7f2886673364bded70ab6a4f8acf4711)) - +- block parsing with encrypted transaction ([#176](https://github.com/RequestNetwork/requestNetwork/issues/176)) ([de86f43](https://github.com/RequestNetwork/requestNetwork/commit/de86f43d7f2886673364bded70ab6a4f8acf4711)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) # 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)) - +- 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)) - - +- 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.11.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-access@0.5.2...@requestnetwork/data-access@0.11.0) (2020-06-29) - ### Bug Fixes -* don't remove failed transactions from data-access ([#236](https://github.com/RequestNetwork/requestNetwork/issues/236)) ([74835f0](https://github.com/RequestNetwork/requestNetwork/commit/74835f0890de5816d0d29c43c1c253ecd756bd6e)) - +- don't remove failed transactions from data-access ([#236](https://github.com/RequestNetwork/requestNetwork/issues/236)) ([74835f0](https://github.com/RequestNetwork/requestNetwork/commit/74835f0890de5816d0d29c43c1c253ecd756bd6e)) ### Features -* add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) -* add the synchronization of ignored data in data access ([#214](https://github.com/RequestNetwork/requestNetwork/issues/214)) ([7f8e668](https://github.com/RequestNetwork/requestNetwork/commit/7f8e6685a20b6d9057d2224213fb2ed75bae168f)) -* remove hash in encrypted transaction ([#232](https://github.com/RequestNetwork/requestNetwork/issues/232)) ([d58f101](https://github.com/RequestNetwork/requestNetwork/commit/d58f101f9f76e408671dd1edb0d67863d1c8abd5)) - - +- add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) +- add the synchronization of ignored data in data access ([#214](https://github.com/RequestNetwork/requestNetwork/issues/214)) ([7f8e668](https://github.com/RequestNetwork/requestNetwork/commit/7f8e6685a20b6d9057d2224213fb2ed75bae168f)) +- remove hash in encrypted transaction ([#232](https://github.com/RequestNetwork/requestNetwork/issues/232)) ([d58f101](https://github.com/RequestNetwork/requestNetwork/commit/d58f101f9f76e408671dd1edb0d67863d1c8abd5)) # 0.16.0 (2020-04-21) - ### Features -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - ### Features -* emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) - - +- emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) # 0.14.0 (2020-03-19) - ### Bug Fixes -* block parsing with encrypted transaction ([#176](https://github.com/RequestNetwork/requestNetwork/issues/176)) ([de86f43](https://github.com/RequestNetwork/requestNetwork/commit/de86f43d7f2886673364bded70ab6a4f8acf4711)) - +- block parsing with encrypted transaction ([#176](https://github.com/RequestNetwork/requestNetwork/issues/176)) ([de86f43](https://github.com/RequestNetwork/requestNetwork/commit/de86f43d7f2886673364bded70ab6a4f8acf4711)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) # 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)) - +- 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)) - - +- 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.10.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-access@0.5.2...@requestnetwork/data-access@0.10.0) (2020-05-04) - ### Features -* add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) - - +- add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) # 0.16.0 (2020-04-21) - ### Features -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - ### Features -* emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) - - +- emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) # 0.14.0 (2020-03-19) - ### Bug Fixes -* block parsing with encrypted transaction ([#176](https://github.com/RequestNetwork/requestNetwork/issues/176)) ([de86f43](https://github.com/RequestNetwork/requestNetwork/commit/de86f43d7f2886673364bded70ab6a4f8acf4711)) - +- block parsing with encrypted transaction ([#176](https://github.com/RequestNetwork/requestNetwork/issues/176)) ([de86f43](https://github.com/RequestNetwork/requestNetwork/commit/de86f43d7f2886673364bded70ab6a4f8acf4711)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) # 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)) - +- 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)) - - +- 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.9.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-access@0.5.2...@requestnetwork/data-access@0.9.0) (2020-04-21) - ### Features -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - ### Features -* emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) - - +- emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) # 0.14.0 (2020-03-19) - ### Bug Fixes -* block parsing with encrypted transaction ([#176](https://github.com/RequestNetwork/requestNetwork/issues/176)) ([de86f43](https://github.com/RequestNetwork/requestNetwork/commit/de86f43d7f2886673364bded70ab6a4f8acf4711)) - +- block parsing with encrypted transaction ([#176](https://github.com/RequestNetwork/requestNetwork/issues/176)) ([de86f43](https://github.com/RequestNetwork/requestNetwork/commit/de86f43d7f2886673364bded70ab6a4f8acf4711)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) # 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)) - +- 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)) - - +- 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.8.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-access@0.5.2...@requestnetwork/data-access@0.8.0) (2020-04-06) - ### Features -* emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) - - +- emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) # 0.14.0 (2020-03-19) - ### Bug Fixes -* block parsing with encrypted transaction ([#176](https://github.com/RequestNetwork/requestNetwork/issues/176)) ([de86f43](https://github.com/RequestNetwork/requestNetwork/commit/de86f43d7f2886673364bded70ab6a4f8acf4711)) - +- block parsing with encrypted transaction ([#176](https://github.com/RequestNetwork/requestNetwork/issues/176)) ([de86f43](https://github.com/RequestNetwork/requestNetwork/commit/de86f43d7f2886673364bded70ab6a4f8acf4711)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) # 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)) - +- 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)) - - +- 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.7.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-access@0.5.2...@requestnetwork/data-access@0.7.0) (2020-03-23) - ### Bug Fixes -* block parsing with encrypted transaction ([#176](https://github.com/RequestNetwork/requestNetwork/issues/176)) ([de86f43](https://github.com/RequestNetwork/requestNetwork/commit/de86f43d7f2886673364bded70ab6a4f8acf4711)) - +- block parsing with encrypted transaction ([#176](https://github.com/RequestNetwork/requestNetwork/issues/176)) ([de86f43](https://github.com/RequestNetwork/requestNetwork/commit/de86f43d7f2886673364bded70ab6a4f8acf4711)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) # 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)) - +- 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)) - - +- 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.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)) - +- 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)) - - +- 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) - - # 0.10.0 (2019-12-04) **Note:** Version bump only for package @requestnetwork/data-access - - - - ## [0.5.4](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-access@0.5.2...@requestnetwork/data-access@0.5.4) (2019-12-18) - - # 0.10.0 (2019-12-04) **Note:** Version bump only for package @requestnetwork/data-access - - - - ## [0.5.3](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-access@0.5.2...@requestnetwork/data-access@0.5.3) (2019-12-04) **Note:** Version bump only for package @requestnetwork/data-access - - - - ## [0.5.2](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-access@0.5.1...@requestnetwork/data-access@0.5.2) (2019-11-20) **Note:** Version bump only for package @requestnetwork/data-access - - - - ## [0.5.1](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-access@0.5.0...@requestnetwork/data-access@0.5.1) (2019-10-21) - ### Bug Fixes -* **data-access:** Some blocks read twice during synchronization ([653fe64](https://github.com/RequestNetwork/requestNetwork/commit/653fe64)) - - - - - +- **data-access:** Some blocks read twice during synchronization ([653fe64](https://github.com/RequestNetwork/requestNetwork/commit/653fe64)) # [0.5.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-access@0.4.2...@requestnetwork/data-access@0.5.0) (2019-09-16) - ### Features -* **data-access:** get channels from multiple topics ([#527](https://github.com/RequestNetwork/requestNetwork/issues/527)) ([bdebab7](https://github.com/RequestNetwork/requestNetwork/commit/bdebab7)) - - - - +- **data-access:** get channels from multiple topics ([#527](https://github.com/RequestNetwork/requestNetwork/issues/527)) ([bdebab7](https://github.com/RequestNetwork/requestNetwork/commit/bdebab7)) ## [0.4.2](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-access@0.4.1...@requestnetwork/data-access@0.4.2) (2019-09-05) - ### Bug Fixes -* log interval function failure as warning instead of error in data-access ([#508](https://github.com/RequestNetwork/requestNetwork/issues/508)) ([d132f54](https://github.com/RequestNetwork/requestNetwork/commit/d132f54)) - - - - - +- log interval function failure as warning instead of error in data-access ([#508](https://github.com/RequestNetwork/requestNetwork/issues/508)) ([d132f54](https://github.com/RequestNetwork/requestNetwork/commit/d132f54)) ## [0.4.1](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-access@0.4.0...@requestnetwork/data-access@0.4.1) (2019-08-19) **Note:** Version bump only for package @requestnetwork/data-access - - - - - # [0.3.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-access@0.1.1-alpha.4...@requestnetwork/data-access@0.3.0) (2019-07-24) - ### Bug Fixes -* Data access synchronization not parallelized ([#333](https://github.com/RequestNetwork/requestNetwork/issues/333)) ([cd63a22](https://github.com/RequestNetwork/requestNetwork/commit/cd63a22)) -* data-access taking time to initialize when Node start ([#422](https://github.com/RequestNetwork/requestNetwork/issues/422)) ([61999b6](https://github.com/RequestNetwork/requestNetwork/commit/61999b6)) -* Error block XXX not found ([#306](https://github.com/RequestNetwork/requestNetwork/issues/306)) ([6c9c59b](https://github.com/RequestNetwork/requestNetwork/commit/6c9c59b)) -* Ignore invalid block during synchronisation instead of throwing ([#461](https://github.com/RequestNetwork/requestNetwork/issues/461)) ([528d74f](https://github.com/RequestNetwork/requestNetwork/commit/528d74f)) - +- Data access synchronization not parallelized ([#333](https://github.com/RequestNetwork/requestNetwork/issues/333)) ([cd63a22](https://github.com/RequestNetwork/requestNetwork/commit/cd63a22)) +- data-access taking time to initialize when Node start ([#422](https://github.com/RequestNetwork/requestNetwork/issues/422)) ([61999b6](https://github.com/RequestNetwork/requestNetwork/commit/61999b6)) +- Error block XXX not found ([#306](https://github.com/RequestNetwork/requestNetwork/issues/306)) ([6c9c59b](https://github.com/RequestNetwork/requestNetwork/commit/6c9c59b)) +- Ignore invalid block during synchronisation instead of throwing ([#461](https://github.com/RequestNetwork/requestNetwork/issues/461)) ([528d74f](https://github.com/RequestNetwork/requestNetwork/commit/528d74f)) ### Features -* add concurrent readMany to storage layer ([#363](https://github.com/RequestNetwork/requestNetwork/issues/363)) ([db3f484](https://github.com/RequestNetwork/requestNetwork/commit/db3f484)) -* add getChannelByTopic in data-access ([#305](https://github.com/RequestNetwork/requestNetwork/issues/305)) ([b345df8](https://github.com/RequestNetwork/requestNetwork/commit/b345df8)) -* add IPFS peer for faster IPFS retrieval, and check IPFS and Ethereum nodes connections ([#353](https://github.com/RequestNetwork/requestNetwork/issues/353)) ([47358c2](https://github.com/RequestNetwork/requestNetwork/commit/47358c2)) -* **data-access:** transaction index persisted for faster initialization ([#406](https://github.com/RequestNetwork/requestNetwork/issues/406)) ([d820036](https://github.com/RequestNetwork/requestNetwork/commit/d820036)) -* add request node logger ([#416](https://github.com/RequestNetwork/requestNetwork/issues/416)) ([8d56ade](https://github.com/RequestNetwork/requestNetwork/commit/8d56ade)) -* getTransactionByTopic with timestamp boundaries ([#294](https://github.com/RequestNetwork/requestNetwork/issues/294)) ([be4ec56](https://github.com/RequestNetwork/requestNetwork/commit/be4ec56)) -* introduce channelIds to enhance the topics mechanism ([#297](https://github.com/RequestNetwork/requestNetwork/issues/297)) ([6072905](https://github.com/RequestNetwork/requestNetwork/commit/6072905)) -* Migrate the synchronization from storage to data-access ([#292](https://github.com/RequestNetwork/requestNetwork/issues/292)) ([3d04d0d](https://github.com/RequestNetwork/requestNetwork/commit/3d04d0d)) -* Storage get data from timestamp boundaries ([#291](https://github.com/RequestNetwork/requestNetwork/issues/291)) ([e9554cd](https://github.com/RequestNetwork/requestNetwork/commit/e9554cd)) -* Timestamp from storage to client ([#309](https://github.com/RequestNetwork/requestNetwork/issues/309)) ([bb0ac19](https://github.com/RequestNetwork/requestNetwork/commit/bb0ac19)) - +- add concurrent readMany to storage layer ([#363](https://github.com/RequestNetwork/requestNetwork/issues/363)) ([db3f484](https://github.com/RequestNetwork/requestNetwork/commit/db3f484)) +- add getChannelByTopic in data-access ([#305](https://github.com/RequestNetwork/requestNetwork/issues/305)) ([b345df8](https://github.com/RequestNetwork/requestNetwork/commit/b345df8)) +- add IPFS peer for faster IPFS retrieval, and check IPFS and Ethereum nodes connections ([#353](https://github.com/RequestNetwork/requestNetwork/issues/353)) ([47358c2](https://github.com/RequestNetwork/requestNetwork/commit/47358c2)) +- **data-access:** transaction index persisted for faster initialization ([#406](https://github.com/RequestNetwork/requestNetwork/issues/406)) ([d820036](https://github.com/RequestNetwork/requestNetwork/commit/d820036)) +- add request node logger ([#416](https://github.com/RequestNetwork/requestNetwork/issues/416)) ([8d56ade](https://github.com/RequestNetwork/requestNetwork/commit/8d56ade)) +- getTransactionByTopic with timestamp boundaries ([#294](https://github.com/RequestNetwork/requestNetwork/issues/294)) ([be4ec56](https://github.com/RequestNetwork/requestNetwork/commit/be4ec56)) +- introduce channelIds to enhance the topics mechanism ([#297](https://github.com/RequestNetwork/requestNetwork/issues/297)) ([6072905](https://github.com/RequestNetwork/requestNetwork/commit/6072905)) +- Migrate the synchronization from storage to data-access ([#292](https://github.com/RequestNetwork/requestNetwork/issues/292)) ([3d04d0d](https://github.com/RequestNetwork/requestNetwork/commit/3d04d0d)) +- Storage get data from timestamp boundaries ([#291](https://github.com/RequestNetwork/requestNetwork/issues/291)) ([e9554cd](https://github.com/RequestNetwork/requestNetwork/commit/e9554cd)) +- Timestamp from storage to client ([#309](https://github.com/RequestNetwork/requestNetwork/issues/309)) ([bb0ac19](https://github.com/RequestNetwork/requestNetwork/commit/bb0ac19)) ### Performance Improvements -* faster initialization by factoring stat and read IPFS calls in one call ([#401](https://github.com/RequestNetwork/requestNetwork/issues/401)) ([184c14e](https://github.com/RequestNetwork/requestNetwork/commit/184c14e)) - - - - +- faster initialization by factoring stat and read IPFS calls in one call ([#401](https://github.com/RequestNetwork/requestNetwork/issues/401)) ([184c14e](https://github.com/RequestNetwork/requestNetwork/commit/184c14e)) ## [0.2.1-alpha.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-access@0.1.1-alpha.4...@requestnetwork/data-access@0.2.1-alpha.0) (2019-07-22) - ### Bug Fixes -* Data access synchronization not parallelized ([#333](https://github.com/RequestNetwork/requestNetwork/issues/333)) ([cd63a22](https://github.com/RequestNetwork/requestNetwork/commit/cd63a22)) -* data-access taking time to initialize when Node start ([#422](https://github.com/RequestNetwork/requestNetwork/issues/422)) ([61999b6](https://github.com/RequestNetwork/requestNetwork/commit/61999b6)) -* Error block XXX not found ([#306](https://github.com/RequestNetwork/requestNetwork/issues/306)) ([6c9c59b](https://github.com/RequestNetwork/requestNetwork/commit/6c9c59b)) -* Ignore invalid block during synchronisation instead of throwing ([#461](https://github.com/RequestNetwork/requestNetwork/issues/461)) ([528d74f](https://github.com/RequestNetwork/requestNetwork/commit/528d74f)) - +- Data access synchronization not parallelized ([#333](https://github.com/RequestNetwork/requestNetwork/issues/333)) ([cd63a22](https://github.com/RequestNetwork/requestNetwork/commit/cd63a22)) +- data-access taking time to initialize when Node start ([#422](https://github.com/RequestNetwork/requestNetwork/issues/422)) ([61999b6](https://github.com/RequestNetwork/requestNetwork/commit/61999b6)) +- Error block XXX not found ([#306](https://github.com/RequestNetwork/requestNetwork/issues/306)) ([6c9c59b](https://github.com/RequestNetwork/requestNetwork/commit/6c9c59b)) +- Ignore invalid block during synchronisation instead of throwing ([#461](https://github.com/RequestNetwork/requestNetwork/issues/461)) ([528d74f](https://github.com/RequestNetwork/requestNetwork/commit/528d74f)) ### Features -* add concurrent readMany to storage layer ([#363](https://github.com/RequestNetwork/requestNetwork/issues/363)) ([db3f484](https://github.com/RequestNetwork/requestNetwork/commit/db3f484)) -* add getChannelByTopic in data-access ([#305](https://github.com/RequestNetwork/requestNetwork/issues/305)) ([b345df8](https://github.com/RequestNetwork/requestNetwork/commit/b345df8)) -* add IPFS peer for faster IPFS retrieval, and check IPFS and Ethereum nodes connections ([#353](https://github.com/RequestNetwork/requestNetwork/issues/353)) ([47358c2](https://github.com/RequestNetwork/requestNetwork/commit/47358c2)) -* **data-access:** transaction index persisted for faster initialization ([#406](https://github.com/RequestNetwork/requestNetwork/issues/406)) ([d820036](https://github.com/RequestNetwork/requestNetwork/commit/d820036)) -* add request node logger ([#416](https://github.com/RequestNetwork/requestNetwork/issues/416)) ([8d56ade](https://github.com/RequestNetwork/requestNetwork/commit/8d56ade)) -* getTransactionByTopic with timestamp boundaries ([#294](https://github.com/RequestNetwork/requestNetwork/issues/294)) ([be4ec56](https://github.com/RequestNetwork/requestNetwork/commit/be4ec56)) -* introduce channelIds to enhance the topics mechanism ([#297](https://github.com/RequestNetwork/requestNetwork/issues/297)) ([6072905](https://github.com/RequestNetwork/requestNetwork/commit/6072905)) -* Migrate the synchronization from storage to data-access ([#292](https://github.com/RequestNetwork/requestNetwork/issues/292)) ([3d04d0d](https://github.com/RequestNetwork/requestNetwork/commit/3d04d0d)) -* Storage get data from timestamp boundaries ([#291](https://github.com/RequestNetwork/requestNetwork/issues/291)) ([e9554cd](https://github.com/RequestNetwork/requestNetwork/commit/e9554cd)) -* Timestamp from storage to client ([#309](https://github.com/RequestNetwork/requestNetwork/issues/309)) ([bb0ac19](https://github.com/RequestNetwork/requestNetwork/commit/bb0ac19)) - +- add concurrent readMany to storage layer ([#363](https://github.com/RequestNetwork/requestNetwork/issues/363)) ([db3f484](https://github.com/RequestNetwork/requestNetwork/commit/db3f484)) +- add getChannelByTopic in data-access ([#305](https://github.com/RequestNetwork/requestNetwork/issues/305)) ([b345df8](https://github.com/RequestNetwork/requestNetwork/commit/b345df8)) +- add IPFS peer for faster IPFS retrieval, and check IPFS and Ethereum nodes connections ([#353](https://github.com/RequestNetwork/requestNetwork/issues/353)) ([47358c2](https://github.com/RequestNetwork/requestNetwork/commit/47358c2)) +- **data-access:** transaction index persisted for faster initialization ([#406](https://github.com/RequestNetwork/requestNetwork/issues/406)) ([d820036](https://github.com/RequestNetwork/requestNetwork/commit/d820036)) +- add request node logger ([#416](https://github.com/RequestNetwork/requestNetwork/issues/416)) ([8d56ade](https://github.com/RequestNetwork/requestNetwork/commit/8d56ade)) +- getTransactionByTopic with timestamp boundaries ([#294](https://github.com/RequestNetwork/requestNetwork/issues/294)) ([be4ec56](https://github.com/RequestNetwork/requestNetwork/commit/be4ec56)) +- introduce channelIds to enhance the topics mechanism ([#297](https://github.com/RequestNetwork/requestNetwork/issues/297)) ([6072905](https://github.com/RequestNetwork/requestNetwork/commit/6072905)) +- Migrate the synchronization from storage to data-access ([#292](https://github.com/RequestNetwork/requestNetwork/issues/292)) ([3d04d0d](https://github.com/RequestNetwork/requestNetwork/commit/3d04d0d)) +- Storage get data from timestamp boundaries ([#291](https://github.com/RequestNetwork/requestNetwork/issues/291)) ([e9554cd](https://github.com/RequestNetwork/requestNetwork/commit/e9554cd)) +- Timestamp from storage to client ([#309](https://github.com/RequestNetwork/requestNetwork/issues/309)) ([bb0ac19](https://github.com/RequestNetwork/requestNetwork/commit/bb0ac19)) ### Performance Improvements -* faster initialization by factoring stat and read IPFS calls in one call ([#401](https://github.com/RequestNetwork/requestNetwork/issues/401)) ([184c14e](https://github.com/RequestNetwork/requestNetwork/commit/184c14e)) - - - - +- faster initialization by factoring stat and read IPFS calls in one call ([#401](https://github.com/RequestNetwork/requestNetwork/issues/401)) ([184c14e](https://github.com/RequestNetwork/requestNetwork/commit/184c14e)) # [0.2.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-access@0.1.1-alpha.4...@requestnetwork/data-access@0.2.0) (2019-06-06) - ### Bug Fixes -* Data access synchronization not parallelized ([#333](https://github.com/RequestNetwork/requestNetwork/issues/333)) ([cd63a22](https://github.com/RequestNetwork/requestNetwork/commit/cd63a22)) -* Error block XXX not found ([#306](https://github.com/RequestNetwork/requestNetwork/issues/306)) ([6c9c59b](https://github.com/RequestNetwork/requestNetwork/commit/6c9c59b)) - +- Data access synchronization not parallelized ([#333](https://github.com/RequestNetwork/requestNetwork/issues/333)) ([cd63a22](https://github.com/RequestNetwork/requestNetwork/commit/cd63a22)) +- Error block XXX not found ([#306](https://github.com/RequestNetwork/requestNetwork/issues/306)) ([6c9c59b](https://github.com/RequestNetwork/requestNetwork/commit/6c9c59b)) ### Features -* add concurrent readMany to storage layer ([#363](https://github.com/RequestNetwork/requestNetwork/issues/363)) ([db3f484](https://github.com/RequestNetwork/requestNetwork/commit/db3f484)) -* add getChannelByTopic in data-access ([#305](https://github.com/RequestNetwork/requestNetwork/issues/305)) ([b345df8](https://github.com/RequestNetwork/requestNetwork/commit/b345df8)) -* add IPFS peer for faster IPFS retrieval, and check IPFS and Ethereum nodes connections ([#353](https://github.com/RequestNetwork/requestNetwork/issues/353)) ([47358c2](https://github.com/RequestNetwork/requestNetwork/commit/47358c2)) -* getTransactionByTopic with timestamp boundaries ([#294](https://github.com/RequestNetwork/requestNetwork/issues/294)) ([be4ec56](https://github.com/RequestNetwork/requestNetwork/commit/be4ec56)) -* introduce channelIds to enhance the topics mechanism ([#297](https://github.com/RequestNetwork/requestNetwork/issues/297)) ([6072905](https://github.com/RequestNetwork/requestNetwork/commit/6072905)) -* Migrate the synchronization from storage to data-access ([#292](https://github.com/RequestNetwork/requestNetwork/issues/292)) ([3d04d0d](https://github.com/RequestNetwork/requestNetwork/commit/3d04d0d)) -* Storage get data from timestamp boundaries ([#291](https://github.com/RequestNetwork/requestNetwork/issues/291)) ([e9554cd](https://github.com/RequestNetwork/requestNetwork/commit/e9554cd)) -* Timestamp from storage to client ([#309](https://github.com/RequestNetwork/requestNetwork/issues/309)) ([bb0ac19](https://github.com/RequestNetwork/requestNetwork/commit/bb0ac19)) - +- add concurrent readMany to storage layer ([#363](https://github.com/RequestNetwork/requestNetwork/issues/363)) ([db3f484](https://github.com/RequestNetwork/requestNetwork/commit/db3f484)) +- add getChannelByTopic in data-access ([#305](https://github.com/RequestNetwork/requestNetwork/issues/305)) ([b345df8](https://github.com/RequestNetwork/requestNetwork/commit/b345df8)) +- add IPFS peer for faster IPFS retrieval, and check IPFS and Ethereum nodes connections ([#353](https://github.com/RequestNetwork/requestNetwork/issues/353)) ([47358c2](https://github.com/RequestNetwork/requestNetwork/commit/47358c2)) +- getTransactionByTopic with timestamp boundaries ([#294](https://github.com/RequestNetwork/requestNetwork/issues/294)) ([be4ec56](https://github.com/RequestNetwork/requestNetwork/commit/be4ec56)) +- introduce channelIds to enhance the topics mechanism ([#297](https://github.com/RequestNetwork/requestNetwork/issues/297)) ([6072905](https://github.com/RequestNetwork/requestNetwork/commit/6072905)) +- Migrate the synchronization from storage to data-access ([#292](https://github.com/RequestNetwork/requestNetwork/issues/292)) ([3d04d0d](https://github.com/RequestNetwork/requestNetwork/commit/3d04d0d)) +- Storage get data from timestamp boundaries ([#291](https://github.com/RequestNetwork/requestNetwork/issues/291)) ([e9554cd](https://github.com/RequestNetwork/requestNetwork/commit/e9554cd)) +- Timestamp from storage to client ([#309](https://github.com/RequestNetwork/requestNetwork/issues/309)) ([bb0ac19](https://github.com/RequestNetwork/requestNetwork/commit/bb0ac19)) ### Performance Improvements -* faster initialization by factoring stat and read IPFS calls in one call ([#401](https://github.com/RequestNetwork/requestNetwork/issues/401)) ([184c14e](https://github.com/RequestNetwork/requestNetwork/commit/184c14e)) - - - - - +- faster initialization by factoring stat and read IPFS calls in one call ([#401](https://github.com/RequestNetwork/requestNetwork/issues/401)) ([184c14e](https://github.com/RequestNetwork/requestNetwork/commit/184c14e)) ## [0.1.1-alpha.12](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-access@0.1.1-alpha.4...@requestnetwork/data-access@0.1.1-alpha.12) (2019-05-21) - ### Bug Fixes -* Data access synchronization not parallelized ([#333](https://github.com/RequestNetwork/requestNetwork/issues/333)) ([cd63a22](https://github.com/RequestNetwork/requestNetwork/commit/cd63a22)) -* Error block XXX not found ([#306](https://github.com/RequestNetwork/requestNetwork/issues/306)) ([6c9c59b](https://github.com/RequestNetwork/requestNetwork/commit/6c9c59b)) - +- Data access synchronization not parallelized ([#333](https://github.com/RequestNetwork/requestNetwork/issues/333)) ([cd63a22](https://github.com/RequestNetwork/requestNetwork/commit/cd63a22)) +- Error block XXX not found ([#306](https://github.com/RequestNetwork/requestNetwork/issues/306)) ([6c9c59b](https://github.com/RequestNetwork/requestNetwork/commit/6c9c59b)) ### Features -* add getChannelByTopic in data-access ([#305](https://github.com/RequestNetwork/requestNetwork/issues/305)) ([b345df8](https://github.com/RequestNetwork/requestNetwork/commit/b345df8)) -* getTransactionByTopic with timestamp boundaries ([#294](https://github.com/RequestNetwork/requestNetwork/issues/294)) ([be4ec56](https://github.com/RequestNetwork/requestNetwork/commit/be4ec56)) -* introduce channelIds to enhance the topics mechanism ([#297](https://github.com/RequestNetwork/requestNetwork/issues/297)) ([6072905](https://github.com/RequestNetwork/requestNetwork/commit/6072905)) -* Migrate the synchronization from storage to data-access ([#292](https://github.com/RequestNetwork/requestNetwork/issues/292)) ([3d04d0d](https://github.com/RequestNetwork/requestNetwork/commit/3d04d0d)) -* Storage get data from timestamp boundaries ([#291](https://github.com/RequestNetwork/requestNetwork/issues/291)) ([e9554cd](https://github.com/RequestNetwork/requestNetwork/commit/e9554cd)) -* Timestamp from storage to client ([#309](https://github.com/RequestNetwork/requestNetwork/issues/309)) ([bb0ac19](https://github.com/RequestNetwork/requestNetwork/commit/bb0ac19)) - - - - - +- add getChannelByTopic in data-access ([#305](https://github.com/RequestNetwork/requestNetwork/issues/305)) ([b345df8](https://github.com/RequestNetwork/requestNetwork/commit/b345df8)) +- getTransactionByTopic with timestamp boundaries ([#294](https://github.com/RequestNetwork/requestNetwork/issues/294)) ([be4ec56](https://github.com/RequestNetwork/requestNetwork/commit/be4ec56)) +- introduce channelIds to enhance the topics mechanism ([#297](https://github.com/RequestNetwork/requestNetwork/issues/297)) ([6072905](https://github.com/RequestNetwork/requestNetwork/commit/6072905)) +- Migrate the synchronization from storage to data-access ([#292](https://github.com/RequestNetwork/requestNetwork/issues/292)) ([3d04d0d](https://github.com/RequestNetwork/requestNetwork/commit/3d04d0d)) +- Storage get data from timestamp boundaries ([#291](https://github.com/RequestNetwork/requestNetwork/issues/291)) ([e9554cd](https://github.com/RequestNetwork/requestNetwork/commit/e9554cd)) +- Timestamp from storage to client ([#309](https://github.com/RequestNetwork/requestNetwork/issues/309)) ([bb0ac19](https://github.com/RequestNetwork/requestNetwork/commit/bb0ac19)) ## [0.1.1-alpha.11](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-access@0.1.1-alpha.4...@requestnetwork/data-access@0.1.1-alpha.11) (2019-05-17) - ### Bug Fixes -* Data access synchronization not parallelized ([#333](https://github.com/RequestNetwork/requestNetwork/issues/333)) ([cd63a22](https://github.com/RequestNetwork/requestNetwork/commit/cd63a22)) -* Error block XXX not found ([#306](https://github.com/RequestNetwork/requestNetwork/issues/306)) ([6c9c59b](https://github.com/RequestNetwork/requestNetwork/commit/6c9c59b)) - +- Data access synchronization not parallelized ([#333](https://github.com/RequestNetwork/requestNetwork/issues/333)) ([cd63a22](https://github.com/RequestNetwork/requestNetwork/commit/cd63a22)) +- Error block XXX not found ([#306](https://github.com/RequestNetwork/requestNetwork/issues/306)) ([6c9c59b](https://github.com/RequestNetwork/requestNetwork/commit/6c9c59b)) ### Features -* add getChannelByTopic in data-access ([#305](https://github.com/RequestNetwork/requestNetwork/issues/305)) ([b345df8](https://github.com/RequestNetwork/requestNetwork/commit/b345df8)) -* getTransactionByTopic with timestamp boundaries ([#294](https://github.com/RequestNetwork/requestNetwork/issues/294)) ([be4ec56](https://github.com/RequestNetwork/requestNetwork/commit/be4ec56)) -* introduce channelIds to enhance the topics mechanism ([#297](https://github.com/RequestNetwork/requestNetwork/issues/297)) ([6072905](https://github.com/RequestNetwork/requestNetwork/commit/6072905)) -* Migrate the synchronization from storage to data-access ([#292](https://github.com/RequestNetwork/requestNetwork/issues/292)) ([3d04d0d](https://github.com/RequestNetwork/requestNetwork/commit/3d04d0d)) -* Storage get data from timestamp boundaries ([#291](https://github.com/RequestNetwork/requestNetwork/issues/291)) ([e9554cd](https://github.com/RequestNetwork/requestNetwork/commit/e9554cd)) -* Timestamp from storage to client ([#309](https://github.com/RequestNetwork/requestNetwork/issues/309)) ([bb0ac19](https://github.com/RequestNetwork/requestNetwork/commit/bb0ac19)) - - - - - +- add getChannelByTopic in data-access ([#305](https://github.com/RequestNetwork/requestNetwork/issues/305)) ([b345df8](https://github.com/RequestNetwork/requestNetwork/commit/b345df8)) +- getTransactionByTopic with timestamp boundaries ([#294](https://github.com/RequestNetwork/requestNetwork/issues/294)) ([be4ec56](https://github.com/RequestNetwork/requestNetwork/commit/be4ec56)) +- introduce channelIds to enhance the topics mechanism ([#297](https://github.com/RequestNetwork/requestNetwork/issues/297)) ([6072905](https://github.com/RequestNetwork/requestNetwork/commit/6072905)) +- Migrate the synchronization from storage to data-access ([#292](https://github.com/RequestNetwork/requestNetwork/issues/292)) ([3d04d0d](https://github.com/RequestNetwork/requestNetwork/commit/3d04d0d)) +- Storage get data from timestamp boundaries ([#291](https://github.com/RequestNetwork/requestNetwork/issues/291)) ([e9554cd](https://github.com/RequestNetwork/requestNetwork/commit/e9554cd)) +- Timestamp from storage to client ([#309](https://github.com/RequestNetwork/requestNetwork/issues/309)) ([bb0ac19](https://github.com/RequestNetwork/requestNetwork/commit/bb0ac19)) ## [0.1.1-alpha.10](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-access@0.1.1-alpha.4...@requestnetwork/data-access@0.1.1-alpha.10) (2019-05-10) - ### Bug Fixes -* Data access synchronization not parallelized ([#333](https://github.com/RequestNetwork/requestNetwork/issues/333)) ([cd63a22](https://github.com/RequestNetwork/requestNetwork/commit/cd63a22)) -* Error block XXX not found ([#306](https://github.com/RequestNetwork/requestNetwork/issues/306)) ([6c9c59b](https://github.com/RequestNetwork/requestNetwork/commit/6c9c59b)) - +- Data access synchronization not parallelized ([#333](https://github.com/RequestNetwork/requestNetwork/issues/333)) ([cd63a22](https://github.com/RequestNetwork/requestNetwork/commit/cd63a22)) +- Error block XXX not found ([#306](https://github.com/RequestNetwork/requestNetwork/issues/306)) ([6c9c59b](https://github.com/RequestNetwork/requestNetwork/commit/6c9c59b)) ### Features -* add getChannelByTopic in data-access ([#305](https://github.com/RequestNetwork/requestNetwork/issues/305)) ([b345df8](https://github.com/RequestNetwork/requestNetwork/commit/b345df8)) -* getTransactionByTopic with timestamp boundaries ([#294](https://github.com/RequestNetwork/requestNetwork/issues/294)) ([be4ec56](https://github.com/RequestNetwork/requestNetwork/commit/be4ec56)) -* introduce channelIds to enhance the topics mechanism ([#297](https://github.com/RequestNetwork/requestNetwork/issues/297)) ([6072905](https://github.com/RequestNetwork/requestNetwork/commit/6072905)) -* Migrate the synchronization from storage to data-access ([#292](https://github.com/RequestNetwork/requestNetwork/issues/292)) ([3d04d0d](https://github.com/RequestNetwork/requestNetwork/commit/3d04d0d)) -* Storage get data from timestamp boundaries ([#291](https://github.com/RequestNetwork/requestNetwork/issues/291)) ([e9554cd](https://github.com/RequestNetwork/requestNetwork/commit/e9554cd)) -* Timestamp from storage to client ([#309](https://github.com/RequestNetwork/requestNetwork/issues/309)) ([bb0ac19](https://github.com/RequestNetwork/requestNetwork/commit/bb0ac19)) +- add getChannelByTopic in data-access ([#305](https://github.com/RequestNetwork/requestNetwork/issues/305)) ([b345df8](https://github.com/RequestNetwork/requestNetwork/commit/b345df8)) +- getTransactionByTopic with timestamp boundaries ([#294](https://github.com/RequestNetwork/requestNetwork/issues/294)) ([be4ec56](https://github.com/RequestNetwork/requestNetwork/commit/be4ec56)) +- introduce channelIds to enhance the topics mechanism ([#297](https://github.com/RequestNetwork/requestNetwork/issues/297)) ([6072905](https://github.com/RequestNetwork/requestNetwork/commit/6072905)) +- Migrate the synchronization from storage to data-access ([#292](https://github.com/RequestNetwork/requestNetwork/issues/292)) ([3d04d0d](https://github.com/RequestNetwork/requestNetwork/commit/3d04d0d)) +- Storage get data from timestamp boundaries ([#291](https://github.com/RequestNetwork/requestNetwork/issues/291)) ([e9554cd](https://github.com/RequestNetwork/requestNetwork/commit/e9554cd)) +- Timestamp from storage to client ([#309](https://github.com/RequestNetwork/requestNetwork/issues/309)) ([bb0ac19](https://github.com/RequestNetwork/requestNetwork/commit/bb0ac19)) diff --git a/packages/data-format/.gitignore b/packages/data-format/.gitignore deleted file mode 100644 index 33fa20845c..0000000000 --- a/packages/data-format/.gitignore +++ /dev/null @@ -1,7 +0,0 @@ -# See http://help.github.com/ignore-files/ for more about ignoring files. - -# compiled output -/dist - -# dependencies -/node_modules diff --git a/packages/data-format/.vscode/settings.json b/packages/data-format/.vscode/settings.json index 1a7d6049b8..379bec3a42 100644 --- a/packages/data-format/.vscode/settings.json +++ b/packages/data-format/.vscode/settings.json @@ -2,4 +2,4 @@ "mochaExplorer.files": "**/test/**/*.ts", "mochaExplorer.require": "ts-node/register", "mochaExplorer.cwd": "../.." -} \ No newline at end of file +} diff --git a/packages/data-format/CHANGELOG.md b/packages/data-format/CHANGELOG.md index e2515fef35..78887355a8 100644 --- a/packages/data-format/CHANGELOG.md +++ b/packages/data-format/CHANGELOG.md @@ -5,871 +5,479 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # [0.9.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-format@0.8.0...@requestnetwork/data-format@0.9.0) (2021-06-22) - ### Bug Fixes -* enable tree-shaking on data-format ([#411](https://github.com/RequestNetwork/requestNetwork/issues/411)) ([c6e34ed](https://github.com/RequestNetwork/requestNetwork/commit/c6e34edc74417456fdec91a280a6a5905babffaf)) -* invoice total types + upgrade ethers ([#514](https://github.com/RequestNetwork/requestNetwork/issues/514)) ([c2b98b2](https://github.com/RequestNetwork/requestNetwork/commit/c2b98b2bd3c93f063f340d58c6b95ad026fd9519)) - +- enable tree-shaking on data-format ([#411](https://github.com/RequestNetwork/requestNetwork/issues/411)) ([c6e34ed](https://github.com/RequestNetwork/requestNetwork/commit/c6e34edc74417456fdec91a280a6a5905babffaf)) +- invoice total types + upgrade ethers ([#514](https://github.com/RequestNetwork/requestNetwork/issues/514)) ([c2b98b2](https://github.com/RequestNetwork/requestNetwork/commit/c2b98b2bd3c93f063f340d58c6b95ad026fd9519)) ### Features -* invoice utils ([#513](https://github.com/RequestNetwork/requestNetwork/issues/513)) ([b1d2064](https://github.com/RequestNetwork/requestNetwork/commit/b1d206476dfb031df8b970d4f46f80a571faafde)) - - - - +- invoice utils ([#513](https://github.com/RequestNetwork/requestNetwork/issues/513)) ([b1d2064](https://github.com/RequestNetwork/requestNetwork/commit/b1d206476dfb031df8b970d4f46f80a571faafde)) ## [0.8.8](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-format@0.8.0...@requestnetwork/data-format@0.8.8) (2021-05-12) - ### Bug Fixes -* enable tree-shaking on data-format ([#411](https://github.com/RequestNetwork/requestNetwork/issues/411)) ([c6e34ed](https://github.com/RequestNetwork/requestNetwork/commit/c6e34edc74417456fdec91a280a6a5905babffaf)) - - - - +- enable tree-shaking on data-format ([#411](https://github.com/RequestNetwork/requestNetwork/issues/411)) ([c6e34ed](https://github.com/RequestNetwork/requestNetwork/commit/c6e34edc74417456fdec91a280a6a5905babffaf)) ## [0.8.7](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-format@0.8.0...@requestnetwork/data-format@0.8.7) (2021-04-19) - ### Bug Fixes -* enable tree-shaking on data-format ([#411](https://github.com/RequestNetwork/requestNetwork/issues/411)) ([c6e34ed](https://github.com/RequestNetwork/requestNetwork/commit/c6e34edc74417456fdec91a280a6a5905babffaf)) - - - - +- enable tree-shaking on data-format ([#411](https://github.com/RequestNetwork/requestNetwork/issues/411)) ([c6e34ed](https://github.com/RequestNetwork/requestNetwork/commit/c6e34edc74417456fdec91a280a6a5905babffaf)) ## [0.8.6](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-format@0.8.0...@requestnetwork/data-format@0.8.6) (2021-03-25) - ### Bug Fixes -* enable tree-shaking on data-format ([#411](https://github.com/RequestNetwork/requestNetwork/issues/411)) ([c6e34ed](https://github.com/RequestNetwork/requestNetwork/commit/c6e34edc74417456fdec91a280a6a5905babffaf)) - - - - +- enable tree-shaking on data-format ([#411](https://github.com/RequestNetwork/requestNetwork/issues/411)) ([c6e34ed](https://github.com/RequestNetwork/requestNetwork/commit/c6e34edc74417456fdec91a280a6a5905babffaf)) ## [0.8.5](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-format@0.8.0...@requestnetwork/data-format@0.8.5) (2021-03-15) - ### Bug Fixes -* enable tree-shaking on data-format ([#411](https://github.com/RequestNetwork/requestNetwork/issues/411)) ([c6e34ed](https://github.com/RequestNetwork/requestNetwork/commit/c6e34edc74417456fdec91a280a6a5905babffaf)) - - - - +- enable tree-shaking on data-format ([#411](https://github.com/RequestNetwork/requestNetwork/issues/411)) ([c6e34ed](https://github.com/RequestNetwork/requestNetwork/commit/c6e34edc74417456fdec91a280a6a5905babffaf)) ## [0.8.4](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-format@0.8.0...@requestnetwork/data-format@0.8.4) (2021-03-03) - ### Bug Fixes -* enable tree-shaking on data-format ([#411](https://github.com/RequestNetwork/requestNetwork/issues/411)) ([c6e34ed](https://github.com/RequestNetwork/requestNetwork/commit/c6e34edc74417456fdec91a280a6a5905babffaf)) - - - - +- enable tree-shaking on data-format ([#411](https://github.com/RequestNetwork/requestNetwork/issues/411)) ([c6e34ed](https://github.com/RequestNetwork/requestNetwork/commit/c6e34edc74417456fdec91a280a6a5905babffaf)) ## [0.8.3](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-format@0.8.0...@requestnetwork/data-format@0.8.3) (2021-02-22) - ### Bug Fixes -* enable tree-shaking on data-format ([#411](https://github.com/RequestNetwork/requestNetwork/issues/411)) ([c6e34ed](https://github.com/RequestNetwork/requestNetwork/commit/c6e34edc74417456fdec91a280a6a5905babffaf)) - - - - +- enable tree-shaking on data-format ([#411](https://github.com/RequestNetwork/requestNetwork/issues/411)) ([c6e34ed](https://github.com/RequestNetwork/requestNetwork/commit/c6e34edc74417456fdec91a280a6a5905babffaf)) ## [0.8.2](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-format@0.8.0...@requestnetwork/data-format@0.8.2) (2020-12-22) **Note:** Version bump only for package @requestnetwork/data-format - - - - ## [0.8.1](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-format@0.8.0...@requestnetwork/data-format@0.8.1) (2020-12-21) **Note:** Version bump only for package @requestnetwork/data-format - - - - # [0.8.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-format@0.4.5...@requestnetwork/data-format@0.8.0) (2020-12-02) - - # 0.28.0 (2020-11-04) - ### Bug Fixes -* use string for rnf_invoice tax amount ([#354](https://github.com/RequestNetwork/requestNetwork/issues/354)) ([e801167](https://github.com/RequestNetwork/requestNetwork/commit/e801167e6490236914e6453ca0affcb4f0f8a92e)) - +- use string for rnf_invoice tax amount ([#354](https://github.com/RequestNetwork/requestNetwork/issues/354)) ([e801167](https://github.com/RequestNetwork/requestNetwork/commit/e801167e6490236914e6453ca0affcb4f0f8a92e)) ### Features -* rnf invoice data format 3, grouped tax ([#345](https://github.com/RequestNetwork/requestNetwork/issues/345)) ([a32c4e4](https://github.com/RequestNetwork/requestNetwork/commit/a32c4e4c6868b9f483f2646f92fabe252da9250c)) - - +- rnf invoice data format 3, grouped tax ([#345](https://github.com/RequestNetwork/requestNetwork/issues/345)) ([a32c4e4](https://github.com/RequestNetwork/requestNetwork/commit/a32c4e4c6868b9f483f2646f92fabe252da9250c)) # 0.26.0 (2020-10-14) - ### Bug Fixes -* company registration on rnf_invoice ([#228](https://github.com/RequestNetwork/requestNetwork/issues/228)) ([9bb3301](https://github.com/RequestNetwork/requestNetwork/commit/9bb3301a985a0b627a6c5eded3e3872af8628961)) - - +- company registration on rnf_invoice ([#228](https://github.com/RequestNetwork/requestNetwork/issues/228)) ([9bb3301](https://github.com/RequestNetwork/requestNetwork/commit/9bb3301a985a0b627a6c5eded3e3872af8628961)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.7.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-format@0.4.5...@requestnetwork/data-format@0.7.0) (2020-11-12) - - # 0.28.0 (2020-11-04) - ### Bug Fixes -* use string for rnf_invoice tax amount ([#354](https://github.com/RequestNetwork/requestNetwork/issues/354)) ([e801167](https://github.com/RequestNetwork/requestNetwork/commit/e801167e6490236914e6453ca0affcb4f0f8a92e)) - +- use string for rnf_invoice tax amount ([#354](https://github.com/RequestNetwork/requestNetwork/issues/354)) ([e801167](https://github.com/RequestNetwork/requestNetwork/commit/e801167e6490236914e6453ca0affcb4f0f8a92e)) ### Features -* rnf invoice data format 3, grouped tax ([#345](https://github.com/RequestNetwork/requestNetwork/issues/345)) ([a32c4e4](https://github.com/RequestNetwork/requestNetwork/commit/a32c4e4c6868b9f483f2646f92fabe252da9250c)) - - +- rnf invoice data format 3, grouped tax ([#345](https://github.com/RequestNetwork/requestNetwork/issues/345)) ([a32c4e4](https://github.com/RequestNetwork/requestNetwork/commit/a32c4e4c6868b9f483f2646f92fabe252da9250c)) # 0.26.0 (2020-10-14) - ### Bug Fixes -* company registration on rnf_invoice ([#228](https://github.com/RequestNetwork/requestNetwork/issues/228)) ([9bb3301](https://github.com/RequestNetwork/requestNetwork/commit/9bb3301a985a0b627a6c5eded3e3872af8628961)) - - +- company registration on rnf_invoice ([#228](https://github.com/RequestNetwork/requestNetwork/issues/228)) ([9bb3301](https://github.com/RequestNetwork/requestNetwork/commit/9bb3301a985a0b627a6c5eded3e3872af8628961)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.6.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-format@0.4.5...@requestnetwork/data-format@0.6.0) (2020-11-05) - ### Bug Fixes -* use string for rnf_invoice tax amount ([#354](https://github.com/RequestNetwork/requestNetwork/issues/354)) ([e801167](https://github.com/RequestNetwork/requestNetwork/commit/e801167e6490236914e6453ca0affcb4f0f8a92e)) - +- use string for rnf_invoice tax amount ([#354](https://github.com/RequestNetwork/requestNetwork/issues/354)) ([e801167](https://github.com/RequestNetwork/requestNetwork/commit/e801167e6490236914e6453ca0affcb4f0f8a92e)) ### Features -* rnf invoice data format 3, grouped tax ([#345](https://github.com/RequestNetwork/requestNetwork/issues/345)) ([a32c4e4](https://github.com/RequestNetwork/requestNetwork/commit/a32c4e4c6868b9f483f2646f92fabe252da9250c)) - - +- rnf invoice data format 3, grouped tax ([#345](https://github.com/RequestNetwork/requestNetwork/issues/345)) ([a32c4e4](https://github.com/RequestNetwork/requestNetwork/commit/a32c4e4c6868b9f483f2646f92fabe252da9250c)) # 0.26.0 (2020-10-14) - ### Bug Fixes -* company registration on rnf_invoice ([#228](https://github.com/RequestNetwork/requestNetwork/issues/228)) ([9bb3301](https://github.com/RequestNetwork/requestNetwork/commit/9bb3301a985a0b627a6c5eded3e3872af8628961)) - - +- company registration on rnf_invoice ([#228](https://github.com/RequestNetwork/requestNetwork/issues/228)) ([9bb3301](https://github.com/RequestNetwork/requestNetwork/commit/9bb3301a985a0b627a6c5eded3e3872af8628961)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-format@0.4.5...@requestnetwork/data-format@0.5.0) (2020-10-21) - ### Features -* rnf invoice data format 3, grouped tax ([#345](https://github.com/RequestNetwork/requestNetwork/issues/345)) ([a32c4e4](https://github.com/RequestNetwork/requestNetwork/commit/a32c4e4c6868b9f483f2646f92fabe252da9250c)) - - +- rnf invoice data format 3, grouped tax ([#345](https://github.com/RequestNetwork/requestNetwork/issues/345)) ([a32c4e4](https://github.com/RequestNetwork/requestNetwork/commit/a32c4e4c6868b9f483f2646f92fabe252da9250c)) # 0.26.0 (2020-10-14) - ### Bug Fixes -* company registration on rnf_invoice ([#228](https://github.com/RequestNetwork/requestNetwork/issues/228)) ([9bb3301](https://github.com/RequestNetwork/requestNetwork/commit/9bb3301a985a0b627a6c5eded3e3872af8628961)) - - +- company registration on rnf_invoice ([#228](https://github.com/RequestNetwork/requestNetwork/issues/228)) ([9bb3301](https://github.com/RequestNetwork/requestNetwork/commit/9bb3301a985a0b627a6c5eded3e3872af8628961)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.22](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-format@0.4.5...@requestnetwork/data-format@0.4.22) (2020-10-14) - ### Bug Fixes -* company registration on rnf_invoice ([#228](https://github.com/RequestNetwork/requestNetwork/issues/228)) ([9bb3301](https://github.com/RequestNetwork/requestNetwork/commit/9bb3301a985a0b627a6c5eded3e3872af8628961)) - - +- company registration on rnf_invoice ([#228](https://github.com/RequestNetwork/requestNetwork/issues/228)) ([9bb3301](https://github.com/RequestNetwork/requestNetwork/commit/9bb3301a985a0b627a6c5eded3e3872af8628961)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.21](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-format@0.4.5...@requestnetwork/data-format@0.4.21) (2020-10-13) - ### Bug Fixes -* company registration on rnf_invoice ([#228](https://github.com/RequestNetwork/requestNetwork/issues/228)) ([9bb3301](https://github.com/RequestNetwork/requestNetwork/commit/9bb3301a985a0b627a6c5eded3e3872af8628961)) - - +- company registration on rnf_invoice ([#228](https://github.com/RequestNetwork/requestNetwork/issues/228)) ([9bb3301](https://github.com/RequestNetwork/requestNetwork/commit/9bb3301a985a0b627a6c5eded3e3872af8628961)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.20](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-format@0.4.5...@requestnetwork/data-format@0.4.20) (2020-10-09) - ### Bug Fixes -* company registration on rnf_invoice ([#228](https://github.com/RequestNetwork/requestNetwork/issues/228)) ([9bb3301](https://github.com/RequestNetwork/requestNetwork/commit/9bb3301a985a0b627a6c5eded3e3872af8628961)) - - +- company registration on rnf_invoice ([#228](https://github.com/RequestNetwork/requestNetwork/issues/228)) ([9bb3301](https://github.com/RequestNetwork/requestNetwork/commit/9bb3301a985a0b627a6c5eded3e3872af8628961)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.19](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-format@0.4.5...@requestnetwork/data-format@0.4.19) (2020-09-28) - ### Bug Fixes -* company registration on rnf_invoice ([#228](https://github.com/RequestNetwork/requestNetwork/issues/228)) ([9bb3301](https://github.com/RequestNetwork/requestNetwork/commit/9bb3301a985a0b627a6c5eded3e3872af8628961)) - - +- company registration on rnf_invoice ([#228](https://github.com/RequestNetwork/requestNetwork/issues/228)) ([9bb3301](https://github.com/RequestNetwork/requestNetwork/commit/9bb3301a985a0b627a6c5eded3e3872af8628961)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.18](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-format@0.4.5...@requestnetwork/data-format@0.4.18) (2020-09-18) - ### Bug Fixes -* company registration on rnf_invoice ([#228](https://github.com/RequestNetwork/requestNetwork/issues/228)) ([9bb3301](https://github.com/RequestNetwork/requestNetwork/commit/9bb3301a985a0b627a6c5eded3e3872af8628961)) - - +- company registration on rnf_invoice ([#228](https://github.com/RequestNetwork/requestNetwork/issues/228)) ([9bb3301](https://github.com/RequestNetwork/requestNetwork/commit/9bb3301a985a0b627a6c5eded3e3872af8628961)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.17](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-format@0.4.5...@requestnetwork/data-format@0.4.17) (2020-09-01) - ### Bug Fixes -* company registration on rnf_invoice ([#228](https://github.com/RequestNetwork/requestNetwork/issues/228)) ([9bb3301](https://github.com/RequestNetwork/requestNetwork/commit/9bb3301a985a0b627a6c5eded3e3872af8628961)) - - +- company registration on rnf_invoice ([#228](https://github.com/RequestNetwork/requestNetwork/issues/228)) ([9bb3301](https://github.com/RequestNetwork/requestNetwork/commit/9bb3301a985a0b627a6c5eded3e3872af8628961)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.16](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-format@0.4.5...@requestnetwork/data-format@0.4.16) (2020-08-27) - ### Bug Fixes -* company registration on rnf_invoice ([#228](https://github.com/RequestNetwork/requestNetwork/issues/228)) ([9bb3301](https://github.com/RequestNetwork/requestNetwork/commit/9bb3301a985a0b627a6c5eded3e3872af8628961)) - - +- company registration on rnf_invoice ([#228](https://github.com/RequestNetwork/requestNetwork/issues/228)) ([9bb3301](https://github.com/RequestNetwork/requestNetwork/commit/9bb3301a985a0b627a6c5eded3e3872af8628961)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.15](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-format@0.4.5...@requestnetwork/data-format@0.4.15) (2020-08-13) - ### Bug Fixes -* company registration on rnf_invoice ([#228](https://github.com/RequestNetwork/requestNetwork/issues/228)) ([9bb3301](https://github.com/RequestNetwork/requestNetwork/commit/9bb3301a985a0b627a6c5eded3e3872af8628961)) - - +- company registration on rnf_invoice ([#228](https://github.com/RequestNetwork/requestNetwork/issues/228)) ([9bb3301](https://github.com/RequestNetwork/requestNetwork/commit/9bb3301a985a0b627a6c5eded3e3872af8628961)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.14](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-format@0.4.5...@requestnetwork/data-format@0.4.14) (2020-06-29) - ### Bug Fixes -* company registration on rnf_invoice ([#228](https://github.com/RequestNetwork/requestNetwork/issues/228)) ([9bb3301](https://github.com/RequestNetwork/requestNetwork/commit/9bb3301a985a0b627a6c5eded3e3872af8628961)) - - +- company registration on rnf_invoice ([#228](https://github.com/RequestNetwork/requestNetwork/issues/228)) ([9bb3301](https://github.com/RequestNetwork/requestNetwork/commit/9bb3301a985a0b627a6c5eded3e3872af8628961)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.13](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-format@0.4.5...@requestnetwork/data-format@0.4.13) (2020-05-04) - - # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.12](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-format@0.4.5...@requestnetwork/data-format@0.4.12) (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.11](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-format@0.4.5...@requestnetwork/data-format@0.4.11) (2020-04-06) - - # 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)) - - +- 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.10](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-format@0.4.5...@requestnetwork/data-format@0.4.10) (2020-03-23) - - # 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)) - - +- 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.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)) - - +- 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) - - # 0.10.0 (2019-12-04) **Note:** Version bump only for package @requestnetwork/data-format - - - - ## [0.4.7](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-format@0.4.5...@requestnetwork/data-format@0.4.7) (2019-12-18) - - # 0.10.0 (2019-12-04) **Note:** Version bump only for package @requestnetwork/data-format - - - - ## [0.4.6](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-format@0.4.5...@requestnetwork/data-format@0.4.6) (2019-12-04) **Note:** Version bump only for package @requestnetwork/data-format - - - - ## [0.4.5](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-format@0.4.4...@requestnetwork/data-format@0.4.5) (2019-11-20) **Note:** Version bump only for package @requestnetwork/data-format - - - - ## [0.4.4](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-format@0.4.3...@requestnetwork/data-format@0.4.4) (2019-10-21) **Note:** Version bump only for package @requestnetwork/data-format - - - - - ## [0.4.3](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-format@0.4.2...@requestnetwork/data-format@0.4.3) (2019-09-16) **Note:** Version bump only for package @requestnetwork/data-format - - - - ## [0.4.2](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-format@0.4.1...@requestnetwork/data-format@0.4.2) (2019-09-05) **Note:** Version bump only for package @requestnetwork/data-format - - - - - ## [0.4.1](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-format@0.4.0...@requestnetwork/data-format@0.4.1) (2019-08-19) **Note:** Version bump only for package @requestnetwork/data-format - - - - - # [0.3.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-format@0.1.1-alpha.3...@requestnetwork/data-format@0.3.0) (2019-07-24) **Note:** Version bump only for package @requestnetwork/data-format - - - - ## [0.2.1-alpha.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-format@0.1.1-alpha.3...@requestnetwork/data-format@0.2.1-alpha.0) (2019-07-22) **Note:** Version bump only for package @requestnetwork/data-format - - - - # [0.2.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-format@0.1.1-alpha.3...@requestnetwork/data-format@0.2.0) (2019-06-06) **Note:** Version bump only for package @requestnetwork/data-format - - - - - ## [0.1.1-alpha.11](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-format@0.1.1-alpha.3...@requestnetwork/data-format@0.1.1-alpha.11) (2019-05-21) **Note:** Version bump only for package @requestnetwork/data-format - - - - - ## [0.1.1-alpha.10](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-format@0.1.1-alpha.3...@requestnetwork/data-format@0.1.1-alpha.10) (2019-05-17) **Note:** Version bump only for package @requestnetwork/data-format - - - - - ## [0.1.1-alpha.9](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-format@0.1.1-alpha.3...@requestnetwork/data-format@0.1.1-alpha.9) (2019-05-10) **Note:** Version bump only for package @requestnetwork/data-format diff --git a/packages/data-format/src/format/rnf_invoice/README.md b/packages/data-format/src/format/rnf_invoice/README.md index b8d57db079..7dce763a64 100644 --- a/packages/data-format/src/format/rnf_invoice/README.md +++ b/packages/data-format/src/format/rnf_invoice/README.md @@ -83,7 +83,8 @@ _Payment terms_ | miscellaneous | object | Optional | Miscellaneous information | ## tax + | Name | Type | Need | Comment | -| ------ | -------| --------- | ---------------------------------------------------------------------------- | +| ------ | ------ | --------- | ---------------------------------------------------------------------------- | | type | string | Mandatory | tax type, can be "percentage" or "fixed" | -| amount | string | Mandatory | tax amount, either a percentage or an amount (integer in currency base unit) | \ No newline at end of file +| amount | string | Mandatory | tax amount, either a percentage or an amount (integer in currency base unit) | diff --git a/packages/data-format/src/format/rnf_invoice/rnf_invoice-0.0.3.json b/packages/data-format/src/format/rnf_invoice/rnf_invoice-0.0.3.json index fbcf126237..939ff22729 100644 --- a/packages/data-format/src/format/rnf_invoice/rnf_invoice-0.0.3.json +++ b/packages/data-format/src/format/rnf_invoice/rnf_invoice-0.0.3.json @@ -1,209 +1,209 @@ -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "description": "Request Network Format of an invoice", - "type": "object", - "additionalProperties": false, - "required": ["meta", "invoiceNumber", "creationDate", "invoiceItems"], - "properties": { - "meta": { - "description": "Meta information about the format", - "type": "object", - "additionalProperties": false, - "required": ["format", "version"], - "properties": { - "format": { - "const": "rnf_invoice" - }, - "version": { - "const": "0.0.3" - } - } - }, - "creationDate": { - "type": "string", - "format": "date-time" - }, - "invoiceNumber": { - "type": "string" - }, - "purchaseOrderId": { - "type": "string" - }, - "note": { - "type": "string" - }, - "terms": { - "type": "string" - }, - "sellerInfo": { - "description": "Seller information", - "type": "object", - "additionalProperties": false, - "properties": { - "email": { - "type": "string", - "format": "email" - }, - "firstName": { - "type": "string" - }, - "lastName": { - "type": "string" - }, - "businessName": { - "type": "string" - }, - "phone": { - "type": "string" - }, - "address": { - "$ref": "http://json-schema.org/address" - }, - "taxRegistration": { - "type": "string" - }, - "companyRegistration": { - "type": "string" - }, - "miscellaneous": { - "type": "object" - } - } - }, - "buyerInfo": { - "description": "Buyer information", - "type": "object", - "additionalProperties": false, - "properties": { - "email": { - "type": "string", - "format": "email" - }, - "firstName": { - "type": "string" - }, - "lastName": { - "type": "string" - }, - "businessName": { - "type": "string" - }, - "phone": { - "type": "string" - }, - "address": { - "$ref": "http://json-schema.org/address" - }, - "taxRegistration": { - "type": "string" - }, - "companyRegistration": { - "type": "string" - }, - "miscellaneous": { - "type": "object" - } - } - }, - "invoiceItems": { - "type": "array", - "items": { - "type": "object", - "additionalProperties": false, - "required": ["name", "quantity", "unitPrice", "tax", "currency"], - "properties": { - "name": { - "type": "string" - }, - "reference": { - "type": "string" - }, - "quantity": { - "type": "number", - "minimum": 0 - }, - "unitPrice": { - "type": "string", - "pattern": "^\\d+$" - }, - "discount": { - "type": "string", - "pattern": "^\\d+$" - }, - "tax": { - "description": "Tax information about the invoice", - "type": "object", - "additionalProperties": false, - "required": ["amount", "type"], - "properties": { - "amount": { - "type": "string" - }, - "type": { - "type": "string", - "enum": ["percentage", "fixed"] - } - }, - "if": { - "properties": { - "type": { - "const": "percentage" - } - } - }, - "then": { - "properties": { - "amount": { - "pattern": "^\\d*\\.?\\d+$" - } - } - }, - "else": { - "properties": { - "amount": { - "pattern": "^\\d+$" - } - } - } - }, - "currency": { - "type": "string", - "minLength": 2, - "maxLength": 6 - }, - "deliveryDate": { - "type": "string", - "format": "date-time" - }, - "deliveryPeriod": { - "type": "string" - } - } - } - }, - "paymentTerms": { - "description": "Payment terms", - "type": "object", - "additionalProperties": false, - "properties": { - "dueDate": { - "type": "string", - "format": "date-time" - }, - "lateFeesPercent": { - "type": "number" - }, - "lateFeesFix": { - "type": "string", - "pattern": "^\\d+$" - }, - "miscellaneous": { - "type": "object" - } - } - }, - "miscellaneous": { - "type": "object" - } - } -} +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "description": "Request Network Format of an invoice", + "type": "object", + "additionalProperties": false, + "required": ["meta", "invoiceNumber", "creationDate", "invoiceItems"], + "properties": { + "meta": { + "description": "Meta information about the format", + "type": "object", + "additionalProperties": false, + "required": ["format", "version"], + "properties": { + "format": { + "const": "rnf_invoice" + }, + "version": { + "const": "0.0.3" + } + } + }, + "creationDate": { + "type": "string", + "format": "date-time" + }, + "invoiceNumber": { + "type": "string" + }, + "purchaseOrderId": { + "type": "string" + }, + "note": { + "type": "string" + }, + "terms": { + "type": "string" + }, + "sellerInfo": { + "description": "Seller information", + "type": "object", + "additionalProperties": false, + "properties": { + "email": { + "type": "string", + "format": "email" + }, + "firstName": { + "type": "string" + }, + "lastName": { + "type": "string" + }, + "businessName": { + "type": "string" + }, + "phone": { + "type": "string" + }, + "address": { + "$ref": "http://json-schema.org/address" + }, + "taxRegistration": { + "type": "string" + }, + "companyRegistration": { + "type": "string" + }, + "miscellaneous": { + "type": "object" + } + } + }, + "buyerInfo": { + "description": "Buyer information", + "type": "object", + "additionalProperties": false, + "properties": { + "email": { + "type": "string", + "format": "email" + }, + "firstName": { + "type": "string" + }, + "lastName": { + "type": "string" + }, + "businessName": { + "type": "string" + }, + "phone": { + "type": "string" + }, + "address": { + "$ref": "http://json-schema.org/address" + }, + "taxRegistration": { + "type": "string" + }, + "companyRegistration": { + "type": "string" + }, + "miscellaneous": { + "type": "object" + } + } + }, + "invoiceItems": { + "type": "array", + "items": { + "type": "object", + "additionalProperties": false, + "required": ["name", "quantity", "unitPrice", "tax", "currency"], + "properties": { + "name": { + "type": "string" + }, + "reference": { + "type": "string" + }, + "quantity": { + "type": "number", + "minimum": 0 + }, + "unitPrice": { + "type": "string", + "pattern": "^\\d+$" + }, + "discount": { + "type": "string", + "pattern": "^\\d+$" + }, + "tax": { + "description": "Tax information about the invoice", + "type": "object", + "additionalProperties": false, + "required": ["amount", "type"], + "properties": { + "amount": { + "type": "string" + }, + "type": { + "type": "string", + "enum": ["percentage", "fixed"] + } + }, + "if": { + "properties": { + "type": { + "const": "percentage" + } + } + }, + "then": { + "properties": { + "amount": { + "pattern": "^\\d*\\.?\\d+$" + } + } + }, + "else": { + "properties": { + "amount": { + "pattern": "^\\d+$" + } + } + } + }, + "currency": { + "type": "string", + "minLength": 2, + "maxLength": 6 + }, + "deliveryDate": { + "type": "string", + "format": "date-time" + }, + "deliveryPeriod": { + "type": "string" + } + } + } + }, + "paymentTerms": { + "description": "Payment terms", + "type": "object", + "additionalProperties": false, + "properties": { + "dueDate": { + "type": "string", + "format": "date-time" + }, + "lateFeesPercent": { + "type": "number" + }, + "lateFeesFix": { + "type": "string", + "pattern": "^\\d+$" + }, + "miscellaneous": { + "type": "object" + } + } + }, + "miscellaneous": { + "type": "object" + } + } +} diff --git a/packages/data-format/test/data/example-invalid-0.0.3.json b/packages/data-format/test/data/example-invalid-0.0.3.json index 8138755680..dcf401240d 100644 --- a/packages/data-format/test/data/example-invalid-0.0.3.json +++ b/packages/data-format/test/data/example-invalid-0.0.3.json @@ -1,86 +1,86 @@ -{ - "meta": { - "format": "rnf_invoice", - "version": "0.0.3" - }, - - "creationDate": "2018-01-01T18:25:43.511Z", - "invoiceNumber": "123456789", - "purchaseOrderId": "987654321", - "note": "this is an example of invoice", - "terms": "there is no specific terms", - - "sellerInfo": { - "email": "jean.valjean@miserables.fr", - "firstName": "Jean", - "lastName": "Valjean", - "phone": "+33606060606", - "address": { - "locality": "Paris", - "postal-code": "F-75002", - "street-address": "38 avenue de l'Opera", - "country-name": "France" - }, - "miscellaneous": { - "aliases": ["Ultime Fauchelevent", "Urbain Fabre", "Prisoner 24601", "Prisoner 9430"] - } - }, - - "buyerInfo": { - "email": "javertlimited@detective.com", - "businessName": "Javert Limited", - "phone": "+16501123456", - "address": { - "locality": "Seattle", - "region": "WA", - "country-name": "United-State", - "postal-code": "98052", - "street-address": "20341 Whitworth Institute 405 N. Whitworth" - }, - "miscellaneous": { - "Occupation": ["Prison guard", "Police inspector", "Detective"] - } - }, - - "invoiceItems": [ - { - "name": "Candlestick", - "reference": "cs666", - "quantity": 2, - "unitPrice": 0.01, - "discount": 0.002, - "tax": { - "amount": "16.9", - "type": "percentage" - }, - "currency": "XTS", - "deliveryDate": "2019-01-01T18:25:43.511Z" - }, - { - "name": "handcuff", - "reference": "hc99", - "quantity": 1, - "unitPrice": 0.001, - "tax": { - "amount": "5.5", - "type": "percentage" - }, - "currency": "XTS", - "deliveryDate": "2019-01-01T18:25:43.511Z" - } - ], - - "paymentTerms": { - "dueDate": "2019-06-01T18:25:43.511Z", - "lateFeesPercent": 10, - "lateFeesFix": 0.01, - "miscellaneous": { - "note": "payment before chrismas" - } - }, - - "miscellaneous": { - "manufacturerCompany": "Victor Hugo & Co.", - "deliveryCompany": "Gavroche Express" - } -} \ No newline at end of file +{ + "meta": { + "format": "rnf_invoice", + "version": "0.0.3" + }, + + "creationDate": "2018-01-01T18:25:43.511Z", + "invoiceNumber": "123456789", + "purchaseOrderId": "987654321", + "note": "this is an example of invoice", + "terms": "there is no specific terms", + + "sellerInfo": { + "email": "jean.valjean@miserables.fr", + "firstName": "Jean", + "lastName": "Valjean", + "phone": "+33606060606", + "address": { + "locality": "Paris", + "postal-code": "F-75002", + "street-address": "38 avenue de l'Opera", + "country-name": "France" + }, + "miscellaneous": { + "aliases": ["Ultime Fauchelevent", "Urbain Fabre", "Prisoner 24601", "Prisoner 9430"] + } + }, + + "buyerInfo": { + "email": "javertlimited@detective.com", + "businessName": "Javert Limited", + "phone": "+16501123456", + "address": { + "locality": "Seattle", + "region": "WA", + "country-name": "United-State", + "postal-code": "98052", + "street-address": "20341 Whitworth Institute 405 N. Whitworth" + }, + "miscellaneous": { + "Occupation": ["Prison guard", "Police inspector", "Detective"] + } + }, + + "invoiceItems": [ + { + "name": "Candlestick", + "reference": "cs666", + "quantity": 2, + "unitPrice": 0.01, + "discount": 0.002, + "tax": { + "amount": "16.9", + "type": "percentage" + }, + "currency": "XTS", + "deliveryDate": "2019-01-01T18:25:43.511Z" + }, + { + "name": "handcuff", + "reference": "hc99", + "quantity": 1, + "unitPrice": 0.001, + "tax": { + "amount": "5.5", + "type": "percentage" + }, + "currency": "XTS", + "deliveryDate": "2019-01-01T18:25:43.511Z" + } + ], + + "paymentTerms": { + "dueDate": "2019-06-01T18:25:43.511Z", + "lateFeesPercent": 10, + "lateFeesFix": 0.01, + "miscellaneous": { + "note": "payment before chrismas" + } + }, + + "miscellaneous": { + "manufacturerCompany": "Victor Hugo & Co.", + "deliveryCompany": "Gavroche Express" + } +} diff --git a/packages/data-format/test/data/example-valid-0.0.3.json b/packages/data-format/test/data/example-valid-0.0.3.json index 9df48342f2..70306150c8 100644 --- a/packages/data-format/test/data/example-valid-0.0.3.json +++ b/packages/data-format/test/data/example-valid-0.0.3.json @@ -1,88 +1,88 @@ -{ - "meta": { - "format": "rnf_invoice", - "version": "0.0.3" - }, - - "creationDate": "2018-01-01T18:25:43.511Z", - "invoiceNumber": "123456789", - "purchaseOrderId": "987654321", - "note": "this is an example of invoice", - "terms": "there is no specific terms", - - "sellerInfo": { - "email": "jean.valjean@miserables.fr", - "firstName": "Jean", - "lastName": "Valjean", - "phone": "+33606060606", - "address": { - "locality": "Paris", - "postal-code": "F-75002", - "street-address": "38 avenue de l'Opera", - "country-name": "France" - }, - "companyRegistration": "187 579 453", - "miscellaneous": { - "aliases": ["Ultime Fauchelevent", "Urbain Fabre", "Prisoner 24601", "Prisoner 9430"] - } - }, - - "buyerInfo": { - "email": "javertlimited@detective.com", - "businessName": "Javert Limited", - "phone": "+16501123456", - "address": { - "locality": "Seattle", - "region": "WA", - "country-name": "United-State", - "postal-code": "98052", - "street-address": "20341 Whitworth Institute 405 N. Whitworth" - }, - "companyRegistration": "147515605", - "miscellaneous": { - "Occupation": ["Prison guard", "Police inspector", "Detective"] - } - }, - - "invoiceItems": [ - { - "name": "Candlestick", - "reference": "cs666", - "quantity": 2, - "unitPrice": "100", - "discount": "01", - "tax": { - "amount": "19.9", - "type": "percentage" - }, - "currency": "XT", - "deliveryDate": "2019-01-01T18:25:43.511Z" - }, - { - "name": "handcuff", - "reference": "hc99", - "quantity": 1, - "unitPrice": "1234", - "tax": { - "amount": "5.5", - "type": "percentage" - }, - "currency": "XTSS", - "deliveryDate": "2019-01-01T18:25:43.511Z" - } - ], - - "paymentTerms": { - "dueDate": "2019-06-01T18:25:43.511Z", - "lateFeesPercent": 10, - "lateFeesFix": "1", - "miscellaneous": { - "note": "payment before chrismas" - } - }, - - "miscellaneous": { - "manufacturerCompany": "Victor Hugo & Co.", - "deliveryCompany": "Gavroche Express" - } -} +{ + "meta": { + "format": "rnf_invoice", + "version": "0.0.3" + }, + + "creationDate": "2018-01-01T18:25:43.511Z", + "invoiceNumber": "123456789", + "purchaseOrderId": "987654321", + "note": "this is an example of invoice", + "terms": "there is no specific terms", + + "sellerInfo": { + "email": "jean.valjean@miserables.fr", + "firstName": "Jean", + "lastName": "Valjean", + "phone": "+33606060606", + "address": { + "locality": "Paris", + "postal-code": "F-75002", + "street-address": "38 avenue de l'Opera", + "country-name": "France" + }, + "companyRegistration": "187 579 453", + "miscellaneous": { + "aliases": ["Ultime Fauchelevent", "Urbain Fabre", "Prisoner 24601", "Prisoner 9430"] + } + }, + + "buyerInfo": { + "email": "javertlimited@detective.com", + "businessName": "Javert Limited", + "phone": "+16501123456", + "address": { + "locality": "Seattle", + "region": "WA", + "country-name": "United-State", + "postal-code": "98052", + "street-address": "20341 Whitworth Institute 405 N. Whitworth" + }, + "companyRegistration": "147515605", + "miscellaneous": { + "Occupation": ["Prison guard", "Police inspector", "Detective"] + } + }, + + "invoiceItems": [ + { + "name": "Candlestick", + "reference": "cs666", + "quantity": 2, + "unitPrice": "100", + "discount": "01", + "tax": { + "amount": "19.9", + "type": "percentage" + }, + "currency": "XT", + "deliveryDate": "2019-01-01T18:25:43.511Z" + }, + { + "name": "handcuff", + "reference": "hc99", + "quantity": 1, + "unitPrice": "1234", + "tax": { + "amount": "5.5", + "type": "percentage" + }, + "currency": "XTSS", + "deliveryDate": "2019-01-01T18:25:43.511Z" + } + ], + + "paymentTerms": { + "dueDate": "2019-06-01T18:25:43.511Z", + "lateFeesPercent": 10, + "lateFeesFix": "1", + "miscellaneous": { + "note": "payment before chrismas" + } + }, + + "miscellaneous": { + "manufacturerCompany": "Victor Hugo & Co.", + "deliveryCompany": "Gavroche Express" + } +} diff --git a/packages/docs/.gitignore b/packages/docs/.gitignore deleted file mode 100755 index a38f266d25..0000000000 --- a/packages/docs/.gitignore +++ /dev/null @@ -1,26 +0,0 @@ -# Dependencies -/node_modules - -# Production -/build - -# Generated files -.docusaurus -.cache-loader -docs/client/** -docs/guides/4-request-payment/1-multisig.md -docs/guides/5-request-client/2-erc20-payment-detection.md -docs/guides/5-request-client/3-eth-payment-detection.md -docs/guides/5-request-client/4-btc-payment-detection.md -docs/guides/5-request-client/5-declarative-payment-network.md - -# Misc -.DS_Store -.env.local -.env.development.local -.env.test.local -.env.production.local - -npm-debug.log* -yarn-debug.log* -yarn-error.log* diff --git a/packages/docs/CHANGELOG.md b/packages/docs/CHANGELOG.md index 41298a9a9d..0924acff60 100644 --- a/packages/docs/CHANGELOG.md +++ b/packages/docs/CHANGELOG.md @@ -5,531 +5,296 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # [0.10.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/docs@0.1.16...@requestnetwork/docs@0.10.0) (2021-06-22) - ### Bug Fixes -* invoice total types + upgrade ethers ([#514](https://github.com/RequestNetwork/requestNetwork/issues/514)) ([c2b98b2](https://github.com/RequestNetwork/requestNetwork/commit/c2b98b2bd3c93f063f340d58c6b95ad026fd9519)) - +- invoice total types + upgrade ethers ([#514](https://github.com/RequestNetwork/requestNetwork/issues/514)) ([c2b98b2](https://github.com/RequestNetwork/requestNetwork/commit/c2b98b2bd3c93f063f340d58c6b95ad026fd9519)) ### Features -* OLY token & extra token cleanup ([#500](https://github.com/RequestNetwork/requestNetwork/issues/500)) ([93a1037](https://github.com/RequestNetwork/requestNetwork/commit/93a1037f7c6b8ff0ae45708c9c9b2c8ddd32ceae)) -* update token list ([#384](https://github.com/RequestNetwork/requestNetwork/issues/384)) ([4913626](https://github.com/RequestNetwork/requestNetwork/commit/4913626c74458e17c27b1b21e2a7f4937fe2e841)) - - - - +- OLY token & extra token cleanup ([#500](https://github.com/RequestNetwork/requestNetwork/issues/500)) ([93a1037](https://github.com/RequestNetwork/requestNetwork/commit/93a1037f7c6b8ff0ae45708c9c9b2c8ddd32ceae)) +- update token list ([#384](https://github.com/RequestNetwork/requestNetwork/issues/384)) ([4913626](https://github.com/RequestNetwork/requestNetwork/commit/4913626c74458e17c27b1b21e2a7f4937fe2e841)) # [0.9.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/docs@0.1.16...@requestnetwork/docs@0.9.0) (2021-05-12) - ### Features -* OLY token & extra token cleanup ([#500](https://github.com/RequestNetwork/requestNetwork/issues/500)) ([93a1037](https://github.com/RequestNetwork/requestNetwork/commit/93a1037f7c6b8ff0ae45708c9c9b2c8ddd32ceae)) -* update token list ([#384](https://github.com/RequestNetwork/requestNetwork/issues/384)) ([4913626](https://github.com/RequestNetwork/requestNetwork/commit/4913626c74458e17c27b1b21e2a7f4937fe2e841)) - - - - +- OLY token & extra token cleanup ([#500](https://github.com/RequestNetwork/requestNetwork/issues/500)) ([93a1037](https://github.com/RequestNetwork/requestNetwork/commit/93a1037f7c6b8ff0ae45708c9c9b2c8ddd32ceae)) +- update token list ([#384](https://github.com/RequestNetwork/requestNetwork/issues/384)) ([4913626](https://github.com/RequestNetwork/requestNetwork/commit/4913626c74458e17c27b1b21e2a7f4937fe2e841)) # [0.8.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/docs@0.1.16...@requestnetwork/docs@0.8.0) (2021-04-19) - ### Features -* update token list ([#384](https://github.com/RequestNetwork/requestNetwork/issues/384)) ([4913626](https://github.com/RequestNetwork/requestNetwork/commit/4913626c74458e17c27b1b21e2a7f4937fe2e841)) - - - - +- update token list ([#384](https://github.com/RequestNetwork/requestNetwork/issues/384)) ([4913626](https://github.com/RequestNetwork/requestNetwork/commit/4913626c74458e17c27b1b21e2a7f4937fe2e841)) # [0.7.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/docs@0.1.16...@requestnetwork/docs@0.7.0) (2021-03-25) - ### Features -* update token list ([#384](https://github.com/RequestNetwork/requestNetwork/issues/384)) ([4913626](https://github.com/RequestNetwork/requestNetwork/commit/4913626c74458e17c27b1b21e2a7f4937fe2e841)) - - - - +- update token list ([#384](https://github.com/RequestNetwork/requestNetwork/issues/384)) ([4913626](https://github.com/RequestNetwork/requestNetwork/commit/4913626c74458e17c27b1b21e2a7f4937fe2e841)) # [0.6.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/docs@0.1.16...@requestnetwork/docs@0.6.0) (2021-03-15) - ### Features -* update token list ([#384](https://github.com/RequestNetwork/requestNetwork/issues/384)) ([4913626](https://github.com/RequestNetwork/requestNetwork/commit/4913626c74458e17c27b1b21e2a7f4937fe2e841)) - - - - +- update token list ([#384](https://github.com/RequestNetwork/requestNetwork/issues/384)) ([4913626](https://github.com/RequestNetwork/requestNetwork/commit/4913626c74458e17c27b1b21e2a7f4937fe2e841)) # [0.5.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/docs@0.1.16...@requestnetwork/docs@0.5.0) (2021-03-03) - ### Features -* update token list ([#384](https://github.com/RequestNetwork/requestNetwork/issues/384)) ([4913626](https://github.com/RequestNetwork/requestNetwork/commit/4913626c74458e17c27b1b21e2a7f4937fe2e841)) - - - - +- update token list ([#384](https://github.com/RequestNetwork/requestNetwork/issues/384)) ([4913626](https://github.com/RequestNetwork/requestNetwork/commit/4913626c74458e17c27b1b21e2a7f4937fe2e841)) # [0.4.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/docs@0.1.16...@requestnetwork/docs@0.4.0) (2021-02-22) - ### Features -* update token list ([#384](https://github.com/RequestNetwork/requestNetwork/issues/384)) ([4913626](https://github.com/RequestNetwork/requestNetwork/commit/4913626c74458e17c27b1b21e2a7f4937fe2e841)) - - - - +- update token list ([#384](https://github.com/RequestNetwork/requestNetwork/issues/384)) ([4913626](https://github.com/RequestNetwork/requestNetwork/commit/4913626c74458e17c27b1b21e2a7f4937fe2e841)) # [0.3.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/docs@0.1.16...@requestnetwork/docs@0.3.0) (2020-12-22) - ### Features -* update token list ([#384](https://github.com/RequestNetwork/requestNetwork/issues/384)) ([4913626](https://github.com/RequestNetwork/requestNetwork/commit/4913626c74458e17c27b1b21e2a7f4937fe2e841)) - - - - +- update token list ([#384](https://github.com/RequestNetwork/requestNetwork/issues/384)) ([4913626](https://github.com/RequestNetwork/requestNetwork/commit/4913626c74458e17c27b1b21e2a7f4937fe2e841)) # [0.2.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/docs@0.1.16...@requestnetwork/docs@0.2.0) (2020-12-21) - ### Features -* update token list ([#384](https://github.com/RequestNetwork/requestNetwork/issues/384)) ([4913626](https://github.com/RequestNetwork/requestNetwork/commit/4913626c74458e17c27b1b21e2a7f4937fe2e841)) - - - - +- update token list ([#384](https://github.com/RequestNetwork/requestNetwork/issues/384)) ([4913626](https://github.com/RequestNetwork/requestNetwork/commit/4913626c74458e17c27b1b21e2a7f4937fe2e841)) ## 0.1.16 (2020-12-02) - - # 0.26.0 (2020-10-14) - - # 0.22.0 (2020-09-18) - ### Bug Fixes -* **docs:** fix missing buffer ([#308](https://github.com/RequestNetwork/requestNetwork/issues/308)) ([b783442](https://github.com/RequestNetwork/requestNetwork/commit/b783442275966f1b7cbdc404d9e3ef4bad9735ca)) - - +- **docs:** fix missing buffer ([#308](https://github.com/RequestNetwork/requestNetwork/issues/308)) ([b783442](https://github.com/RequestNetwork/requestNetwork/commit/b783442275966f1b7cbdc404d9e3ef4bad9735ca)) # 0.19.0 (2020-08-13) - - # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - ### Bug Fixes -* fix docs dependencies ([#184](https://github.com/RequestNetwork/requestNetwork/issues/184)) ([b0f16be](https://github.com/RequestNetwork/requestNetwork/commit/b0f16be77d4bfa828b5e23648e9b161a4d2c80cf)) - - - - +- fix docs dependencies ([#184](https://github.com/RequestNetwork/requestNetwork/issues/184)) ([b0f16be](https://github.com/RequestNetwork/requestNetwork/commit/b0f16be77d4bfa828b5e23648e9b161a4d2c80cf)) ## 0.1.15 (2020-11-12) - - # 0.26.0 (2020-10-14) - - # 0.22.0 (2020-09-18) - ### Bug Fixes -* **docs:** fix missing buffer ([#308](https://github.com/RequestNetwork/requestNetwork/issues/308)) ([b783442](https://github.com/RequestNetwork/requestNetwork/commit/b783442275966f1b7cbdc404d9e3ef4bad9735ca)) - - +- **docs:** fix missing buffer ([#308](https://github.com/RequestNetwork/requestNetwork/issues/308)) ([b783442](https://github.com/RequestNetwork/requestNetwork/commit/b783442275966f1b7cbdc404d9e3ef4bad9735ca)) # 0.19.0 (2020-08-13) - - # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - ### Bug Fixes -* fix docs dependencies ([#184](https://github.com/RequestNetwork/requestNetwork/issues/184)) ([b0f16be](https://github.com/RequestNetwork/requestNetwork/commit/b0f16be77d4bfa828b5e23648e9b161a4d2c80cf)) - - - - +- fix docs dependencies ([#184](https://github.com/RequestNetwork/requestNetwork/issues/184)) ([b0f16be](https://github.com/RequestNetwork/requestNetwork/commit/b0f16be77d4bfa828b5e23648e9b161a4d2c80cf)) ## 0.1.14 (2020-11-05) - - # 0.26.0 (2020-10-14) - - # 0.22.0 (2020-09-18) - ### Bug Fixes -* **docs:** fix missing buffer ([#308](https://github.com/RequestNetwork/requestNetwork/issues/308)) ([b783442](https://github.com/RequestNetwork/requestNetwork/commit/b783442275966f1b7cbdc404d9e3ef4bad9735ca)) - - +- **docs:** fix missing buffer ([#308](https://github.com/RequestNetwork/requestNetwork/issues/308)) ([b783442](https://github.com/RequestNetwork/requestNetwork/commit/b783442275966f1b7cbdc404d9e3ef4bad9735ca)) # 0.19.0 (2020-08-13) - - # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - ### Bug Fixes -* fix docs dependencies ([#184](https://github.com/RequestNetwork/requestNetwork/issues/184)) ([b0f16be](https://github.com/RequestNetwork/requestNetwork/commit/b0f16be77d4bfa828b5e23648e9b161a4d2c80cf)) - - - - +- fix docs dependencies ([#184](https://github.com/RequestNetwork/requestNetwork/issues/184)) ([b0f16be](https://github.com/RequestNetwork/requestNetwork/commit/b0f16be77d4bfa828b5e23648e9b161a4d2c80cf)) ## 0.1.13 (2020-10-21) - - # 0.26.0 (2020-10-14) - - # 0.22.0 (2020-09-18) - ### Bug Fixes -* **docs:** fix missing buffer ([#308](https://github.com/RequestNetwork/requestNetwork/issues/308)) ([b783442](https://github.com/RequestNetwork/requestNetwork/commit/b783442275966f1b7cbdc404d9e3ef4bad9735ca)) - - +- **docs:** fix missing buffer ([#308](https://github.com/RequestNetwork/requestNetwork/issues/308)) ([b783442](https://github.com/RequestNetwork/requestNetwork/commit/b783442275966f1b7cbdc404d9e3ef4bad9735ca)) # 0.19.0 (2020-08-13) - - # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - ### Bug Fixes -* fix docs dependencies ([#184](https://github.com/RequestNetwork/requestNetwork/issues/184)) ([b0f16be](https://github.com/RequestNetwork/requestNetwork/commit/b0f16be77d4bfa828b5e23648e9b161a4d2c80cf)) - - - - +- fix docs dependencies ([#184](https://github.com/RequestNetwork/requestNetwork/issues/184)) ([b0f16be](https://github.com/RequestNetwork/requestNetwork/commit/b0f16be77d4bfa828b5e23648e9b161a4d2c80cf)) ## 0.1.12 (2020-10-14) - - # 0.22.0 (2020-09-18) - ### Bug Fixes -* **docs:** fix missing buffer ([#308](https://github.com/RequestNetwork/requestNetwork/issues/308)) ([b783442](https://github.com/RequestNetwork/requestNetwork/commit/b783442275966f1b7cbdc404d9e3ef4bad9735ca)) - - +- **docs:** fix missing buffer ([#308](https://github.com/RequestNetwork/requestNetwork/issues/308)) ([b783442](https://github.com/RequestNetwork/requestNetwork/commit/b783442275966f1b7cbdc404d9e3ef4bad9735ca)) # 0.19.0 (2020-08-13) - - # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - ### Bug Fixes -* fix docs dependencies ([#184](https://github.com/RequestNetwork/requestNetwork/issues/184)) ([b0f16be](https://github.com/RequestNetwork/requestNetwork/commit/b0f16be77d4bfa828b5e23648e9b161a4d2c80cf)) - - - - +- fix docs dependencies ([#184](https://github.com/RequestNetwork/requestNetwork/issues/184)) ([b0f16be](https://github.com/RequestNetwork/requestNetwork/commit/b0f16be77d4bfa828b5e23648e9b161a4d2c80cf)) ## 0.1.11 (2020-10-13) - - # 0.22.0 (2020-09-18) - ### Bug Fixes -* **docs:** fix missing buffer ([#308](https://github.com/RequestNetwork/requestNetwork/issues/308)) ([b783442](https://github.com/RequestNetwork/requestNetwork/commit/b783442275966f1b7cbdc404d9e3ef4bad9735ca)) - - +- **docs:** fix missing buffer ([#308](https://github.com/RequestNetwork/requestNetwork/issues/308)) ([b783442](https://github.com/RequestNetwork/requestNetwork/commit/b783442275966f1b7cbdc404d9e3ef4bad9735ca)) # 0.19.0 (2020-08-13) - - # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - ### Bug Fixes -* fix docs dependencies ([#184](https://github.com/RequestNetwork/requestNetwork/issues/184)) ([b0f16be](https://github.com/RequestNetwork/requestNetwork/commit/b0f16be77d4bfa828b5e23648e9b161a4d2c80cf)) - - - - +- fix docs dependencies ([#184](https://github.com/RequestNetwork/requestNetwork/issues/184)) ([b0f16be](https://github.com/RequestNetwork/requestNetwork/commit/b0f16be77d4bfa828b5e23648e9b161a4d2c80cf)) ## 0.1.10 (2020-10-09) - - # 0.22.0 (2020-09-18) - ### Bug Fixes -* **docs:** fix missing buffer ([#308](https://github.com/RequestNetwork/requestNetwork/issues/308)) ([b783442](https://github.com/RequestNetwork/requestNetwork/commit/b783442275966f1b7cbdc404d9e3ef4bad9735ca)) - - +- **docs:** fix missing buffer ([#308](https://github.com/RequestNetwork/requestNetwork/issues/308)) ([b783442](https://github.com/RequestNetwork/requestNetwork/commit/b783442275966f1b7cbdc404d9e3ef4bad9735ca)) # 0.19.0 (2020-08-13) - - # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - ### Bug Fixes -* fix docs dependencies ([#184](https://github.com/RequestNetwork/requestNetwork/issues/184)) ([b0f16be](https://github.com/RequestNetwork/requestNetwork/commit/b0f16be77d4bfa828b5e23648e9b161a4d2c80cf)) - - - - +- fix docs dependencies ([#184](https://github.com/RequestNetwork/requestNetwork/issues/184)) ([b0f16be](https://github.com/RequestNetwork/requestNetwork/commit/b0f16be77d4bfa828b5e23648e9b161a4d2c80cf)) ## 0.1.9 (2020-09-28) - - # 0.22.0 (2020-09-18) - ### Bug Fixes -* **docs:** fix missing buffer ([#308](https://github.com/RequestNetwork/requestNetwork/issues/308)) ([b783442](https://github.com/RequestNetwork/requestNetwork/commit/b783442275966f1b7cbdc404d9e3ef4bad9735ca)) - - +- **docs:** fix missing buffer ([#308](https://github.com/RequestNetwork/requestNetwork/issues/308)) ([b783442](https://github.com/RequestNetwork/requestNetwork/commit/b783442275966f1b7cbdc404d9e3ef4bad9735ca)) # 0.19.0 (2020-08-13) - - # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - ### Bug Fixes -* fix docs dependencies ([#184](https://github.com/RequestNetwork/requestNetwork/issues/184)) ([b0f16be](https://github.com/RequestNetwork/requestNetwork/commit/b0f16be77d4bfa828b5e23648e9b161a4d2c80cf)) - - - - +- fix docs dependencies ([#184](https://github.com/RequestNetwork/requestNetwork/issues/184)) ([b0f16be](https://github.com/RequestNetwork/requestNetwork/commit/b0f16be77d4bfa828b5e23648e9b161a4d2c80cf)) ## 0.1.8 (2020-09-18) - ### Bug Fixes -* **docs:** fix missing buffer ([#308](https://github.com/RequestNetwork/requestNetwork/issues/308)) ([b783442](https://github.com/RequestNetwork/requestNetwork/commit/b783442275966f1b7cbdc404d9e3ef4bad9735ca)) - - +- **docs:** fix missing buffer ([#308](https://github.com/RequestNetwork/requestNetwork/issues/308)) ([b783442](https://github.com/RequestNetwork/requestNetwork/commit/b783442275966f1b7cbdc404d9e3ef4bad9735ca)) # 0.19.0 (2020-08-13) - - # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - ### Bug Fixes -* fix docs dependencies ([#184](https://github.com/RequestNetwork/requestNetwork/issues/184)) ([b0f16be](https://github.com/RequestNetwork/requestNetwork/commit/b0f16be77d4bfa828b5e23648e9b161a4d2c80cf)) - - - - +- fix docs dependencies ([#184](https://github.com/RequestNetwork/requestNetwork/issues/184)) ([b0f16be](https://github.com/RequestNetwork/requestNetwork/commit/b0f16be77d4bfa828b5e23648e9b161a4d2c80cf)) ## 0.1.7 (2020-09-01) - - # 0.19.0 (2020-08-13) - - # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - ### Bug Fixes -* fix docs dependencies ([#184](https://github.com/RequestNetwork/requestNetwork/issues/184)) ([b0f16be](https://github.com/RequestNetwork/requestNetwork/commit/b0f16be77d4bfa828b5e23648e9b161a4d2c80cf)) - - - - +- fix docs dependencies ([#184](https://github.com/RequestNetwork/requestNetwork/issues/184)) ([b0f16be](https://github.com/RequestNetwork/requestNetwork/commit/b0f16be77d4bfa828b5e23648e9b161a4d2c80cf)) ## 0.1.6 (2020-08-27) - - # 0.19.0 (2020-08-13) - - # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - ### Bug Fixes -* fix docs dependencies ([#184](https://github.com/RequestNetwork/requestNetwork/issues/184)) ([b0f16be](https://github.com/RequestNetwork/requestNetwork/commit/b0f16be77d4bfa828b5e23648e9b161a4d2c80cf)) - - - - +- fix docs dependencies ([#184](https://github.com/RequestNetwork/requestNetwork/issues/184)) ([b0f16be](https://github.com/RequestNetwork/requestNetwork/commit/b0f16be77d4bfa828b5e23648e9b161a4d2c80cf)) ## 0.1.5 (2020-08-13) - - # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - ### Bug Fixes -* fix docs dependencies ([#184](https://github.com/RequestNetwork/requestNetwork/issues/184)) ([b0f16be](https://github.com/RequestNetwork/requestNetwork/commit/b0f16be77d4bfa828b5e23648e9b161a4d2c80cf)) - - - - +- fix docs dependencies ([#184](https://github.com/RequestNetwork/requestNetwork/issues/184)) ([b0f16be](https://github.com/RequestNetwork/requestNetwork/commit/b0f16be77d4bfa828b5e23648e9b161a4d2c80cf)) ## 0.1.4 (2020-06-29) - - # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - ### Bug Fixes -* fix docs dependencies ([#184](https://github.com/RequestNetwork/requestNetwork/issues/184)) ([b0f16be](https://github.com/RequestNetwork/requestNetwork/commit/b0f16be77d4bfa828b5e23648e9b161a4d2c80cf)) - - - - +- fix docs dependencies ([#184](https://github.com/RequestNetwork/requestNetwork/issues/184)) ([b0f16be](https://github.com/RequestNetwork/requestNetwork/commit/b0f16be77d4bfa828b5e23648e9b161a4d2c80cf)) ## 0.1.3 (2020-05-04) - - # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - ### Bug Fixes -* fix docs dependencies ([#184](https://github.com/RequestNetwork/requestNetwork/issues/184)) ([b0f16be](https://github.com/RequestNetwork/requestNetwork/commit/b0f16be77d4bfa828b5e23648e9b161a4d2c80cf)) - - - - +- fix docs dependencies ([#184](https://github.com/RequestNetwork/requestNetwork/issues/184)) ([b0f16be](https://github.com/RequestNetwork/requestNetwork/commit/b0f16be77d4bfa828b5e23648e9b161a4d2c80cf)) ## 0.1.2 (2020-04-21) - - # 0.15.0 (2020-04-06) - ### Bug Fixes -* fix docs dependencies ([#184](https://github.com/RequestNetwork/requestNetwork/issues/184)) ([b0f16be](https://github.com/RequestNetwork/requestNetwork/commit/b0f16be77d4bfa828b5e23648e9b161a4d2c80cf)) - - - - +- fix docs dependencies ([#184](https://github.com/RequestNetwork/requestNetwork/issues/184)) ([b0f16be](https://github.com/RequestNetwork/requestNetwork/commit/b0f16be77d4bfa828b5e23648e9b161a4d2c80cf)) ## 0.1.1 (2020-04-06) - ### Bug Fixes -* fix docs dependencies ([#184](https://github.com/RequestNetwork/requestNetwork/issues/184)) ([b0f16be](https://github.com/RequestNetwork/requestNetwork/commit/b0f16be77d4bfa828b5e23648e9b161a4d2c80cf)) +- fix docs dependencies ([#184](https://github.com/RequestNetwork/requestNetwork/issues/184)) ([b0f16be](https://github.com/RequestNetwork/requestNetwork/commit/b0f16be77d4bfa828b5e23648e9b161a4d2c80cf)) diff --git a/packages/docs/docs/guides/3-Portal-API/3-create-an-invoice.md b/packages/docs/docs/guides/3-Portal-API/3-create-an-invoice.md index 628990eec2..5236506e27 100644 --- a/packages/docs/docs/guides/3-Portal-API/3-create-an-invoice.md +++ b/packages/docs/docs/guides/3-Portal-API/3-create-an-invoice.md @@ -27,12 +27,12 @@ This is useful to manage collaborators salaries. To summarize: -| | Request | Invoice | -|---------------------|:-------------:|:-------------:| -| Portal API endpoint | `/requests` | `/invoices` | +| | Request | Invoice | +| ------------------- | :------------------------------------: | :-----------------------------------------------------------------: | +| Portal API endpoint | `/requests` | `/invoices` | | Schema | `contentData`
not validated by API | Invoices extend requests
`contentData` schema validated by API | -| Automation | ✖️ | ✔ ️ | -| Recurrence | ✖️ | ✔ | +| Automation | ✖️ | ✔ ️ | +| Recurrence | ✖️ | ✔ | ## Introduction @@ -124,10 +124,7 @@ In the body part you can use the following example and replace the data accordin // see https://api.request.network/currency for a list of currencies "paymentCurrency": "USDC-matic", // optional, you can add several tags to the invoice - "tags": [ - "project1", - "businessUnit3" - ] + "tags": ["project1", "businessUnit3"] } ``` @@ -136,7 +133,7 @@ You will need it in the next section. ### Convert the Off-Chain Invoice Into an On-Chain Request -Use the following endpoint to convert the previously created off-chain invoice to an on-chain Request: +Use the following endpoint to convert the previously created off-chain invoice to an on-chain Request: `POST https://api.request.network/invoices/[id]` @@ -160,6 +157,7 @@ Replace `[id]` with the ID of the invoice, or the ID of the Request `requestId`. You can check the `status` field of the JSON response. The different statuses of an invoice are the following: + - `draft` - `pending` - `scheduled` diff --git a/packages/docs/docs/guides/3-Portal-API/4-api-encryption.md b/packages/docs/docs/guides/3-Portal-API/4-api-encryption.md index ef2fd239c0..6559cf4e50 100644 --- a/packages/docs/docs/guides/3-Portal-API/4-api-encryption.md +++ b/packages/docs/docs/guides/3-Portal-API/4-api-encryption.md @@ -3,7 +3,6 @@ title: Encryption with the API sidebar_label: Encryption with the API keywords: [Request, encryption, API] description: Learn how to integrate Request network and its features. - --- # About encryption @@ -12,7 +11,7 @@ By default, anything you store on Request can be read by anyone. That might be w To give you control over this, the Request Protocol supports end-to-end encryption. It means that no one outside of a request stakeholder (usually, its payer and payee) can read its information. -Request Portal API, however, **do not** offer end-to-end encryption, but **does** allow you to remove public access. +Request Portal API, however, **do not** offer end-to-end encryption, but **does** allow you to remove public access. What it means is that your request would be stored encrypted on the Network (Ethereum + IPFS) but we, at Request, could have access to the request data. :::info @@ -22,42 +21,45 @@ We are planning to withdraw our own access to any encrypted data to provide end- If end-to-end encryption is paramount for your usage, we recommend you use the [Request Client](../5-request-client/0-intro.md) instead of the Portal API. ::: - # Handle encrypted requests ## Create an encrypted request -Creating an encrypted request with the API is very easy. You simply have to add `encrypted: true` to the payload. +Creating an encrypted request with the API is very easy. You simply have to add `encrypted: true` to the payload. ```javascript -const apiKey = "YOUR_API_KEY"; -await axios.post(`https://api.request.network/requests/`,{ +const apiKey = 'YOUR_API_KEY'; +await axios.post( + `https://api.request.network/requests/`, + { currency: 'EUR', - expectedAmount: "1000", + expectedAmount: '1000', payment: { type: 'declarative', - value: {} + value: {}, }, payer: { type: 'email', - value: 'foo@bar.com' + value: 'foo@bar.com', }, - encrypted: true + encrypted: true, }, { headers: { - Authorization: apiKey - } - }) + Authorization: apiKey, + }, + }, +); ``` ## Specify the stakeholders + By default, you, as payee and creator of a request, will always be granted with Read access to the request. -If you specify a Payer that is also using Request Portal API, they will be given access to the request as well. +If you specify a Payer that is also using Request Portal API, they will be given access to the request as well. For other cases (Payer not using the API, third party access), you can specify as many public keys as you want to the `stakeholders` field. To know more about the public key format, please refer to [this page](https://github.com/RequestNetwork/requestNetwork/blob/master/packages/transaction-manager/specs/encryption.md). - ## Request decryption + Reading encrypted requests is the same as non-encrypted ones, the API handles the decryption for you! This applies only if the request was created through the API; if it was created outside of the API, an encrypted request will not be found on the API. diff --git a/packages/docs/docs/guides/4-request-payment/0-intro.md b/packages/docs/docs/guides/4-request-payment/0-intro.md index bf58ab4e1c..6f2659f680 100644 --- a/packages/docs/docs/guides/4-request-payment/0-intro.md +++ b/packages/docs/docs/guides/4-request-payment/0-intro.md @@ -2,28 +2,26 @@ title: Pay a request keywords: [Request payment library] description: Learn how to integrate Request network and its features. - --- - ## Introduction -In the previous sections, you have learned how to create a request for payment. We will now explain to you how to pay it. +In the previous sections, you have learned how to create a request for payment. We will now explain to you how to pay it. This section is useful if: -* You plan to embed request payment features like a Pay button -* You want to test the payment stage of requests you create -The payment of a request depends on its [payment network](../5-request-client/1-payment-networks.md#types-of-payment-network): +- You plan to embed request payment features like a Pay button +- You want to test the payment stage of requests you create + +The payment of a request depends on its [payment network](../5-request-client/1-payment-networks.md#types-of-payment-network): - Address-based payment networks (available for BTC and ERC20) don't have any specific requirement: any payment sent to the specified address will be considered a payment of this request. Never re-use an address! - Input data payment networks (ETH only) simply requires you to specify the [Payment Reference](https://github.com/RequestNetwork/requestNetwork/blob/master/packages/advanced-logic/specs/payment-network-eth-input-data-0.2.0.md#description) in the data of the transaction. - Proxy payment networks (ETH and ERC20) require you to call a smart contract method that forwards the payment. -To simplify the payment procedures of the various payment networks, you can use the dedicated library, [@requestnetwork/payment-processor](https://www.npmjs.com/package/@requestnetwork/payment-processor). +To simplify the payment procedures of the various payment networks, you can use the dedicated library, [@requestnetwork/payment-processor](https://www.npmjs.com/package/@requestnetwork/payment-processor). On top of calculating the Payment Reference and handling the transaction for you, it provides a few utilities to ensure the user meets all requirements to pay the request (enough funds for example) - ## About the payment-processor library ### Install @@ -34,18 +32,17 @@ npm install @requestnetwork/payment-processor yarn add @requestnetwork/payment-processor ``` - ### Usage #### ETH request ```typescript -import { hasSufficientFunds, payRequest } from "@requestnetwork/payment-processor"; +import { hasSufficientFunds, payRequest } from '@requestnetwork/payment-processor'; const requestNetwork = new RequestNetwork(); // usually, the connected account. -const account = "[WALLET_ADDRESS]"; +const account = '[WALLET_ADDRESS]'; const request = await requestNetwork.fromRequestId('[REQUEST_ID]'); const requestData = request.getData(); @@ -55,21 +52,23 @@ if (!(await hasSufficientFunds(requestData, account))) { const tx = await payRequest(requestData); await tx.wait(1); ``` + :::info For Rinkeby testing The request currency should be `ETH-rinkeby`. ::: #### ERC20 request + ```typescript import { approveErc20, hasErc20Approval, hasSufficientFunds, - payRequest -} from "@requestnetwork/payment-processor"; + payRequest, +} from '@requestnetwork/payment-processor'; // usually, the connected account. -const account = "[WALLET_ADDRESS]"; +const account = '[WALLET_ADDRESS]'; const requestNetwork = new RequestNetwork(); @@ -89,4 +88,3 @@ await tx.wait(1); :::info About ERC20 Contract Approval Because an ERC20 transaction cannot contain input data, we need to go through a smart contract to document the payment. The user must allow this contract to spend tokens on its behalf. Read more [here](https://medium.com/ethex-market/erc20-approve-allow-explained-88d6de921ce9) ::: - diff --git a/packages/docs/docs/guides/5-request-client/6-signature-provider.md b/packages/docs/docs/guides/5-request-client/6-signature-provider.md index b17842104c..e293092f31 100644 --- a/packages/docs/docs/guides/5-request-client/6-signature-provider.md +++ b/packages/docs/docs/guides/5-request-client/6-signature-provider.md @@ -129,8 +129,7 @@ type IWalletIdDictionary = Map; /** * Implementation of the signature provider for my wallet */ -export default class MySignatureProvider - implements SignatureProviderTypes.ISignatureProvider { +export default class MySignatureProvider implements SignatureProviderTypes.ISignatureProvider { /** list of supported signing method */ public supportedMethods: SignatureTypes.METHOD[] = [SignatureTypes.METHOD.ECDSA]; /** list of supported identity types */ @@ -139,7 +138,7 @@ export default class MySignatureProvider /** Dictionary containing all the private keys indexed by address */ private walletIdDictionary: IWalletIdDictionary; - constructor(identity?: IdentityTypes.IIdentity?, walletId?: number) { + constructor(identity?: ?IdentityTypes.IIdentity, walletId?: number) { this.walletIdDictionary = new Map(); if (identity && walletId) { @@ -174,13 +173,13 @@ export default class MySignatureProvider const hashData = Utils.crypto.normalizeKeccak256Hash(data).value; // convert the hash from a string '0x...' to a Buffer - const hashDataBuffer = Buffer.from(hashData.slice(2), 'hex') + const hashDataBuffer = Buffer.from(hashData.slice(2), 'hex'); // use your signature package const signatureValueBuffer = mySignaturePackage.sign(hashDataBuffer, walletId); // convert the signature to a string '0x...' - const signatureValue = `0x${signatureValueBuffer.toString('hex')}` + const signatureValue = `0x${signatureValueBuffer.toString('hex')}`; return { data, diff --git a/packages/docs/docs/guides/7-protocol/0-intro.md b/packages/docs/docs/guides/7-protocol/0-intro.md index 2f967cd5d2..a168a6ddcf 100644 --- a/packages/docs/docs/guides/7-protocol/0-intro.md +++ b/packages/docs/docs/guides/7-protocol/0-intro.md @@ -2,7 +2,6 @@ title: Introduction to the Request Protocol keywords: [Request protocol, IPFS, Ethereum] description: Learn how to integrate Request network and its features. - --- Request is an open and unique database for payment requests including invoices or individual payment requests. It is aimed to be universal and to power products used by different companies from startups to large organizations, from the private to the public sector. @@ -18,13 +17,14 @@ The Request Protocol has one basic purpose: **to persist, on a distributed ledge To organize these different purposes, the Request Protocol follows the layered architecture pattern. Each layer is responsible for a specific task and a specific level of abstraction. This layered architecture also simplifies the understandability of the code, we believe it's an important matter for an open-source project. The protocol is composed of four layers: + - Request logic - Transaction - Data Access - Storage ![](/img/RequestProtocol/1-LayersPresentation.jpg) -*Layers of the Request Protocol, each layer is described in the next section* +_Layers of the Request Protocol, each layer is described in the next section_ This layered architecture allows packages reusability and makes the protocol more upgradeable. For example, our current implementation uses Ethereum and IPFS but if Storj turns out to be a better solution for storing data into a decentralized database than IPFS, we can simply create a new storage layer that uses Storj over IPFS and make the data-access layer using this new package instead. diff --git a/packages/docs/docs/guides/7-protocol/1-request-logic.md b/packages/docs/docs/guides/7-protocol/1-request-logic.md index 3966a1e71b..f9f18cfaa1 100644 --- a/packages/docs/docs/guides/7-protocol/1-request-logic.md +++ b/packages/docs/docs/guides/7-protocol/1-request-logic.md @@ -2,7 +2,6 @@ title: Request Logic keywords: [Request protocol, Request Logic, Extension, Advanced Logic, Signature] description: Learn how to integrate Request network and its features. - --- This layer is responsible for the business logic of Request. This is where we define the data structure of a request. @@ -20,7 +19,7 @@ This layer has three responsibilities: Actions are the basic elements that compose a request. At this layer's point of view, a request is simply a list of different actions. ![](/img/RequestProtocol/2-RequestPresentation.jpg) -*Example of a request in Request Logic represented by a list of actions* +_Example of a request in Request Logic represented by a list of actions_ - The payee creates the request requesting 1 ETH to the payer - The payer accepts the request @@ -59,6 +58,6 @@ Advanced Logic is a package that allows the user to define extensions that can b Similar to Request Logic, a specific extension can define different actions related to it. There is the Create action of the extension and eventually different update actions. The extension is initialized at the same time as the request and any action of the Request Logic can add extension data. There is a specific action, `AddExtensionData`, in Request Logic, only intended to add extension data to the request with no other side-effect. ![](/img/RequestProtocol/2-AdvancedRequestPresentation.jpg) -*Example of a request with extension data: the payee creates a request with content data and declarative payment information, the payer accepts the request and declares a sent payment in the same time, finally, the payee declares the received payment* +_Example of a request with extension data: the payee creates a request with content data and declarative payment information, the payer accepts the request and declares a sent payment in the same time, finally, the payee declares the received payment_ The specification for each extension can be found at this link: [https://github.com/RequestNetwork/requestNetwork/tree/master/packages/advanced-logic/specs](https://github.com/RequestNetwork/requestNetwork/tree/master/packages/advanced-logic/specs) diff --git a/packages/docs/docs/guides/7-protocol/2-transaction.md b/packages/docs/docs/guides/7-protocol/2-transaction.md index 6e172d12bc..37290b6b94 100644 --- a/packages/docs/docs/guides/7-protocol/2-transaction.md +++ b/packages/docs/docs/guides/7-protocol/2-transaction.md @@ -2,7 +2,6 @@ title: Transaction keywords: [Request protocol, Transaction, Encryption] description: Learn how to integrate Request network and its features. - --- This layer converts actions into transactions to be sent to Data-Access. It also handles the encryption. @@ -29,4 +28,4 @@ When the transaction is received, it will be encrypted only once with the channe The channel key allows encrypted data to be stored only once. For every stakeholder to be able to read the request, the channel key is encrypted with each stakeholder's public key. These encrypted channel keys are publicly available inside the transaction data. ![](/img/RequestProtocol/2-Encryption.jpg) -*The different steps to encrypt the transaction* +_The different steps to encrypt the transaction_ diff --git a/packages/docs/docs/guides/7-protocol/3-data-access.md b/packages/docs/docs/guides/7-protocol/3-data-access.md index 299fe139c1..bf31a26d5c 100644 --- a/packages/docs/docs/guides/7-protocol/3-data-access.md +++ b/packages/docs/docs/guides/7-protocol/3-data-access.md @@ -2,7 +2,6 @@ title: Data-access keywords: [Request protocol, Data-access] description: Learn how to integrate Request network and its features. - --- Data-Access is the layer that organizes the data in the right format before having them being stored in the storage layer. This layer is similar as the persistence layer in the classical layered architecture pattern. diff --git a/packages/docs/docs/guides/7-protocol/4-storage.md b/packages/docs/docs/guides/7-protocol/4-storage.md index 71caf3809b..8a9e1b97fa 100644 --- a/packages/docs/docs/guides/7-protocol/4-storage.md +++ b/packages/docs/docs/guides/7-protocol/4-storage.md @@ -2,7 +2,6 @@ title: Storage keywords: [Request protocol, Storage, IPFS, Ethereum] description: Learn how to integrate Request network and its features. - --- Storage defines where the data are stored. How to store these data and how to retrieve them. @@ -32,6 +31,7 @@ The Ethereum smart contracts are also used to enforce the fee cost of storing a For our solution, we use additional smart contracts for fee verification. Using external smart contracts allows us to implement different fee rules in the future. More information can be found in the ethereum-storage repository. The RequestHashStorage smart contract address can be found on [GitHub](https://github.com/RequestNetwork/requestNetwork/blob/1f24dd17353497cc6ee21abf2d7bfda9e63d2ba5/packages/smart-contracts/artifacts/RequestHashStorage/artifacts.json) + ```json "mainnet": { "address": "0x24a66afda3666fb0202f439708ece45c8121a9bb" diff --git a/packages/docs/docs/guides/7-protocol/5-flows.md b/packages/docs/docs/guides/7-protocol/5-flows.md index 658e834b62..63cf54905c 100644 --- a/packages/docs/docs/guides/7-protocol/5-flows.md +++ b/packages/docs/docs/guides/7-protocol/5-flows.md @@ -2,7 +2,6 @@ title: Data flow keywords: [Request protocol, IPFS, Ethereum] description: Learn how to integrate Request network and its features. - --- This page presents the flow of data that occurs when some actions are performed in the protocol. @@ -14,28 +13,28 @@ The next schemas show the data flow that happens when a user performs an `accept ### Request Logic ![](/img/RequestProtocol/3-RequestLogicFlow.jpg) -*Request Logic flow* +_Request Logic flow_ ![](/img/RequestProtocol/3-AdvancedLogicFlow.jpg) -*Request Logic flow with extension data* +_Request Logic flow with extension data_ ### Transaction ![](/img/RequestProtocol/3-TransactionFlow.jpg) -*Transaction flow without encryption* +_Transaction flow without encryption_ ![](/img/RequestProtocol/3-TransactionFlowEncrypted.jpg) -*Transaction flow with encryption with 2 stakeholders* +_Transaction flow with encryption with 2 stakeholders_ ### Data-access ![](/img/RequestProtocol/3-DataAccessFlow.jpg) -*Data-access flow. In this example several transactions are batched into the block, this feature is not yet implemented* +_Data-access flow. In this example several transactions are batched into the block, this feature is not yet implemented_ ### Storage ![](/img/RequestProtocol/3-StorageFlow.jpg) -*A new block is added into the storage* +_A new block is added into the storage_ ## Reading requests @@ -50,26 +49,26 @@ There is a permanent data flow between Data Access and Storage layers. For performance purposes, Data Access will periodically synchronize with the current state of Storage. When a new, not synchronized block is detected, the block content will be dispatched into the Data Access cache. ![](/img/RequestProtocol/4-DataAccessAndStorageFlow.jpg) -*Flow for Data Access synchronization* +_Flow for Data Access synchronization_ ### Data-access ![](/img/RequestProtocol/4-DataAccessFlow.jpg) -*Flow from Data-Access. When a user wants to read a request, Data-Access will read its cache without any communication with the storage layer* +_Flow from Data-Access. When a user wants to read a request, Data-Access will read its cache without any communication with the storage layer_ ### Transaction ![](/img/RequestProtocol/4-TransactionFlow.jpg) -*Flow from Transaction layer. If the request is encrypted, the transactions are decrypted in this layer* +_Flow from Transaction layer. If the request is encrypted, the transactions are decrypted in this layer_ ### Request Logic ![](/img/RequestProtocol/4-RequestLogicFlow.jpg) -*Request Logic flow. Request Logic will compute the state of the request based on the list of actions. In this case, the increaseExpectedAmount action has been signed by the payer* +_Request Logic flow. Request Logic will compute the state of the request based on the list of actions. In this case, the increaseExpectedAmount action has been signed by the payer_ Some actions from the Transaction layer can be invalid, this is the role of Request Logic to filter them in order to give the consistent state of the request to the user. For example, only the payer of the request can increase the expected amount of it. If the action `increaseExpectedAmount` is signed by the payee therefore the action is ignored. ![](/img/RequestProtocol/4-RequestLogicFlowInvalid.jpg) -*In this example the increaseExpectedAmount is signed by the payee, it is therefore invalid. The expectedAmount of the request keeps its initial value: 5* +_In this example the increaseExpectedAmount is signed by the payee, it is therefore invalid. The expectedAmount of the request keeps its initial value: 5_ diff --git a/packages/docs/src/components/integration-options/index.js b/packages/docs/src/components/integration-options/index.js index c15f547e8c..89f7142a45 100644 --- a/packages/docs/src/components/integration-options/index.js +++ b/packages/docs/src/components/integration-options/index.js @@ -6,69 +6,90 @@ import styles from './styles.module.css'; const options = [ { - title: "Option A: Portal API", + title: 'Option A: Portal API', imageUrl: 'img/ReQ-01.png', - description: ( - <> - Fully managed solution, over REST API - - ), + description: <>Fully managed solution, over REST API, details: ( <>

- Easiest way to integrate Request without having to manage cryptographic keys or infrastructure, and with a fast data access. -

-

- Go to your Request Invoicing account in order to get your API keys, and your are good to go. This is the fastest option to integrate, and also the most performant to fetch requests because the Portal caches them for you. More details in the Portal API Documentation or follow the guide. -

+ Easiest way to integrate Request without having to manage cryptographic keys or + infrastructure, and with a fast data access. +

+

+ Go to{' '} + + your Request Invoicing account + {' '} + in order to get your API keys, and your are good to go. This is the fastest option to + integrate, and also the most performant to fetch requests because the Portal caches them + for you. More details in the Portal API Documentation or{' '} + follow the guide. +

-

- Keep in mind that when using the Portal API, Request handles your identity's private key. Request empowers all economical actors to control their finance, and fully decentralized organizations may look for a more distributed option. -

-

- The Portal is safe to be used in small and medium sized production environments. Request Portal does not move any fund, but it's better to understand the risks -

+

+ Keep in mind that when using the Portal API, Request handles your identity's private key. + Request empowers all economical actors to control their finance, and fully decentralized + organizations may look for a more distributed option. +

+

+ The Portal is safe to be used in small and medium sized production environments. Request + Portal does not move any fund, but it's better to{' '} + understand the risks +

), }, { - title: "Option B: Network Client", + title: 'Option B: Network Client', imageUrl: 'img/REQ-07-hands-02.png', description: <>Decentralized network usage, with managed hosting, details: ( <>

- Manage identities, encryption and network interactions yourself but let us host the Request node. + Manage identities, encryption and network interactions yourself but let us host the + Request node. +

+

+ You can see the documentation on the{' '} + Request JavaScript Client documentation or{' '} + follow the guide.

-

- You can see the documentation on the Request JavaScript Client documentation or follow the guide. -

-

- The Request Client comes as a library installed with npm. It comes with all the features needed to create, fetch and updates payment requests, including encryption capabilities. This package also comes with a development mode relying on local storage. You manage identities and private keys, which means that no other party can sign Request transactions for you or your users. -

+

+ The Request Client comes as a library installed with{' '} + npm. It + comes with all the features needed to create, fetch and updates payment requests, + including encryption capabilities. This package also comes with a development mode relying + on local storage. You manage identities and private keys, which means that no other party + can sign Request transactions for you or your users. +

), }, { - title: "Option C: Network Node", + title: 'Option C: Network Node', imageUrl: 'img/REQ-05-patterns-02.png', - description: ( - <> - Fully decentralized with self-hosting - - ), + description: <>Fully decentralized with self-hosting, details: ( <>

- Hosting your own node gives you full power over the Request network connections and storage options. - You decide of how requests hashes are pushed to Ethereum and how to store and access details (encrypted or not). + Hosting your own node gives you full power over the Request network connections and + storage options. You decide of how requests hashes are pushed to Ethereum and how to store + and access details (encrypted or not).

- Follow the guide to setup your node. + + Follow the guide to setup your node + + .

- You query the node with the same Network Client. For your test environment, you can setup a Rinkeby node or a connection with our hosted Rinkeby node (cf. Option B). + You query the node with the same{' '} + + Network Client + + . For your test environment, you can setup a Rinkeby node or a connection with our hosted + Rinkeby node (cf. Option B).

), @@ -78,46 +99,53 @@ const options = [ function IntegrationOption({ showDetails, imageUrl, title, description, details }) { const imgUrl = useBaseUrl(imageUrl); return ( -
+
{imgUrl && ( -
- {title} +
+ {title}
)} -
+
{showDetails && ( <> - - +

{title}

)} {!showDetails && ( - +

{title}

)} -
{description}
- {showDetails && ( -

{details}

- )} -
-
+
{description}
+ {showDetails &&

{details}

} +
+
); } -function IntegrationOptions({showDetails = false}) { - +function IntegrationOptions({ showDetails = false }) { return ( - <> - {options && options.length && ( -
- {options.map((props, idx) => ( - - ))} -
- )} - + <> + {options && options.length && ( +
+ {options.map((props, idx) => ( + + ))} +
+ )} + ); } diff --git a/packages/docs/src/components/integration-options/styles.module.css b/packages/docs/src/components/integration-options/styles.module.css index 36c70cc9fb..6ae11ff21f 100644 --- a/packages/docs/src/components/integration-options/styles.module.css +++ b/packages/docs/src/components/integration-options/styles.module.css @@ -1,11 +1,11 @@ .integrationOptions { display: flex; - flex-direction: column; + flex-direction: column; } .homeIntegrationOptions { display: flex; - flex-direction: row; + flex-direction: row; align-items: baseline; } @@ -17,35 +17,35 @@ .integrationOption { display: flex; - flex-wrap: nowrap; + flex-wrap: nowrap; align-items: stretch; padding: 2rem 1rem; width: 100%; } .colOption { - flex-direction: column; + flex-direction: column; } .rowOption:nth-child(odd) { - flex-direction: row; + flex-direction: row; } .rowOption:nth-child(even) { - flex-direction: row-reverse; + flex-direction: row-reverse; } .integrationOptionImage { - margin-bottom: 12px; - flex: 2; + margin-bottom: 12px; + flex: 2; } .integrationOptionDescription { - padding-right: 24px; + padding-right: 24px; margin-bottom: 24px; - color: #8c8c8c; + color: #8c8c8c; } .integrationOptionText { - flex: 3; + flex: 3; padding-left: 15px; } diff --git a/packages/docs/src/components/supported-erc20/index.js b/packages/docs/src/components/supported-erc20/index.js index d273665ddc..4c8793547e 100644 --- a/packages/docs/src/components/supported-erc20/index.js +++ b/packages/docs/src/components/supported-erc20/index.js @@ -8,7 +8,7 @@ const tokens = Object.entries(contractMap) .sort((a, b) => a.symbol > b.symbol); const CurrencyList = ({ currencies, selected, onClick }) => { - const currList = currencies.map(token => ( + const currList = currencies.map((token) => (
  • onClick(token)} @@ -51,7 +51,7 @@ export default () => { const [currencies, setCurrencies] = React.useState(tokens); const [search, setSearch] = React.useState(''); const [selectedCurrency, setSelectedCurrency] = React.useState( - tokens.find(r => r.symbol === 'REQ'), + tokens.find((r) => r.symbol === 'REQ'), ); React.useEffect(() => { @@ -59,7 +59,7 @@ export default () => { setCurrencies(tokens); } else { setCurrencies( - tokens.filter(token => token.symbol.toLowerCase().includes(search.toLowerCase())), + tokens.filter((token) => token.symbol.toLowerCase().includes(search.toLowerCase())), ); } }, [search]); @@ -71,11 +71,11 @@ export default () => { className={styles.searchBar} placeholder="Search token" value={search} - onChange={e => setSearch(e.target.value)} + onChange={(e) => setSearch(e.target.value)} /> setSelectedCurrency(token)} + onClick={(token) => setSelectedCurrency(token)} selected={selectedCurrency} /> diff --git a/packages/docs/src/pages/index.js b/packages/docs/src/pages/index.js index a08ad54fe7..86a7ecbc16 100755 --- a/packages/docs/src/pages/index.js +++ b/packages/docs/src/pages/index.js @@ -1,9 +1,7 @@ import React from 'react'; -import {Redirect} from '@docusaurus/router'; - - +import { Redirect } from '@docusaurus/router'; function Home() { - return ; + return ; } export default Home; diff --git a/packages/docs/webpack-config/index.js b/packages/docs/webpack-config/index.js index c7c3edc15c..64bb714efa 100644 --- a/packages/docs/webpack-config/index.js +++ b/packages/docs/webpack-config/index.js @@ -5,10 +5,12 @@ module.exports = function (context, options) { name: 'webpack-config', configureWebpack(config, isServer, utils) { return { - plugins: [new webpack.ProvidePlugin({ - Buffer: ['buffer', 'Buffer'], - })] - } - } - } -}; \ No newline at end of file + plugins: [ + new webpack.ProvidePlugin({ + Buffer: ['buffer', 'Buffer'], + }), + ], + }; + }, + }; +}; diff --git a/packages/epk-decryption/.vscode/settings.json b/packages/epk-decryption/.vscode/settings.json index 1a7d6049b8..379bec3a42 100644 --- a/packages/epk-decryption/.vscode/settings.json +++ b/packages/epk-decryption/.vscode/settings.json @@ -2,4 +2,4 @@ "mochaExplorer.files": "**/test/**/*.ts", "mochaExplorer.require": "ts-node/register", "mochaExplorer.cwd": "../.." -} \ No newline at end of file +} diff --git a/packages/epk-decryption/CHANGELOG.md b/packages/epk-decryption/CHANGELOG.md index b28228ccfa..f8ef0f53f9 100644 --- a/packages/epk-decryption/CHANGELOG.md +++ b/packages/epk-decryption/CHANGELOG.md @@ -7,712 +7,366 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline **Note:** Version bump only for package @requestnetwork/epk-decryption - - - - ## [0.3.32](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-decryption@0.3.24...@requestnetwork/epk-decryption@0.3.32) (2021-05-12) **Note:** Version bump only for package @requestnetwork/epk-decryption - - - - ## [0.3.31](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-decryption@0.3.24...@requestnetwork/epk-decryption@0.3.31) (2021-04-19) **Note:** Version bump only for package @requestnetwork/epk-decryption - - - - ## [0.3.30](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-decryption@0.3.24...@requestnetwork/epk-decryption@0.3.30) (2021-03-25) **Note:** Version bump only for package @requestnetwork/epk-decryption - - - - ## [0.3.29](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-decryption@0.3.24...@requestnetwork/epk-decryption@0.3.29) (2021-03-15) **Note:** Version bump only for package @requestnetwork/epk-decryption - - - - ## [0.3.28](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-decryption@0.3.24...@requestnetwork/epk-decryption@0.3.28) (2021-03-03) **Note:** Version bump only for package @requestnetwork/epk-decryption - - - - ## [0.3.27](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-decryption@0.3.24...@requestnetwork/epk-decryption@0.3.27) (2021-02-22) **Note:** Version bump only for package @requestnetwork/epk-decryption - - - - ## [0.3.26](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-decryption@0.3.24...@requestnetwork/epk-decryption@0.3.26) (2020-12-22) **Note:** Version bump only for package @requestnetwork/epk-decryption - - - - ## [0.3.25](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-decryption@0.3.24...@requestnetwork/epk-decryption@0.3.25) (2020-12-21) **Note:** Version bump only for package @requestnetwork/epk-decryption - - - - ## [0.3.24](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-decryption@0.3.3...@requestnetwork/epk-decryption@0.3.24) (2020-12-02) - - # 0.26.0 (2020-10-14) - - # 0.24.0 (2020-10-09) - - # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.23](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-decryption@0.3.3...@requestnetwork/epk-decryption@0.3.23) (2020-11-12) - - # 0.26.0 (2020-10-14) - - # 0.24.0 (2020-10-09) - - # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.22](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-decryption@0.3.3...@requestnetwork/epk-decryption@0.3.22) (2020-11-05) - - # 0.26.0 (2020-10-14) - - # 0.24.0 (2020-10-09) - - # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.21](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-decryption@0.3.3...@requestnetwork/epk-decryption@0.3.21) (2020-10-21) - - # 0.26.0 (2020-10-14) - - # 0.24.0 (2020-10-09) - - # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.20](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-decryption@0.3.3...@requestnetwork/epk-decryption@0.3.20) (2020-10-14) - - # 0.24.0 (2020-10-09) - - # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.19](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-decryption@0.3.3...@requestnetwork/epk-decryption@0.3.19) (2020-10-13) - - # 0.24.0 (2020-10-09) - - # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.18](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-decryption@0.3.3...@requestnetwork/epk-decryption@0.3.18) (2020-10-09) - - # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.17](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-decryption@0.3.3...@requestnetwork/epk-decryption@0.3.17) (2020-09-28) - - # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.16](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-decryption@0.3.3...@requestnetwork/epk-decryption@0.3.16) (2020-09-18) - - # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.15](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-decryption@0.3.3...@requestnetwork/epk-decryption@0.3.15) (2020-09-01) - - # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.14](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-decryption@0.3.3...@requestnetwork/epk-decryption@0.3.14) (2020-08-27) - - # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.13](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-decryption@0.3.3...@requestnetwork/epk-decryption@0.3.13) (2020-08-13) - - # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.12](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-decryption@0.3.3...@requestnetwork/epk-decryption@0.3.12) (2020-06-29) - - # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.11](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-decryption@0.3.3...@requestnetwork/epk-decryption@0.3.11) (2020-05-04) - - # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.10](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-decryption@0.3.3...@requestnetwork/epk-decryption@0.3.10) (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.9](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-decryption@0.3.3...@requestnetwork/epk-decryption@0.3.9) (2020-04-06) - - # 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)) - - +- 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.8](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-decryption@0.3.3...@requestnetwork/epk-decryption@0.3.8) (2020-03-23) - - # 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)) - - +- 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.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)) - - +- 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) - - # 0.10.0 (2019-12-04) **Note:** Version bump only for package @requestnetwork/epk-decryption - - - - ## [0.3.5](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-decryption@0.3.3...@requestnetwork/epk-decryption@0.3.5) (2019-12-18) - - # 0.10.0 (2019-12-04) **Note:** Version bump only for package @requestnetwork/epk-decryption - - - - ## [0.3.4](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-decryption@0.3.3...@requestnetwork/epk-decryption@0.3.4) (2019-12-04) **Note:** Version bump only for package @requestnetwork/epk-decryption - - - - ## [0.3.3](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-decryption@0.3.2...@requestnetwork/epk-decryption@0.3.3) (2019-11-20) **Note:** Version bump only for package @requestnetwork/epk-decryption - - - - ## [0.3.2](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-decryption@0.3.1...@requestnetwork/epk-decryption@0.3.2) (2019-10-21) **Note:** Version bump only for package @requestnetwork/epk-decryption - - - - - ## [0.3.1](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-decryption@0.3.0...@requestnetwork/epk-decryption@0.3.1) (2019-09-16) **Note:** Version bump only for package @requestnetwork/epk-decryption - - - - # [0.3.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-decryption@0.2.0...@requestnetwork/epk-decryption@0.3.0) (2019-09-05) - ### Features -* **transaction-manager:** decrypt channels ([#516](https://github.com/RequestNetwork/requestNetwork/issues/516)) ([8142c3d](https://github.com/RequestNetwork/requestNetwork/commit/8142c3d)) - - - - - +- **transaction-manager:** decrypt channels ([#516](https://github.com/RequestNetwork/requestNetwork/issues/516)) ([8142c3d](https://github.com/RequestNetwork/requestNetwork/commit/8142c3d)) # 0.2.0 (2019-08-19) - ### Features -* Ethereum Private key (Epk) decryption provider implementation ([#499](https://github.com/RequestNetwork/requestNetwork/issues/499)) ([207b762](https://github.com/RequestNetwork/requestNetwork/commit/207b762)) +- Ethereum Private key (Epk) decryption provider implementation ([#499](https://github.com/RequestNetwork/requestNetwork/issues/499)) ([207b762](https://github.com/RequestNetwork/requestNetwork/commit/207b762)) diff --git a/packages/epk-signature/.vscode/settings.json b/packages/epk-signature/.vscode/settings.json index 1a7d6049b8..379bec3a42 100644 --- a/packages/epk-signature/.vscode/settings.json +++ b/packages/epk-signature/.vscode/settings.json @@ -2,4 +2,4 @@ "mochaExplorer.files": "**/test/**/*.ts", "mochaExplorer.require": "ts-node/register", "mochaExplorer.cwd": "../.." -} \ No newline at end of file +} diff --git a/packages/epk-signature/CHANGELOG.md b/packages/epk-signature/CHANGELOG.md index ceac3e0df1..9dc29f47a3 100644 --- a/packages/epk-signature/CHANGELOG.md +++ b/packages/epk-signature/CHANGELOG.md @@ -7,761 +7,388 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline **Note:** Version bump only for package @requestnetwork/epk-signature - - - - ## [0.5.33](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-signature@0.5.25...@requestnetwork/epk-signature@0.5.33) (2021-05-12) **Note:** Version bump only for package @requestnetwork/epk-signature - - - - ## [0.5.32](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-signature@0.5.25...@requestnetwork/epk-signature@0.5.32) (2021-04-19) **Note:** Version bump only for package @requestnetwork/epk-signature - - - - ## [0.5.31](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-signature@0.5.25...@requestnetwork/epk-signature@0.5.31) (2021-03-25) **Note:** Version bump only for package @requestnetwork/epk-signature - - - - ## [0.5.30](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-signature@0.5.25...@requestnetwork/epk-signature@0.5.30) (2021-03-15) **Note:** Version bump only for package @requestnetwork/epk-signature - - - - ## [0.5.29](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-signature@0.5.25...@requestnetwork/epk-signature@0.5.29) (2021-03-03) **Note:** Version bump only for package @requestnetwork/epk-signature - - - - ## [0.5.28](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-signature@0.5.25...@requestnetwork/epk-signature@0.5.28) (2021-02-22) **Note:** Version bump only for package @requestnetwork/epk-signature - - - - ## [0.5.27](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-signature@0.5.25...@requestnetwork/epk-signature@0.5.27) (2020-12-22) **Note:** Version bump only for package @requestnetwork/epk-signature - - - - ## [0.5.26](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-signature@0.5.25...@requestnetwork/epk-signature@0.5.26) (2020-12-21) **Note:** Version bump only for package @requestnetwork/epk-signature - - - - ## [0.5.25](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-signature@0.5.4...@requestnetwork/epk-signature@0.5.25) (2020-12-02) - - # 0.26.0 (2020-10-14) - - # 0.24.0 (2020-10-09) - - # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.24](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-signature@0.5.4...@requestnetwork/epk-signature@0.5.24) (2020-11-12) - - # 0.26.0 (2020-10-14) - - # 0.24.0 (2020-10-09) - - # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.23](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-signature@0.5.4...@requestnetwork/epk-signature@0.5.23) (2020-11-05) - - # 0.26.0 (2020-10-14) - - # 0.24.0 (2020-10-09) - - # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.22](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-signature@0.5.4...@requestnetwork/epk-signature@0.5.22) (2020-10-21) - - # 0.26.0 (2020-10-14) - - # 0.24.0 (2020-10-09) - - # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.21](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-signature@0.5.4...@requestnetwork/epk-signature@0.5.21) (2020-10-14) - - # 0.24.0 (2020-10-09) - - # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.20](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-signature@0.5.4...@requestnetwork/epk-signature@0.5.20) (2020-10-13) - - # 0.24.0 (2020-10-09) - - # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.19](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-signature@0.5.4...@requestnetwork/epk-signature@0.5.19) (2020-10-09) - - # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.18](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-signature@0.5.4...@requestnetwork/epk-signature@0.5.18) (2020-09-28) - - # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.17](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-signature@0.5.4...@requestnetwork/epk-signature@0.5.17) (2020-09-18) - - # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.16](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-signature@0.5.4...@requestnetwork/epk-signature@0.5.16) (2020-09-01) - - # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.15](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-signature@0.5.4...@requestnetwork/epk-signature@0.5.15) (2020-08-27) - - # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.14](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-signature@0.5.4...@requestnetwork/epk-signature@0.5.14) (2020-08-13) - - # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.13](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-signature@0.5.4...@requestnetwork/epk-signature@0.5.13) (2020-06-29) - - # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.12](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-signature@0.5.4...@requestnetwork/epk-signature@0.5.12) (2020-05-04) - - # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.11](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-signature@0.5.4...@requestnetwork/epk-signature@0.5.11) (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.10](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-signature@0.5.4...@requestnetwork/epk-signature@0.5.10) (2020-04-06) - - # 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)) - - +- 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.9](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-signature@0.5.4...@requestnetwork/epk-signature@0.5.9) (2020-03-23) - - # 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)) - - +- 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.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)) - - +- 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) - - # 0.10.0 (2019-12-04) **Note:** Version bump only for package @requestnetwork/epk-signature - - - - ## [0.5.6](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-signature@0.5.4...@requestnetwork/epk-signature@0.5.6) (2019-12-18) - - # 0.10.0 (2019-12-04) **Note:** Version bump only for package @requestnetwork/epk-signature - - - - ## [0.5.5](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-signature@0.5.4...@requestnetwork/epk-signature@0.5.5) (2019-12-04) **Note:** Version bump only for package @requestnetwork/epk-signature - - - - ## [0.5.4](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-signature@0.5.3...@requestnetwork/epk-signature@0.5.4) (2019-11-20) **Note:** Version bump only for package @requestnetwork/epk-signature - - - - ## [0.5.3](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-signature@0.5.2...@requestnetwork/epk-signature@0.5.3) (2019-10-21) **Note:** Version bump only for package @requestnetwork/epk-signature - - - - - ## [0.5.2](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-signature@0.5.1...@requestnetwork/epk-signature@0.5.2) (2019-09-16) **Note:** Version bump only for package @requestnetwork/epk-signature - - - - ## [0.5.1](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-signature@0.5.0...@requestnetwork/epk-signature@0.5.1) (2019-09-05) **Note:** Version bump only for package @requestnetwork/epk-signature - - - - - # [0.5.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-signature@0.4.0...@requestnetwork/epk-signature@0.5.0) (2019-08-19) - ### Features -* add ECIES Encryption in types and utils packages ([#488](https://github.com/RequestNetwork/requestNetwork/issues/488)) ([0252903](https://github.com/RequestNetwork/requestNetwork/commit/0252903)) - - - - - +- add ECIES Encryption in types and utils packages ([#488](https://github.com/RequestNetwork/requestNetwork/issues/488)) ([0252903](https://github.com/RequestNetwork/requestNetwork/commit/0252903)) # [0.3.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-signature@0.1.1-alpha.4...@requestnetwork/epk-signature@0.3.0) (2019-07-24) **Note:** Version bump only for package @requestnetwork/epk-signature - - - - ## [0.2.1-alpha.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-signature@0.1.1-alpha.4...@requestnetwork/epk-signature@0.2.1-alpha.0) (2019-07-22) **Note:** Version bump only for package @requestnetwork/epk-signature - - - - # [0.2.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-signature@0.1.1-alpha.4...@requestnetwork/epk-signature@0.2.0) (2019-06-06) **Note:** Version bump only for package @requestnetwork/epk-signature - - - - - ## [0.1.1-alpha.12](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-signature@0.1.1-alpha.4...@requestnetwork/epk-signature@0.1.1-alpha.12) (2019-05-21) **Note:** Version bump only for package @requestnetwork/epk-signature - - - - - ## [0.1.1-alpha.11](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-signature@0.1.1-alpha.4...@requestnetwork/epk-signature@0.1.1-alpha.11) (2019-05-17) **Note:** Version bump only for package @requestnetwork/epk-signature - - - - - ## [0.1.1-alpha.10](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-signature@0.1.1-alpha.4...@requestnetwork/epk-signature@0.1.1-alpha.10) (2019-05-10) **Note:** Version bump only for package @requestnetwork/epk-signature diff --git a/packages/ethereum-storage/.vscode/settings.json b/packages/ethereum-storage/.vscode/settings.json index 1a7d6049b8..379bec3a42 100644 --- a/packages/ethereum-storage/.vscode/settings.json +++ b/packages/ethereum-storage/.vscode/settings.json @@ -2,4 +2,4 @@ "mochaExplorer.files": "**/test/**/*.ts", "mochaExplorer.require": "ts-node/register", "mochaExplorer.cwd": "../.." -} \ No newline at end of file +} diff --git a/packages/ethereum-storage/CHANGELOG.md b/packages/ethereum-storage/CHANGELOG.md index c7ebe432f2..62988a02fb 100644 --- a/packages/ethereum-storage/CHANGELOG.md +++ b/packages/ethereum-storage/CHANGELOG.md @@ -5,1374 +5,930 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # [0.26.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/ethereum-storage@0.22.0...@requestnetwork/ethereum-storage@0.26.0) (2021-06-22) - ### Bug Fixes -* invoice total types + upgrade ethers ([#514](https://github.com/RequestNetwork/requestNetwork/issues/514)) ([c2b98b2](https://github.com/RequestNetwork/requestNetwork/commit/c2b98b2bd3c93f063f340d58c6b95ad026fd9519)) - +- invoice total types + upgrade ethers ([#514](https://github.com/RequestNetwork/requestNetwork/issues/514)) ([c2b98b2](https://github.com/RequestNetwork/requestNetwork/commit/c2b98b2bd3c93f063f340d58c6b95ad026fd9519)) ### Features -* increase XDaiFixedProvider prices ([#523](https://github.com/RequestNetwork/requestNetwork/issues/523)) ([eeca1e7](https://github.com/RequestNetwork/requestNetwork/commit/eeca1e7657e74579da66112045855a5d7dea8078)) -* xdai gas price ([#457](https://github.com/RequestNetwork/requestNetwork/issues/457)) ([8f0822d](https://github.com/RequestNetwork/requestNetwork/commit/8f0822de91cb2d9f617fa94c4d11dcd9adf806b2)) - - - - +- increase XDaiFixedProvider prices ([#523](https://github.com/RequestNetwork/requestNetwork/issues/523)) ([eeca1e7](https://github.com/RequestNetwork/requestNetwork/commit/eeca1e7657e74579da66112045855a5d7dea8078)) +- xdai gas price ([#457](https://github.com/RequestNetwork/requestNetwork/issues/457)) ([8f0822d](https://github.com/RequestNetwork/requestNetwork/commit/8f0822de91cb2d9f617fa94c4d11dcd9adf806b2)) # [0.25.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/ethereum-storage@0.22.0...@requestnetwork/ethereum-storage@0.25.0) (2021-05-12) - ### Features -* xdai gas price ([#457](https://github.com/RequestNetwork/requestNetwork/issues/457)) ([8f0822d](https://github.com/RequestNetwork/requestNetwork/commit/8f0822de91cb2d9f617fa94c4d11dcd9adf806b2)) - - - - +- xdai gas price ([#457](https://github.com/RequestNetwork/requestNetwork/issues/457)) ([8f0822d](https://github.com/RequestNetwork/requestNetwork/commit/8f0822de91cb2d9f617fa94c4d11dcd9adf806b2)) # [0.24.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/ethereum-storage@0.22.0...@requestnetwork/ethereum-storage@0.24.0) (2021-04-19) - ### Features -* xdai gas price ([#457](https://github.com/RequestNetwork/requestNetwork/issues/457)) ([8f0822d](https://github.com/RequestNetwork/requestNetwork/commit/8f0822de91cb2d9f617fa94c4d11dcd9adf806b2)) - - - - +- xdai gas price ([#457](https://github.com/RequestNetwork/requestNetwork/issues/457)) ([8f0822d](https://github.com/RequestNetwork/requestNetwork/commit/8f0822de91cb2d9f617fa94c4d11dcd9adf806b2)) # [0.23.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/ethereum-storage@0.22.0...@requestnetwork/ethereum-storage@0.23.0) (2021-03-25) - ### Features -* xdai gas price ([#457](https://github.com/RequestNetwork/requestNetwork/issues/457)) ([8f0822d](https://github.com/RequestNetwork/requestNetwork/commit/8f0822de91cb2d9f617fa94c4d11dcd9adf806b2)) - - - - +- xdai gas price ([#457](https://github.com/RequestNetwork/requestNetwork/issues/457)) ([8f0822d](https://github.com/RequestNetwork/requestNetwork/commit/8f0822de91cb2d9f617fa94c4d11dcd9adf806b2)) ## [0.22.5](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/ethereum-storage@0.22.0...@requestnetwork/ethereum-storage@0.22.5) (2021-03-15) **Note:** Version bump only for package @requestnetwork/ethereum-storage - - - - ## [0.22.4](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/ethereum-storage@0.22.0...@requestnetwork/ethereum-storage@0.22.4) (2021-03-03) **Note:** Version bump only for package @requestnetwork/ethereum-storage - - - - ## [0.22.3](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/ethereum-storage@0.22.0...@requestnetwork/ethereum-storage@0.22.3) (2021-02-22) **Note:** Version bump only for package @requestnetwork/ethereum-storage - - - - ## [0.22.2](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/ethereum-storage@0.22.0...@requestnetwork/ethereum-storage@0.22.2) (2020-12-22) **Note:** Version bump only for package @requestnetwork/ethereum-storage - - - - ## [0.22.1](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/ethereum-storage@0.22.0...@requestnetwork/ethereum-storage@0.22.1) (2020-12-21) **Note:** Version bump only for package @requestnetwork/ethereum-storage - - - - # [0.22.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/ethereum-storage@0.4.5...@requestnetwork/ethereum-storage@0.22.0) (2020-12-02) - - # 0.26.0 (2020-10-14) - ### Bug Fixes -* ipfs manager read() decode from base64 before checking the size ([#314](https://github.com/RequestNetwork/requestNetwork/issues/314)) ([4b41eb7](https://github.com/RequestNetwork/requestNetwork/commit/4b41eb7271d0b7a2b7711915d5a3125063118f16)) -* **ipfs-manager:** use base64 format to support long files ([#304](https://github.com/RequestNetwork/requestNetwork/issues/304)) ([03b0b48](https://github.com/RequestNetwork/requestNetwork/commit/03b0b48bc4f054cbe86d41ba0d306acf009a9fa7)) -* enhance node synchronization and storing of ignored data ([#205](https://github.com/RequestNetwork/requestNetwork/issues/205)) ([fb6add2](https://github.com/RequestNetwork/requestNetwork/commit/fb6add27b0507e5db3a19682dbcda90274ab19f1)) -* high gas related fixes ([#270](https://github.com/RequestNetwork/requestNetwork/issues/270)) ([1471b54](https://github.com/RequestNetwork/requestNetwork/commit/1471b54ae703bc8c14b5bf3a91ad0b9fae661214)) - +- ipfs manager read() decode from base64 before checking the size ([#314](https://github.com/RequestNetwork/requestNetwork/issues/314)) ([4b41eb7](https://github.com/RequestNetwork/requestNetwork/commit/4b41eb7271d0b7a2b7711915d5a3125063118f16)) +- **ipfs-manager:** use base64 format to support long files ([#304](https://github.com/RequestNetwork/requestNetwork/issues/304)) ([03b0b48](https://github.com/RequestNetwork/requestNetwork/commit/03b0b48bc4f054cbe86d41ba0d306acf009a9fa7)) +- enhance node synchronization and storing of ignored data ([#205](https://github.com/RequestNetwork/requestNetwork/issues/205)) ([fb6add2](https://github.com/RequestNetwork/requestNetwork/commit/fb6add27b0507e5db3a19682dbcda90274ab19f1)) +- high gas related fixes ([#270](https://github.com/RequestNetwork/requestNetwork/issues/270)) ([1471b54](https://github.com/RequestNetwork/requestNetwork/commit/1471b54ae703bc8c14b5bf3a91ad0b9fae661214)) ### Features -* add etherscan gas oracle provider ([#271](https://github.com/RequestNetwork/requestNetwork/issues/271)) ([d5939a1](https://github.com/RequestNetwork/requestNetwork/commit/d5939a1b5c29c690fe80fe4e79c8bd2111fd2969)) -* add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) -* resubmit stuck transaction with more gas ([#239](https://github.com/RequestNetwork/requestNetwork/issues/239)) ([cf7f92e](https://github.com/RequestNetwork/requestNetwork/commit/cf7f92eb6ee9f0c5da427f37fa5f12f56812a221)) - - +- add etherscan gas oracle provider ([#271](https://github.com/RequestNetwork/requestNetwork/issues/271)) ([d5939a1](https://github.com/RequestNetwork/requestNetwork/commit/d5939a1b5c29c690fe80fe4e79c8bd2111fd2969)) +- add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) +- resubmit stuck transaction with more gas ([#239](https://github.com/RequestNetwork/requestNetwork/issues/239)) ([cf7f92e](https://github.com/RequestNetwork/requestNetwork/commit/cf7f92eb6ee9f0c5da427f37fa5f12f56812a221)) # 0.16.0 (2020-04-21) - ### Features -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - - # 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)) - +- 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)) - - +- 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.21.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/ethereum-storage@0.4.5...@requestnetwork/ethereum-storage@0.21.0) (2020-11-12) - - # 0.26.0 (2020-10-14) - ### Bug Fixes -* ipfs manager read() decode from base64 before checking the size ([#314](https://github.com/RequestNetwork/requestNetwork/issues/314)) ([4b41eb7](https://github.com/RequestNetwork/requestNetwork/commit/4b41eb7271d0b7a2b7711915d5a3125063118f16)) -* **ipfs-manager:** use base64 format to support long files ([#304](https://github.com/RequestNetwork/requestNetwork/issues/304)) ([03b0b48](https://github.com/RequestNetwork/requestNetwork/commit/03b0b48bc4f054cbe86d41ba0d306acf009a9fa7)) -* enhance node synchronization and storing of ignored data ([#205](https://github.com/RequestNetwork/requestNetwork/issues/205)) ([fb6add2](https://github.com/RequestNetwork/requestNetwork/commit/fb6add27b0507e5db3a19682dbcda90274ab19f1)) -* high gas related fixes ([#270](https://github.com/RequestNetwork/requestNetwork/issues/270)) ([1471b54](https://github.com/RequestNetwork/requestNetwork/commit/1471b54ae703bc8c14b5bf3a91ad0b9fae661214)) - +- ipfs manager read() decode from base64 before checking the size ([#314](https://github.com/RequestNetwork/requestNetwork/issues/314)) ([4b41eb7](https://github.com/RequestNetwork/requestNetwork/commit/4b41eb7271d0b7a2b7711915d5a3125063118f16)) +- **ipfs-manager:** use base64 format to support long files ([#304](https://github.com/RequestNetwork/requestNetwork/issues/304)) ([03b0b48](https://github.com/RequestNetwork/requestNetwork/commit/03b0b48bc4f054cbe86d41ba0d306acf009a9fa7)) +- enhance node synchronization and storing of ignored data ([#205](https://github.com/RequestNetwork/requestNetwork/issues/205)) ([fb6add2](https://github.com/RequestNetwork/requestNetwork/commit/fb6add27b0507e5db3a19682dbcda90274ab19f1)) +- high gas related fixes ([#270](https://github.com/RequestNetwork/requestNetwork/issues/270)) ([1471b54](https://github.com/RequestNetwork/requestNetwork/commit/1471b54ae703bc8c14b5bf3a91ad0b9fae661214)) ### Features -* add etherscan gas oracle provider ([#271](https://github.com/RequestNetwork/requestNetwork/issues/271)) ([d5939a1](https://github.com/RequestNetwork/requestNetwork/commit/d5939a1b5c29c690fe80fe4e79c8bd2111fd2969)) -* add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) -* resubmit stuck transaction with more gas ([#239](https://github.com/RequestNetwork/requestNetwork/issues/239)) ([cf7f92e](https://github.com/RequestNetwork/requestNetwork/commit/cf7f92eb6ee9f0c5da427f37fa5f12f56812a221)) - - +- add etherscan gas oracle provider ([#271](https://github.com/RequestNetwork/requestNetwork/issues/271)) ([d5939a1](https://github.com/RequestNetwork/requestNetwork/commit/d5939a1b5c29c690fe80fe4e79c8bd2111fd2969)) +- add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) +- resubmit stuck transaction with more gas ([#239](https://github.com/RequestNetwork/requestNetwork/issues/239)) ([cf7f92e](https://github.com/RequestNetwork/requestNetwork/commit/cf7f92eb6ee9f0c5da427f37fa5f12f56812a221)) # 0.16.0 (2020-04-21) - ### Features -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - - # 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)) - +- 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)) - - +- 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.20.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/ethereum-storage@0.4.5...@requestnetwork/ethereum-storage@0.20.0) (2020-11-05) - - # 0.26.0 (2020-10-14) - ### Bug Fixes -* ipfs manager read() decode from base64 before checking the size ([#314](https://github.com/RequestNetwork/requestNetwork/issues/314)) ([4b41eb7](https://github.com/RequestNetwork/requestNetwork/commit/4b41eb7271d0b7a2b7711915d5a3125063118f16)) -* **ipfs-manager:** use base64 format to support long files ([#304](https://github.com/RequestNetwork/requestNetwork/issues/304)) ([03b0b48](https://github.com/RequestNetwork/requestNetwork/commit/03b0b48bc4f054cbe86d41ba0d306acf009a9fa7)) -* enhance node synchronization and storing of ignored data ([#205](https://github.com/RequestNetwork/requestNetwork/issues/205)) ([fb6add2](https://github.com/RequestNetwork/requestNetwork/commit/fb6add27b0507e5db3a19682dbcda90274ab19f1)) -* high gas related fixes ([#270](https://github.com/RequestNetwork/requestNetwork/issues/270)) ([1471b54](https://github.com/RequestNetwork/requestNetwork/commit/1471b54ae703bc8c14b5bf3a91ad0b9fae661214)) - +- ipfs manager read() decode from base64 before checking the size ([#314](https://github.com/RequestNetwork/requestNetwork/issues/314)) ([4b41eb7](https://github.com/RequestNetwork/requestNetwork/commit/4b41eb7271d0b7a2b7711915d5a3125063118f16)) +- **ipfs-manager:** use base64 format to support long files ([#304](https://github.com/RequestNetwork/requestNetwork/issues/304)) ([03b0b48](https://github.com/RequestNetwork/requestNetwork/commit/03b0b48bc4f054cbe86d41ba0d306acf009a9fa7)) +- enhance node synchronization and storing of ignored data ([#205](https://github.com/RequestNetwork/requestNetwork/issues/205)) ([fb6add2](https://github.com/RequestNetwork/requestNetwork/commit/fb6add27b0507e5db3a19682dbcda90274ab19f1)) +- high gas related fixes ([#270](https://github.com/RequestNetwork/requestNetwork/issues/270)) ([1471b54](https://github.com/RequestNetwork/requestNetwork/commit/1471b54ae703bc8c14b5bf3a91ad0b9fae661214)) ### Features -* add etherscan gas oracle provider ([#271](https://github.com/RequestNetwork/requestNetwork/issues/271)) ([d5939a1](https://github.com/RequestNetwork/requestNetwork/commit/d5939a1b5c29c690fe80fe4e79c8bd2111fd2969)) -* add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) -* resubmit stuck transaction with more gas ([#239](https://github.com/RequestNetwork/requestNetwork/issues/239)) ([cf7f92e](https://github.com/RequestNetwork/requestNetwork/commit/cf7f92eb6ee9f0c5da427f37fa5f12f56812a221)) - - +- add etherscan gas oracle provider ([#271](https://github.com/RequestNetwork/requestNetwork/issues/271)) ([d5939a1](https://github.com/RequestNetwork/requestNetwork/commit/d5939a1b5c29c690fe80fe4e79c8bd2111fd2969)) +- add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) +- resubmit stuck transaction with more gas ([#239](https://github.com/RequestNetwork/requestNetwork/issues/239)) ([cf7f92e](https://github.com/RequestNetwork/requestNetwork/commit/cf7f92eb6ee9f0c5da427f37fa5f12f56812a221)) # 0.16.0 (2020-04-21) - ### Features -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - - # 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)) - +- 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)) - - +- 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.19.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/ethereum-storage@0.4.5...@requestnetwork/ethereum-storage@0.19.0) (2020-10-21) - - # 0.26.0 (2020-10-14) - ### Bug Fixes -* enhance node synchronization and storing of ignored data ([#205](https://github.com/RequestNetwork/requestNetwork/issues/205)) ([fb6add2](https://github.com/RequestNetwork/requestNetwork/commit/fb6add27b0507e5db3a19682dbcda90274ab19f1)) -* high gas related fixes ([#270](https://github.com/RequestNetwork/requestNetwork/issues/270)) ([1471b54](https://github.com/RequestNetwork/requestNetwork/commit/1471b54ae703bc8c14b5bf3a91ad0b9fae661214)) -* **ipfs-manager:** use base64 format to support long files ([#304](https://github.com/RequestNetwork/requestNetwork/issues/304)) ([03b0b48](https://github.com/RequestNetwork/requestNetwork/commit/03b0b48bc4f054cbe86d41ba0d306acf009a9fa7)) -* ipfs manager read() decode from base64 before checking the size ([#314](https://github.com/RequestNetwork/requestNetwork/issues/314)) ([4b41eb7](https://github.com/RequestNetwork/requestNetwork/commit/4b41eb7271d0b7a2b7711915d5a3125063118f16)) - +- enhance node synchronization and storing of ignored data ([#205](https://github.com/RequestNetwork/requestNetwork/issues/205)) ([fb6add2](https://github.com/RequestNetwork/requestNetwork/commit/fb6add27b0507e5db3a19682dbcda90274ab19f1)) +- high gas related fixes ([#270](https://github.com/RequestNetwork/requestNetwork/issues/270)) ([1471b54](https://github.com/RequestNetwork/requestNetwork/commit/1471b54ae703bc8c14b5bf3a91ad0b9fae661214)) +- **ipfs-manager:** use base64 format to support long files ([#304](https://github.com/RequestNetwork/requestNetwork/issues/304)) ([03b0b48](https://github.com/RequestNetwork/requestNetwork/commit/03b0b48bc4f054cbe86d41ba0d306acf009a9fa7)) +- ipfs manager read() decode from base64 before checking the size ([#314](https://github.com/RequestNetwork/requestNetwork/issues/314)) ([4b41eb7](https://github.com/RequestNetwork/requestNetwork/commit/4b41eb7271d0b7a2b7711915d5a3125063118f16)) ### Features -* add etherscan gas oracle provider ([#271](https://github.com/RequestNetwork/requestNetwork/issues/271)) ([d5939a1](https://github.com/RequestNetwork/requestNetwork/commit/d5939a1b5c29c690fe80fe4e79c8bd2111fd2969)) -* add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) -* resubmit stuck transaction with more gas ([#239](https://github.com/RequestNetwork/requestNetwork/issues/239)) ([cf7f92e](https://github.com/RequestNetwork/requestNetwork/commit/cf7f92eb6ee9f0c5da427f37fa5f12f56812a221)) - - +- add etherscan gas oracle provider ([#271](https://github.com/RequestNetwork/requestNetwork/issues/271)) ([d5939a1](https://github.com/RequestNetwork/requestNetwork/commit/d5939a1b5c29c690fe80fe4e79c8bd2111fd2969)) +- add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) +- resubmit stuck transaction with more gas ([#239](https://github.com/RequestNetwork/requestNetwork/issues/239)) ([cf7f92e](https://github.com/RequestNetwork/requestNetwork/commit/cf7f92eb6ee9f0c5da427f37fa5f12f56812a221)) # 0.16.0 (2020-04-21) - ### Features -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - - # 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)) - +- 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)) - - +- 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.18.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/ethereum-storage@0.4.5...@requestnetwork/ethereum-storage@0.18.0) (2020-10-14) - ### Bug Fixes -* enhance node synchronization and storing of ignored data ([#205](https://github.com/RequestNetwork/requestNetwork/issues/205)) ([fb6add2](https://github.com/RequestNetwork/requestNetwork/commit/fb6add27b0507e5db3a19682dbcda90274ab19f1)) -* high gas related fixes ([#270](https://github.com/RequestNetwork/requestNetwork/issues/270)) ([1471b54](https://github.com/RequestNetwork/requestNetwork/commit/1471b54ae703bc8c14b5bf3a91ad0b9fae661214)) -* **ipfs-manager:** use base64 format to support long files ([#304](https://github.com/RequestNetwork/requestNetwork/issues/304)) ([03b0b48](https://github.com/RequestNetwork/requestNetwork/commit/03b0b48bc4f054cbe86d41ba0d306acf009a9fa7)) -* ipfs manager read() decode from base64 before checking the size ([#314](https://github.com/RequestNetwork/requestNetwork/issues/314)) ([4b41eb7](https://github.com/RequestNetwork/requestNetwork/commit/4b41eb7271d0b7a2b7711915d5a3125063118f16)) - +- enhance node synchronization and storing of ignored data ([#205](https://github.com/RequestNetwork/requestNetwork/issues/205)) ([fb6add2](https://github.com/RequestNetwork/requestNetwork/commit/fb6add27b0507e5db3a19682dbcda90274ab19f1)) +- high gas related fixes ([#270](https://github.com/RequestNetwork/requestNetwork/issues/270)) ([1471b54](https://github.com/RequestNetwork/requestNetwork/commit/1471b54ae703bc8c14b5bf3a91ad0b9fae661214)) +- **ipfs-manager:** use base64 format to support long files ([#304](https://github.com/RequestNetwork/requestNetwork/issues/304)) ([03b0b48](https://github.com/RequestNetwork/requestNetwork/commit/03b0b48bc4f054cbe86d41ba0d306acf009a9fa7)) +- ipfs manager read() decode from base64 before checking the size ([#314](https://github.com/RequestNetwork/requestNetwork/issues/314)) ([4b41eb7](https://github.com/RequestNetwork/requestNetwork/commit/4b41eb7271d0b7a2b7711915d5a3125063118f16)) ### Features -* add etherscan gas oracle provider ([#271](https://github.com/RequestNetwork/requestNetwork/issues/271)) ([d5939a1](https://github.com/RequestNetwork/requestNetwork/commit/d5939a1b5c29c690fe80fe4e79c8bd2111fd2969)) -* add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) -* resubmit stuck transaction with more gas ([#239](https://github.com/RequestNetwork/requestNetwork/issues/239)) ([cf7f92e](https://github.com/RequestNetwork/requestNetwork/commit/cf7f92eb6ee9f0c5da427f37fa5f12f56812a221)) - - +- add etherscan gas oracle provider ([#271](https://github.com/RequestNetwork/requestNetwork/issues/271)) ([d5939a1](https://github.com/RequestNetwork/requestNetwork/commit/d5939a1b5c29c690fe80fe4e79c8bd2111fd2969)) +- add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) +- resubmit stuck transaction with more gas ([#239](https://github.com/RequestNetwork/requestNetwork/issues/239)) ([cf7f92e](https://github.com/RequestNetwork/requestNetwork/commit/cf7f92eb6ee9f0c5da427f37fa5f12f56812a221)) # 0.16.0 (2020-04-21) - ### Features -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - - # 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)) - +- 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)) - - +- 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.17.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/ethereum-storage@0.4.5...@requestnetwork/ethereum-storage@0.17.0) (2020-10-13) - ### Bug Fixes -* enhance node synchronization and storing of ignored data ([#205](https://github.com/RequestNetwork/requestNetwork/issues/205)) ([fb6add2](https://github.com/RequestNetwork/requestNetwork/commit/fb6add27b0507e5db3a19682dbcda90274ab19f1)) -* high gas related fixes ([#270](https://github.com/RequestNetwork/requestNetwork/issues/270)) ([1471b54](https://github.com/RequestNetwork/requestNetwork/commit/1471b54ae703bc8c14b5bf3a91ad0b9fae661214)) -* **ipfs-manager:** use base64 format to support long files ([#304](https://github.com/RequestNetwork/requestNetwork/issues/304)) ([03b0b48](https://github.com/RequestNetwork/requestNetwork/commit/03b0b48bc4f054cbe86d41ba0d306acf009a9fa7)) -* ipfs manager read() decode from base64 before checking the size ([#314](https://github.com/RequestNetwork/requestNetwork/issues/314)) ([4b41eb7](https://github.com/RequestNetwork/requestNetwork/commit/4b41eb7271d0b7a2b7711915d5a3125063118f16)) - +- enhance node synchronization and storing of ignored data ([#205](https://github.com/RequestNetwork/requestNetwork/issues/205)) ([fb6add2](https://github.com/RequestNetwork/requestNetwork/commit/fb6add27b0507e5db3a19682dbcda90274ab19f1)) +- high gas related fixes ([#270](https://github.com/RequestNetwork/requestNetwork/issues/270)) ([1471b54](https://github.com/RequestNetwork/requestNetwork/commit/1471b54ae703bc8c14b5bf3a91ad0b9fae661214)) +- **ipfs-manager:** use base64 format to support long files ([#304](https://github.com/RequestNetwork/requestNetwork/issues/304)) ([03b0b48](https://github.com/RequestNetwork/requestNetwork/commit/03b0b48bc4f054cbe86d41ba0d306acf009a9fa7)) +- ipfs manager read() decode from base64 before checking the size ([#314](https://github.com/RequestNetwork/requestNetwork/issues/314)) ([4b41eb7](https://github.com/RequestNetwork/requestNetwork/commit/4b41eb7271d0b7a2b7711915d5a3125063118f16)) ### Features -* add etherscan gas oracle provider ([#271](https://github.com/RequestNetwork/requestNetwork/issues/271)) ([d5939a1](https://github.com/RequestNetwork/requestNetwork/commit/d5939a1b5c29c690fe80fe4e79c8bd2111fd2969)) -* add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) -* resubmit stuck transaction with more gas ([#239](https://github.com/RequestNetwork/requestNetwork/issues/239)) ([cf7f92e](https://github.com/RequestNetwork/requestNetwork/commit/cf7f92eb6ee9f0c5da427f37fa5f12f56812a221)) - - +- add etherscan gas oracle provider ([#271](https://github.com/RequestNetwork/requestNetwork/issues/271)) ([d5939a1](https://github.com/RequestNetwork/requestNetwork/commit/d5939a1b5c29c690fe80fe4e79c8bd2111fd2969)) +- add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) +- resubmit stuck transaction with more gas ([#239](https://github.com/RequestNetwork/requestNetwork/issues/239)) ([cf7f92e](https://github.com/RequestNetwork/requestNetwork/commit/cf7f92eb6ee9f0c5da427f37fa5f12f56812a221)) # 0.16.0 (2020-04-21) - ### Features -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - - # 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)) - +- 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)) - - +- 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.16.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/ethereum-storage@0.4.5...@requestnetwork/ethereum-storage@0.16.0) (2020-10-09) - ### Bug Fixes -* enhance node synchronization and storing of ignored data ([#205](https://github.com/RequestNetwork/requestNetwork/issues/205)) ([fb6add2](https://github.com/RequestNetwork/requestNetwork/commit/fb6add27b0507e5db3a19682dbcda90274ab19f1)) -* high gas related fixes ([#270](https://github.com/RequestNetwork/requestNetwork/issues/270)) ([1471b54](https://github.com/RequestNetwork/requestNetwork/commit/1471b54ae703bc8c14b5bf3a91ad0b9fae661214)) -* **ipfs-manager:** use base64 format to support long files ([#304](https://github.com/RequestNetwork/requestNetwork/issues/304)) ([03b0b48](https://github.com/RequestNetwork/requestNetwork/commit/03b0b48bc4f054cbe86d41ba0d306acf009a9fa7)) -* ipfs manager read() decode from base64 before checking the size ([#314](https://github.com/RequestNetwork/requestNetwork/issues/314)) ([4b41eb7](https://github.com/RequestNetwork/requestNetwork/commit/4b41eb7271d0b7a2b7711915d5a3125063118f16)) - +- enhance node synchronization and storing of ignored data ([#205](https://github.com/RequestNetwork/requestNetwork/issues/205)) ([fb6add2](https://github.com/RequestNetwork/requestNetwork/commit/fb6add27b0507e5db3a19682dbcda90274ab19f1)) +- high gas related fixes ([#270](https://github.com/RequestNetwork/requestNetwork/issues/270)) ([1471b54](https://github.com/RequestNetwork/requestNetwork/commit/1471b54ae703bc8c14b5bf3a91ad0b9fae661214)) +- **ipfs-manager:** use base64 format to support long files ([#304](https://github.com/RequestNetwork/requestNetwork/issues/304)) ([03b0b48](https://github.com/RequestNetwork/requestNetwork/commit/03b0b48bc4f054cbe86d41ba0d306acf009a9fa7)) +- ipfs manager read() decode from base64 before checking the size ([#314](https://github.com/RequestNetwork/requestNetwork/issues/314)) ([4b41eb7](https://github.com/RequestNetwork/requestNetwork/commit/4b41eb7271d0b7a2b7711915d5a3125063118f16)) ### Features -* add etherscan gas oracle provider ([#271](https://github.com/RequestNetwork/requestNetwork/issues/271)) ([d5939a1](https://github.com/RequestNetwork/requestNetwork/commit/d5939a1b5c29c690fe80fe4e79c8bd2111fd2969)) -* add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) -* resubmit stuck transaction with more gas ([#239](https://github.com/RequestNetwork/requestNetwork/issues/239)) ([cf7f92e](https://github.com/RequestNetwork/requestNetwork/commit/cf7f92eb6ee9f0c5da427f37fa5f12f56812a221)) - - +- add etherscan gas oracle provider ([#271](https://github.com/RequestNetwork/requestNetwork/issues/271)) ([d5939a1](https://github.com/RequestNetwork/requestNetwork/commit/d5939a1b5c29c690fe80fe4e79c8bd2111fd2969)) +- add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) +- resubmit stuck transaction with more gas ([#239](https://github.com/RequestNetwork/requestNetwork/issues/239)) ([cf7f92e](https://github.com/RequestNetwork/requestNetwork/commit/cf7f92eb6ee9f0c5da427f37fa5f12f56812a221)) # 0.16.0 (2020-04-21) - ### Features -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - - # 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)) - +- 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)) - - +- 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.15.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/ethereum-storage@0.4.5...@requestnetwork/ethereum-storage@0.15.0) (2020-09-28) - ### Bug Fixes -* ipfs manager read() decode from base64 before checking the size ([#314](https://github.com/RequestNetwork/requestNetwork/issues/314)) ([4b41eb7](https://github.com/RequestNetwork/requestNetwork/commit/4b41eb7271d0b7a2b7711915d5a3125063118f16)) -* **ipfs-manager:** use base64 format to support long files ([#304](https://github.com/RequestNetwork/requestNetwork/issues/304)) ([03b0b48](https://github.com/RequestNetwork/requestNetwork/commit/03b0b48bc4f054cbe86d41ba0d306acf009a9fa7)) -* enhance node synchronization and storing of ignored data ([#205](https://github.com/RequestNetwork/requestNetwork/issues/205)) ([fb6add2](https://github.com/RequestNetwork/requestNetwork/commit/fb6add27b0507e5db3a19682dbcda90274ab19f1)) -* high gas related fixes ([#270](https://github.com/RequestNetwork/requestNetwork/issues/270)) ([1471b54](https://github.com/RequestNetwork/requestNetwork/commit/1471b54ae703bc8c14b5bf3a91ad0b9fae661214)) - +- ipfs manager read() decode from base64 before checking the size ([#314](https://github.com/RequestNetwork/requestNetwork/issues/314)) ([4b41eb7](https://github.com/RequestNetwork/requestNetwork/commit/4b41eb7271d0b7a2b7711915d5a3125063118f16)) +- **ipfs-manager:** use base64 format to support long files ([#304](https://github.com/RequestNetwork/requestNetwork/issues/304)) ([03b0b48](https://github.com/RequestNetwork/requestNetwork/commit/03b0b48bc4f054cbe86d41ba0d306acf009a9fa7)) +- enhance node synchronization and storing of ignored data ([#205](https://github.com/RequestNetwork/requestNetwork/issues/205)) ([fb6add2](https://github.com/RequestNetwork/requestNetwork/commit/fb6add27b0507e5db3a19682dbcda90274ab19f1)) +- high gas related fixes ([#270](https://github.com/RequestNetwork/requestNetwork/issues/270)) ([1471b54](https://github.com/RequestNetwork/requestNetwork/commit/1471b54ae703bc8c14b5bf3a91ad0b9fae661214)) ### Features -* add etherscan gas oracle provider ([#271](https://github.com/RequestNetwork/requestNetwork/issues/271)) ([d5939a1](https://github.com/RequestNetwork/requestNetwork/commit/d5939a1b5c29c690fe80fe4e79c8bd2111fd2969)) -* add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) -* resubmit stuck transaction with more gas ([#239](https://github.com/RequestNetwork/requestNetwork/issues/239)) ([cf7f92e](https://github.com/RequestNetwork/requestNetwork/commit/cf7f92eb6ee9f0c5da427f37fa5f12f56812a221)) - - +- add etherscan gas oracle provider ([#271](https://github.com/RequestNetwork/requestNetwork/issues/271)) ([d5939a1](https://github.com/RequestNetwork/requestNetwork/commit/d5939a1b5c29c690fe80fe4e79c8bd2111fd2969)) +- add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) +- resubmit stuck transaction with more gas ([#239](https://github.com/RequestNetwork/requestNetwork/issues/239)) ([cf7f92e](https://github.com/RequestNetwork/requestNetwork/commit/cf7f92eb6ee9f0c5da427f37fa5f12f56812a221)) # 0.16.0 (2020-04-21) - ### Features -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - - # 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)) - +- 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)) - - +- 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.14.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/ethereum-storage@0.4.5...@requestnetwork/ethereum-storage@0.14.0) (2020-09-18) - ### Bug Fixes -* **ipfs-manager:** use base64 format to support long files ([#304](https://github.com/RequestNetwork/requestNetwork/issues/304)) ([03b0b48](https://github.com/RequestNetwork/requestNetwork/commit/03b0b48bc4f054cbe86d41ba0d306acf009a9fa7)) -* enhance node synchronization and storing of ignored data ([#205](https://github.com/RequestNetwork/requestNetwork/issues/205)) ([fb6add2](https://github.com/RequestNetwork/requestNetwork/commit/fb6add27b0507e5db3a19682dbcda90274ab19f1)) -* high gas related fixes ([#270](https://github.com/RequestNetwork/requestNetwork/issues/270)) ([1471b54](https://github.com/RequestNetwork/requestNetwork/commit/1471b54ae703bc8c14b5bf3a91ad0b9fae661214)) - +- **ipfs-manager:** use base64 format to support long files ([#304](https://github.com/RequestNetwork/requestNetwork/issues/304)) ([03b0b48](https://github.com/RequestNetwork/requestNetwork/commit/03b0b48bc4f054cbe86d41ba0d306acf009a9fa7)) +- enhance node synchronization and storing of ignored data ([#205](https://github.com/RequestNetwork/requestNetwork/issues/205)) ([fb6add2](https://github.com/RequestNetwork/requestNetwork/commit/fb6add27b0507e5db3a19682dbcda90274ab19f1)) +- high gas related fixes ([#270](https://github.com/RequestNetwork/requestNetwork/issues/270)) ([1471b54](https://github.com/RequestNetwork/requestNetwork/commit/1471b54ae703bc8c14b5bf3a91ad0b9fae661214)) ### Features -* add etherscan gas oracle provider ([#271](https://github.com/RequestNetwork/requestNetwork/issues/271)) ([d5939a1](https://github.com/RequestNetwork/requestNetwork/commit/d5939a1b5c29c690fe80fe4e79c8bd2111fd2969)) -* add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) -* resubmit stuck transaction with more gas ([#239](https://github.com/RequestNetwork/requestNetwork/issues/239)) ([cf7f92e](https://github.com/RequestNetwork/requestNetwork/commit/cf7f92eb6ee9f0c5da427f37fa5f12f56812a221)) - - +- add etherscan gas oracle provider ([#271](https://github.com/RequestNetwork/requestNetwork/issues/271)) ([d5939a1](https://github.com/RequestNetwork/requestNetwork/commit/d5939a1b5c29c690fe80fe4e79c8bd2111fd2969)) +- add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) +- resubmit stuck transaction with more gas ([#239](https://github.com/RequestNetwork/requestNetwork/issues/239)) ([cf7f92e](https://github.com/RequestNetwork/requestNetwork/commit/cf7f92eb6ee9f0c5da427f37fa5f12f56812a221)) # 0.16.0 (2020-04-21) - ### Features -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - - # 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)) - +- 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)) - - +- 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.13.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/ethereum-storage@0.4.5...@requestnetwork/ethereum-storage@0.13.0) (2020-09-01) - ### Bug Fixes -* enhance node synchronization and storing of ignored data ([#205](https://github.com/RequestNetwork/requestNetwork/issues/205)) ([fb6add2](https://github.com/RequestNetwork/requestNetwork/commit/fb6add27b0507e5db3a19682dbcda90274ab19f1)) -* high gas related fixes ([#270](https://github.com/RequestNetwork/requestNetwork/issues/270)) ([1471b54](https://github.com/RequestNetwork/requestNetwork/commit/1471b54ae703bc8c14b5bf3a91ad0b9fae661214)) - +- enhance node synchronization and storing of ignored data ([#205](https://github.com/RequestNetwork/requestNetwork/issues/205)) ([fb6add2](https://github.com/RequestNetwork/requestNetwork/commit/fb6add27b0507e5db3a19682dbcda90274ab19f1)) +- high gas related fixes ([#270](https://github.com/RequestNetwork/requestNetwork/issues/270)) ([1471b54](https://github.com/RequestNetwork/requestNetwork/commit/1471b54ae703bc8c14b5bf3a91ad0b9fae661214)) ### Features -* add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) -* resubmit stuck transaction with more gas ([#239](https://github.com/RequestNetwork/requestNetwork/issues/239)) ([cf7f92e](https://github.com/RequestNetwork/requestNetwork/commit/cf7f92eb6ee9f0c5da427f37fa5f12f56812a221)) - - +- add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) +- resubmit stuck transaction with more gas ([#239](https://github.com/RequestNetwork/requestNetwork/issues/239)) ([cf7f92e](https://github.com/RequestNetwork/requestNetwork/commit/cf7f92eb6ee9f0c5da427f37fa5f12f56812a221)) # 0.16.0 (2020-04-21) - ### Features -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - - # 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)) - +- 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)) - - +- 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.12.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/ethereum-storage@0.4.5...@requestnetwork/ethereum-storage@0.12.0) (2020-08-27) - ### Bug Fixes -* enhance node synchronization and storing of ignored data ([#205](https://github.com/RequestNetwork/requestNetwork/issues/205)) ([fb6add2](https://github.com/RequestNetwork/requestNetwork/commit/fb6add27b0507e5db3a19682dbcda90274ab19f1)) -* high gas related fixes ([#270](https://github.com/RequestNetwork/requestNetwork/issues/270)) ([1471b54](https://github.com/RequestNetwork/requestNetwork/commit/1471b54ae703bc8c14b5bf3a91ad0b9fae661214)) - +- enhance node synchronization and storing of ignored data ([#205](https://github.com/RequestNetwork/requestNetwork/issues/205)) ([fb6add2](https://github.com/RequestNetwork/requestNetwork/commit/fb6add27b0507e5db3a19682dbcda90274ab19f1)) +- high gas related fixes ([#270](https://github.com/RequestNetwork/requestNetwork/issues/270)) ([1471b54](https://github.com/RequestNetwork/requestNetwork/commit/1471b54ae703bc8c14b5bf3a91ad0b9fae661214)) ### Features -* add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) -* resubmit stuck transaction with more gas ([#239](https://github.com/RequestNetwork/requestNetwork/issues/239)) ([cf7f92e](https://github.com/RequestNetwork/requestNetwork/commit/cf7f92eb6ee9f0c5da427f37fa5f12f56812a221)) - - +- add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) +- resubmit stuck transaction with more gas ([#239](https://github.com/RequestNetwork/requestNetwork/issues/239)) ([cf7f92e](https://github.com/RequestNetwork/requestNetwork/commit/cf7f92eb6ee9f0c5da427f37fa5f12f56812a221)) # 0.16.0 (2020-04-21) - ### Features -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - - # 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)) - +- 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)) - - +- 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.11.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/ethereum-storage@0.4.5...@requestnetwork/ethereum-storage@0.11.0) (2020-08-13) - ### Bug Fixes -* enhance node synchronization and storing of ignored data ([#205](https://github.com/RequestNetwork/requestNetwork/issues/205)) ([fb6add2](https://github.com/RequestNetwork/requestNetwork/commit/fb6add27b0507e5db3a19682dbcda90274ab19f1)) - +- enhance node synchronization and storing of ignored data ([#205](https://github.com/RequestNetwork/requestNetwork/issues/205)) ([fb6add2](https://github.com/RequestNetwork/requestNetwork/commit/fb6add27b0507e5db3a19682dbcda90274ab19f1)) ### Features -* add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) -* resubmit stuck transaction with more gas ([#239](https://github.com/RequestNetwork/requestNetwork/issues/239)) ([cf7f92e](https://github.com/RequestNetwork/requestNetwork/commit/cf7f92eb6ee9f0c5da427f37fa5f12f56812a221)) - - +- add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) +- resubmit stuck transaction with more gas ([#239](https://github.com/RequestNetwork/requestNetwork/issues/239)) ([cf7f92e](https://github.com/RequestNetwork/requestNetwork/commit/cf7f92eb6ee9f0c5da427f37fa5f12f56812a221)) # 0.16.0 (2020-04-21) - ### Features -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - - # 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)) - +- 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)) - - +- 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.10.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/ethereum-storage@0.4.5...@requestnetwork/ethereum-storage@0.10.0) (2020-06-29) - ### Bug Fixes -* enhance node synchronization and storing of ignored data ([#205](https://github.com/RequestNetwork/requestNetwork/issues/205)) ([fb6add2](https://github.com/RequestNetwork/requestNetwork/commit/fb6add27b0507e5db3a19682dbcda90274ab19f1)) - +- enhance node synchronization and storing of ignored data ([#205](https://github.com/RequestNetwork/requestNetwork/issues/205)) ([fb6add2](https://github.com/RequestNetwork/requestNetwork/commit/fb6add27b0507e5db3a19682dbcda90274ab19f1)) ### Features -* add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) -* resubmit stuck transaction with more gas ([#239](https://github.com/RequestNetwork/requestNetwork/issues/239)) ([cf7f92e](https://github.com/RequestNetwork/requestNetwork/commit/cf7f92eb6ee9f0c5da427f37fa5f12f56812a221)) - - +- add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) +- resubmit stuck transaction with more gas ([#239](https://github.com/RequestNetwork/requestNetwork/issues/239)) ([cf7f92e](https://github.com/RequestNetwork/requestNetwork/commit/cf7f92eb6ee9f0c5da427f37fa5f12f56812a221)) # 0.16.0 (2020-04-21) - ### Features -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - - # 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)) - +- 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)) - - +- 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.9.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/ethereum-storage@0.4.5...@requestnetwork/ethereum-storage@0.9.0) (2020-05-04) - ### Bug Fixes -* enhance node synchronization and storing of ignored data ([#205](https://github.com/RequestNetwork/requestNetwork/issues/205)) ([fb6add2](https://github.com/RequestNetwork/requestNetwork/commit/fb6add27b0507e5db3a19682dbcda90274ab19f1)) - +- enhance node synchronization and storing of ignored data ([#205](https://github.com/RequestNetwork/requestNetwork/issues/205)) ([fb6add2](https://github.com/RequestNetwork/requestNetwork/commit/fb6add27b0507e5db3a19682dbcda90274ab19f1)) ### Features -* add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) - - +- add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) # 0.16.0 (2020-04-21) - ### Features -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - - # 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)) - +- 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)) - - +- 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.8.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/ethereum-storage@0.4.5...@requestnetwork/ethereum-storage@0.8.0) (2020-04-21) - ### Features -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - - # 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)) - +- 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)) - - +- 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.7.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/ethereum-storage@0.4.5...@requestnetwork/ethereum-storage@0.7.0) (2020-04-06) - - # 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)) - +- 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)) - - +- 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.6.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/ethereum-storage@0.4.5...@requestnetwork/ethereum-storage@0.6.0) (2020-03-23) - - # 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)) - +- 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)) - - +- 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.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)) - +- 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)) - - +- 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) - - # 0.10.0 (2019-12-04) **Note:** Version bump only for package @requestnetwork/ethereum-storage - - - - ## [0.4.7](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/ethereum-storage@0.4.5...@requestnetwork/ethereum-storage@0.4.7) (2019-12-18) - - # 0.10.0 (2019-12-04) **Note:** Version bump only for package @requestnetwork/ethereum-storage - - - - ## [0.4.6](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/ethereum-storage@0.4.5...@requestnetwork/ethereum-storage@0.4.6) (2019-12-04) **Note:** Version bump only for package @requestnetwork/ethereum-storage - - - - ## [0.4.5](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/ethereum-storage@0.4.4...@requestnetwork/ethereum-storage@0.4.5) (2019-11-20) **Note:** Version bump only for package @requestnetwork/ethereum-storage - - - - ## [0.4.4](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/ethereum-storage@0.4.3...@requestnetwork/ethereum-storage@0.4.4) (2019-10-21) - ### Bug Fixes -* **ethereum-storage:** checkEthereumNodeConnection never finishing when Ethereum node not reachable ([6941bd9](https://github.com/RequestNetwork/requestNetwork/commit/6941bd9)) -* skip fetching data if no hash was found ([#545](https://github.com/RequestNetwork/requestNetwork/issues/545)) ([9583b8d](https://github.com/RequestNetwork/requestNetwork/commit/9583b8d)) - - - - - +- **ethereum-storage:** checkEthereumNodeConnection never finishing when Ethereum node not reachable ([6941bd9](https://github.com/RequestNetwork/requestNetwork/commit/6941bd9)) +- skip fetching data if no hash was found ([#545](https://github.com/RequestNetwork/requestNetwork/issues/545)) ([9583b8d](https://github.com/RequestNetwork/requestNetwork/commit/9583b8d)) ## [0.4.3](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/ethereum-storage@0.4.2...@requestnetwork/ethereum-storage@0.4.3) (2019-09-16) **Note:** Version bump only for package @requestnetwork/ethereum-storage - - - - ## [0.4.2](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/ethereum-storage@0.4.1...@requestnetwork/ethereum-storage@0.4.2) (2019-09-05) - ### Bug Fixes -* retry twice to parse data on IPFS during initialisation of data-access ([#497](https://github.com/RequestNetwork/requestNetwork/issues/497)) ([c8d542d](https://github.com/RequestNetwork/requestNetwork/commit/c8d542d)) - - - - - +- retry twice to parse data on IPFS during initialisation of data-access ([#497](https://github.com/RequestNetwork/requestNetwork/issues/497)) ([c8d542d](https://github.com/RequestNetwork/requestNetwork/commit/c8d542d)) ## [0.4.1](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/ethereum-storage@0.4.0...@requestnetwork/ethereum-storage@0.4.1) (2019-08-19) - ### Performance Improvements -* lower concurrency to 5 and disable DHT on IPFS ([#500](https://github.com/RequestNetwork/requestNetwork/issues/500)) ([cec31e3](https://github.com/RequestNetwork/requestNetwork/commit/cec31e3)) - - - - - +- lower concurrency to 5 and disable DHT on IPFS ([#500](https://github.com/RequestNetwork/requestNetwork/issues/500)) ([cec31e3](https://github.com/RequestNetwork/requestNetwork/commit/cec31e3)) # [0.3.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/ethereum-storage@0.1.1-alpha.4...@requestnetwork/ethereum-storage@0.3.0) (2019-07-24) - ### Bug Fixes -* add retry for getPastEvents web3 API call ([#455](https://github.com/RequestNetwork/requestNetwork/issues/455)) ([0116636](https://github.com/RequestNetwork/requestNetwork/commit/0116636)) -* block not found error in function addHashAndSizeToEthereum of storage ([#349](https://github.com/RequestNetwork/requestNetwork/issues/349)) ([1fea138](https://github.com/RequestNetwork/requestNetwork/commit/1fea138)) -* Check the ipfs node connection getting an expected file instead of using repo/verify ([#440](https://github.com/RequestNetwork/requestNetwork/issues/440)) ([4d537f7](https://github.com/RequestNetwork/requestNetwork/commit/4d537f7)) -* Data access synchronization not parallelized ([#333](https://github.com/RequestNetwork/requestNetwork/issues/333)) ([cd63a22](https://github.com/RequestNetwork/requestNetwork/commit/cd63a22)) -* Error block XXX not found ([#306](https://github.com/RequestNetwork/requestNetwork/issues/306)) ([6c9c59b](https://github.com/RequestNetwork/requestNetwork/commit/6c9c59b)) -* Ethereum-storage meta, no redundant getPastEvents call ([#312](https://github.com/RequestNetwork/requestNetwork/issues/312)) ([28b5bb1](https://github.com/RequestNetwork/requestNetwork/commit/28b5bb1)) -* merge issue in ipfs pin config ([#413](https://github.com/RequestNetwork/requestNetwork/issues/413)) ([3a5654f](https://github.com/RequestNetwork/requestNetwork/commit/3a5654f)) -* Misc. minor fixes on the request node ([#334](https://github.com/RequestNetwork/requestNetwork/issues/334)) ([8fcf53d](https://github.com/RequestNetwork/requestNetwork/commit/8fcf53d)) -* query returned more than 10000 results error ([#437](https://github.com/RequestNetwork/requestNetwork/issues/437)) ([9621633](https://github.com/RequestNetwork/requestNetwork/commit/9621633)) -* remove IPFS swarm connect from node initialization ([#442](https://github.com/RequestNetwork/requestNetwork/issues/442)) ([da11afa](https://github.com/RequestNetwork/requestNetwork/commit/da11afa)) -* return ipfs-manager rejections ([#434](https://github.com/RequestNetwork/requestNetwork/issues/434)) ([0bc2b73](https://github.com/RequestNetwork/requestNetwork/commit/0bc2b73)) -* skip flaky retry tests ([#427](https://github.com/RequestNetwork/requestNetwork/issues/427)) ([68dd837](https://github.com/RequestNetwork/requestNetwork/commit/68dd837)) -* storage endless http request ([#284](https://github.com/RequestNetwork/requestNetwork/issues/284)) ([9adac9a](https://github.com/RequestNetwork/requestNetwork/commit/9adac9a)) -* Storage Infura 1000 results error ([#320](https://github.com/RequestNetwork/requestNetwork/issues/320)) ([289a7f2](https://github.com/RequestNetwork/requestNetwork/commit/289a7f2)) -* Use getSecondtLastBlockNumber instead of getLastBlockNumber for getBlockNumbersFromTimestamp ([#330](https://github.com/RequestNetwork/requestNetwork/issues/330)) ([58606b7](https://github.com/RequestNetwork/requestNetwork/commit/58606b7)) -* use IPFS id endpoint to verify if the server is online ([#450](https://github.com/RequestNetwork/requestNetwork/issues/450)) ([ce56b5f](https://github.com/RequestNetwork/requestNetwork/commit/ce56b5f)) -* use keyv to persist Ethereum metadata cache ([#431](https://github.com/RequestNetwork/requestNetwork/issues/431)) ([6a6788b](https://github.com/RequestNetwork/requestNetwork/commit/6a6788b)) - - -### Features - -* add concurrent readMany to storage layer ([#363](https://github.com/RequestNetwork/requestNetwork/issues/363)) ([db3f484](https://github.com/RequestNetwork/requestNetwork/commit/db3f484)) -* add IPFS peer for faster IPFS retrieval, and check IPFS and Ethereum nodes connections ([#353](https://github.com/RequestNetwork/requestNetwork/issues/353)) ([47358c2](https://github.com/RequestNetwork/requestNetwork/commit/47358c2)) -* add logging interfaces and default logger ([#397](https://github.com/RequestNetwork/requestNetwork/issues/397)) ([f83a716](https://github.com/RequestNetwork/requestNetwork/commit/f83a716)) -* add script to configure private IPFS network ([#458](https://github.com/RequestNetwork/requestNetwork/issues/458)) ([4490d2b](https://github.com/RequestNetwork/requestNetwork/commit/4490d2b)) -* add tags for successfully retrieved hashes ([#444](https://github.com/RequestNetwork/requestNetwork/issues/444)) ([cfc3eb0](https://github.com/RequestNetwork/requestNetwork/commit/cfc3eb0)) -* add the ability to be able to configure the host + port via com… ([#355](https://github.com/RequestNetwork/requestNetwork/issues/355)) ([5b6a6c6](https://github.com/RequestNetwork/requestNetwork/commit/5b6a6c6)) -* Add the two new IPFS nodes as known IPFS nodes ([#410](https://github.com/RequestNetwork/requestNetwork/issues/410)) ([b33f2e9](https://github.com/RequestNetwork/requestNetwork/commit/b33f2e9)) -* additional node logs to show progress and logLevel option ([#338](https://github.com/RequestNetwork/requestNetwork/issues/338)) ([38559f4](https://github.com/RequestNetwork/requestNetwork/commit/38559f4)) -* asynchronously pin IPFS files in batches ([#403](https://github.com/RequestNetwork/requestNetwork/issues/403)) ([926c22b](https://github.com/RequestNetwork/requestNetwork/commit/926c22b)) -* check if the contracts are deployed and configured ([#360](https://github.com/RequestNetwork/requestNetwork/issues/360)) ([c18bf00](https://github.com/RequestNetwork/requestNetwork/commit/c18bf00)) -* class to get Ethereum block information in storage ([#283](https://github.com/RequestNetwork/requestNetwork/issues/283)) ([1454981](https://github.com/RequestNetwork/requestNetwork/commit/1454981)) -* configurable ethereum node host and port for smart contract deployment ([#358](https://github.com/RequestNetwork/requestNetwork/issues/358)) ([d7ad242](https://github.com/RequestNetwork/requestNetwork/commit/d7ad242)) -* Create usable Dockerfile ([#278](https://github.com/RequestNetwork/requestNetwork/issues/278)) ([6c83f28](https://github.com/RequestNetwork/requestNetwork/commit/6c83f28)) -* determines gas price automatically on mainnet ([#429](https://github.com/RequestNetwork/requestNetwork/issues/429)) ([3d42c75](https://github.com/RequestNetwork/requestNetwork/commit/3d42c75)) -* implements cached-throttle utility ([#348](https://github.com/RequestNetwork/requestNetwork/issues/348)) ([01c9885](https://github.com/RequestNetwork/requestNetwork/commit/01c9885)) -* IPFS retry on error ([#421](https://github.com/RequestNetwork/requestNetwork/issues/421)) ([18d6e6e](https://github.com/RequestNetwork/requestNetwork/commit/18d6e6e)) -* Migrate the synchronization from storage to data-access ([#292](https://github.com/RequestNetwork/requestNetwork/issues/292)) ([3d04d0d](https://github.com/RequestNetwork/requestNetwork/commit/3d04d0d)) -* pin ipfs data on the node ([#361](https://github.com/RequestNetwork/requestNetwork/issues/361)) ([5830350](https://github.com/RequestNetwork/requestNetwork/commit/5830350)) -* Save dataId's Ethereum metadata when append is called ([#352](https://github.com/RequestNetwork/requestNetwork/issues/352)) ([118d197](https://github.com/RequestNetwork/requestNetwork/commit/118d197)) -* Storage cache for Ethereum metadata ([#323](https://github.com/RequestNetwork/requestNetwork/issues/323)) ([cb29b8e](https://github.com/RequestNetwork/requestNetwork/commit/cb29b8e)) -* Storage get data from timestamp boundaries ([#291](https://github.com/RequestNetwork/requestNetwork/issues/291)) ([e9554cd](https://github.com/RequestNetwork/requestNetwork/commit/e9554cd)) -* upgradable smart contracts ([#337](https://github.com/RequestNetwork/requestNetwork/issues/337)) ([c8cf724](https://github.com/RequestNetwork/requestNetwork/commit/c8cf724)) - +- add retry for getPastEvents web3 API call ([#455](https://github.com/RequestNetwork/requestNetwork/issues/455)) ([0116636](https://github.com/RequestNetwork/requestNetwork/commit/0116636)) +- block not found error in function addHashAndSizeToEthereum of storage ([#349](https://github.com/RequestNetwork/requestNetwork/issues/349)) ([1fea138](https://github.com/RequestNetwork/requestNetwork/commit/1fea138)) +- Check the ipfs node connection getting an expected file instead of using repo/verify ([#440](https://github.com/RequestNetwork/requestNetwork/issues/440)) ([4d537f7](https://github.com/RequestNetwork/requestNetwork/commit/4d537f7)) +- Data access synchronization not parallelized ([#333](https://github.com/RequestNetwork/requestNetwork/issues/333)) ([cd63a22](https://github.com/RequestNetwork/requestNetwork/commit/cd63a22)) +- Error block XXX not found ([#306](https://github.com/RequestNetwork/requestNetwork/issues/306)) ([6c9c59b](https://github.com/RequestNetwork/requestNetwork/commit/6c9c59b)) +- Ethereum-storage meta, no redundant getPastEvents call ([#312](https://github.com/RequestNetwork/requestNetwork/issues/312)) ([28b5bb1](https://github.com/RequestNetwork/requestNetwork/commit/28b5bb1)) +- merge issue in ipfs pin config ([#413](https://github.com/RequestNetwork/requestNetwork/issues/413)) ([3a5654f](https://github.com/RequestNetwork/requestNetwork/commit/3a5654f)) +- Misc. minor fixes on the request node ([#334](https://github.com/RequestNetwork/requestNetwork/issues/334)) ([8fcf53d](https://github.com/RequestNetwork/requestNetwork/commit/8fcf53d)) +- query returned more than 10000 results error ([#437](https://github.com/RequestNetwork/requestNetwork/issues/437)) ([9621633](https://github.com/RequestNetwork/requestNetwork/commit/9621633)) +- remove IPFS swarm connect from node initialization ([#442](https://github.com/RequestNetwork/requestNetwork/issues/442)) ([da11afa](https://github.com/RequestNetwork/requestNetwork/commit/da11afa)) +- return ipfs-manager rejections ([#434](https://github.com/RequestNetwork/requestNetwork/issues/434)) ([0bc2b73](https://github.com/RequestNetwork/requestNetwork/commit/0bc2b73)) +- skip flaky retry tests ([#427](https://github.com/RequestNetwork/requestNetwork/issues/427)) ([68dd837](https://github.com/RequestNetwork/requestNetwork/commit/68dd837)) +- storage endless http request ([#284](https://github.com/RequestNetwork/requestNetwork/issues/284)) ([9adac9a](https://github.com/RequestNetwork/requestNetwork/commit/9adac9a)) +- Storage Infura 1000 results error ([#320](https://github.com/RequestNetwork/requestNetwork/issues/320)) ([289a7f2](https://github.com/RequestNetwork/requestNetwork/commit/289a7f2)) +- Use getSecondtLastBlockNumber instead of getLastBlockNumber for getBlockNumbersFromTimestamp ([#330](https://github.com/RequestNetwork/requestNetwork/issues/330)) ([58606b7](https://github.com/RequestNetwork/requestNetwork/commit/58606b7)) +- use IPFS id endpoint to verify if the server is online ([#450](https://github.com/RequestNetwork/requestNetwork/issues/450)) ([ce56b5f](https://github.com/RequestNetwork/requestNetwork/commit/ce56b5f)) +- use keyv to persist Ethereum metadata cache ([#431](https://github.com/RequestNetwork/requestNetwork/issues/431)) ([6a6788b](https://github.com/RequestNetwork/requestNetwork/commit/6a6788b)) + +### Features + +- add concurrent readMany to storage layer ([#363](https://github.com/RequestNetwork/requestNetwork/issues/363)) ([db3f484](https://github.com/RequestNetwork/requestNetwork/commit/db3f484)) +- add IPFS peer for faster IPFS retrieval, and check IPFS and Ethereum nodes connections ([#353](https://github.com/RequestNetwork/requestNetwork/issues/353)) ([47358c2](https://github.com/RequestNetwork/requestNetwork/commit/47358c2)) +- add logging interfaces and default logger ([#397](https://github.com/RequestNetwork/requestNetwork/issues/397)) ([f83a716](https://github.com/RequestNetwork/requestNetwork/commit/f83a716)) +- add script to configure private IPFS network ([#458](https://github.com/RequestNetwork/requestNetwork/issues/458)) ([4490d2b](https://github.com/RequestNetwork/requestNetwork/commit/4490d2b)) +- add tags for successfully retrieved hashes ([#444](https://github.com/RequestNetwork/requestNetwork/issues/444)) ([cfc3eb0](https://github.com/RequestNetwork/requestNetwork/commit/cfc3eb0)) +- add the ability to be able to configure the host + port via com… ([#355](https://github.com/RequestNetwork/requestNetwork/issues/355)) ([5b6a6c6](https://github.com/RequestNetwork/requestNetwork/commit/5b6a6c6)) +- Add the two new IPFS nodes as known IPFS nodes ([#410](https://github.com/RequestNetwork/requestNetwork/issues/410)) ([b33f2e9](https://github.com/RequestNetwork/requestNetwork/commit/b33f2e9)) +- additional node logs to show progress and logLevel option ([#338](https://github.com/RequestNetwork/requestNetwork/issues/338)) ([38559f4](https://github.com/RequestNetwork/requestNetwork/commit/38559f4)) +- asynchronously pin IPFS files in batches ([#403](https://github.com/RequestNetwork/requestNetwork/issues/403)) ([926c22b](https://github.com/RequestNetwork/requestNetwork/commit/926c22b)) +- check if the contracts are deployed and configured ([#360](https://github.com/RequestNetwork/requestNetwork/issues/360)) ([c18bf00](https://github.com/RequestNetwork/requestNetwork/commit/c18bf00)) +- class to get Ethereum block information in storage ([#283](https://github.com/RequestNetwork/requestNetwork/issues/283)) ([1454981](https://github.com/RequestNetwork/requestNetwork/commit/1454981)) +- configurable ethereum node host and port for smart contract deployment ([#358](https://github.com/RequestNetwork/requestNetwork/issues/358)) ([d7ad242](https://github.com/RequestNetwork/requestNetwork/commit/d7ad242)) +- Create usable Dockerfile ([#278](https://github.com/RequestNetwork/requestNetwork/issues/278)) ([6c83f28](https://github.com/RequestNetwork/requestNetwork/commit/6c83f28)) +- determines gas price automatically on mainnet ([#429](https://github.com/RequestNetwork/requestNetwork/issues/429)) ([3d42c75](https://github.com/RequestNetwork/requestNetwork/commit/3d42c75)) +- implements cached-throttle utility ([#348](https://github.com/RequestNetwork/requestNetwork/issues/348)) ([01c9885](https://github.com/RequestNetwork/requestNetwork/commit/01c9885)) +- IPFS retry on error ([#421](https://github.com/RequestNetwork/requestNetwork/issues/421)) ([18d6e6e](https://github.com/RequestNetwork/requestNetwork/commit/18d6e6e)) +- Migrate the synchronization from storage to data-access ([#292](https://github.com/RequestNetwork/requestNetwork/issues/292)) ([3d04d0d](https://github.com/RequestNetwork/requestNetwork/commit/3d04d0d)) +- pin ipfs data on the node ([#361](https://github.com/RequestNetwork/requestNetwork/issues/361)) ([5830350](https://github.com/RequestNetwork/requestNetwork/commit/5830350)) +- Save dataId's Ethereum metadata when append is called ([#352](https://github.com/RequestNetwork/requestNetwork/issues/352)) ([118d197](https://github.com/RequestNetwork/requestNetwork/commit/118d197)) +- Storage cache for Ethereum metadata ([#323](https://github.com/RequestNetwork/requestNetwork/issues/323)) ([cb29b8e](https://github.com/RequestNetwork/requestNetwork/commit/cb29b8e)) +- Storage get data from timestamp boundaries ([#291](https://github.com/RequestNetwork/requestNetwork/issues/291)) ([e9554cd](https://github.com/RequestNetwork/requestNetwork/commit/e9554cd)) +- upgradable smart contracts ([#337](https://github.com/RequestNetwork/requestNetwork/issues/337)) ([c8cf724](https://github.com/RequestNetwork/requestNetwork/commit/c8cf724)) ### Performance Improvements -* add the node ipfs request network at initialization ([#398](https://github.com/RequestNetwork/requestNetwork/issues/398)) ([7e0c25a](https://github.com/RequestNetwork/requestNetwork/commit/7e0c25a)) -* faster initialization by factoring stat and read IPFS calls in one call ([#401](https://github.com/RequestNetwork/requestNetwork/issues/401)) ([184c14e](https://github.com/RequestNetwork/requestNetwork/commit/184c14e)) - - - - +- add the node ipfs request network at initialization ([#398](https://github.com/RequestNetwork/requestNetwork/issues/398)) ([7e0c25a](https://github.com/RequestNetwork/requestNetwork/commit/7e0c25a)) +- faster initialization by factoring stat and read IPFS calls in one call ([#401](https://github.com/RequestNetwork/requestNetwork/issues/401)) ([184c14e](https://github.com/RequestNetwork/requestNetwork/commit/184c14e)) ## [0.2.1-alpha.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/ethereum-storage@0.1.1-alpha.4...@requestnetwork/ethereum-storage@0.2.1-alpha.0) (2019-07-22) - ### Bug Fixes -* add retry for getPastEvents web3 API call ([#455](https://github.com/RequestNetwork/requestNetwork/issues/455)) ([0116636](https://github.com/RequestNetwork/requestNetwork/commit/0116636)) -* block not found error in function addHashAndSizeToEthereum of storage ([#349](https://github.com/RequestNetwork/requestNetwork/issues/349)) ([1fea138](https://github.com/RequestNetwork/requestNetwork/commit/1fea138)) -* Check the ipfs node connection getting an expected file instead of using repo/verify ([#440](https://github.com/RequestNetwork/requestNetwork/issues/440)) ([4d537f7](https://github.com/RequestNetwork/requestNetwork/commit/4d537f7)) -* Data access synchronization not parallelized ([#333](https://github.com/RequestNetwork/requestNetwork/issues/333)) ([cd63a22](https://github.com/RequestNetwork/requestNetwork/commit/cd63a22)) -* Error block XXX not found ([#306](https://github.com/RequestNetwork/requestNetwork/issues/306)) ([6c9c59b](https://github.com/RequestNetwork/requestNetwork/commit/6c9c59b)) -* Ethereum-storage meta, no redundant getPastEvents call ([#312](https://github.com/RequestNetwork/requestNetwork/issues/312)) ([28b5bb1](https://github.com/RequestNetwork/requestNetwork/commit/28b5bb1)) -* merge issue in ipfs pin config ([#413](https://github.com/RequestNetwork/requestNetwork/issues/413)) ([3a5654f](https://github.com/RequestNetwork/requestNetwork/commit/3a5654f)) -* Misc. minor fixes on the request node ([#334](https://github.com/RequestNetwork/requestNetwork/issues/334)) ([8fcf53d](https://github.com/RequestNetwork/requestNetwork/commit/8fcf53d)) -* query returned more than 10000 results error ([#437](https://github.com/RequestNetwork/requestNetwork/issues/437)) ([9621633](https://github.com/RequestNetwork/requestNetwork/commit/9621633)) -* remove IPFS swarm connect from node initialization ([#442](https://github.com/RequestNetwork/requestNetwork/issues/442)) ([da11afa](https://github.com/RequestNetwork/requestNetwork/commit/da11afa)) -* return ipfs-manager rejections ([#434](https://github.com/RequestNetwork/requestNetwork/issues/434)) ([0bc2b73](https://github.com/RequestNetwork/requestNetwork/commit/0bc2b73)) -* skip flaky retry tests ([#427](https://github.com/RequestNetwork/requestNetwork/issues/427)) ([68dd837](https://github.com/RequestNetwork/requestNetwork/commit/68dd837)) -* storage endless http request ([#284](https://github.com/RequestNetwork/requestNetwork/issues/284)) ([9adac9a](https://github.com/RequestNetwork/requestNetwork/commit/9adac9a)) -* Storage Infura 1000 results error ([#320](https://github.com/RequestNetwork/requestNetwork/issues/320)) ([289a7f2](https://github.com/RequestNetwork/requestNetwork/commit/289a7f2)) -* Use getSecondtLastBlockNumber instead of getLastBlockNumber for getBlockNumbersFromTimestamp ([#330](https://github.com/RequestNetwork/requestNetwork/issues/330)) ([58606b7](https://github.com/RequestNetwork/requestNetwork/commit/58606b7)) -* use IPFS id endpoint to verify if the server is online ([#450](https://github.com/RequestNetwork/requestNetwork/issues/450)) ([ce56b5f](https://github.com/RequestNetwork/requestNetwork/commit/ce56b5f)) -* use keyv to persist Ethereum metadata cache ([#431](https://github.com/RequestNetwork/requestNetwork/issues/431)) ([6a6788b](https://github.com/RequestNetwork/requestNetwork/commit/6a6788b)) - - -### Features - -* add concurrent readMany to storage layer ([#363](https://github.com/RequestNetwork/requestNetwork/issues/363)) ([db3f484](https://github.com/RequestNetwork/requestNetwork/commit/db3f484)) -* add IPFS peer for faster IPFS retrieval, and check IPFS and Ethereum nodes connections ([#353](https://github.com/RequestNetwork/requestNetwork/issues/353)) ([47358c2](https://github.com/RequestNetwork/requestNetwork/commit/47358c2)) -* add logging interfaces and default logger ([#397](https://github.com/RequestNetwork/requestNetwork/issues/397)) ([f83a716](https://github.com/RequestNetwork/requestNetwork/commit/f83a716)) -* add tags for successfully retrieved hashes ([#444](https://github.com/RequestNetwork/requestNetwork/issues/444)) ([cfc3eb0](https://github.com/RequestNetwork/requestNetwork/commit/cfc3eb0)) -* add the ability to be able to configure the host + port via com… ([#355](https://github.com/RequestNetwork/requestNetwork/issues/355)) ([5b6a6c6](https://github.com/RequestNetwork/requestNetwork/commit/5b6a6c6)) -* Add the two new IPFS nodes as known IPFS nodes ([#410](https://github.com/RequestNetwork/requestNetwork/issues/410)) ([b33f2e9](https://github.com/RequestNetwork/requestNetwork/commit/b33f2e9)) -* additional node logs to show progress and logLevel option ([#338](https://github.com/RequestNetwork/requestNetwork/issues/338)) ([38559f4](https://github.com/RequestNetwork/requestNetwork/commit/38559f4)) -* asynchronously pin IPFS files in batches ([#403](https://github.com/RequestNetwork/requestNetwork/issues/403)) ([926c22b](https://github.com/RequestNetwork/requestNetwork/commit/926c22b)) -* check if the contracts are deployed and configured ([#360](https://github.com/RequestNetwork/requestNetwork/issues/360)) ([c18bf00](https://github.com/RequestNetwork/requestNetwork/commit/c18bf00)) -* class to get Ethereum block information in storage ([#283](https://github.com/RequestNetwork/requestNetwork/issues/283)) ([1454981](https://github.com/RequestNetwork/requestNetwork/commit/1454981)) -* configurable ethereum node host and port for smart contract deployment ([#358](https://github.com/RequestNetwork/requestNetwork/issues/358)) ([d7ad242](https://github.com/RequestNetwork/requestNetwork/commit/d7ad242)) -* Create usable Dockerfile ([#278](https://github.com/RequestNetwork/requestNetwork/issues/278)) ([6c83f28](https://github.com/RequestNetwork/requestNetwork/commit/6c83f28)) -* determines gas price automatically on mainnet ([#429](https://github.com/RequestNetwork/requestNetwork/issues/429)) ([3d42c75](https://github.com/RequestNetwork/requestNetwork/commit/3d42c75)) -* implements cached-throttle utility ([#348](https://github.com/RequestNetwork/requestNetwork/issues/348)) ([01c9885](https://github.com/RequestNetwork/requestNetwork/commit/01c9885)) -* IPFS retry on error ([#421](https://github.com/RequestNetwork/requestNetwork/issues/421)) ([18d6e6e](https://github.com/RequestNetwork/requestNetwork/commit/18d6e6e)) -* Migrate the synchronization from storage to data-access ([#292](https://github.com/RequestNetwork/requestNetwork/issues/292)) ([3d04d0d](https://github.com/RequestNetwork/requestNetwork/commit/3d04d0d)) -* pin ipfs data on the node ([#361](https://github.com/RequestNetwork/requestNetwork/issues/361)) ([5830350](https://github.com/RequestNetwork/requestNetwork/commit/5830350)) -* Save dataId's Ethereum metadata when append is called ([#352](https://github.com/RequestNetwork/requestNetwork/issues/352)) ([118d197](https://github.com/RequestNetwork/requestNetwork/commit/118d197)) -* Storage cache for Ethereum metadata ([#323](https://github.com/RequestNetwork/requestNetwork/issues/323)) ([cb29b8e](https://github.com/RequestNetwork/requestNetwork/commit/cb29b8e)) -* Storage get data from timestamp boundaries ([#291](https://github.com/RequestNetwork/requestNetwork/issues/291)) ([e9554cd](https://github.com/RequestNetwork/requestNetwork/commit/e9554cd)) -* upgradable smart contracts ([#337](https://github.com/RequestNetwork/requestNetwork/issues/337)) ([c8cf724](https://github.com/RequestNetwork/requestNetwork/commit/c8cf724)) - +- add retry for getPastEvents web3 API call ([#455](https://github.com/RequestNetwork/requestNetwork/issues/455)) ([0116636](https://github.com/RequestNetwork/requestNetwork/commit/0116636)) +- block not found error in function addHashAndSizeToEthereum of storage ([#349](https://github.com/RequestNetwork/requestNetwork/issues/349)) ([1fea138](https://github.com/RequestNetwork/requestNetwork/commit/1fea138)) +- Check the ipfs node connection getting an expected file instead of using repo/verify ([#440](https://github.com/RequestNetwork/requestNetwork/issues/440)) ([4d537f7](https://github.com/RequestNetwork/requestNetwork/commit/4d537f7)) +- Data access synchronization not parallelized ([#333](https://github.com/RequestNetwork/requestNetwork/issues/333)) ([cd63a22](https://github.com/RequestNetwork/requestNetwork/commit/cd63a22)) +- Error block XXX not found ([#306](https://github.com/RequestNetwork/requestNetwork/issues/306)) ([6c9c59b](https://github.com/RequestNetwork/requestNetwork/commit/6c9c59b)) +- Ethereum-storage meta, no redundant getPastEvents call ([#312](https://github.com/RequestNetwork/requestNetwork/issues/312)) ([28b5bb1](https://github.com/RequestNetwork/requestNetwork/commit/28b5bb1)) +- merge issue in ipfs pin config ([#413](https://github.com/RequestNetwork/requestNetwork/issues/413)) ([3a5654f](https://github.com/RequestNetwork/requestNetwork/commit/3a5654f)) +- Misc. minor fixes on the request node ([#334](https://github.com/RequestNetwork/requestNetwork/issues/334)) ([8fcf53d](https://github.com/RequestNetwork/requestNetwork/commit/8fcf53d)) +- query returned more than 10000 results error ([#437](https://github.com/RequestNetwork/requestNetwork/issues/437)) ([9621633](https://github.com/RequestNetwork/requestNetwork/commit/9621633)) +- remove IPFS swarm connect from node initialization ([#442](https://github.com/RequestNetwork/requestNetwork/issues/442)) ([da11afa](https://github.com/RequestNetwork/requestNetwork/commit/da11afa)) +- return ipfs-manager rejections ([#434](https://github.com/RequestNetwork/requestNetwork/issues/434)) ([0bc2b73](https://github.com/RequestNetwork/requestNetwork/commit/0bc2b73)) +- skip flaky retry tests ([#427](https://github.com/RequestNetwork/requestNetwork/issues/427)) ([68dd837](https://github.com/RequestNetwork/requestNetwork/commit/68dd837)) +- storage endless http request ([#284](https://github.com/RequestNetwork/requestNetwork/issues/284)) ([9adac9a](https://github.com/RequestNetwork/requestNetwork/commit/9adac9a)) +- Storage Infura 1000 results error ([#320](https://github.com/RequestNetwork/requestNetwork/issues/320)) ([289a7f2](https://github.com/RequestNetwork/requestNetwork/commit/289a7f2)) +- Use getSecondtLastBlockNumber instead of getLastBlockNumber for getBlockNumbersFromTimestamp ([#330](https://github.com/RequestNetwork/requestNetwork/issues/330)) ([58606b7](https://github.com/RequestNetwork/requestNetwork/commit/58606b7)) +- use IPFS id endpoint to verify if the server is online ([#450](https://github.com/RequestNetwork/requestNetwork/issues/450)) ([ce56b5f](https://github.com/RequestNetwork/requestNetwork/commit/ce56b5f)) +- use keyv to persist Ethereum metadata cache ([#431](https://github.com/RequestNetwork/requestNetwork/issues/431)) ([6a6788b](https://github.com/RequestNetwork/requestNetwork/commit/6a6788b)) + +### Features + +- add concurrent readMany to storage layer ([#363](https://github.com/RequestNetwork/requestNetwork/issues/363)) ([db3f484](https://github.com/RequestNetwork/requestNetwork/commit/db3f484)) +- add IPFS peer for faster IPFS retrieval, and check IPFS and Ethereum nodes connections ([#353](https://github.com/RequestNetwork/requestNetwork/issues/353)) ([47358c2](https://github.com/RequestNetwork/requestNetwork/commit/47358c2)) +- add logging interfaces and default logger ([#397](https://github.com/RequestNetwork/requestNetwork/issues/397)) ([f83a716](https://github.com/RequestNetwork/requestNetwork/commit/f83a716)) +- add tags for successfully retrieved hashes ([#444](https://github.com/RequestNetwork/requestNetwork/issues/444)) ([cfc3eb0](https://github.com/RequestNetwork/requestNetwork/commit/cfc3eb0)) +- add the ability to be able to configure the host + port via com… ([#355](https://github.com/RequestNetwork/requestNetwork/issues/355)) ([5b6a6c6](https://github.com/RequestNetwork/requestNetwork/commit/5b6a6c6)) +- Add the two new IPFS nodes as known IPFS nodes ([#410](https://github.com/RequestNetwork/requestNetwork/issues/410)) ([b33f2e9](https://github.com/RequestNetwork/requestNetwork/commit/b33f2e9)) +- additional node logs to show progress and logLevel option ([#338](https://github.com/RequestNetwork/requestNetwork/issues/338)) ([38559f4](https://github.com/RequestNetwork/requestNetwork/commit/38559f4)) +- asynchronously pin IPFS files in batches ([#403](https://github.com/RequestNetwork/requestNetwork/issues/403)) ([926c22b](https://github.com/RequestNetwork/requestNetwork/commit/926c22b)) +- check if the contracts are deployed and configured ([#360](https://github.com/RequestNetwork/requestNetwork/issues/360)) ([c18bf00](https://github.com/RequestNetwork/requestNetwork/commit/c18bf00)) +- class to get Ethereum block information in storage ([#283](https://github.com/RequestNetwork/requestNetwork/issues/283)) ([1454981](https://github.com/RequestNetwork/requestNetwork/commit/1454981)) +- configurable ethereum node host and port for smart contract deployment ([#358](https://github.com/RequestNetwork/requestNetwork/issues/358)) ([d7ad242](https://github.com/RequestNetwork/requestNetwork/commit/d7ad242)) +- Create usable Dockerfile ([#278](https://github.com/RequestNetwork/requestNetwork/issues/278)) ([6c83f28](https://github.com/RequestNetwork/requestNetwork/commit/6c83f28)) +- determines gas price automatically on mainnet ([#429](https://github.com/RequestNetwork/requestNetwork/issues/429)) ([3d42c75](https://github.com/RequestNetwork/requestNetwork/commit/3d42c75)) +- implements cached-throttle utility ([#348](https://github.com/RequestNetwork/requestNetwork/issues/348)) ([01c9885](https://github.com/RequestNetwork/requestNetwork/commit/01c9885)) +- IPFS retry on error ([#421](https://github.com/RequestNetwork/requestNetwork/issues/421)) ([18d6e6e](https://github.com/RequestNetwork/requestNetwork/commit/18d6e6e)) +- Migrate the synchronization from storage to data-access ([#292](https://github.com/RequestNetwork/requestNetwork/issues/292)) ([3d04d0d](https://github.com/RequestNetwork/requestNetwork/commit/3d04d0d)) +- pin ipfs data on the node ([#361](https://github.com/RequestNetwork/requestNetwork/issues/361)) ([5830350](https://github.com/RequestNetwork/requestNetwork/commit/5830350)) +- Save dataId's Ethereum metadata when append is called ([#352](https://github.com/RequestNetwork/requestNetwork/issues/352)) ([118d197](https://github.com/RequestNetwork/requestNetwork/commit/118d197)) +- Storage cache for Ethereum metadata ([#323](https://github.com/RequestNetwork/requestNetwork/issues/323)) ([cb29b8e](https://github.com/RequestNetwork/requestNetwork/commit/cb29b8e)) +- Storage get data from timestamp boundaries ([#291](https://github.com/RequestNetwork/requestNetwork/issues/291)) ([e9554cd](https://github.com/RequestNetwork/requestNetwork/commit/e9554cd)) +- upgradable smart contracts ([#337](https://github.com/RequestNetwork/requestNetwork/issues/337)) ([c8cf724](https://github.com/RequestNetwork/requestNetwork/commit/c8cf724)) ### Performance Improvements -* add the node ipfs request network at initialization ([#398](https://github.com/RequestNetwork/requestNetwork/issues/398)) ([7e0c25a](https://github.com/RequestNetwork/requestNetwork/commit/7e0c25a)) -* faster initialization by factoring stat and read IPFS calls in one call ([#401](https://github.com/RequestNetwork/requestNetwork/issues/401)) ([184c14e](https://github.com/RequestNetwork/requestNetwork/commit/184c14e)) - - - - +- add the node ipfs request network at initialization ([#398](https://github.com/RequestNetwork/requestNetwork/issues/398)) ([7e0c25a](https://github.com/RequestNetwork/requestNetwork/commit/7e0c25a)) +- faster initialization by factoring stat and read IPFS calls in one call ([#401](https://github.com/RequestNetwork/requestNetwork/issues/401)) ([184c14e](https://github.com/RequestNetwork/requestNetwork/commit/184c14e)) # [0.2.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/ethereum-storage@0.1.1-alpha.4...@requestnetwork/ethereum-storage@0.2.0) (2019-06-06) - ### Bug Fixes -* block not found error in function addHashAndSizeToEthereum of storage ([#349](https://github.com/RequestNetwork/requestNetwork/issues/349)) ([1fea138](https://github.com/RequestNetwork/requestNetwork/commit/1fea138)) -* Data access synchronization not parallelized ([#333](https://github.com/RequestNetwork/requestNetwork/issues/333)) ([cd63a22](https://github.com/RequestNetwork/requestNetwork/commit/cd63a22)) -* Error block XXX not found ([#306](https://github.com/RequestNetwork/requestNetwork/issues/306)) ([6c9c59b](https://github.com/RequestNetwork/requestNetwork/commit/6c9c59b)) -* Ethereum-storage meta, no redundant getPastEvents call ([#312](https://github.com/RequestNetwork/requestNetwork/issues/312)) ([28b5bb1](https://github.com/RequestNetwork/requestNetwork/commit/28b5bb1)) -* Misc. minor fixes on the request node ([#334](https://github.com/RequestNetwork/requestNetwork/issues/334)) ([8fcf53d](https://github.com/RequestNetwork/requestNetwork/commit/8fcf53d)) -* storage endless http request ([#284](https://github.com/RequestNetwork/requestNetwork/issues/284)) ([9adac9a](https://github.com/RequestNetwork/requestNetwork/commit/9adac9a)) -* Storage Infura 1000 results error ([#320](https://github.com/RequestNetwork/requestNetwork/issues/320)) ([289a7f2](https://github.com/RequestNetwork/requestNetwork/commit/289a7f2)) -* Use getSecondtLastBlockNumber instead of getLastBlockNumber for getBlockNumbersFromTimestamp ([#330](https://github.com/RequestNetwork/requestNetwork/issues/330)) ([58606b7](https://github.com/RequestNetwork/requestNetwork/commit/58606b7)) - - -### Features - -* add concurrent readMany to storage layer ([#363](https://github.com/RequestNetwork/requestNetwork/issues/363)) ([db3f484](https://github.com/RequestNetwork/requestNetwork/commit/db3f484)) -* add IPFS peer for faster IPFS retrieval, and check IPFS and Ethereum nodes connections ([#353](https://github.com/RequestNetwork/requestNetwork/issues/353)) ([47358c2](https://github.com/RequestNetwork/requestNetwork/commit/47358c2)) -* add logging interfaces and default logger ([#397](https://github.com/RequestNetwork/requestNetwork/issues/397)) ([f83a716](https://github.com/RequestNetwork/requestNetwork/commit/f83a716)) -* add the ability to be able to configure the host + port via com… ([#355](https://github.com/RequestNetwork/requestNetwork/issues/355)) ([5b6a6c6](https://github.com/RequestNetwork/requestNetwork/commit/5b6a6c6)) -* Add the two new IPFS nodes as known IPFS nodes ([#410](https://github.com/RequestNetwork/requestNetwork/issues/410)) ([b33f2e9](https://github.com/RequestNetwork/requestNetwork/commit/b33f2e9)) -* additional node logs to show progress and logLevel option ([#338](https://github.com/RequestNetwork/requestNetwork/issues/338)) ([38559f4](https://github.com/RequestNetwork/requestNetwork/commit/38559f4)) -* asynchronously pin IPFS files in batches ([#403](https://github.com/RequestNetwork/requestNetwork/issues/403)) ([926c22b](https://github.com/RequestNetwork/requestNetwork/commit/926c22b)) -* check if the contracts are deployed and configured ([#360](https://github.com/RequestNetwork/requestNetwork/issues/360)) ([c18bf00](https://github.com/RequestNetwork/requestNetwork/commit/c18bf00)) -* class to get Ethereum block information in storage ([#283](https://github.com/RequestNetwork/requestNetwork/issues/283)) ([1454981](https://github.com/RequestNetwork/requestNetwork/commit/1454981)) -* configurable ethereum node host and port for smart contract deployment ([#358](https://github.com/RequestNetwork/requestNetwork/issues/358)) ([d7ad242](https://github.com/RequestNetwork/requestNetwork/commit/d7ad242)) -* Create usable Dockerfile ([#278](https://github.com/RequestNetwork/requestNetwork/issues/278)) ([6c83f28](https://github.com/RequestNetwork/requestNetwork/commit/6c83f28)) -* implements cached-throttle utility ([#348](https://github.com/RequestNetwork/requestNetwork/issues/348)) ([01c9885](https://github.com/RequestNetwork/requestNetwork/commit/01c9885)) -* Migrate the synchronization from storage to data-access ([#292](https://github.com/RequestNetwork/requestNetwork/issues/292)) ([3d04d0d](https://github.com/RequestNetwork/requestNetwork/commit/3d04d0d)) -* pin ipfs data on the node ([#361](https://github.com/RequestNetwork/requestNetwork/issues/361)) ([5830350](https://github.com/RequestNetwork/requestNetwork/commit/5830350)) -* Save dataId's Ethereum metadata when append is called ([#352](https://github.com/RequestNetwork/requestNetwork/issues/352)) ([118d197](https://github.com/RequestNetwork/requestNetwork/commit/118d197)) -* Storage cache for Ethereum metadata ([#323](https://github.com/RequestNetwork/requestNetwork/issues/323)) ([cb29b8e](https://github.com/RequestNetwork/requestNetwork/commit/cb29b8e)) -* Storage get data from timestamp boundaries ([#291](https://github.com/RequestNetwork/requestNetwork/issues/291)) ([e9554cd](https://github.com/RequestNetwork/requestNetwork/commit/e9554cd)) -* upgradable smart contracts ([#337](https://github.com/RequestNetwork/requestNetwork/issues/337)) ([c8cf724](https://github.com/RequestNetwork/requestNetwork/commit/c8cf724)) - +- block not found error in function addHashAndSizeToEthereum of storage ([#349](https://github.com/RequestNetwork/requestNetwork/issues/349)) ([1fea138](https://github.com/RequestNetwork/requestNetwork/commit/1fea138)) +- Data access synchronization not parallelized ([#333](https://github.com/RequestNetwork/requestNetwork/issues/333)) ([cd63a22](https://github.com/RequestNetwork/requestNetwork/commit/cd63a22)) +- Error block XXX not found ([#306](https://github.com/RequestNetwork/requestNetwork/issues/306)) ([6c9c59b](https://github.com/RequestNetwork/requestNetwork/commit/6c9c59b)) +- Ethereum-storage meta, no redundant getPastEvents call ([#312](https://github.com/RequestNetwork/requestNetwork/issues/312)) ([28b5bb1](https://github.com/RequestNetwork/requestNetwork/commit/28b5bb1)) +- Misc. minor fixes on the request node ([#334](https://github.com/RequestNetwork/requestNetwork/issues/334)) ([8fcf53d](https://github.com/RequestNetwork/requestNetwork/commit/8fcf53d)) +- storage endless http request ([#284](https://github.com/RequestNetwork/requestNetwork/issues/284)) ([9adac9a](https://github.com/RequestNetwork/requestNetwork/commit/9adac9a)) +- Storage Infura 1000 results error ([#320](https://github.com/RequestNetwork/requestNetwork/issues/320)) ([289a7f2](https://github.com/RequestNetwork/requestNetwork/commit/289a7f2)) +- Use getSecondtLastBlockNumber instead of getLastBlockNumber for getBlockNumbersFromTimestamp ([#330](https://github.com/RequestNetwork/requestNetwork/issues/330)) ([58606b7](https://github.com/RequestNetwork/requestNetwork/commit/58606b7)) + +### Features + +- add concurrent readMany to storage layer ([#363](https://github.com/RequestNetwork/requestNetwork/issues/363)) ([db3f484](https://github.com/RequestNetwork/requestNetwork/commit/db3f484)) +- add IPFS peer for faster IPFS retrieval, and check IPFS and Ethereum nodes connections ([#353](https://github.com/RequestNetwork/requestNetwork/issues/353)) ([47358c2](https://github.com/RequestNetwork/requestNetwork/commit/47358c2)) +- add logging interfaces and default logger ([#397](https://github.com/RequestNetwork/requestNetwork/issues/397)) ([f83a716](https://github.com/RequestNetwork/requestNetwork/commit/f83a716)) +- add the ability to be able to configure the host + port via com… ([#355](https://github.com/RequestNetwork/requestNetwork/issues/355)) ([5b6a6c6](https://github.com/RequestNetwork/requestNetwork/commit/5b6a6c6)) +- Add the two new IPFS nodes as known IPFS nodes ([#410](https://github.com/RequestNetwork/requestNetwork/issues/410)) ([b33f2e9](https://github.com/RequestNetwork/requestNetwork/commit/b33f2e9)) +- additional node logs to show progress and logLevel option ([#338](https://github.com/RequestNetwork/requestNetwork/issues/338)) ([38559f4](https://github.com/RequestNetwork/requestNetwork/commit/38559f4)) +- asynchronously pin IPFS files in batches ([#403](https://github.com/RequestNetwork/requestNetwork/issues/403)) ([926c22b](https://github.com/RequestNetwork/requestNetwork/commit/926c22b)) +- check if the contracts are deployed and configured ([#360](https://github.com/RequestNetwork/requestNetwork/issues/360)) ([c18bf00](https://github.com/RequestNetwork/requestNetwork/commit/c18bf00)) +- class to get Ethereum block information in storage ([#283](https://github.com/RequestNetwork/requestNetwork/issues/283)) ([1454981](https://github.com/RequestNetwork/requestNetwork/commit/1454981)) +- configurable ethereum node host and port for smart contract deployment ([#358](https://github.com/RequestNetwork/requestNetwork/issues/358)) ([d7ad242](https://github.com/RequestNetwork/requestNetwork/commit/d7ad242)) +- Create usable Dockerfile ([#278](https://github.com/RequestNetwork/requestNetwork/issues/278)) ([6c83f28](https://github.com/RequestNetwork/requestNetwork/commit/6c83f28)) +- implements cached-throttle utility ([#348](https://github.com/RequestNetwork/requestNetwork/issues/348)) ([01c9885](https://github.com/RequestNetwork/requestNetwork/commit/01c9885)) +- Migrate the synchronization from storage to data-access ([#292](https://github.com/RequestNetwork/requestNetwork/issues/292)) ([3d04d0d](https://github.com/RequestNetwork/requestNetwork/commit/3d04d0d)) +- pin ipfs data on the node ([#361](https://github.com/RequestNetwork/requestNetwork/issues/361)) ([5830350](https://github.com/RequestNetwork/requestNetwork/commit/5830350)) +- Save dataId's Ethereum metadata when append is called ([#352](https://github.com/RequestNetwork/requestNetwork/issues/352)) ([118d197](https://github.com/RequestNetwork/requestNetwork/commit/118d197)) +- Storage cache for Ethereum metadata ([#323](https://github.com/RequestNetwork/requestNetwork/issues/323)) ([cb29b8e](https://github.com/RequestNetwork/requestNetwork/commit/cb29b8e)) +- Storage get data from timestamp boundaries ([#291](https://github.com/RequestNetwork/requestNetwork/issues/291)) ([e9554cd](https://github.com/RequestNetwork/requestNetwork/commit/e9554cd)) +- upgradable smart contracts ([#337](https://github.com/RequestNetwork/requestNetwork/issues/337)) ([c8cf724](https://github.com/RequestNetwork/requestNetwork/commit/c8cf724)) ### Performance Improvements -* add the node ipfs request network at initialization ([#398](https://github.com/RequestNetwork/requestNetwork/issues/398)) ([7e0c25a](https://github.com/RequestNetwork/requestNetwork/commit/7e0c25a)) -* faster initialization by factoring stat and read IPFS calls in one call ([#401](https://github.com/RequestNetwork/requestNetwork/issues/401)) ([184c14e](https://github.com/RequestNetwork/requestNetwork/commit/184c14e)) - - - - - +- add the node ipfs request network at initialization ([#398](https://github.com/RequestNetwork/requestNetwork/issues/398)) ([7e0c25a](https://github.com/RequestNetwork/requestNetwork/commit/7e0c25a)) +- faster initialization by factoring stat and read IPFS calls in one call ([#401](https://github.com/RequestNetwork/requestNetwork/issues/401)) ([184c14e](https://github.com/RequestNetwork/requestNetwork/commit/184c14e)) ## [0.1.1-alpha.12](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/ethereum-storage@0.1.1-alpha.4...@requestnetwork/ethereum-storage@0.1.1-alpha.12) (2019-05-21) - ### Bug Fixes -* block not found error in function addHashAndSizeToEthereum of storage ([#349](https://github.com/RequestNetwork/requestNetwork/issues/349)) ([1fea138](https://github.com/RequestNetwork/requestNetwork/commit/1fea138)) -* Data access synchronization not parallelized ([#333](https://github.com/RequestNetwork/requestNetwork/issues/333)) ([cd63a22](https://github.com/RequestNetwork/requestNetwork/commit/cd63a22)) -* Error block XXX not found ([#306](https://github.com/RequestNetwork/requestNetwork/issues/306)) ([6c9c59b](https://github.com/RequestNetwork/requestNetwork/commit/6c9c59b)) -* Ethereum-storage meta, no redundant getPastEvents call ([#312](https://github.com/RequestNetwork/requestNetwork/issues/312)) ([28b5bb1](https://github.com/RequestNetwork/requestNetwork/commit/28b5bb1)) -* Misc. minor fixes on the request node ([#334](https://github.com/RequestNetwork/requestNetwork/issues/334)) ([8fcf53d](https://github.com/RequestNetwork/requestNetwork/commit/8fcf53d)) -* storage endless http request ([#284](https://github.com/RequestNetwork/requestNetwork/issues/284)) ([9adac9a](https://github.com/RequestNetwork/requestNetwork/commit/9adac9a)) -* Storage Infura 1000 results error ([#320](https://github.com/RequestNetwork/requestNetwork/issues/320)) ([289a7f2](https://github.com/RequestNetwork/requestNetwork/commit/289a7f2)) -* Use getSecondtLastBlockNumber instead of getLastBlockNumber for getBlockNumbersFromTimestamp ([#330](https://github.com/RequestNetwork/requestNetwork/issues/330)) ([58606b7](https://github.com/RequestNetwork/requestNetwork/commit/58606b7)) - +- block not found error in function addHashAndSizeToEthereum of storage ([#349](https://github.com/RequestNetwork/requestNetwork/issues/349)) ([1fea138](https://github.com/RequestNetwork/requestNetwork/commit/1fea138)) +- Data access synchronization not parallelized ([#333](https://github.com/RequestNetwork/requestNetwork/issues/333)) ([cd63a22](https://github.com/RequestNetwork/requestNetwork/commit/cd63a22)) +- Error block XXX not found ([#306](https://github.com/RequestNetwork/requestNetwork/issues/306)) ([6c9c59b](https://github.com/RequestNetwork/requestNetwork/commit/6c9c59b)) +- Ethereum-storage meta, no redundant getPastEvents call ([#312](https://github.com/RequestNetwork/requestNetwork/issues/312)) ([28b5bb1](https://github.com/RequestNetwork/requestNetwork/commit/28b5bb1)) +- Misc. minor fixes on the request node ([#334](https://github.com/RequestNetwork/requestNetwork/issues/334)) ([8fcf53d](https://github.com/RequestNetwork/requestNetwork/commit/8fcf53d)) +- storage endless http request ([#284](https://github.com/RequestNetwork/requestNetwork/issues/284)) ([9adac9a](https://github.com/RequestNetwork/requestNetwork/commit/9adac9a)) +- Storage Infura 1000 results error ([#320](https://github.com/RequestNetwork/requestNetwork/issues/320)) ([289a7f2](https://github.com/RequestNetwork/requestNetwork/commit/289a7f2)) +- Use getSecondtLastBlockNumber instead of getLastBlockNumber for getBlockNumbersFromTimestamp ([#330](https://github.com/RequestNetwork/requestNetwork/issues/330)) ([58606b7](https://github.com/RequestNetwork/requestNetwork/commit/58606b7)) ### Features -* add the ability to be able to configure the host + port via com… ([#355](https://github.com/RequestNetwork/requestNetwork/issues/355)) ([5b6a6c6](https://github.com/RequestNetwork/requestNetwork/commit/5b6a6c6)) -* additional node logs to show progress and logLevel option ([#338](https://github.com/RequestNetwork/requestNetwork/issues/338)) ([38559f4](https://github.com/RequestNetwork/requestNetwork/commit/38559f4)) -* class to get Ethereum block information in storage ([#283](https://github.com/RequestNetwork/requestNetwork/issues/283)) ([1454981](https://github.com/RequestNetwork/requestNetwork/commit/1454981)) -* Create usable Dockerfile ([#278](https://github.com/RequestNetwork/requestNetwork/issues/278)) ([6c83f28](https://github.com/RequestNetwork/requestNetwork/commit/6c83f28)) -* implements cached-throttle utility ([#348](https://github.com/RequestNetwork/requestNetwork/issues/348)) ([01c9885](https://github.com/RequestNetwork/requestNetwork/commit/01c9885)) -* Migrate the synchronization from storage to data-access ([#292](https://github.com/RequestNetwork/requestNetwork/issues/292)) ([3d04d0d](https://github.com/RequestNetwork/requestNetwork/commit/3d04d0d)) -* Save dataId's Ethereum metadata when append is called ([#352](https://github.com/RequestNetwork/requestNetwork/issues/352)) ([118d197](https://github.com/RequestNetwork/requestNetwork/commit/118d197)) -* Storage cache for Ethereum metadata ([#323](https://github.com/RequestNetwork/requestNetwork/issues/323)) ([cb29b8e](https://github.com/RequestNetwork/requestNetwork/commit/cb29b8e)) -* Storage get data from timestamp boundaries ([#291](https://github.com/RequestNetwork/requestNetwork/issues/291)) ([e9554cd](https://github.com/RequestNetwork/requestNetwork/commit/e9554cd)) -* upgradable smart contracts ([#337](https://github.com/RequestNetwork/requestNetwork/issues/337)) ([c8cf724](https://github.com/RequestNetwork/requestNetwork/commit/c8cf724)) - - - - - +- add the ability to be able to configure the host + port via com… ([#355](https://github.com/RequestNetwork/requestNetwork/issues/355)) ([5b6a6c6](https://github.com/RequestNetwork/requestNetwork/commit/5b6a6c6)) +- additional node logs to show progress and logLevel option ([#338](https://github.com/RequestNetwork/requestNetwork/issues/338)) ([38559f4](https://github.com/RequestNetwork/requestNetwork/commit/38559f4)) +- class to get Ethereum block information in storage ([#283](https://github.com/RequestNetwork/requestNetwork/issues/283)) ([1454981](https://github.com/RequestNetwork/requestNetwork/commit/1454981)) +- Create usable Dockerfile ([#278](https://github.com/RequestNetwork/requestNetwork/issues/278)) ([6c83f28](https://github.com/RequestNetwork/requestNetwork/commit/6c83f28)) +- implements cached-throttle utility ([#348](https://github.com/RequestNetwork/requestNetwork/issues/348)) ([01c9885](https://github.com/RequestNetwork/requestNetwork/commit/01c9885)) +- Migrate the synchronization from storage to data-access ([#292](https://github.com/RequestNetwork/requestNetwork/issues/292)) ([3d04d0d](https://github.com/RequestNetwork/requestNetwork/commit/3d04d0d)) +- Save dataId's Ethereum metadata when append is called ([#352](https://github.com/RequestNetwork/requestNetwork/issues/352)) ([118d197](https://github.com/RequestNetwork/requestNetwork/commit/118d197)) +- Storage cache for Ethereum metadata ([#323](https://github.com/RequestNetwork/requestNetwork/issues/323)) ([cb29b8e](https://github.com/RequestNetwork/requestNetwork/commit/cb29b8e)) +- Storage get data from timestamp boundaries ([#291](https://github.com/RequestNetwork/requestNetwork/issues/291)) ([e9554cd](https://github.com/RequestNetwork/requestNetwork/commit/e9554cd)) +- upgradable smart contracts ([#337](https://github.com/RequestNetwork/requestNetwork/issues/337)) ([c8cf724](https://github.com/RequestNetwork/requestNetwork/commit/c8cf724)) ## [0.1.1-alpha.11](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/ethereum-storage@0.1.1-alpha.4...@requestnetwork/ethereum-storage@0.1.1-alpha.11) (2019-05-17) - ### Bug Fixes -* Data access synchronization not parallelized ([#333](https://github.com/RequestNetwork/requestNetwork/issues/333)) ([cd63a22](https://github.com/RequestNetwork/requestNetwork/commit/cd63a22)) -* Error block XXX not found ([#306](https://github.com/RequestNetwork/requestNetwork/issues/306)) ([6c9c59b](https://github.com/RequestNetwork/requestNetwork/commit/6c9c59b)) -* Ethereum-storage meta, no redundant getPastEvents call ([#312](https://github.com/RequestNetwork/requestNetwork/issues/312)) ([28b5bb1](https://github.com/RequestNetwork/requestNetwork/commit/28b5bb1)) -* Misc. minor fixes on the request node ([#334](https://github.com/RequestNetwork/requestNetwork/issues/334)) ([8fcf53d](https://github.com/RequestNetwork/requestNetwork/commit/8fcf53d)) -* storage endless http request ([#284](https://github.com/RequestNetwork/requestNetwork/issues/284)) ([9adac9a](https://github.com/RequestNetwork/requestNetwork/commit/9adac9a)) -* Storage Infura 1000 results error ([#320](https://github.com/RequestNetwork/requestNetwork/issues/320)) ([289a7f2](https://github.com/RequestNetwork/requestNetwork/commit/289a7f2)) -* Use getSecondtLastBlockNumber instead of getLastBlockNumber for getBlockNumbersFromTimestamp ([#330](https://github.com/RequestNetwork/requestNetwork/issues/330)) ([58606b7](https://github.com/RequestNetwork/requestNetwork/commit/58606b7)) - +- Data access synchronization not parallelized ([#333](https://github.com/RequestNetwork/requestNetwork/issues/333)) ([cd63a22](https://github.com/RequestNetwork/requestNetwork/commit/cd63a22)) +- Error block XXX not found ([#306](https://github.com/RequestNetwork/requestNetwork/issues/306)) ([6c9c59b](https://github.com/RequestNetwork/requestNetwork/commit/6c9c59b)) +- Ethereum-storage meta, no redundant getPastEvents call ([#312](https://github.com/RequestNetwork/requestNetwork/issues/312)) ([28b5bb1](https://github.com/RequestNetwork/requestNetwork/commit/28b5bb1)) +- Misc. minor fixes on the request node ([#334](https://github.com/RequestNetwork/requestNetwork/issues/334)) ([8fcf53d](https://github.com/RequestNetwork/requestNetwork/commit/8fcf53d)) +- storage endless http request ([#284](https://github.com/RequestNetwork/requestNetwork/issues/284)) ([9adac9a](https://github.com/RequestNetwork/requestNetwork/commit/9adac9a)) +- Storage Infura 1000 results error ([#320](https://github.com/RequestNetwork/requestNetwork/issues/320)) ([289a7f2](https://github.com/RequestNetwork/requestNetwork/commit/289a7f2)) +- Use getSecondtLastBlockNumber instead of getLastBlockNumber for getBlockNumbersFromTimestamp ([#330](https://github.com/RequestNetwork/requestNetwork/issues/330)) ([58606b7](https://github.com/RequestNetwork/requestNetwork/commit/58606b7)) ### Features -* additional node logs to show progress and logLevel option ([#338](https://github.com/RequestNetwork/requestNetwork/issues/338)) ([38559f4](https://github.com/RequestNetwork/requestNetwork/commit/38559f4)) -* class to get Ethereum block information in storage ([#283](https://github.com/RequestNetwork/requestNetwork/issues/283)) ([1454981](https://github.com/RequestNetwork/requestNetwork/commit/1454981)) -* Create usable Dockerfile ([#278](https://github.com/RequestNetwork/requestNetwork/issues/278)) ([6c83f28](https://github.com/RequestNetwork/requestNetwork/commit/6c83f28)) -* implements cached-throttle utility ([#348](https://github.com/RequestNetwork/requestNetwork/issues/348)) ([01c9885](https://github.com/RequestNetwork/requestNetwork/commit/01c9885)) -* Migrate the synchronization from storage to data-access ([#292](https://github.com/RequestNetwork/requestNetwork/issues/292)) ([3d04d0d](https://github.com/RequestNetwork/requestNetwork/commit/3d04d0d)) -* Storage cache for Ethereum metadata ([#323](https://github.com/RequestNetwork/requestNetwork/issues/323)) ([cb29b8e](https://github.com/RequestNetwork/requestNetwork/commit/cb29b8e)) -* Storage get data from timestamp boundaries ([#291](https://github.com/RequestNetwork/requestNetwork/issues/291)) ([e9554cd](https://github.com/RequestNetwork/requestNetwork/commit/e9554cd)) - - - - - +- additional node logs to show progress and logLevel option ([#338](https://github.com/RequestNetwork/requestNetwork/issues/338)) ([38559f4](https://github.com/RequestNetwork/requestNetwork/commit/38559f4)) +- class to get Ethereum block information in storage ([#283](https://github.com/RequestNetwork/requestNetwork/issues/283)) ([1454981](https://github.com/RequestNetwork/requestNetwork/commit/1454981)) +- Create usable Dockerfile ([#278](https://github.com/RequestNetwork/requestNetwork/issues/278)) ([6c83f28](https://github.com/RequestNetwork/requestNetwork/commit/6c83f28)) +- implements cached-throttle utility ([#348](https://github.com/RequestNetwork/requestNetwork/issues/348)) ([01c9885](https://github.com/RequestNetwork/requestNetwork/commit/01c9885)) +- Migrate the synchronization from storage to data-access ([#292](https://github.com/RequestNetwork/requestNetwork/issues/292)) ([3d04d0d](https://github.com/RequestNetwork/requestNetwork/commit/3d04d0d)) +- Storage cache for Ethereum metadata ([#323](https://github.com/RequestNetwork/requestNetwork/issues/323)) ([cb29b8e](https://github.com/RequestNetwork/requestNetwork/commit/cb29b8e)) +- Storage get data from timestamp boundaries ([#291](https://github.com/RequestNetwork/requestNetwork/issues/291)) ([e9554cd](https://github.com/RequestNetwork/requestNetwork/commit/e9554cd)) ## [0.1.1-alpha.10](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/ethereum-storage@0.1.1-alpha.4...@requestnetwork/ethereum-storage@0.1.1-alpha.10) (2019-05-10) - ### Bug Fixes -* Data access synchronization not parallelized ([#333](https://github.com/RequestNetwork/requestNetwork/issues/333)) ([cd63a22](https://github.com/RequestNetwork/requestNetwork/commit/cd63a22)) -* Error block XXX not found ([#306](https://github.com/RequestNetwork/requestNetwork/issues/306)) ([6c9c59b](https://github.com/RequestNetwork/requestNetwork/commit/6c9c59b)) -* Ethereum-storage meta, no redundant getPastEvents call ([#312](https://github.com/RequestNetwork/requestNetwork/issues/312)) ([28b5bb1](https://github.com/RequestNetwork/requestNetwork/commit/28b5bb1)) -* Misc. minor fixes on the request node ([#334](https://github.com/RequestNetwork/requestNetwork/issues/334)) ([8fcf53d](https://github.com/RequestNetwork/requestNetwork/commit/8fcf53d)) -* storage endless http request ([#284](https://github.com/RequestNetwork/requestNetwork/issues/284)) ([9adac9a](https://github.com/RequestNetwork/requestNetwork/commit/9adac9a)) -* Storage Infura 1000 results error ([#320](https://github.com/RequestNetwork/requestNetwork/issues/320)) ([289a7f2](https://github.com/RequestNetwork/requestNetwork/commit/289a7f2)) -* Use getSecondtLastBlockNumber instead of getLastBlockNumber for getBlockNumbersFromTimestamp ([#330](https://github.com/RequestNetwork/requestNetwork/issues/330)) ([58606b7](https://github.com/RequestNetwork/requestNetwork/commit/58606b7)) - +- Data access synchronization not parallelized ([#333](https://github.com/RequestNetwork/requestNetwork/issues/333)) ([cd63a22](https://github.com/RequestNetwork/requestNetwork/commit/cd63a22)) +- Error block XXX not found ([#306](https://github.com/RequestNetwork/requestNetwork/issues/306)) ([6c9c59b](https://github.com/RequestNetwork/requestNetwork/commit/6c9c59b)) +- Ethereum-storage meta, no redundant getPastEvents call ([#312](https://github.com/RequestNetwork/requestNetwork/issues/312)) ([28b5bb1](https://github.com/RequestNetwork/requestNetwork/commit/28b5bb1)) +- Misc. minor fixes on the request node ([#334](https://github.com/RequestNetwork/requestNetwork/issues/334)) ([8fcf53d](https://github.com/RequestNetwork/requestNetwork/commit/8fcf53d)) +- storage endless http request ([#284](https://github.com/RequestNetwork/requestNetwork/issues/284)) ([9adac9a](https://github.com/RequestNetwork/requestNetwork/commit/9adac9a)) +- Storage Infura 1000 results error ([#320](https://github.com/RequestNetwork/requestNetwork/issues/320)) ([289a7f2](https://github.com/RequestNetwork/requestNetwork/commit/289a7f2)) +- Use getSecondtLastBlockNumber instead of getLastBlockNumber for getBlockNumbersFromTimestamp ([#330](https://github.com/RequestNetwork/requestNetwork/issues/330)) ([58606b7](https://github.com/RequestNetwork/requestNetwork/commit/58606b7)) ### Features -* class to get Ethereum block information in storage ([#283](https://github.com/RequestNetwork/requestNetwork/issues/283)) ([1454981](https://github.com/RequestNetwork/requestNetwork/commit/1454981)) -* Create usable Dockerfile ([#278](https://github.com/RequestNetwork/requestNetwork/issues/278)) ([6c83f28](https://github.com/RequestNetwork/requestNetwork/commit/6c83f28)) -* Migrate the synchronization from storage to data-access ([#292](https://github.com/RequestNetwork/requestNetwork/issues/292)) ([3d04d0d](https://github.com/RequestNetwork/requestNetwork/commit/3d04d0d)) -* Storage cache for Ethereum metadata ([#323](https://github.com/RequestNetwork/requestNetwork/issues/323)) ([cb29b8e](https://github.com/RequestNetwork/requestNetwork/commit/cb29b8e)) -* Storage get data from timestamp boundaries ([#291](https://github.com/RequestNetwork/requestNetwork/issues/291)) ([e9554cd](https://github.com/RequestNetwork/requestNetwork/commit/e9554cd)) +- class to get Ethereum block information in storage ([#283](https://github.com/RequestNetwork/requestNetwork/issues/283)) ([1454981](https://github.com/RequestNetwork/requestNetwork/commit/1454981)) +- Create usable Dockerfile ([#278](https://github.com/RequestNetwork/requestNetwork/issues/278)) ([6c83f28](https://github.com/RequestNetwork/requestNetwork/commit/6c83f28)) +- Migrate the synchronization from storage to data-access ([#292](https://github.com/RequestNetwork/requestNetwork/issues/292)) ([3d04d0d](https://github.com/RequestNetwork/requestNetwork/commit/3d04d0d)) +- Storage cache for Ethereum metadata ([#323](https://github.com/RequestNetwork/requestNetwork/issues/323)) ([cb29b8e](https://github.com/RequestNetwork/requestNetwork/commit/cb29b8e)) +- Storage get data from timestamp boundaries ([#291](https://github.com/RequestNetwork/requestNetwork/issues/291)) ([e9554cd](https://github.com/RequestNetwork/requestNetwork/commit/e9554cd)) diff --git a/packages/ethereum-storage/README.md b/packages/ethereum-storage/README.md index 4ea45859bc..a8070e42d9 100644 --- a/packages/ethereum-storage/README.md +++ b/packages/ethereum-storage/README.md @@ -46,6 +46,7 @@ const data = 'Some data'; await ethereumStorage.append(data); ``` + ## Gas Limit The gas limit defined as `safeGasPriceLimit` in [/src/config.ts](./src/config.ts) can be overridden with the environment variable `GAS_PRICE_DEFAULT`. diff --git a/packages/ethereum-storage/test/ethereum-blocks.test.ts b/packages/ethereum-storage/test/ethereum-blocks.test.ts index 406d7873e0..2b944b192a 100644 --- a/packages/ethereum-storage/test/ethereum-blocks.test.ts +++ b/packages/ethereum-storage/test/ethereum-blocks.test.ts @@ -108,7 +108,7 @@ const mockEth = { getBlock: jest.fn((i: number): any => { return mockBlocksEthereum[i] ? { timestamp: mockBlocksEthereum[i] } : undefined; }), - // eslint-disable-next-line + // eslint-disable-next-line getBlockNumber: jest.fn(() => Promise.resolve(99)), }; diff --git a/packages/integration-test/.vscode/settings.json b/packages/integration-test/.vscode/settings.json index 1a7d6049b8..379bec3a42 100644 --- a/packages/integration-test/.vscode/settings.json +++ b/packages/integration-test/.vscode/settings.json @@ -2,4 +2,4 @@ "mochaExplorer.files": "**/test/**/*.ts", "mochaExplorer.require": "ts-node/register", "mochaExplorer.cwd": "../.." -} \ No newline at end of file +} diff --git a/packages/integration-test/CHANGELOG.md b/packages/integration-test/CHANGELOG.md index cf873080a8..569cedd4b4 100644 --- a/packages/integration-test/CHANGELOG.md +++ b/packages/integration-test/CHANGELOG.md @@ -5,1539 +5,1037 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # [0.28.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/integration-test@0.27.0...@requestnetwork/integration-test@0.28.0) (2021-06-22) - ### Bug Fixes -* invoice total types + upgrade ethers ([#514](https://github.com/RequestNetwork/requestNetwork/issues/514)) ([c2b98b2](https://github.com/RequestNetwork/requestNetwork/commit/c2b98b2bd3c93f063f340d58c6b95ad026fd9519)) - +- invoice total types + upgrade ethers ([#514](https://github.com/RequestNetwork/requestNetwork/issues/514)) ([c2b98b2](https://github.com/RequestNetwork/requestNetwork/commit/c2b98b2bd3c93f063f340d58c6b95ad026fd9519)) ### Features -* payment-detection with TheGraph ([#519](https://github.com/RequestNetwork/requestNetwork/issues/519)) ([c068b88](https://github.com/RequestNetwork/requestNetwork/commit/c068b88786111558a84cdff941bc60dd04f6034a)) - - - - +- payment-detection with TheGraph ([#519](https://github.com/RequestNetwork/requestNetwork/issues/519)) ([c068b88](https://github.com/RequestNetwork/requestNetwork/commit/c068b88786111558a84cdff941bc60dd04f6034a)) ## [0.27.8](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/integration-test@0.27.0...@requestnetwork/integration-test@0.27.8) (2021-05-12) **Note:** Version bump only for package @requestnetwork/integration-test - - - - ## [0.27.7](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/integration-test@0.27.0...@requestnetwork/integration-test@0.27.7) (2021-04-19) **Note:** Version bump only for package @requestnetwork/integration-test - - - - ## [0.27.6](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/integration-test@0.27.0...@requestnetwork/integration-test@0.27.6) (2021-03-25) **Note:** Version bump only for package @requestnetwork/integration-test - - - - ## [0.27.5](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/integration-test@0.27.0...@requestnetwork/integration-test@0.27.5) (2021-03-15) **Note:** Version bump only for package @requestnetwork/integration-test - - - - ## [0.27.4](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/integration-test@0.27.0...@requestnetwork/integration-test@0.27.4) (2021-03-03) **Note:** Version bump only for package @requestnetwork/integration-test - - - - ## [0.27.3](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/integration-test@0.27.0...@requestnetwork/integration-test@0.27.3) (2021-02-22) **Note:** Version bump only for package @requestnetwork/integration-test - - - - ## [0.27.2](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/integration-test@0.27.0...@requestnetwork/integration-test@0.27.2) (2020-12-22) **Note:** Version bump only for package @requestnetwork/integration-test - - - - ## [0.27.1](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/integration-test@0.27.0...@requestnetwork/integration-test@0.27.1) (2020-12-21) **Note:** Version bump only for package @requestnetwork/integration-test - - - - # [0.27.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/integration-test@0.6.0...@requestnetwork/integration-test@0.27.0) (2020-12-02) - - # 0.26.0 (2020-10-14) - ### Features -* add the identity ethereumSmartContract to the request logic ([#218](https://github.com/RequestNetwork/requestNetwork/issues/218)) ([66d97e0](https://github.com/RequestNetwork/requestNetwork/commit/66d97e00dee7305088cb94a0edf542fe4d0bbd56)) -* remove hash in encrypted transaction ([#232](https://github.com/RequestNetwork/requestNetwork/issues/232)) ([d58f101](https://github.com/RequestNetwork/requestNetwork/commit/d58f101f9f76e408671dd1edb0d67863d1c8abd5)) -* replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) - - +- add the identity ethereumSmartContract to the request logic ([#218](https://github.com/RequestNetwork/requestNetwork/issues/218)) ([66d97e0](https://github.com/RequestNetwork/requestNetwork/commit/66d97e00dee7305088cb94a0edf542fe4d0bbd56)) +- remove hash in encrypted transaction ([#232](https://github.com/RequestNetwork/requestNetwork/issues/232)) ([d58f101](https://github.com/RequestNetwork/requestNetwork/commit/d58f101f9f76e408671dd1edb0d67863d1c8abd5)) +- replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - ### Bug Fixes -* reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) - +- reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) # 0.13.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)) - +- 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)) - - +- 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)) - +- mock BTC provider on tests ([#103](https://github.com/RequestNetwork/requestNetwork/issues/103)) ([d17f5bd](https://github.com/RequestNetwork/requestNetwork/commit/d17f5bd841690dcbb2615af126e66116685ee3be)) ### Features -* **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)) -* 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)) +- balance event timestamps ([#78](https://github.com/RequestNetwork/requestNetwork/issues/78)) ([ee2a78f](https://github.com/RequestNetwork/requestNetwork/commit/ee2a78ff5ba83d84739b743db283bb8abfca6b63)) # 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)) - - - - +- **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.26.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/integration-test@0.6.0...@requestnetwork/integration-test@0.26.0) (2020-11-12) - - # 0.26.0 (2020-10-14) - ### Features -* add the identity ethereumSmartContract to the request logic ([#218](https://github.com/RequestNetwork/requestNetwork/issues/218)) ([66d97e0](https://github.com/RequestNetwork/requestNetwork/commit/66d97e00dee7305088cb94a0edf542fe4d0bbd56)) -* remove hash in encrypted transaction ([#232](https://github.com/RequestNetwork/requestNetwork/issues/232)) ([d58f101](https://github.com/RequestNetwork/requestNetwork/commit/d58f101f9f76e408671dd1edb0d67863d1c8abd5)) -* replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) - - +- add the identity ethereumSmartContract to the request logic ([#218](https://github.com/RequestNetwork/requestNetwork/issues/218)) ([66d97e0](https://github.com/RequestNetwork/requestNetwork/commit/66d97e00dee7305088cb94a0edf542fe4d0bbd56)) +- remove hash in encrypted transaction ([#232](https://github.com/RequestNetwork/requestNetwork/issues/232)) ([d58f101](https://github.com/RequestNetwork/requestNetwork/commit/d58f101f9f76e408671dd1edb0d67863d1c8abd5)) +- replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - ### Bug Fixes -* reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) - +- reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) # 0.13.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)) - +- 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)) - - +- 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)) - +- mock BTC provider on tests ([#103](https://github.com/RequestNetwork/requestNetwork/issues/103)) ([d17f5bd](https://github.com/RequestNetwork/requestNetwork/commit/d17f5bd841690dcbb2615af126e66116685ee3be)) ### Features -* **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)) -* 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)) +- balance event timestamps ([#78](https://github.com/RequestNetwork/requestNetwork/issues/78)) ([ee2a78f](https://github.com/RequestNetwork/requestNetwork/commit/ee2a78ff5ba83d84739b743db283bb8abfca6b63)) # 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)) - - - - +- **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.25.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/integration-test@0.6.0...@requestnetwork/integration-test@0.25.0) (2020-11-05) - - # 0.26.0 (2020-10-14) - ### Features -* add the identity ethereumSmartContract to the request logic ([#218](https://github.com/RequestNetwork/requestNetwork/issues/218)) ([66d97e0](https://github.com/RequestNetwork/requestNetwork/commit/66d97e00dee7305088cb94a0edf542fe4d0bbd56)) -* remove hash in encrypted transaction ([#232](https://github.com/RequestNetwork/requestNetwork/issues/232)) ([d58f101](https://github.com/RequestNetwork/requestNetwork/commit/d58f101f9f76e408671dd1edb0d67863d1c8abd5)) -* replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) - - +- add the identity ethereumSmartContract to the request logic ([#218](https://github.com/RequestNetwork/requestNetwork/issues/218)) ([66d97e0](https://github.com/RequestNetwork/requestNetwork/commit/66d97e00dee7305088cb94a0edf542fe4d0bbd56)) +- remove hash in encrypted transaction ([#232](https://github.com/RequestNetwork/requestNetwork/issues/232)) ([d58f101](https://github.com/RequestNetwork/requestNetwork/commit/d58f101f9f76e408671dd1edb0d67863d1c8abd5)) +- replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - ### Bug Fixes -* reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) - +- reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) # 0.13.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)) - +- 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)) - - +- 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)) - +- mock BTC provider on tests ([#103](https://github.com/RequestNetwork/requestNetwork/issues/103)) ([d17f5bd](https://github.com/RequestNetwork/requestNetwork/commit/d17f5bd841690dcbb2615af126e66116685ee3be)) ### Features -* **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)) -* 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)) +- balance event timestamps ([#78](https://github.com/RequestNetwork/requestNetwork/issues/78)) ([ee2a78f](https://github.com/RequestNetwork/requestNetwork/commit/ee2a78ff5ba83d84739b743db283bb8abfca6b63)) # 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)) - - - - +- **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.24.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/integration-test@0.6.0...@requestnetwork/integration-test@0.24.0) (2020-10-21) - - # 0.26.0 (2020-10-14) - ### Features -* add the identity ethereumSmartContract to the request logic ([#218](https://github.com/RequestNetwork/requestNetwork/issues/218)) ([66d97e0](https://github.com/RequestNetwork/requestNetwork/commit/66d97e00dee7305088cb94a0edf542fe4d0bbd56)) -* remove hash in encrypted transaction ([#232](https://github.com/RequestNetwork/requestNetwork/issues/232)) ([d58f101](https://github.com/RequestNetwork/requestNetwork/commit/d58f101f9f76e408671dd1edb0d67863d1c8abd5)) -* replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) - - +- add the identity ethereumSmartContract to the request logic ([#218](https://github.com/RequestNetwork/requestNetwork/issues/218)) ([66d97e0](https://github.com/RequestNetwork/requestNetwork/commit/66d97e00dee7305088cb94a0edf542fe4d0bbd56)) +- remove hash in encrypted transaction ([#232](https://github.com/RequestNetwork/requestNetwork/issues/232)) ([d58f101](https://github.com/RequestNetwork/requestNetwork/commit/d58f101f9f76e408671dd1edb0d67863d1c8abd5)) +- replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - ### Bug Fixes -* reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) - +- reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) # 0.13.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)) - +- 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)) - - +- 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)) - +- 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)) - - +- 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)) - - - - +- **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.23.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/integration-test@0.6.0...@requestnetwork/integration-test@0.23.0) (2020-10-14) - ### Features -* add the identity ethereumSmartContract to the request logic ([#218](https://github.com/RequestNetwork/requestNetwork/issues/218)) ([66d97e0](https://github.com/RequestNetwork/requestNetwork/commit/66d97e00dee7305088cb94a0edf542fe4d0bbd56)) -* remove hash in encrypted transaction ([#232](https://github.com/RequestNetwork/requestNetwork/issues/232)) ([d58f101](https://github.com/RequestNetwork/requestNetwork/commit/d58f101f9f76e408671dd1edb0d67863d1c8abd5)) -* replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) - - +- add the identity ethereumSmartContract to the request logic ([#218](https://github.com/RequestNetwork/requestNetwork/issues/218)) ([66d97e0](https://github.com/RequestNetwork/requestNetwork/commit/66d97e00dee7305088cb94a0edf542fe4d0bbd56)) +- remove hash in encrypted transaction ([#232](https://github.com/RequestNetwork/requestNetwork/issues/232)) ([d58f101](https://github.com/RequestNetwork/requestNetwork/commit/d58f101f9f76e408671dd1edb0d67863d1c8abd5)) +- replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - ### Bug Fixes -* reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) - +- reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) # 0.13.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)) - +- 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)) - - +- 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)) - +- 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)) - - +- 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)) - - - - +- **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.22.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/integration-test@0.6.0...@requestnetwork/integration-test@0.22.0) (2020-10-13) - ### Features -* add the identity ethereumSmartContract to the request logic ([#218](https://github.com/RequestNetwork/requestNetwork/issues/218)) ([66d97e0](https://github.com/RequestNetwork/requestNetwork/commit/66d97e00dee7305088cb94a0edf542fe4d0bbd56)) -* remove hash in encrypted transaction ([#232](https://github.com/RequestNetwork/requestNetwork/issues/232)) ([d58f101](https://github.com/RequestNetwork/requestNetwork/commit/d58f101f9f76e408671dd1edb0d67863d1c8abd5)) -* replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) - - +- add the identity ethereumSmartContract to the request logic ([#218](https://github.com/RequestNetwork/requestNetwork/issues/218)) ([66d97e0](https://github.com/RequestNetwork/requestNetwork/commit/66d97e00dee7305088cb94a0edf542fe4d0bbd56)) +- remove hash in encrypted transaction ([#232](https://github.com/RequestNetwork/requestNetwork/issues/232)) ([d58f101](https://github.com/RequestNetwork/requestNetwork/commit/d58f101f9f76e408671dd1edb0d67863d1c8abd5)) +- replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - ### Bug Fixes -* reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) - +- reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) # 0.13.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)) - +- 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)) - - +- 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)) - +- 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)) - - +- 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)) - - - - +- **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.21.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/integration-test@0.6.0...@requestnetwork/integration-test@0.21.0) (2020-10-09) - ### Features -* add the identity ethereumSmartContract to the request logic ([#218](https://github.com/RequestNetwork/requestNetwork/issues/218)) ([66d97e0](https://github.com/RequestNetwork/requestNetwork/commit/66d97e00dee7305088cb94a0edf542fe4d0bbd56)) -* remove hash in encrypted transaction ([#232](https://github.com/RequestNetwork/requestNetwork/issues/232)) ([d58f101](https://github.com/RequestNetwork/requestNetwork/commit/d58f101f9f76e408671dd1edb0d67863d1c8abd5)) -* replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) - - +- add the identity ethereumSmartContract to the request logic ([#218](https://github.com/RequestNetwork/requestNetwork/issues/218)) ([66d97e0](https://github.com/RequestNetwork/requestNetwork/commit/66d97e00dee7305088cb94a0edf542fe4d0bbd56)) +- remove hash in encrypted transaction ([#232](https://github.com/RequestNetwork/requestNetwork/issues/232)) ([d58f101](https://github.com/RequestNetwork/requestNetwork/commit/d58f101f9f76e408671dd1edb0d67863d1c8abd5)) +- replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - ### Bug Fixes -* reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) - +- reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) # 0.13.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)) - +- 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)) - - +- 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)) - +- 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)) - - +- 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)) - - - - +- **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.20.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/integration-test@0.6.0...@requestnetwork/integration-test@0.20.0) (2020-09-28) - ### Features -* add the identity ethereumSmartContract to the request logic ([#218](https://github.com/RequestNetwork/requestNetwork/issues/218)) ([66d97e0](https://github.com/RequestNetwork/requestNetwork/commit/66d97e00dee7305088cb94a0edf542fe4d0bbd56)) -* remove hash in encrypted transaction ([#232](https://github.com/RequestNetwork/requestNetwork/issues/232)) ([d58f101](https://github.com/RequestNetwork/requestNetwork/commit/d58f101f9f76e408671dd1edb0d67863d1c8abd5)) -* replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) - - +- add the identity ethereumSmartContract to the request logic ([#218](https://github.com/RequestNetwork/requestNetwork/issues/218)) ([66d97e0](https://github.com/RequestNetwork/requestNetwork/commit/66d97e00dee7305088cb94a0edf542fe4d0bbd56)) +- remove hash in encrypted transaction ([#232](https://github.com/RequestNetwork/requestNetwork/issues/232)) ([d58f101](https://github.com/RequestNetwork/requestNetwork/commit/d58f101f9f76e408671dd1edb0d67863d1c8abd5)) +- replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - ### Bug Fixes -* reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) - +- reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) # 0.13.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)) - +- 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)) - - +- 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)) - +- mock BTC provider on tests ([#103](https://github.com/RequestNetwork/requestNetwork/issues/103)) ([d17f5bd](https://github.com/RequestNetwork/requestNetwork/commit/d17f5bd841690dcbb2615af126e66116685ee3be)) ### Features -* **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)) -* 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)) +- balance event timestamps ([#78](https://github.com/RequestNetwork/requestNetwork/issues/78)) ([ee2a78f](https://github.com/RequestNetwork/requestNetwork/commit/ee2a78ff5ba83d84739b743db283bb8abfca6b63)) # 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)) - - - - +- **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.19.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/integration-test@0.6.0...@requestnetwork/integration-test@0.19.0) (2020-09-18) - ### Features -* add the identity ethereumSmartContract to the request logic ([#218](https://github.com/RequestNetwork/requestNetwork/issues/218)) ([66d97e0](https://github.com/RequestNetwork/requestNetwork/commit/66d97e00dee7305088cb94a0edf542fe4d0bbd56)) -* remove hash in encrypted transaction ([#232](https://github.com/RequestNetwork/requestNetwork/issues/232)) ([d58f101](https://github.com/RequestNetwork/requestNetwork/commit/d58f101f9f76e408671dd1edb0d67863d1c8abd5)) -* replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) - - +- add the identity ethereumSmartContract to the request logic ([#218](https://github.com/RequestNetwork/requestNetwork/issues/218)) ([66d97e0](https://github.com/RequestNetwork/requestNetwork/commit/66d97e00dee7305088cb94a0edf542fe4d0bbd56)) +- remove hash in encrypted transaction ([#232](https://github.com/RequestNetwork/requestNetwork/issues/232)) ([d58f101](https://github.com/RequestNetwork/requestNetwork/commit/d58f101f9f76e408671dd1edb0d67863d1c8abd5)) +- replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - ### Bug Fixes -* reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) - +- reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) # 0.13.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)) - +- 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)) - - +- 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)) - +- mock BTC provider on tests ([#103](https://github.com/RequestNetwork/requestNetwork/issues/103)) ([d17f5bd](https://github.com/RequestNetwork/requestNetwork/commit/d17f5bd841690dcbb2615af126e66116685ee3be)) ### Features -* **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)) -* 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)) +- balance event timestamps ([#78](https://github.com/RequestNetwork/requestNetwork/issues/78)) ([ee2a78f](https://github.com/RequestNetwork/requestNetwork/commit/ee2a78ff5ba83d84739b743db283bb8abfca6b63)) # 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)) - - - - +- **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.18.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/integration-test@0.6.0...@requestnetwork/integration-test@0.18.0) (2020-09-01) - ### Features -* add the identity ethereumSmartContract to the request logic ([#218](https://github.com/RequestNetwork/requestNetwork/issues/218)) ([66d97e0](https://github.com/RequestNetwork/requestNetwork/commit/66d97e00dee7305088cb94a0edf542fe4d0bbd56)) -* remove hash in encrypted transaction ([#232](https://github.com/RequestNetwork/requestNetwork/issues/232)) ([d58f101](https://github.com/RequestNetwork/requestNetwork/commit/d58f101f9f76e408671dd1edb0d67863d1c8abd5)) -* replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) - - +- add the identity ethereumSmartContract to the request logic ([#218](https://github.com/RequestNetwork/requestNetwork/issues/218)) ([66d97e0](https://github.com/RequestNetwork/requestNetwork/commit/66d97e00dee7305088cb94a0edf542fe4d0bbd56)) +- remove hash in encrypted transaction ([#232](https://github.com/RequestNetwork/requestNetwork/issues/232)) ([d58f101](https://github.com/RequestNetwork/requestNetwork/commit/d58f101f9f76e408671dd1edb0d67863d1c8abd5)) +- replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - ### Bug Fixes -* reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) - +- reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) # 0.13.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)) - +- 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)) - - +- 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)) - +- 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)) - - +- 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)) - - - - +- **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.17.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/integration-test@0.6.0...@requestnetwork/integration-test@0.17.0) (2020-08-27) - ### Features -* add the identity ethereumSmartContract to the request logic ([#218](https://github.com/RequestNetwork/requestNetwork/issues/218)) ([66d97e0](https://github.com/RequestNetwork/requestNetwork/commit/66d97e00dee7305088cb94a0edf542fe4d0bbd56)) -* remove hash in encrypted transaction ([#232](https://github.com/RequestNetwork/requestNetwork/issues/232)) ([d58f101](https://github.com/RequestNetwork/requestNetwork/commit/d58f101f9f76e408671dd1edb0d67863d1c8abd5)) -* replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) - - +- add the identity ethereumSmartContract to the request logic ([#218](https://github.com/RequestNetwork/requestNetwork/issues/218)) ([66d97e0](https://github.com/RequestNetwork/requestNetwork/commit/66d97e00dee7305088cb94a0edf542fe4d0bbd56)) +- remove hash in encrypted transaction ([#232](https://github.com/RequestNetwork/requestNetwork/issues/232)) ([d58f101](https://github.com/RequestNetwork/requestNetwork/commit/d58f101f9f76e408671dd1edb0d67863d1c8abd5)) +- replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - ### Bug Fixes -* reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) - +- reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) # 0.13.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)) - +- 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)) - - +- 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)) - +- 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)) - - +- 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)) - - - - +- **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.16.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/integration-test@0.6.0...@requestnetwork/integration-test@0.16.0) (2020-08-13) - ### Features -* add the identity ethereumSmartContract to the request logic ([#218](https://github.com/RequestNetwork/requestNetwork/issues/218)) ([66d97e0](https://github.com/RequestNetwork/requestNetwork/commit/66d97e00dee7305088cb94a0edf542fe4d0bbd56)) -* remove hash in encrypted transaction ([#232](https://github.com/RequestNetwork/requestNetwork/issues/232)) ([d58f101](https://github.com/RequestNetwork/requestNetwork/commit/d58f101f9f76e408671dd1edb0d67863d1c8abd5)) -* replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) - - +- add the identity ethereumSmartContract to the request logic ([#218](https://github.com/RequestNetwork/requestNetwork/issues/218)) ([66d97e0](https://github.com/RequestNetwork/requestNetwork/commit/66d97e00dee7305088cb94a0edf542fe4d0bbd56)) +- remove hash in encrypted transaction ([#232](https://github.com/RequestNetwork/requestNetwork/issues/232)) ([d58f101](https://github.com/RequestNetwork/requestNetwork/commit/d58f101f9f76e408671dd1edb0d67863d1c8abd5)) +- replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - ### Bug Fixes -* reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) - +- reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) # 0.13.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)) - +- 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)) - - +- 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)) - +- 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)) - - +- 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)) - - - - +- **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.15.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/integration-test@0.6.0...@requestnetwork/integration-test@0.15.0) (2020-06-29) - ### Features -* add the identity ethereumSmartContract to the request logic ([#218](https://github.com/RequestNetwork/requestNetwork/issues/218)) ([66d97e0](https://github.com/RequestNetwork/requestNetwork/commit/66d97e00dee7305088cb94a0edf542fe4d0bbd56)) -* remove hash in encrypted transaction ([#232](https://github.com/RequestNetwork/requestNetwork/issues/232)) ([d58f101](https://github.com/RequestNetwork/requestNetwork/commit/d58f101f9f76e408671dd1edb0d67863d1c8abd5)) -* replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) - - +- add the identity ethereumSmartContract to the request logic ([#218](https://github.com/RequestNetwork/requestNetwork/issues/218)) ([66d97e0](https://github.com/RequestNetwork/requestNetwork/commit/66d97e00dee7305088cb94a0edf542fe4d0bbd56)) +- remove hash in encrypted transaction ([#232](https://github.com/RequestNetwork/requestNetwork/issues/232)) ([d58f101](https://github.com/RequestNetwork/requestNetwork/commit/d58f101f9f76e408671dd1edb0d67863d1c8abd5)) +- replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - ### Bug Fixes -* reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) - +- reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) # 0.13.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)) - +- 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)) - - +- 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)) - +- 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)) - - +- 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)) - - - - +- **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.14.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/integration-test@0.6.0...@requestnetwork/integration-test@0.14.0) (2020-05-04) - - # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - ### Bug Fixes -* reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) - +- reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) # 0.13.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)) - +- 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)) - - +- 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)) - +- 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)) - - +- 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)) - - - - +- **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.13.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/integration-test@0.6.0...@requestnetwork/integration-test@0.13.0) (2020-04-21) - - # 0.15.0 (2020-04-06) - ### Bug Fixes -* reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) - +- reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) # 0.13.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)) - +- 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)) - - +- 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)) - +- 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)) - - +- 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)) - - - - +- **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.12.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/integration-test@0.6.0...@requestnetwork/integration-test@0.12.0) (2020-04-06) - ### Bug Fixes -* reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) - +- reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) # 0.13.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)) - +- 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)) - - +- 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)) - +- 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)) - - +- 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)) - - - - +- **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.11.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/integration-test@0.6.0...@requestnetwork/integration-test@0.11.0) (2020-03-23) - ### Bug Fixes -* reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) - +- reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) # 0.13.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)) - +- 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)) - - +- 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)) - +- 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)) - - +- 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)) - - - - +- **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.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)) - +- 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)) - - +- 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)) - +- 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)) - - +- 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)) - - - - +- **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) - ### Bug Fixes -* mock BTC provider on tests ([#103](https://github.com/RequestNetwork/requestNetwork/issues/103)) ([d17f5bd](https://github.com/RequestNetwork/requestNetwork/commit/d17f5bd841690dcbb2615af126e66116685ee3be)) - +- 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)) - - +- 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)) - - - - +- **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.8.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/integration-test@0.6.0...@requestnetwork/integration-test@0.8.0) (2019-12-18) - ### 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)) - - +- 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)) - - - - +- **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.7.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/integration-test@0.6.0...@requestnetwork/integration-test@0.7.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)) - - - - +- **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.6.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/integration-test@0.5.0...@requestnetwork/integration-test@0.6.0) (2019-11-20) - ### Bug Fixes -* fix nightly tests ([#602](https://github.com/RequestNetwork/requestNetwork/issues/602)) ([2fc9c84](https://github.com/RequestNetwork/requestNetwork/commit/2fc9c8481d1e99bb62123cc4c364b118cc745c5c)) - +- fix nightly tests ([#602](https://github.com/RequestNetwork/requestNetwork/issues/602)) ([2fc9c84](https://github.com/RequestNetwork/requestNetwork/commit/2fc9c8481d1e99bb62123cc4c364b118cc745c5c)) ### Features -* translate currency string to object ([#581](https://github.com/RequestNetwork/requestNetwork/issues/581)) ([b220d20](https://github.com/RequestNetwork/requestNetwork/commit/b220d20ae1866e8db076718989726334b91c0f44)) - - - - +- translate currency string to object ([#581](https://github.com/RequestNetwork/requestNetwork/issues/581)) ([b220d20](https://github.com/RequestNetwork/requestNetwork/commit/b220d20ae1866e8db076718989726334b91c0f44)) # [0.5.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/integration-test@0.4.3...@requestnetwork/integration-test@0.5.0) (2019-10-21) - ### Features -* create encrypted request through request-client.js ([#536](https://github.com/RequestNetwork/requestNetwork/issues/536)) ([35678dd](https://github.com/RequestNetwork/requestNetwork/commit/35678dd)) - - - - - +- create encrypted request through request-client.js ([#536](https://github.com/RequestNetwork/requestNetwork/issues/536)) ([35678dd](https://github.com/RequestNetwork/requestNetwork/commit/35678dd)) ## [0.4.3](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/integration-test@0.4.2...@requestnetwork/integration-test@0.4.3) (2019-09-16) **Note:** Version bump only for package @requestnetwork/integration-test - - - - ## [0.4.2](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/integration-test@0.4.1...@requestnetwork/integration-test@0.4.2) (2019-09-05) **Note:** Version bump only for package @requestnetwork/integration-test - - - - - ## [0.4.1](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/integration-test@0.4.0...@requestnetwork/integration-test@0.4.1) (2019-08-19) **Note:** Version bump only for package @requestnetwork/integration-test - - - - - # [0.3.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/integration-test@0.1.1-alpha.4...@requestnetwork/integration-test@0.3.0) (2019-07-24) - ### Bug Fixes -* Error block XXX not found ([#306](https://github.com/RequestNetwork/requestNetwork/issues/306)) ([6c9c59b](https://github.com/RequestNetwork/requestNetwork/commit/6c9c59b)) -* remove unecessary await on getData ([#332](https://github.com/RequestNetwork/requestNetwork/issues/332)) ([232f1e1](https://github.com/RequestNetwork/requestNetwork/commit/232f1e1)) - +- Error block XXX not found ([#306](https://github.com/RequestNetwork/requestNetwork/issues/306)) ([6c9c59b](https://github.com/RequestNetwork/requestNetwork/commit/6c9c59b)) +- remove unecessary await on getData ([#332](https://github.com/RequestNetwork/requestNetwork/issues/332)) ([232f1e1](https://github.com/RequestNetwork/requestNetwork/commit/232f1e1)) ### Features -* declarative requests on request-client.js ([#318](https://github.com/RequestNetwork/requestNetwork/issues/318)) ([c4a4cb5](https://github.com/RequestNetwork/requestNetwork/commit/c4a4cb5)) -* getRequestsByIdentity include timestamp boundaries in request-clients ([#308](https://github.com/RequestNetwork/requestNetwork/issues/308)) ([1fd2df5](https://github.com/RequestNetwork/requestNetwork/commit/1fd2df5)) -* introduce channelIds to enhance the topics mechanism ([#297](https://github.com/RequestNetwork/requestNetwork/issues/297)) ([6072905](https://github.com/RequestNetwork/requestNetwork/commit/6072905)) - - - - +- declarative requests on request-client.js ([#318](https://github.com/RequestNetwork/requestNetwork/issues/318)) ([c4a4cb5](https://github.com/RequestNetwork/requestNetwork/commit/c4a4cb5)) +- getRequestsByIdentity include timestamp boundaries in request-clients ([#308](https://github.com/RequestNetwork/requestNetwork/issues/308)) ([1fd2df5](https://github.com/RequestNetwork/requestNetwork/commit/1fd2df5)) +- introduce channelIds to enhance the topics mechanism ([#297](https://github.com/RequestNetwork/requestNetwork/issues/297)) ([6072905](https://github.com/RequestNetwork/requestNetwork/commit/6072905)) ## [0.2.1-alpha.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/integration-test@0.1.1-alpha.4...@requestnetwork/integration-test@0.2.1-alpha.0) (2019-07-22) - ### Bug Fixes -* Error block XXX not found ([#306](https://github.com/RequestNetwork/requestNetwork/issues/306)) ([6c9c59b](https://github.com/RequestNetwork/requestNetwork/commit/6c9c59b)) -* remove unecessary await on getData ([#332](https://github.com/RequestNetwork/requestNetwork/issues/332)) ([232f1e1](https://github.com/RequestNetwork/requestNetwork/commit/232f1e1)) - +- Error block XXX not found ([#306](https://github.com/RequestNetwork/requestNetwork/issues/306)) ([6c9c59b](https://github.com/RequestNetwork/requestNetwork/commit/6c9c59b)) +- remove unecessary await on getData ([#332](https://github.com/RequestNetwork/requestNetwork/issues/332)) ([232f1e1](https://github.com/RequestNetwork/requestNetwork/commit/232f1e1)) ### Features -* declarative requests on request-client.js ([#318](https://github.com/RequestNetwork/requestNetwork/issues/318)) ([c4a4cb5](https://github.com/RequestNetwork/requestNetwork/commit/c4a4cb5)) -* getRequestsByIdentity include timestamp boundaries in request-clients ([#308](https://github.com/RequestNetwork/requestNetwork/issues/308)) ([1fd2df5](https://github.com/RequestNetwork/requestNetwork/commit/1fd2df5)) -* introduce channelIds to enhance the topics mechanism ([#297](https://github.com/RequestNetwork/requestNetwork/issues/297)) ([6072905](https://github.com/RequestNetwork/requestNetwork/commit/6072905)) - - - - +- declarative requests on request-client.js ([#318](https://github.com/RequestNetwork/requestNetwork/issues/318)) ([c4a4cb5](https://github.com/RequestNetwork/requestNetwork/commit/c4a4cb5)) +- getRequestsByIdentity include timestamp boundaries in request-clients ([#308](https://github.com/RequestNetwork/requestNetwork/issues/308)) ([1fd2df5](https://github.com/RequestNetwork/requestNetwork/commit/1fd2df5)) +- introduce channelIds to enhance the topics mechanism ([#297](https://github.com/RequestNetwork/requestNetwork/issues/297)) ([6072905](https://github.com/RequestNetwork/requestNetwork/commit/6072905)) # [0.2.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/integration-test@0.1.1-alpha.4...@requestnetwork/integration-test@0.2.0) (2019-06-06) - ### Bug Fixes -* Error block XXX not found ([#306](https://github.com/RequestNetwork/requestNetwork/issues/306)) ([6c9c59b](https://github.com/RequestNetwork/requestNetwork/commit/6c9c59b)) -* remove unecessary await on getData ([#332](https://github.com/RequestNetwork/requestNetwork/issues/332)) ([232f1e1](https://github.com/RequestNetwork/requestNetwork/commit/232f1e1)) - +- Error block XXX not found ([#306](https://github.com/RequestNetwork/requestNetwork/issues/306)) ([6c9c59b](https://github.com/RequestNetwork/requestNetwork/commit/6c9c59b)) +- remove unecessary await on getData ([#332](https://github.com/RequestNetwork/requestNetwork/issues/332)) ([232f1e1](https://github.com/RequestNetwork/requestNetwork/commit/232f1e1)) ### Features -* declarative requests on request-client.js ([#318](https://github.com/RequestNetwork/requestNetwork/issues/318)) ([c4a4cb5](https://github.com/RequestNetwork/requestNetwork/commit/c4a4cb5)) -* getRequestsByIdentity include timestamp boundaries in request-clients ([#308](https://github.com/RequestNetwork/requestNetwork/issues/308)) ([1fd2df5](https://github.com/RequestNetwork/requestNetwork/commit/1fd2df5)) -* introduce channelIds to enhance the topics mechanism ([#297](https://github.com/RequestNetwork/requestNetwork/issues/297)) ([6072905](https://github.com/RequestNetwork/requestNetwork/commit/6072905)) - - - - - +- declarative requests on request-client.js ([#318](https://github.com/RequestNetwork/requestNetwork/issues/318)) ([c4a4cb5](https://github.com/RequestNetwork/requestNetwork/commit/c4a4cb5)) +- getRequestsByIdentity include timestamp boundaries in request-clients ([#308](https://github.com/RequestNetwork/requestNetwork/issues/308)) ([1fd2df5](https://github.com/RequestNetwork/requestNetwork/commit/1fd2df5)) +- introduce channelIds to enhance the topics mechanism ([#297](https://github.com/RequestNetwork/requestNetwork/issues/297)) ([6072905](https://github.com/RequestNetwork/requestNetwork/commit/6072905)) ## [0.1.1-alpha.12](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/integration-test@0.1.1-alpha.4...@requestnetwork/integration-test@0.1.1-alpha.12) (2019-05-21) - ### Bug Fixes -* Error block XXX not found ([#306](https://github.com/RequestNetwork/requestNetwork/issues/306)) ([6c9c59b](https://github.com/RequestNetwork/requestNetwork/commit/6c9c59b)) -* remove unecessary await on getData ([#332](https://github.com/RequestNetwork/requestNetwork/issues/332)) ([232f1e1](https://github.com/RequestNetwork/requestNetwork/commit/232f1e1)) - +- Error block XXX not found ([#306](https://github.com/RequestNetwork/requestNetwork/issues/306)) ([6c9c59b](https://github.com/RequestNetwork/requestNetwork/commit/6c9c59b)) +- remove unecessary await on getData ([#332](https://github.com/RequestNetwork/requestNetwork/issues/332)) ([232f1e1](https://github.com/RequestNetwork/requestNetwork/commit/232f1e1)) ### Features -* declarative requests on request-client.js ([#318](https://github.com/RequestNetwork/requestNetwork/issues/318)) ([c4a4cb5](https://github.com/RequestNetwork/requestNetwork/commit/c4a4cb5)) -* getRequestsByIdentity include timestamp boundaries in request-clients ([#308](https://github.com/RequestNetwork/requestNetwork/issues/308)) ([1fd2df5](https://github.com/RequestNetwork/requestNetwork/commit/1fd2df5)) -* introduce channelIds to enhance the topics mechanism ([#297](https://github.com/RequestNetwork/requestNetwork/issues/297)) ([6072905](https://github.com/RequestNetwork/requestNetwork/commit/6072905)) - - - - - +- declarative requests on request-client.js ([#318](https://github.com/RequestNetwork/requestNetwork/issues/318)) ([c4a4cb5](https://github.com/RequestNetwork/requestNetwork/commit/c4a4cb5)) +- getRequestsByIdentity include timestamp boundaries in request-clients ([#308](https://github.com/RequestNetwork/requestNetwork/issues/308)) ([1fd2df5](https://github.com/RequestNetwork/requestNetwork/commit/1fd2df5)) +- introduce channelIds to enhance the topics mechanism ([#297](https://github.com/RequestNetwork/requestNetwork/issues/297)) ([6072905](https://github.com/RequestNetwork/requestNetwork/commit/6072905)) ## [0.1.1-alpha.11](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/integration-test@0.1.1-alpha.4...@requestnetwork/integration-test@0.1.1-alpha.11) (2019-05-17) - ### Bug Fixes -* Error block XXX not found ([#306](https://github.com/RequestNetwork/requestNetwork/issues/306)) ([6c9c59b](https://github.com/RequestNetwork/requestNetwork/commit/6c9c59b)) -* remove unecessary await on getData ([#332](https://github.com/RequestNetwork/requestNetwork/issues/332)) ([232f1e1](https://github.com/RequestNetwork/requestNetwork/commit/232f1e1)) - +- Error block XXX not found ([#306](https://github.com/RequestNetwork/requestNetwork/issues/306)) ([6c9c59b](https://github.com/RequestNetwork/requestNetwork/commit/6c9c59b)) +- remove unecessary await on getData ([#332](https://github.com/RequestNetwork/requestNetwork/issues/332)) ([232f1e1](https://github.com/RequestNetwork/requestNetwork/commit/232f1e1)) ### Features -* declarative requests on request-client.js ([#318](https://github.com/RequestNetwork/requestNetwork/issues/318)) ([c4a4cb5](https://github.com/RequestNetwork/requestNetwork/commit/c4a4cb5)) -* getRequestsByIdentity include timestamp boundaries in request-clients ([#308](https://github.com/RequestNetwork/requestNetwork/issues/308)) ([1fd2df5](https://github.com/RequestNetwork/requestNetwork/commit/1fd2df5)) -* introduce channelIds to enhance the topics mechanism ([#297](https://github.com/RequestNetwork/requestNetwork/issues/297)) ([6072905](https://github.com/RequestNetwork/requestNetwork/commit/6072905)) - - - - - +- declarative requests on request-client.js ([#318](https://github.com/RequestNetwork/requestNetwork/issues/318)) ([c4a4cb5](https://github.com/RequestNetwork/requestNetwork/commit/c4a4cb5)) +- getRequestsByIdentity include timestamp boundaries in request-clients ([#308](https://github.com/RequestNetwork/requestNetwork/issues/308)) ([1fd2df5](https://github.com/RequestNetwork/requestNetwork/commit/1fd2df5)) +- introduce channelIds to enhance the topics mechanism ([#297](https://github.com/RequestNetwork/requestNetwork/issues/297)) ([6072905](https://github.com/RequestNetwork/requestNetwork/commit/6072905)) ## [0.1.1-alpha.10](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/integration-test@0.1.1-alpha.4...@requestnetwork/integration-test@0.1.1-alpha.10) (2019-05-10) - ### Bug Fixes -* Error block XXX not found ([#306](https://github.com/RequestNetwork/requestNetwork/issues/306)) ([6c9c59b](https://github.com/RequestNetwork/requestNetwork/commit/6c9c59b)) -* remove unecessary await on getData ([#332](https://github.com/RequestNetwork/requestNetwork/issues/332)) ([232f1e1](https://github.com/RequestNetwork/requestNetwork/commit/232f1e1)) - +- Error block XXX not found ([#306](https://github.com/RequestNetwork/requestNetwork/issues/306)) ([6c9c59b](https://github.com/RequestNetwork/requestNetwork/commit/6c9c59b)) +- remove unecessary await on getData ([#332](https://github.com/RequestNetwork/requestNetwork/issues/332)) ([232f1e1](https://github.com/RequestNetwork/requestNetwork/commit/232f1e1)) ### Features -* getRequestsByIdentity include timestamp boundaries in request-clients ([#308](https://github.com/RequestNetwork/requestNetwork/issues/308)) ([1fd2df5](https://github.com/RequestNetwork/requestNetwork/commit/1fd2df5)) -* introduce channelIds to enhance the topics mechanism ([#297](https://github.com/RequestNetwork/requestNetwork/issues/297)) ([6072905](https://github.com/RequestNetwork/requestNetwork/commit/6072905)) +- getRequestsByIdentity include timestamp boundaries in request-clients ([#308](https://github.com/RequestNetwork/requestNetwork/issues/308)) ([1fd2df5](https://github.com/RequestNetwork/requestNetwork/commit/1fd2df5)) +- introduce channelIds to enhance the topics mechanism ([#297](https://github.com/RequestNetwork/requestNetwork/issues/297)) ([6072905](https://github.com/RequestNetwork/requestNetwork/commit/6072905)) diff --git a/packages/integration-test/test/scheduled/fixtures.ts b/packages/integration-test/test/scheduled/fixtures.ts index 613ab70916..a1b351d0ac 100644 --- a/packages/integration-test/test/scheduled/fixtures.ts +++ b/packages/integration-test/test/scheduled/fixtures.ts @@ -50,7 +50,7 @@ export const ethInputDataCreationHash: Types.IRequestInfo = { expectedAmount: '100000000000000000', payee: payeeIdentity, payer: payerIdentity, -} +}; export const localErc20PaymentNetworkParams: PaymentTypes.IPaymentNetworkCreateParameters = { id: PaymentTypes.PAYMENT_NETWORK_ID.ERC20_FEE_PROXY_CONTRACT, @@ -63,5 +63,5 @@ export const localEthInputDataPaymentNetworkParams: PaymentTypes.IPaymentNetwork id: PaymentTypes.PAYMENT_NETWORK_ID.ETH_INPUT_DATA, parameters: { paymentAddress: '0xf17f52151EbEF6C7334FAD080c5704D77216b732', - } -} + }, +}; diff --git a/packages/multi-format/.vscode/settings.json b/packages/multi-format/.vscode/settings.json index 1a7d6049b8..379bec3a42 100644 --- a/packages/multi-format/.vscode/settings.json +++ b/packages/multi-format/.vscode/settings.json @@ -2,4 +2,4 @@ "mochaExplorer.files": "**/test/**/*.ts", "mochaExplorer.require": "ts-node/register", "mochaExplorer.cwd": "../.." -} \ No newline at end of file +} diff --git a/packages/multi-format/CHANGELOG.md b/packages/multi-format/CHANGELOG.md index a72aaa3759..ea0249313a 100644 --- a/packages/multi-format/CHANGELOG.md +++ b/packages/multi-format/CHANGELOG.md @@ -7,724 +7,392 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline **Note:** Version bump only for package @requestnetwork/multi-format - - - - ## [0.15.8](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/multi-format@0.15.0...@requestnetwork/multi-format@0.15.8) (2021-05-12) **Note:** Version bump only for package @requestnetwork/multi-format - - - - ## [0.15.7](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/multi-format@0.15.0...@requestnetwork/multi-format@0.15.7) (2021-04-19) **Note:** Version bump only for package @requestnetwork/multi-format - - - - ## [0.15.6](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/multi-format@0.15.0...@requestnetwork/multi-format@0.15.6) (2021-03-25) **Note:** Version bump only for package @requestnetwork/multi-format - - - - ## [0.15.5](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/multi-format@0.15.0...@requestnetwork/multi-format@0.15.5) (2021-03-15) **Note:** Version bump only for package @requestnetwork/multi-format - - - - ## [0.15.4](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/multi-format@0.15.0...@requestnetwork/multi-format@0.15.4) (2021-03-03) **Note:** Version bump only for package @requestnetwork/multi-format - - - - ## [0.15.3](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/multi-format@0.15.0...@requestnetwork/multi-format@0.15.3) (2021-02-22) **Note:** Version bump only for package @requestnetwork/multi-format - - - - ## [0.15.2](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/multi-format@0.15.0...@requestnetwork/multi-format@0.15.2) (2020-12-22) **Note:** Version bump only for package @requestnetwork/multi-format - - - - ## [0.15.1](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/multi-format@0.15.0...@requestnetwork/multi-format@0.15.1) (2020-12-21) **Note:** Version bump only for package @requestnetwork/multi-format - - - - # [0.15.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/multi-format@0.2.1...@requestnetwork/multi-format@0.15.0) (2020-12-02) - - # 0.26.0 (2020-10-14) - ### Features -* replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) - - +- replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.14.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/multi-format@0.2.1...@requestnetwork/multi-format@0.14.0) (2020-11-12) - - # 0.26.0 (2020-10-14) - ### Features -* replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) - - +- replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.13.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/multi-format@0.2.1...@requestnetwork/multi-format@0.13.0) (2020-11-05) - - # 0.26.0 (2020-10-14) - ### Features -* replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) - - +- replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.12.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/multi-format@0.2.1...@requestnetwork/multi-format@0.12.0) (2020-10-21) - - # 0.26.0 (2020-10-14) - ### Features -* replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) - - +- replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.11.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/multi-format@0.2.1...@requestnetwork/multi-format@0.11.0) (2020-10-14) - ### Features -* replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) - - +- replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.10.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/multi-format@0.2.1...@requestnetwork/multi-format@0.10.0) (2020-10-13) - ### Features -* replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) - - +- replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.9.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/multi-format@0.2.1...@requestnetwork/multi-format@0.9.0) (2020-10-09) - ### Features -* replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) - - +- replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.8.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/multi-format@0.2.1...@requestnetwork/multi-format@0.8.0) (2020-09-28) - ### Features -* replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) - - +- replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.7.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/multi-format@0.2.1...@requestnetwork/multi-format@0.7.0) (2020-09-18) - ### Features -* replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) - - +- replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.6.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/multi-format@0.2.1...@requestnetwork/multi-format@0.6.0) (2020-09-01) - ### Features -* replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) - - +- replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/multi-format@0.2.1...@requestnetwork/multi-format@0.5.0) (2020-08-27) - ### Features -* replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) - - +- replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/multi-format@0.2.1...@requestnetwork/multi-format@0.4.0) (2020-08-13) - ### Features -* replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) - - +- replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/multi-format@0.2.1...@requestnetwork/multi-format@0.3.0) (2020-06-29) - ### Features -* replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) - - +- replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.9](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/multi-format@0.2.1...@requestnetwork/multi-format@0.2.9) (2020-05-04) - - # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.8](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/multi-format@0.2.1...@requestnetwork/multi-format@0.2.8) (2020-04-21) - - # 0.15.0 (2020-04-06) - - # 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)) - - +- 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.7](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/multi-format@0.2.1...@requestnetwork/multi-format@0.2.7) (2020-04-06) - - # 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)) - - +- 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.6](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/multi-format@0.2.1...@requestnetwork/multi-format@0.2.6) (2020-03-23) - - # 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)) - - +- 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.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)) - - +- 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) - - # 0.10.0 (2019-12-04) **Note:** Version bump only for package @requestnetwork/multi-format - - - - ## [0.2.3](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/multi-format@0.2.1...@requestnetwork/multi-format@0.2.3) (2019-12-18) - - # 0.10.0 (2019-12-04) **Note:** Version bump only for package @requestnetwork/multi-format - - - - ## [0.2.2](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/multi-format@0.2.1...@requestnetwork/multi-format@0.2.2) (2019-12-04) **Note:** Version bump only for package @requestnetwork/multi-format - - - - ## [0.2.1](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/multi-format@0.2.0...@requestnetwork/multi-format@0.2.1) (2019-11-20) **Note:** Version bump only for package @requestnetwork/multi-format - - - - # 0.2.0 (2019-10-21) - ### Features -* add multi-format package to serialize and deserialize data ([#546](https://github.com/RequestNetwork/requestNetwork/issues/546)) ([2b03cd1](https://github.com/RequestNetwork/requestNetwork/commit/2b03cd1)) +- add multi-format package to serialize and deserialize data ([#546](https://github.com/RequestNetwork/requestNetwork/issues/546)) ([2b03cd1](https://github.com/RequestNetwork/requestNetwork/commit/2b03cd1)) diff --git a/packages/payment-detection/.eslintrc b/packages/payment-detection/.eslintrc index 39d847b12c..c97be808db 100644 --- a/packages/payment-detection/.eslintrc +++ b/packages/payment-detection/.eslintrc @@ -1,5 +1,3 @@ { - "ignorePatterns": [ - "/src/thegraph/generated/" - ] + "ignorePatterns": ["/src/thegraph/generated/"] } diff --git a/packages/payment-detection/.vscode/settings.json b/packages/payment-detection/.vscode/settings.json index 1a7d6049b8..379bec3a42 100644 --- a/packages/payment-detection/.vscode/settings.json +++ b/packages/payment-detection/.vscode/settings.json @@ -2,4 +2,4 @@ "mochaExplorer.files": "**/test/**/*.ts", "mochaExplorer.require": "ts-node/register", "mochaExplorer.cwd": "../.." -} \ No newline at end of file +} diff --git a/packages/payment-detection/CHANGELOG.md b/packages/payment-detection/CHANGELOG.md index e0b14da45a..22641daf1e 100644 --- a/packages/payment-detection/CHANGELOG.md +++ b/packages/payment-detection/CHANGELOG.md @@ -5,1029 +5,693 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # [0.35.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/payment-detection@0.30.0...@requestnetwork/payment-detection@0.35.0) (2021-06-22) - ### Bug Fixes -* failing test (rate-limiting) ([#522](https://github.com/RequestNetwork/requestNetwork/issues/522)) ([3954d87](https://github.com/RequestNetwork/requestNetwork/commit/3954d87ba41aebcb6eab40fb02bf0b33b668da2d)) -* invoice total types + upgrade ethers ([#514](https://github.com/RequestNetwork/requestNetwork/issues/514)) ([c2b98b2](https://github.com/RequestNetwork/requestNetwork/commit/c2b98b2bd3c93f063f340d58c6b95ad026fd9519)) -* this undefined for fee-proxy-contract ([#510](https://github.com/RequestNetwork/requestNetwork/issues/510)) ([67898bb](https://github.com/RequestNetwork/requestNetwork/commit/67898bb0136a03a9107b0bc41d79cfc5acd2b139)) -* Update currency package dependency in payment-detection ([#436](https://github.com/RequestNetwork/requestNetwork/issues/436)) ([de22c06](https://github.com/RequestNetwork/requestNetwork/commit/de22c06ce073f9a67168093459c66b0afae0d500)) - +- failing test (rate-limiting) ([#522](https://github.com/RequestNetwork/requestNetwork/issues/522)) ([3954d87](https://github.com/RequestNetwork/requestNetwork/commit/3954d87ba41aebcb6eab40fb02bf0b33b668da2d)) +- invoice total types + upgrade ethers ([#514](https://github.com/RequestNetwork/requestNetwork/issues/514)) ([c2b98b2](https://github.com/RequestNetwork/requestNetwork/commit/c2b98b2bd3c93f063f340d58c6b95ad026fd9519)) +- this undefined for fee-proxy-contract ([#510](https://github.com/RequestNetwork/requestNetwork/issues/510)) ([67898bb](https://github.com/RequestNetwork/requestNetwork/commit/67898bb0136a03a9107b0bc41d79cfc5acd2b139)) +- Update currency package dependency in payment-detection ([#436](https://github.com/RequestNetwork/requestNetwork/issues/436)) ([de22c06](https://github.com/RequestNetwork/requestNetwork/commit/de22c06ce073f9a67168093459c66b0afae0d500)) ### Features -* defaultProvider ([#497](https://github.com/RequestNetwork/requestNetwork/issues/497)) ([96e9486](https://github.com/RequestNetwork/requestNetwork/commit/96e94866a888b621001f56299b8484f576622ad5)) -* ERC20 Fee Proxy on Matic ([#495](https://github.com/RequestNetwork/requestNetwork/issues/495)) ([ac003d5](https://github.com/RequestNetwork/requestNetwork/commit/ac003d538715c18dc158ccc84249da10dc9a984f)) -* Payment detection for the any to erc20 payment network ([#419](https://github.com/RequestNetwork/requestNetwork/issues/419)) ([6f7338f](https://github.com/RequestNetwork/requestNetwork/commit/6f7338f42ddf793a733a31b434d6116beebefdf6)) -* payment-detection with TheGraph ([#519](https://github.com/RequestNetwork/requestNetwork/issues/519)) ([c068b88](https://github.com/RequestNetwork/requestNetwork/commit/c068b88786111558a84cdff941bc60dd04f6034a)) -* TheGraph get last synced block ([#521](https://github.com/RequestNetwork/requestNetwork/issues/521)) ([7d69ae4](https://github.com/RequestNetwork/requestNetwork/commit/7d69ae49c1bb56fffd94f3fa49ab038b040491bf)) - - - - +- defaultProvider ([#497](https://github.com/RequestNetwork/requestNetwork/issues/497)) ([96e9486](https://github.com/RequestNetwork/requestNetwork/commit/96e94866a888b621001f56299b8484f576622ad5)) +- ERC20 Fee Proxy on Matic ([#495](https://github.com/RequestNetwork/requestNetwork/issues/495)) ([ac003d5](https://github.com/RequestNetwork/requestNetwork/commit/ac003d538715c18dc158ccc84249da10dc9a984f)) +- Payment detection for the any to erc20 payment network ([#419](https://github.com/RequestNetwork/requestNetwork/issues/419)) ([6f7338f](https://github.com/RequestNetwork/requestNetwork/commit/6f7338f42ddf793a733a31b434d6116beebefdf6)) +- payment-detection with TheGraph ([#519](https://github.com/RequestNetwork/requestNetwork/issues/519)) ([c068b88](https://github.com/RequestNetwork/requestNetwork/commit/c068b88786111558a84cdff941bc60dd04f6034a)) +- TheGraph get last synced block ([#521](https://github.com/RequestNetwork/requestNetwork/issues/521)) ([7d69ae4](https://github.com/RequestNetwork/requestNetwork/commit/7d69ae49c1bb56fffd94f3fa49ab038b040491bf)) # [0.34.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/payment-detection@0.30.0...@requestnetwork/payment-detection@0.34.0) (2021-05-12) - ### Bug Fixes -* this undefined for fee-proxy-contract ([#510](https://github.com/RequestNetwork/requestNetwork/issues/510)) ([67898bb](https://github.com/RequestNetwork/requestNetwork/commit/67898bb0136a03a9107b0bc41d79cfc5acd2b139)) -* Update currency package dependency in payment-detection ([#436](https://github.com/RequestNetwork/requestNetwork/issues/436)) ([de22c06](https://github.com/RequestNetwork/requestNetwork/commit/de22c06ce073f9a67168093459c66b0afae0d500)) - +- this undefined for fee-proxy-contract ([#510](https://github.com/RequestNetwork/requestNetwork/issues/510)) ([67898bb](https://github.com/RequestNetwork/requestNetwork/commit/67898bb0136a03a9107b0bc41d79cfc5acd2b139)) +- Update currency package dependency in payment-detection ([#436](https://github.com/RequestNetwork/requestNetwork/issues/436)) ([de22c06](https://github.com/RequestNetwork/requestNetwork/commit/de22c06ce073f9a67168093459c66b0afae0d500)) ### Features -* defaultProvider ([#497](https://github.com/RequestNetwork/requestNetwork/issues/497)) ([96e9486](https://github.com/RequestNetwork/requestNetwork/commit/96e94866a888b621001f56299b8484f576622ad5)) -* ERC20 Fee Proxy on Matic ([#495](https://github.com/RequestNetwork/requestNetwork/issues/495)) ([ac003d5](https://github.com/RequestNetwork/requestNetwork/commit/ac003d538715c18dc158ccc84249da10dc9a984f)) -* Payment detection for the any to erc20 payment network ([#419](https://github.com/RequestNetwork/requestNetwork/issues/419)) ([6f7338f](https://github.com/RequestNetwork/requestNetwork/commit/6f7338f42ddf793a733a31b434d6116beebefdf6)) - - - - +- defaultProvider ([#497](https://github.com/RequestNetwork/requestNetwork/issues/497)) ([96e9486](https://github.com/RequestNetwork/requestNetwork/commit/96e94866a888b621001f56299b8484f576622ad5)) +- ERC20 Fee Proxy on Matic ([#495](https://github.com/RequestNetwork/requestNetwork/issues/495)) ([ac003d5](https://github.com/RequestNetwork/requestNetwork/commit/ac003d538715c18dc158ccc84249da10dc9a984f)) +- Payment detection for the any to erc20 payment network ([#419](https://github.com/RequestNetwork/requestNetwork/issues/419)) ([6f7338f](https://github.com/RequestNetwork/requestNetwork/commit/6f7338f42ddf793a733a31b434d6116beebefdf6)) # [0.33.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/payment-detection@0.30.0...@requestnetwork/payment-detection@0.33.0) (2021-04-19) - ### Bug Fixes -* Update currency package dependency in payment-detection ([#436](https://github.com/RequestNetwork/requestNetwork/issues/436)) ([de22c06](https://github.com/RequestNetwork/requestNetwork/commit/de22c06ce073f9a67168093459c66b0afae0d500)) - +- Update currency package dependency in payment-detection ([#436](https://github.com/RequestNetwork/requestNetwork/issues/436)) ([de22c06](https://github.com/RequestNetwork/requestNetwork/commit/de22c06ce073f9a67168093459c66b0afae0d500)) ### Features -* Payment detection for the any to erc20 payment network ([#419](https://github.com/RequestNetwork/requestNetwork/issues/419)) ([6f7338f](https://github.com/RequestNetwork/requestNetwork/commit/6f7338f42ddf793a733a31b434d6116beebefdf6)) - - - - +- Payment detection for the any to erc20 payment network ([#419](https://github.com/RequestNetwork/requestNetwork/issues/419)) ([6f7338f](https://github.com/RequestNetwork/requestNetwork/commit/6f7338f42ddf793a733a31b434d6116beebefdf6)) # [0.32.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/payment-detection@0.30.0...@requestnetwork/payment-detection@0.32.0) (2021-03-25) - ### Bug Fixes -* Update currency package dependency in payment-detection ([#436](https://github.com/RequestNetwork/requestNetwork/issues/436)) ([de22c06](https://github.com/RequestNetwork/requestNetwork/commit/de22c06ce073f9a67168093459c66b0afae0d500)) - +- Update currency package dependency in payment-detection ([#436](https://github.com/RequestNetwork/requestNetwork/issues/436)) ([de22c06](https://github.com/RequestNetwork/requestNetwork/commit/de22c06ce073f9a67168093459c66b0afae0d500)) ### Features -* Payment detection for the any to erc20 payment network ([#419](https://github.com/RequestNetwork/requestNetwork/issues/419)) ([6f7338f](https://github.com/RequestNetwork/requestNetwork/commit/6f7338f42ddf793a733a31b434d6116beebefdf6)) - - - - +- Payment detection for the any to erc20 payment network ([#419](https://github.com/RequestNetwork/requestNetwork/issues/419)) ([6f7338f](https://github.com/RequestNetwork/requestNetwork/commit/6f7338f42ddf793a733a31b434d6116beebefdf6)) # [0.31.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/payment-detection@0.30.0...@requestnetwork/payment-detection@0.31.0) (2021-03-15) - ### Bug Fixes -* Update currency package dependency in payment-detection ([#436](https://github.com/RequestNetwork/requestNetwork/issues/436)) ([de22c06](https://github.com/RequestNetwork/requestNetwork/commit/de22c06ce073f9a67168093459c66b0afae0d500)) - +- Update currency package dependency in payment-detection ([#436](https://github.com/RequestNetwork/requestNetwork/issues/436)) ([de22c06](https://github.com/RequestNetwork/requestNetwork/commit/de22c06ce073f9a67168093459c66b0afae0d500)) ### Features -* Payment detection for the any to erc20 payment network ([#419](https://github.com/RequestNetwork/requestNetwork/issues/419)) ([6f7338f](https://github.com/RequestNetwork/requestNetwork/commit/6f7338f42ddf793a733a31b434d6116beebefdf6)) - - - - +- Payment detection for the any to erc20 payment network ([#419](https://github.com/RequestNetwork/requestNetwork/issues/419)) ([6f7338f](https://github.com/RequestNetwork/requestNetwork/commit/6f7338f42ddf793a733a31b434d6116beebefdf6)) ## [0.30.4](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/payment-detection@0.30.0...@requestnetwork/payment-detection@0.30.4) (2021-03-03) **Note:** Version bump only for package @requestnetwork/payment-detection - - - - ## [0.30.3](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/payment-detection@0.30.0...@requestnetwork/payment-detection@0.30.3) (2021-02-22) **Note:** Version bump only for package @requestnetwork/payment-detection - - - - ## [0.30.2](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/payment-detection@0.30.0...@requestnetwork/payment-detection@0.30.2) (2020-12-22) **Note:** Version bump only for package @requestnetwork/payment-detection - - - - ## [0.30.1](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/payment-detection@0.30.0...@requestnetwork/payment-detection@0.30.1) (2020-12-21) **Note:** Version bump only for package @requestnetwork/payment-detection - - - - # 0.30.0 (2020-12-02) - - # 0.26.0 (2020-10-14) - ### Bug Fixes -* remove unknown modifier warning ([#331](https://github.com/RequestNetwork/requestNetwork/issues/331)) ([a0ec35d](https://github.com/RequestNetwork/requestNetwork/commit/a0ec35d38ca97d8702ce2790cf0f6c7162a31b86)) - - +- remove unknown modifier warning ([#331](https://github.com/RequestNetwork/requestNetwork/issues/331)) ([a0ec35d](https://github.com/RequestNetwork/requestNetwork/commit/a0ec35d38ca97d8702ce2790cf0f6c7162a31b86)) # 0.20.0 (2020-08-27) - ### Bug Fixes -* fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) -* fix ERC20 fee payment detection filter typo ([#274](https://github.com/RequestNetwork/requestNetwork/issues/274)) ([8046cd9](https://github.com/RequestNetwork/requestNetwork/commit/8046cd968f32591752905c7893c38686fca5038b)) - +- fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) +- fix ERC20 fee payment detection filter typo ([#274](https://github.com/RequestNetwork/requestNetwork/issues/274)) ([8046cd9](https://github.com/RequestNetwork/requestNetwork/commit/8046cd968f32591752905c7893c38686fca5038b)) ### Features -* add ERC20 fee proxy contract PN payment detection ([#254](https://github.com/RequestNetwork/requestNetwork/issues/254)) ([bec5fac](https://github.com/RequestNetwork/requestNetwork/commit/bec5fac0ee7dbbd4f3af5cf9a627627fcc689e14)) -* amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) -* calculate ERC20 fee balance ([#255](https://github.com/RequestNetwork/requestNetwork/issues/255)) ([273f55d](https://github.com/RequestNetwork/requestNetwork/commit/273f55df63bedb111027aac78f072563f7f60007)) - - +- add ERC20 fee proxy contract PN payment detection ([#254](https://github.com/RequestNetwork/requestNetwork/issues/254)) ([bec5fac](https://github.com/RequestNetwork/requestNetwork/commit/bec5fac0ee7dbbd4f3af5cf9a627627fcc689e14)) +- amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) +- calculate ERC20 fee balance ([#255](https://github.com/RequestNetwork/requestNetwork/issues/255)) ([273f55d](https://github.com/RequestNetwork/requestNetwork/commit/273f55df63bedb111027aac78f072563f7f60007)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - ### Bug Fixes -* add request custom etherscan key ([#152](https://github.com/RequestNetwork/requestNetwork/issues/152)) ([5b74d0e](https://github.com/RequestNetwork/requestNetwork/commit/5b74d0efe7c38e1e995ac0af34e4a0c9ecf712fd)) - +- add request custom etherscan key ([#152](https://github.com/RequestNetwork/requestNetwork/issues/152)) ([5b74d0e](https://github.com/RequestNetwork/requestNetwork/commit/5b74d0efe7c38e1e995ac0af34e4a0c9ecf712fd)) ### Features -* payment detection error does not throw ([#163](https://github.com/RequestNetwork/requestNetwork/issues/163)) ([f49640b](https://github.com/RequestNetwork/requestNetwork/commit/f49640b264c1350f1a7b0001fd71736f8bf3dc23)) - - +- payment detection error does not throw ([#163](https://github.com/RequestNetwork/requestNetwork/issues/163)) ([f49640b](https://github.com/RequestNetwork/requestNetwork/commit/f49640b264c1350f1a7b0001fd71736f8bf3dc23)) # 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)) - +- 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)) - - - - +- 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)) # 0.29.0 (2020-11-12) - - # 0.26.0 (2020-10-14) - ### Bug Fixes -* remove unknown modifier warning ([#331](https://github.com/RequestNetwork/requestNetwork/issues/331)) ([a0ec35d](https://github.com/RequestNetwork/requestNetwork/commit/a0ec35d38ca97d8702ce2790cf0f6c7162a31b86)) - - +- remove unknown modifier warning ([#331](https://github.com/RequestNetwork/requestNetwork/issues/331)) ([a0ec35d](https://github.com/RequestNetwork/requestNetwork/commit/a0ec35d38ca97d8702ce2790cf0f6c7162a31b86)) # 0.20.0 (2020-08-27) - ### Bug Fixes -* fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) -* fix ERC20 fee payment detection filter typo ([#274](https://github.com/RequestNetwork/requestNetwork/issues/274)) ([8046cd9](https://github.com/RequestNetwork/requestNetwork/commit/8046cd968f32591752905c7893c38686fca5038b)) - +- fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) +- fix ERC20 fee payment detection filter typo ([#274](https://github.com/RequestNetwork/requestNetwork/issues/274)) ([8046cd9](https://github.com/RequestNetwork/requestNetwork/commit/8046cd968f32591752905c7893c38686fca5038b)) ### Features -* add ERC20 fee proxy contract PN payment detection ([#254](https://github.com/RequestNetwork/requestNetwork/issues/254)) ([bec5fac](https://github.com/RequestNetwork/requestNetwork/commit/bec5fac0ee7dbbd4f3af5cf9a627627fcc689e14)) -* amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) -* calculate ERC20 fee balance ([#255](https://github.com/RequestNetwork/requestNetwork/issues/255)) ([273f55d](https://github.com/RequestNetwork/requestNetwork/commit/273f55df63bedb111027aac78f072563f7f60007)) - - +- add ERC20 fee proxy contract PN payment detection ([#254](https://github.com/RequestNetwork/requestNetwork/issues/254)) ([bec5fac](https://github.com/RequestNetwork/requestNetwork/commit/bec5fac0ee7dbbd4f3af5cf9a627627fcc689e14)) +- amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) +- calculate ERC20 fee balance ([#255](https://github.com/RequestNetwork/requestNetwork/issues/255)) ([273f55d](https://github.com/RequestNetwork/requestNetwork/commit/273f55df63bedb111027aac78f072563f7f60007)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - ### Bug Fixes -* add request custom etherscan key ([#152](https://github.com/RequestNetwork/requestNetwork/issues/152)) ([5b74d0e](https://github.com/RequestNetwork/requestNetwork/commit/5b74d0efe7c38e1e995ac0af34e4a0c9ecf712fd)) - +- add request custom etherscan key ([#152](https://github.com/RequestNetwork/requestNetwork/issues/152)) ([5b74d0e](https://github.com/RequestNetwork/requestNetwork/commit/5b74d0efe7c38e1e995ac0af34e4a0c9ecf712fd)) ### Features -* payment detection error does not throw ([#163](https://github.com/RequestNetwork/requestNetwork/issues/163)) ([f49640b](https://github.com/RequestNetwork/requestNetwork/commit/f49640b264c1350f1a7b0001fd71736f8bf3dc23)) - - +- payment detection error does not throw ([#163](https://github.com/RequestNetwork/requestNetwork/issues/163)) ([f49640b](https://github.com/RequestNetwork/requestNetwork/commit/f49640b264c1350f1a7b0001fd71736f8bf3dc23)) # 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)) - +- 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)) - - - - +- 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)) # 0.28.0 (2020-11-05) - - # 0.26.0 (2020-10-14) - ### Bug Fixes -* remove unknown modifier warning ([#331](https://github.com/RequestNetwork/requestNetwork/issues/331)) ([a0ec35d](https://github.com/RequestNetwork/requestNetwork/commit/a0ec35d38ca97d8702ce2790cf0f6c7162a31b86)) - - +- remove unknown modifier warning ([#331](https://github.com/RequestNetwork/requestNetwork/issues/331)) ([a0ec35d](https://github.com/RequestNetwork/requestNetwork/commit/a0ec35d38ca97d8702ce2790cf0f6c7162a31b86)) # 0.20.0 (2020-08-27) - ### Bug Fixes -* fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) -* fix ERC20 fee payment detection filter typo ([#274](https://github.com/RequestNetwork/requestNetwork/issues/274)) ([8046cd9](https://github.com/RequestNetwork/requestNetwork/commit/8046cd968f32591752905c7893c38686fca5038b)) - +- fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) +- fix ERC20 fee payment detection filter typo ([#274](https://github.com/RequestNetwork/requestNetwork/issues/274)) ([8046cd9](https://github.com/RequestNetwork/requestNetwork/commit/8046cd968f32591752905c7893c38686fca5038b)) ### Features -* add ERC20 fee proxy contract PN payment detection ([#254](https://github.com/RequestNetwork/requestNetwork/issues/254)) ([bec5fac](https://github.com/RequestNetwork/requestNetwork/commit/bec5fac0ee7dbbd4f3af5cf9a627627fcc689e14)) -* amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) -* calculate ERC20 fee balance ([#255](https://github.com/RequestNetwork/requestNetwork/issues/255)) ([273f55d](https://github.com/RequestNetwork/requestNetwork/commit/273f55df63bedb111027aac78f072563f7f60007)) - - +- add ERC20 fee proxy contract PN payment detection ([#254](https://github.com/RequestNetwork/requestNetwork/issues/254)) ([bec5fac](https://github.com/RequestNetwork/requestNetwork/commit/bec5fac0ee7dbbd4f3af5cf9a627627fcc689e14)) +- amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) +- calculate ERC20 fee balance ([#255](https://github.com/RequestNetwork/requestNetwork/issues/255)) ([273f55d](https://github.com/RequestNetwork/requestNetwork/commit/273f55df63bedb111027aac78f072563f7f60007)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - ### Bug Fixes -* add request custom etherscan key ([#152](https://github.com/RequestNetwork/requestNetwork/issues/152)) ([5b74d0e](https://github.com/RequestNetwork/requestNetwork/commit/5b74d0efe7c38e1e995ac0af34e4a0c9ecf712fd)) - +- add request custom etherscan key ([#152](https://github.com/RequestNetwork/requestNetwork/issues/152)) ([5b74d0e](https://github.com/RequestNetwork/requestNetwork/commit/5b74d0efe7c38e1e995ac0af34e4a0c9ecf712fd)) ### Features -* payment detection error does not throw ([#163](https://github.com/RequestNetwork/requestNetwork/issues/163)) ([f49640b](https://github.com/RequestNetwork/requestNetwork/commit/f49640b264c1350f1a7b0001fd71736f8bf3dc23)) - - +- payment detection error does not throw ([#163](https://github.com/RequestNetwork/requestNetwork/issues/163)) ([f49640b](https://github.com/RequestNetwork/requestNetwork/commit/f49640b264c1350f1a7b0001fd71736f8bf3dc23)) # 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)) - +- 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)) - - - - +- 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)) # 0.27.0 (2020-10-21) - - # 0.26.0 (2020-10-14) - ### Bug Fixes -* remove unknown modifier warning ([#331](https://github.com/RequestNetwork/requestNetwork/issues/331)) ([a0ec35d](https://github.com/RequestNetwork/requestNetwork/commit/a0ec35d38ca97d8702ce2790cf0f6c7162a31b86)) - - +- remove unknown modifier warning ([#331](https://github.com/RequestNetwork/requestNetwork/issues/331)) ([a0ec35d](https://github.com/RequestNetwork/requestNetwork/commit/a0ec35d38ca97d8702ce2790cf0f6c7162a31b86)) # 0.20.0 (2020-08-27) - ### Bug Fixes -* fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) -* fix ERC20 fee payment detection filter typo ([#274](https://github.com/RequestNetwork/requestNetwork/issues/274)) ([8046cd9](https://github.com/RequestNetwork/requestNetwork/commit/8046cd968f32591752905c7893c38686fca5038b)) - +- fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) +- fix ERC20 fee payment detection filter typo ([#274](https://github.com/RequestNetwork/requestNetwork/issues/274)) ([8046cd9](https://github.com/RequestNetwork/requestNetwork/commit/8046cd968f32591752905c7893c38686fca5038b)) ### Features -* add ERC20 fee proxy contract PN payment detection ([#254](https://github.com/RequestNetwork/requestNetwork/issues/254)) ([bec5fac](https://github.com/RequestNetwork/requestNetwork/commit/bec5fac0ee7dbbd4f3af5cf9a627627fcc689e14)) -* amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) -* calculate ERC20 fee balance ([#255](https://github.com/RequestNetwork/requestNetwork/issues/255)) ([273f55d](https://github.com/RequestNetwork/requestNetwork/commit/273f55df63bedb111027aac78f072563f7f60007)) - - +- add ERC20 fee proxy contract PN payment detection ([#254](https://github.com/RequestNetwork/requestNetwork/issues/254)) ([bec5fac](https://github.com/RequestNetwork/requestNetwork/commit/bec5fac0ee7dbbd4f3af5cf9a627627fcc689e14)) +- amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) +- calculate ERC20 fee balance ([#255](https://github.com/RequestNetwork/requestNetwork/issues/255)) ([273f55d](https://github.com/RequestNetwork/requestNetwork/commit/273f55df63bedb111027aac78f072563f7f60007)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - ### Bug Fixes -* add request custom etherscan key ([#152](https://github.com/RequestNetwork/requestNetwork/issues/152)) ([5b74d0e](https://github.com/RequestNetwork/requestNetwork/commit/5b74d0efe7c38e1e995ac0af34e4a0c9ecf712fd)) - +- add request custom etherscan key ([#152](https://github.com/RequestNetwork/requestNetwork/issues/152)) ([5b74d0e](https://github.com/RequestNetwork/requestNetwork/commit/5b74d0efe7c38e1e995ac0af34e4a0c9ecf712fd)) ### Features -* payment detection error does not throw ([#163](https://github.com/RequestNetwork/requestNetwork/issues/163)) ([f49640b](https://github.com/RequestNetwork/requestNetwork/commit/f49640b264c1350f1a7b0001fd71736f8bf3dc23)) - - +- payment detection error does not throw ([#163](https://github.com/RequestNetwork/requestNetwork/issues/163)) ([f49640b](https://github.com/RequestNetwork/requestNetwork/commit/f49640b264c1350f1a7b0001fd71736f8bf3dc23)) # 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)) - +- 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)) - - - - +- 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)) # 0.26.0 (2020-10-14) - ### Bug Fixes -* remove unknown modifier warning ([#331](https://github.com/RequestNetwork/requestNetwork/issues/331)) ([a0ec35d](https://github.com/RequestNetwork/requestNetwork/commit/a0ec35d38ca97d8702ce2790cf0f6c7162a31b86)) - - +- remove unknown modifier warning ([#331](https://github.com/RequestNetwork/requestNetwork/issues/331)) ([a0ec35d](https://github.com/RequestNetwork/requestNetwork/commit/a0ec35d38ca97d8702ce2790cf0f6c7162a31b86)) # 0.20.0 (2020-08-27) - ### Bug Fixes -* fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) -* fix ERC20 fee payment detection filter typo ([#274](https://github.com/RequestNetwork/requestNetwork/issues/274)) ([8046cd9](https://github.com/RequestNetwork/requestNetwork/commit/8046cd968f32591752905c7893c38686fca5038b)) - +- fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) +- fix ERC20 fee payment detection filter typo ([#274](https://github.com/RequestNetwork/requestNetwork/issues/274)) ([8046cd9](https://github.com/RequestNetwork/requestNetwork/commit/8046cd968f32591752905c7893c38686fca5038b)) ### Features -* add ERC20 fee proxy contract PN payment detection ([#254](https://github.com/RequestNetwork/requestNetwork/issues/254)) ([bec5fac](https://github.com/RequestNetwork/requestNetwork/commit/bec5fac0ee7dbbd4f3af5cf9a627627fcc689e14)) -* amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) -* calculate ERC20 fee balance ([#255](https://github.com/RequestNetwork/requestNetwork/issues/255)) ([273f55d](https://github.com/RequestNetwork/requestNetwork/commit/273f55df63bedb111027aac78f072563f7f60007)) - - +- add ERC20 fee proxy contract PN payment detection ([#254](https://github.com/RequestNetwork/requestNetwork/issues/254)) ([bec5fac](https://github.com/RequestNetwork/requestNetwork/commit/bec5fac0ee7dbbd4f3af5cf9a627627fcc689e14)) +- amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) +- calculate ERC20 fee balance ([#255](https://github.com/RequestNetwork/requestNetwork/issues/255)) ([273f55d](https://github.com/RequestNetwork/requestNetwork/commit/273f55df63bedb111027aac78f072563f7f60007)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - ### Bug Fixes -* add request custom etherscan key ([#152](https://github.com/RequestNetwork/requestNetwork/issues/152)) ([5b74d0e](https://github.com/RequestNetwork/requestNetwork/commit/5b74d0efe7c38e1e995ac0af34e4a0c9ecf712fd)) - +- add request custom etherscan key ([#152](https://github.com/RequestNetwork/requestNetwork/issues/152)) ([5b74d0e](https://github.com/RequestNetwork/requestNetwork/commit/5b74d0efe7c38e1e995ac0af34e4a0c9ecf712fd)) ### Features -* payment detection error does not throw ([#163](https://github.com/RequestNetwork/requestNetwork/issues/163)) ([f49640b](https://github.com/RequestNetwork/requestNetwork/commit/f49640b264c1350f1a7b0001fd71736f8bf3dc23)) - - +- payment detection error does not throw ([#163](https://github.com/RequestNetwork/requestNetwork/issues/163)) ([f49640b](https://github.com/RequestNetwork/requestNetwork/commit/f49640b264c1350f1a7b0001fd71736f8bf3dc23)) # 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)) - +- 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)) - - - - +- 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)) # 0.25.0 (2020-10-13) - ### Bug Fixes -* remove unknown modifier warning ([#331](https://github.com/RequestNetwork/requestNetwork/issues/331)) ([a0ec35d](https://github.com/RequestNetwork/requestNetwork/commit/a0ec35d38ca97d8702ce2790cf0f6c7162a31b86)) - - +- remove unknown modifier warning ([#331](https://github.com/RequestNetwork/requestNetwork/issues/331)) ([a0ec35d](https://github.com/RequestNetwork/requestNetwork/commit/a0ec35d38ca97d8702ce2790cf0f6c7162a31b86)) # 0.20.0 (2020-08-27) - ### Bug Fixes -* fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) -* fix ERC20 fee payment detection filter typo ([#274](https://github.com/RequestNetwork/requestNetwork/issues/274)) ([8046cd9](https://github.com/RequestNetwork/requestNetwork/commit/8046cd968f32591752905c7893c38686fca5038b)) - +- fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) +- fix ERC20 fee payment detection filter typo ([#274](https://github.com/RequestNetwork/requestNetwork/issues/274)) ([8046cd9](https://github.com/RequestNetwork/requestNetwork/commit/8046cd968f32591752905c7893c38686fca5038b)) ### Features -* add ERC20 fee proxy contract PN payment detection ([#254](https://github.com/RequestNetwork/requestNetwork/issues/254)) ([bec5fac](https://github.com/RequestNetwork/requestNetwork/commit/bec5fac0ee7dbbd4f3af5cf9a627627fcc689e14)) -* amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) -* calculate ERC20 fee balance ([#255](https://github.com/RequestNetwork/requestNetwork/issues/255)) ([273f55d](https://github.com/RequestNetwork/requestNetwork/commit/273f55df63bedb111027aac78f072563f7f60007)) - - +- add ERC20 fee proxy contract PN payment detection ([#254](https://github.com/RequestNetwork/requestNetwork/issues/254)) ([bec5fac](https://github.com/RequestNetwork/requestNetwork/commit/bec5fac0ee7dbbd4f3af5cf9a627627fcc689e14)) +- amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) +- calculate ERC20 fee balance ([#255](https://github.com/RequestNetwork/requestNetwork/issues/255)) ([273f55d](https://github.com/RequestNetwork/requestNetwork/commit/273f55df63bedb111027aac78f072563f7f60007)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - ### Bug Fixes -* add request custom etherscan key ([#152](https://github.com/RequestNetwork/requestNetwork/issues/152)) ([5b74d0e](https://github.com/RequestNetwork/requestNetwork/commit/5b74d0efe7c38e1e995ac0af34e4a0c9ecf712fd)) - +- add request custom etherscan key ([#152](https://github.com/RequestNetwork/requestNetwork/issues/152)) ([5b74d0e](https://github.com/RequestNetwork/requestNetwork/commit/5b74d0efe7c38e1e995ac0af34e4a0c9ecf712fd)) ### Features -* payment detection error does not throw ([#163](https://github.com/RequestNetwork/requestNetwork/issues/163)) ([f49640b](https://github.com/RequestNetwork/requestNetwork/commit/f49640b264c1350f1a7b0001fd71736f8bf3dc23)) - - +- payment detection error does not throw ([#163](https://github.com/RequestNetwork/requestNetwork/issues/163)) ([f49640b](https://github.com/RequestNetwork/requestNetwork/commit/f49640b264c1350f1a7b0001fd71736f8bf3dc23)) # 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)) - +- 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)) - - - - +- 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)) # 0.24.0 (2020-10-09) - ### Bug Fixes -* remove unknown modifier warning ([#331](https://github.com/RequestNetwork/requestNetwork/issues/331)) ([a0ec35d](https://github.com/RequestNetwork/requestNetwork/commit/a0ec35d38ca97d8702ce2790cf0f6c7162a31b86)) - - +- remove unknown modifier warning ([#331](https://github.com/RequestNetwork/requestNetwork/issues/331)) ([a0ec35d](https://github.com/RequestNetwork/requestNetwork/commit/a0ec35d38ca97d8702ce2790cf0f6c7162a31b86)) # 0.20.0 (2020-08-27) - ### Bug Fixes -* fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) -* fix ERC20 fee payment detection filter typo ([#274](https://github.com/RequestNetwork/requestNetwork/issues/274)) ([8046cd9](https://github.com/RequestNetwork/requestNetwork/commit/8046cd968f32591752905c7893c38686fca5038b)) - +- fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) +- fix ERC20 fee payment detection filter typo ([#274](https://github.com/RequestNetwork/requestNetwork/issues/274)) ([8046cd9](https://github.com/RequestNetwork/requestNetwork/commit/8046cd968f32591752905c7893c38686fca5038b)) ### Features -* add ERC20 fee proxy contract PN payment detection ([#254](https://github.com/RequestNetwork/requestNetwork/issues/254)) ([bec5fac](https://github.com/RequestNetwork/requestNetwork/commit/bec5fac0ee7dbbd4f3af5cf9a627627fcc689e14)) -* amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) -* calculate ERC20 fee balance ([#255](https://github.com/RequestNetwork/requestNetwork/issues/255)) ([273f55d](https://github.com/RequestNetwork/requestNetwork/commit/273f55df63bedb111027aac78f072563f7f60007)) - - +- add ERC20 fee proxy contract PN payment detection ([#254](https://github.com/RequestNetwork/requestNetwork/issues/254)) ([bec5fac](https://github.com/RequestNetwork/requestNetwork/commit/bec5fac0ee7dbbd4f3af5cf9a627627fcc689e14)) +- amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) +- calculate ERC20 fee balance ([#255](https://github.com/RequestNetwork/requestNetwork/issues/255)) ([273f55d](https://github.com/RequestNetwork/requestNetwork/commit/273f55df63bedb111027aac78f072563f7f60007)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - ### Bug Fixes -* add request custom etherscan key ([#152](https://github.com/RequestNetwork/requestNetwork/issues/152)) ([5b74d0e](https://github.com/RequestNetwork/requestNetwork/commit/5b74d0efe7c38e1e995ac0af34e4a0c9ecf712fd)) - +- add request custom etherscan key ([#152](https://github.com/RequestNetwork/requestNetwork/issues/152)) ([5b74d0e](https://github.com/RequestNetwork/requestNetwork/commit/5b74d0efe7c38e1e995ac0af34e4a0c9ecf712fd)) ### Features -* payment detection error does not throw ([#163](https://github.com/RequestNetwork/requestNetwork/issues/163)) ([f49640b](https://github.com/RequestNetwork/requestNetwork/commit/f49640b264c1350f1a7b0001fd71736f8bf3dc23)) - - +- payment detection error does not throw ([#163](https://github.com/RequestNetwork/requestNetwork/issues/163)) ([f49640b](https://github.com/RequestNetwork/requestNetwork/commit/f49640b264c1350f1a7b0001fd71736f8bf3dc23)) # 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)) - +- 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)) - - - - +- 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)) # 0.23.0 (2020-09-28) - - # 0.20.0 (2020-08-27) - ### Bug Fixes -* fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) -* fix ERC20 fee payment detection filter typo ([#274](https://github.com/RequestNetwork/requestNetwork/issues/274)) ([8046cd9](https://github.com/RequestNetwork/requestNetwork/commit/8046cd968f32591752905c7893c38686fca5038b)) - +- fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) +- fix ERC20 fee payment detection filter typo ([#274](https://github.com/RequestNetwork/requestNetwork/issues/274)) ([8046cd9](https://github.com/RequestNetwork/requestNetwork/commit/8046cd968f32591752905c7893c38686fca5038b)) ### Features -* add ERC20 fee proxy contract PN payment detection ([#254](https://github.com/RequestNetwork/requestNetwork/issues/254)) ([bec5fac](https://github.com/RequestNetwork/requestNetwork/commit/bec5fac0ee7dbbd4f3af5cf9a627627fcc689e14)) -* amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) -* calculate ERC20 fee balance ([#255](https://github.com/RequestNetwork/requestNetwork/issues/255)) ([273f55d](https://github.com/RequestNetwork/requestNetwork/commit/273f55df63bedb111027aac78f072563f7f60007)) - - +- add ERC20 fee proxy contract PN payment detection ([#254](https://github.com/RequestNetwork/requestNetwork/issues/254)) ([bec5fac](https://github.com/RequestNetwork/requestNetwork/commit/bec5fac0ee7dbbd4f3af5cf9a627627fcc689e14)) +- amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) +- calculate ERC20 fee balance ([#255](https://github.com/RequestNetwork/requestNetwork/issues/255)) ([273f55d](https://github.com/RequestNetwork/requestNetwork/commit/273f55df63bedb111027aac78f072563f7f60007)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - ### Bug Fixes -* add request custom etherscan key ([#152](https://github.com/RequestNetwork/requestNetwork/issues/152)) ([5b74d0e](https://github.com/RequestNetwork/requestNetwork/commit/5b74d0efe7c38e1e995ac0af34e4a0c9ecf712fd)) - +- add request custom etherscan key ([#152](https://github.com/RequestNetwork/requestNetwork/issues/152)) ([5b74d0e](https://github.com/RequestNetwork/requestNetwork/commit/5b74d0efe7c38e1e995ac0af34e4a0c9ecf712fd)) ### Features -* payment detection error does not throw ([#163](https://github.com/RequestNetwork/requestNetwork/issues/163)) ([f49640b](https://github.com/RequestNetwork/requestNetwork/commit/f49640b264c1350f1a7b0001fd71736f8bf3dc23)) - - +- payment detection error does not throw ([#163](https://github.com/RequestNetwork/requestNetwork/issues/163)) ([f49640b](https://github.com/RequestNetwork/requestNetwork/commit/f49640b264c1350f1a7b0001fd71736f8bf3dc23)) # 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)) - +- 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)) - - - - +- 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)) # 0.22.0 (2020-09-18) - - # 0.20.0 (2020-08-27) - ### Bug Fixes -* fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) -* fix ERC20 fee payment detection filter typo ([#274](https://github.com/RequestNetwork/requestNetwork/issues/274)) ([8046cd9](https://github.com/RequestNetwork/requestNetwork/commit/8046cd968f32591752905c7893c38686fca5038b)) - +- fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) +- fix ERC20 fee payment detection filter typo ([#274](https://github.com/RequestNetwork/requestNetwork/issues/274)) ([8046cd9](https://github.com/RequestNetwork/requestNetwork/commit/8046cd968f32591752905c7893c38686fca5038b)) ### Features -* add ERC20 fee proxy contract PN payment detection ([#254](https://github.com/RequestNetwork/requestNetwork/issues/254)) ([bec5fac](https://github.com/RequestNetwork/requestNetwork/commit/bec5fac0ee7dbbd4f3af5cf9a627627fcc689e14)) -* amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) -* calculate ERC20 fee balance ([#255](https://github.com/RequestNetwork/requestNetwork/issues/255)) ([273f55d](https://github.com/RequestNetwork/requestNetwork/commit/273f55df63bedb111027aac78f072563f7f60007)) - - +- add ERC20 fee proxy contract PN payment detection ([#254](https://github.com/RequestNetwork/requestNetwork/issues/254)) ([bec5fac](https://github.com/RequestNetwork/requestNetwork/commit/bec5fac0ee7dbbd4f3af5cf9a627627fcc689e14)) +- amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) +- calculate ERC20 fee balance ([#255](https://github.com/RequestNetwork/requestNetwork/issues/255)) ([273f55d](https://github.com/RequestNetwork/requestNetwork/commit/273f55df63bedb111027aac78f072563f7f60007)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - ### Bug Fixes -* add request custom etherscan key ([#152](https://github.com/RequestNetwork/requestNetwork/issues/152)) ([5b74d0e](https://github.com/RequestNetwork/requestNetwork/commit/5b74d0efe7c38e1e995ac0af34e4a0c9ecf712fd)) - +- add request custom etherscan key ([#152](https://github.com/RequestNetwork/requestNetwork/issues/152)) ([5b74d0e](https://github.com/RequestNetwork/requestNetwork/commit/5b74d0efe7c38e1e995ac0af34e4a0c9ecf712fd)) ### Features -* payment detection error does not throw ([#163](https://github.com/RequestNetwork/requestNetwork/issues/163)) ([f49640b](https://github.com/RequestNetwork/requestNetwork/commit/f49640b264c1350f1a7b0001fd71736f8bf3dc23)) - - +- payment detection error does not throw ([#163](https://github.com/RequestNetwork/requestNetwork/issues/163)) ([f49640b](https://github.com/RequestNetwork/requestNetwork/commit/f49640b264c1350f1a7b0001fd71736f8bf3dc23)) # 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)) - +- 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)) - - - - +- 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)) # 0.21.0 (2020-09-01) - - # 0.20.0 (2020-08-27) - ### Bug Fixes -* fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) -* fix ERC20 fee payment detection filter typo ([#274](https://github.com/RequestNetwork/requestNetwork/issues/274)) ([8046cd9](https://github.com/RequestNetwork/requestNetwork/commit/8046cd968f32591752905c7893c38686fca5038b)) - +- fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) +- fix ERC20 fee payment detection filter typo ([#274](https://github.com/RequestNetwork/requestNetwork/issues/274)) ([8046cd9](https://github.com/RequestNetwork/requestNetwork/commit/8046cd968f32591752905c7893c38686fca5038b)) ### Features -* add ERC20 fee proxy contract PN payment detection ([#254](https://github.com/RequestNetwork/requestNetwork/issues/254)) ([bec5fac](https://github.com/RequestNetwork/requestNetwork/commit/bec5fac0ee7dbbd4f3af5cf9a627627fcc689e14)) -* amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) -* calculate ERC20 fee balance ([#255](https://github.com/RequestNetwork/requestNetwork/issues/255)) ([273f55d](https://github.com/RequestNetwork/requestNetwork/commit/273f55df63bedb111027aac78f072563f7f60007)) - - +- add ERC20 fee proxy contract PN payment detection ([#254](https://github.com/RequestNetwork/requestNetwork/issues/254)) ([bec5fac](https://github.com/RequestNetwork/requestNetwork/commit/bec5fac0ee7dbbd4f3af5cf9a627627fcc689e14)) +- amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) +- calculate ERC20 fee balance ([#255](https://github.com/RequestNetwork/requestNetwork/issues/255)) ([273f55d](https://github.com/RequestNetwork/requestNetwork/commit/273f55df63bedb111027aac78f072563f7f60007)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - ### Bug Fixes -* add request custom etherscan key ([#152](https://github.com/RequestNetwork/requestNetwork/issues/152)) ([5b74d0e](https://github.com/RequestNetwork/requestNetwork/commit/5b74d0efe7c38e1e995ac0af34e4a0c9ecf712fd)) - +- add request custom etherscan key ([#152](https://github.com/RequestNetwork/requestNetwork/issues/152)) ([5b74d0e](https://github.com/RequestNetwork/requestNetwork/commit/5b74d0efe7c38e1e995ac0af34e4a0c9ecf712fd)) ### Features -* payment detection error does not throw ([#163](https://github.com/RequestNetwork/requestNetwork/issues/163)) ([f49640b](https://github.com/RequestNetwork/requestNetwork/commit/f49640b264c1350f1a7b0001fd71736f8bf3dc23)) - - +- payment detection error does not throw ([#163](https://github.com/RequestNetwork/requestNetwork/issues/163)) ([f49640b](https://github.com/RequestNetwork/requestNetwork/commit/f49640b264c1350f1a7b0001fd71736f8bf3dc23)) # 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)) - +- 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)) - - - - +- 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)) # 0.20.0 (2020-08-27) - ### Bug Fixes -* fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) -* fix ERC20 fee payment detection filter typo ([#274](https://github.com/RequestNetwork/requestNetwork/issues/274)) ([8046cd9](https://github.com/RequestNetwork/requestNetwork/commit/8046cd968f32591752905c7893c38686fca5038b)) - +- fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) +- fix ERC20 fee payment detection filter typo ([#274](https://github.com/RequestNetwork/requestNetwork/issues/274)) ([8046cd9](https://github.com/RequestNetwork/requestNetwork/commit/8046cd968f32591752905c7893c38686fca5038b)) ### Features -* add ERC20 fee proxy contract PN payment detection ([#254](https://github.com/RequestNetwork/requestNetwork/issues/254)) ([bec5fac](https://github.com/RequestNetwork/requestNetwork/commit/bec5fac0ee7dbbd4f3af5cf9a627627fcc689e14)) -* amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) -* calculate ERC20 fee balance ([#255](https://github.com/RequestNetwork/requestNetwork/issues/255)) ([273f55d](https://github.com/RequestNetwork/requestNetwork/commit/273f55df63bedb111027aac78f072563f7f60007)) - - +- add ERC20 fee proxy contract PN payment detection ([#254](https://github.com/RequestNetwork/requestNetwork/issues/254)) ([bec5fac](https://github.com/RequestNetwork/requestNetwork/commit/bec5fac0ee7dbbd4f3af5cf9a627627fcc689e14)) +- amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) +- calculate ERC20 fee balance ([#255](https://github.com/RequestNetwork/requestNetwork/issues/255)) ([273f55d](https://github.com/RequestNetwork/requestNetwork/commit/273f55df63bedb111027aac78f072563f7f60007)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - ### Bug Fixes -* add request custom etherscan key ([#152](https://github.com/RequestNetwork/requestNetwork/issues/152)) ([5b74d0e](https://github.com/RequestNetwork/requestNetwork/commit/5b74d0efe7c38e1e995ac0af34e4a0c9ecf712fd)) - +- add request custom etherscan key ([#152](https://github.com/RequestNetwork/requestNetwork/issues/152)) ([5b74d0e](https://github.com/RequestNetwork/requestNetwork/commit/5b74d0efe7c38e1e995ac0af34e4a0c9ecf712fd)) ### Features -* payment detection error does not throw ([#163](https://github.com/RequestNetwork/requestNetwork/issues/163)) ([f49640b](https://github.com/RequestNetwork/requestNetwork/commit/f49640b264c1350f1a7b0001fd71736f8bf3dc23)) - - +- payment detection error does not throw ([#163](https://github.com/RequestNetwork/requestNetwork/issues/163)) ([f49640b](https://github.com/RequestNetwork/requestNetwork/commit/f49640b264c1350f1a7b0001fd71736f8bf3dc23)) # 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)) - +- 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)) - - - - +- 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)) # 0.19.0 (2020-08-13) - ### Bug Fixes -* fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) - +- fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) ### Features -* add ERC20 fee proxy contract PN payment detection ([#254](https://github.com/RequestNetwork/requestNetwork/issues/254)) ([bec5fac](https://github.com/RequestNetwork/requestNetwork/commit/bec5fac0ee7dbbd4f3af5cf9a627627fcc689e14)) -* amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) -* calculate ERC20 fee balance ([#255](https://github.com/RequestNetwork/requestNetwork/issues/255)) ([273f55d](https://github.com/RequestNetwork/requestNetwork/commit/273f55df63bedb111027aac78f072563f7f60007)) - - +- add ERC20 fee proxy contract PN payment detection ([#254](https://github.com/RequestNetwork/requestNetwork/issues/254)) ([bec5fac](https://github.com/RequestNetwork/requestNetwork/commit/bec5fac0ee7dbbd4f3af5cf9a627627fcc689e14)) +- amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) +- calculate ERC20 fee balance ([#255](https://github.com/RequestNetwork/requestNetwork/issues/255)) ([273f55d](https://github.com/RequestNetwork/requestNetwork/commit/273f55df63bedb111027aac78f072563f7f60007)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - ### Bug Fixes -* add request custom etherscan key ([#152](https://github.com/RequestNetwork/requestNetwork/issues/152)) ([5b74d0e](https://github.com/RequestNetwork/requestNetwork/commit/5b74d0efe7c38e1e995ac0af34e4a0c9ecf712fd)) - +- add request custom etherscan key ([#152](https://github.com/RequestNetwork/requestNetwork/issues/152)) ([5b74d0e](https://github.com/RequestNetwork/requestNetwork/commit/5b74d0efe7c38e1e995ac0af34e4a0c9ecf712fd)) ### Features -* payment detection error does not throw ([#163](https://github.com/RequestNetwork/requestNetwork/issues/163)) ([f49640b](https://github.com/RequestNetwork/requestNetwork/commit/f49640b264c1350f1a7b0001fd71736f8bf3dc23)) - - +- payment detection error does not throw ([#163](https://github.com/RequestNetwork/requestNetwork/issues/163)) ([f49640b](https://github.com/RequestNetwork/requestNetwork/commit/f49640b264c1350f1a7b0001fd71736f8bf3dc23)) # 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)) - +- 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)) - - - - +- 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)) # 0.18.0 (2020-06-29) - ### Features -* amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) - - +- amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - ### Bug Fixes -* add request custom etherscan key ([#152](https://github.com/RequestNetwork/requestNetwork/issues/152)) ([5b74d0e](https://github.com/RequestNetwork/requestNetwork/commit/5b74d0efe7c38e1e995ac0af34e4a0c9ecf712fd)) - +- add request custom etherscan key ([#152](https://github.com/RequestNetwork/requestNetwork/issues/152)) ([5b74d0e](https://github.com/RequestNetwork/requestNetwork/commit/5b74d0efe7c38e1e995ac0af34e4a0c9ecf712fd)) ### Features -* payment detection error does not throw ([#163](https://github.com/RequestNetwork/requestNetwork/issues/163)) ([f49640b](https://github.com/RequestNetwork/requestNetwork/commit/f49640b264c1350f1a7b0001fd71736f8bf3dc23)) - - +- payment detection error does not throw ([#163](https://github.com/RequestNetwork/requestNetwork/issues/163)) ([f49640b](https://github.com/RequestNetwork/requestNetwork/commit/f49640b264c1350f1a7b0001fd71736f8bf3dc23)) # 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)) - +- 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)) - - - - +- 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)) # 0.17.0 (2020-05-04) - - # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - ### Bug Fixes -* add request custom etherscan key ([#152](https://github.com/RequestNetwork/requestNetwork/issues/152)) ([5b74d0e](https://github.com/RequestNetwork/requestNetwork/commit/5b74d0efe7c38e1e995ac0af34e4a0c9ecf712fd)) - +- add request custom etherscan key ([#152](https://github.com/RequestNetwork/requestNetwork/issues/152)) ([5b74d0e](https://github.com/RequestNetwork/requestNetwork/commit/5b74d0efe7c38e1e995ac0af34e4a0c9ecf712fd)) ### Features -* payment detection error does not throw ([#163](https://github.com/RequestNetwork/requestNetwork/issues/163)) ([f49640b](https://github.com/RequestNetwork/requestNetwork/commit/f49640b264c1350f1a7b0001fd71736f8bf3dc23)) - - +- payment detection error does not throw ([#163](https://github.com/RequestNetwork/requestNetwork/issues/163)) ([f49640b](https://github.com/RequestNetwork/requestNetwork/commit/f49640b264c1350f1a7b0001fd71736f8bf3dc23)) # 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)) - +- 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)) - - - - +- 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)) # 0.16.0 (2020-04-21) - - # 0.15.0 (2020-04-06) - ### Bug Fixes -* add request custom etherscan key ([#152](https://github.com/RequestNetwork/requestNetwork/issues/152)) ([5b74d0e](https://github.com/RequestNetwork/requestNetwork/commit/5b74d0efe7c38e1e995ac0af34e4a0c9ecf712fd)) - +- add request custom etherscan key ([#152](https://github.com/RequestNetwork/requestNetwork/issues/152)) ([5b74d0e](https://github.com/RequestNetwork/requestNetwork/commit/5b74d0efe7c38e1e995ac0af34e4a0c9ecf712fd)) ### Features -* payment detection error does not throw ([#163](https://github.com/RequestNetwork/requestNetwork/issues/163)) ([f49640b](https://github.com/RequestNetwork/requestNetwork/commit/f49640b264c1350f1a7b0001fd71736f8bf3dc23)) - - +- payment detection error does not throw ([#163](https://github.com/RequestNetwork/requestNetwork/issues/163)) ([f49640b](https://github.com/RequestNetwork/requestNetwork/commit/f49640b264c1350f1a7b0001fd71736f8bf3dc23)) # 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)) - +- 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)) - - - - +- 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)) # 0.15.0 (2020-04-06) - ### Bug Fixes -* add request custom etherscan key ([#152](https://github.com/RequestNetwork/requestNetwork/issues/152)) ([5b74d0e](https://github.com/RequestNetwork/requestNetwork/commit/5b74d0efe7c38e1e995ac0af34e4a0c9ecf712fd)) - +- add request custom etherscan key ([#152](https://github.com/RequestNetwork/requestNetwork/issues/152)) ([5b74d0e](https://github.com/RequestNetwork/requestNetwork/commit/5b74d0efe7c38e1e995ac0af34e4a0c9ecf712fd)) ### Features -* payment detection error does not throw ([#163](https://github.com/RequestNetwork/requestNetwork/issues/163)) ([f49640b](https://github.com/RequestNetwork/requestNetwork/commit/f49640b264c1350f1a7b0001fd71736f8bf3dc23)) - - +- payment detection error does not throw ([#163](https://github.com/RequestNetwork/requestNetwork/issues/163)) ([f49640b](https://github.com/RequestNetwork/requestNetwork/commit/f49640b264c1350f1a7b0001fd71736f8bf3dc23)) # 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)) - +- 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)) - - - - +- 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)) # 0.14.0 (2020-03-23) - ### Bug Fixes -* add request custom etherscan key ([#152](https://github.com/RequestNetwork/requestNetwork/issues/152)) ([5b74d0e](https://github.com/RequestNetwork/requestNetwork/commit/5b74d0efe7c38e1e995ac0af34e4a0c9ecf712fd)) - +- add request custom etherscan key ([#152](https://github.com/RequestNetwork/requestNetwork/issues/152)) ([5b74d0e](https://github.com/RequestNetwork/requestNetwork/commit/5b74d0efe7c38e1e995ac0af34e4a0c9ecf712fd)) ### Features -* payment detection error does not throw ([#163](https://github.com/RequestNetwork/requestNetwork/issues/163)) ([f49640b](https://github.com/RequestNetwork/requestNetwork/commit/f49640b264c1350f1a7b0001fd71736f8bf3dc23)) - - +- payment detection error does not throw ([#163](https://github.com/RequestNetwork/requestNetwork/issues/163)) ([f49640b](https://github.com/RequestNetwork/requestNetwork/commit/f49640b264c1350f1a7b0001fd71736f8bf3dc23)) # 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)) - +- 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)) - - - - +- 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)) # 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)) - +- 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)) +- 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/codegen.yml b/packages/payment-detection/codegen.yml index 15028377ff..7d8868f2d7 100644 --- a/packages/payment-detection/codegen.yml +++ b/packages/payment-detection/codegen.yml @@ -1,10 +1,10 @@ overwrite: true -schema: "https://api.thegraph.com/subgraphs/name/requestnetwork/request-payments-rinkeby" +schema: 'https://api.thegraph.com/subgraphs/name/requestnetwork/request-payments-rinkeby' documents: src/thegraph/queries/*.graphql generates: src/thegraph/generated/graphql.ts: plugins: - - "typescript" - - "typescript-operations" - - "typescript-graphql-request" - - "typescript-document-nodes" + - 'typescript' + - 'typescript-operations' + - 'typescript-graphql-request' + - 'typescript-document-nodes' diff --git a/packages/payment-detection/src/thegraph/queries/GetPayments.graphql b/packages/payment-detection/src/thegraph/queries/GetPayments.graphql index 78733cd734..b9bea25c6b 100644 --- a/packages/payment-detection/src/thegraph/queries/GetPayments.graphql +++ b/packages/payment-detection/src/thegraph/queries/GetPayments.graphql @@ -1,9 +1,4 @@ -query GetPayments( - $contractAddress: Bytes! - $reference: Bytes! - $tokenAddress: Bytes - $to: Bytes! -) { +query GetPayments($contractAddress: Bytes!, $reference: Bytes!, $tokenAddress: Bytes, $to: Bytes!) { payments( where: { contractAddress: $contractAddress diff --git a/packages/payment-detection/src/thegraph/queries/GetSyncedBlock.graphql b/packages/payment-detection/src/thegraph/queries/GetSyncedBlock.graphql index 2c690a31d8..de279bd21f 100644 --- a/packages/payment-detection/src/thegraph/queries/GetSyncedBlock.graphql +++ b/packages/payment-detection/src/thegraph/queries/GetSyncedBlock.graphql @@ -1,6 +1,4 @@ -query GetSyncedBlock( - $blockHash: Bytes! -) { +query GetSyncedBlock($blockHash: Bytes!) { _meta(block: { hash: $blockHash }) { block { number diff --git a/packages/payment-detection/test/erc20/thegraph-info-retriever.test.ts b/packages/payment-detection/test/erc20/thegraph-info-retriever.test.ts index 442d204bca..4a2a3d2b3f 100644 --- a/packages/payment-detection/test/erc20/thegraph-info-retriever.test.ts +++ b/packages/payment-detection/test/erc20/thegraph-info-retriever.test.ts @@ -6,8 +6,8 @@ import { PaymentTypes } from '@requestnetwork/types'; describe('api/erc20/thegraph-info-retriever', () => { describe('on rinkeby', () => { - const RINKEBY_ETH_FEE_PROXY_CONTRACT = "0xc6e23a20c0a1933acc8e30247b5d1e2215796c1f"; - const RINKEBY_ETH_CONVERSION_PROXY_CONTRACT = "0xca3353a15fcb5c83a1ff64bff055781ac5c4d2f4"; + const RINKEBY_ETH_FEE_PROXY_CONTRACT = '0xc6e23a20c0a1933acc8e30247b5d1e2215796c1f'; + const RINKEBY_ETH_CONVERSION_PROXY_CONTRACT = '0xca3353a15fcb5c83a1ff64bff055781ac5c4d2f4'; it('should get payment event from ethFeeProxy via subgraph', async () => { const paymentData = { @@ -21,7 +21,11 @@ describe('api/erc20/thegraph-info-retriever', () => { requestId: '0188791633ff0ec72a7dbdefb886d2db6cccfa98287320839c2f173c7a4e3ce7e1', block: 9606098, }; - const paymentReference = PaymentReferenceCalculator.calculate(paymentData.requestId, paymentData.salt, paymentData.to); + const paymentReference = PaymentReferenceCalculator.calculate( + paymentData.requestId, + paymentData.salt, + paymentData.to, + ); const onChainReference = utils.keccak256(`0x${paymentReference}`); expect(onChainReference).toEqual(paymentData.reference); @@ -55,7 +59,11 @@ describe('api/erc20/thegraph-info-retriever', () => { requestId: '0188791633ff0ec72a7dbdefb886d2db6cccfa98287320839c2f173c7a4e3ce7e1', }; - const shortReference = PaymentReferenceCalculator.calculate(paymentData.requestId, paymentData.salt, paymentData.to); + const shortReference = PaymentReferenceCalculator.calculate( + paymentData.requestId, + paymentData.salt, + paymentData.to, + ); const onChainReference = utils.keccak256(`0x${shortReference}`); expect(onChainReference).toEqual(paymentData.reference); @@ -74,7 +82,5 @@ describe('api/erc20/thegraph-info-retriever', () => { expect(transferEvents[0].parameters?.txHash).toEqual(paymentData.txHash); expect(transferEvents[0].parameters?.block).toEqual(paymentData.block); }); - }); - }); diff --git a/packages/payment-detection/test/eth/fee-proxy-detector.test.ts b/packages/payment-detection/test/eth/fee-proxy-detector.test.ts index 11b7f0e0eb..91ec3fd704 100644 --- a/packages/payment-detection/test/eth/fee-proxy-detector.test.ts +++ b/packages/payment-detection/test/eth/fee-proxy-detector.test.ts @@ -10,7 +10,6 @@ const createAddFeeAction = jest.fn(); const createAddPaymentInstructionAction = jest.fn(); const createAddRefundInstructionAction = jest.fn(); - const mockAdvancedLogic: AdvancedLogicTypes.IAdvancedLogic = { applyActionToExtensions(): any { return; diff --git a/packages/payment-detection/test/eth/input-data.test.ts b/packages/payment-detection/test/eth/input-data.test.ts index 8539dcb9e3..ccb6f25948 100644 --- a/packages/payment-detection/test/eth/input-data.test.ts +++ b/packages/payment-detection/test/eth/input-data.test.ts @@ -167,74 +167,74 @@ describe('api/eth/input-data', () => { it('can get balance from rinkeby subgraph', async () => { const rinkebyRequest = { - 'currency': { + currency: { network: 'rinkeby', type: RequestLogicTypes.CURRENCY.ETH, value: 'ETH', }, - 'expectedAmount': '80000000000000000', - 'payee': { - 'type': 'ethereumAddress', - 'value': '0x1D274D164937465B7A7259347AD3f1aaEEEaC8e1', + expectedAmount: '80000000000000000', + payee: { + type: 'ethereumAddress', + value: '0x1D274D164937465B7A7259347AD3f1aaEEEaC8e1', }, - 'payer': { - 'type': 'ethereumAddress', - 'value': '0x5e7D193321A4CCB091038d01755a10d143cb2Dc8', + payer: { + type: 'ethereumAddress', + value: '0x5e7D193321A4CCB091038d01755a10d143cb2Dc8', }, - 'timestamp': 1620207049, - 'extensionsData': [ + timestamp: 1620207049, + extensionsData: [ { - 'action': 'create', - 'id': 'pn-eth-input-data', - 'parameters': { - 'paymentAddress': '0x8400b234e7B113686bD584af9b1041E5a233E754', - 'salt': '2334c5f6691a9131', + action: 'create', + id: 'pn-eth-input-data', + parameters: { + paymentAddress: '0x8400b234e7B113686bD584af9b1041E5a233E754', + salt: '2334c5f6691a9131', }, - 'version': '0.2.0', + version: '0.2.0', }, ], - 'extensions': { + extensions: { 'pn-eth-input-data': { - 'events': [ + events: [ { - 'name': 'create', - 'parameters': { - 'paymentAddress': '0x8400b234e7B113686bD584af9b1041E5a233E754', - 'salt': '2334c5f6691a9131', + name: 'create', + parameters: { + paymentAddress: '0x8400b234e7B113686bD584af9b1041E5a233E754', + salt: '2334c5f6691a9131', }, - 'timestamp': 1620207051, + timestamp: 1620207051, }, ], - 'id': 'pn-eth-input-data', - 'type': 'payment-network', - 'values': { - 'paymentAddress': '0x8400b234e7B113686bD584af9b1041E5a233E754', - 'salt': '2334c5f6691a9131', + id: 'pn-eth-input-data', + type: 'payment-network', + values: { + paymentAddress: '0x8400b234e7B113686bD584af9b1041E5a233E754', + salt: '2334c5f6691a9131', }, - 'version': '0.2.0', + version: '0.2.0', }, }, - 'requestId': '0110e7eaba7a3ff2e2239081497308db70e4c66362100d747903ffa5c83d290d5d', - 'version': '2.0.3', - 'events': [ + requestId: '0110e7eaba7a3ff2e2239081497308db70e4c66362100d747903ffa5c83d290d5d', + version: '2.0.3', + events: [ { - 'actionSigner': { - 'type': 'ethereumAddress', - 'value': '0x1D274D164937465B7A7259347AD3f1aaEEEaC8e1', + actionSigner: { + type: 'ethereumAddress', + value: '0x1D274D164937465B7A7259347AD3f1aaEEEaC8e1', }, - 'name': 'create', - 'parameters': { - 'expectedAmount': '80000000000000000', - 'extensionsDataLength': 2, - 'isSignedRequest': false, + name: 'create', + parameters: { + expectedAmount: '80000000000000000', + extensionsDataLength: 2, + isSignedRequest: false, }, - 'timestamp': 1620207051, + timestamp: 1620207051, }, ], - 'state': 'created', - 'creator': { - 'type': 'ethereumAddress', - 'value': '0x1D274D164937465B7A7259347AD3f1aaEEEaC8e1', + state: 'created', + creator: { + type: 'ethereumAddress', + value: '0x1D274D164937465B7A7259347AD3f1aaEEEaC8e1', }, }; const balance = await ethInputData.getBalance(rinkebyRequest as RequestLogicTypes.IRequest); @@ -244,5 +244,4 @@ describe('api/eth/input-data', () => { expect(balance.events[0].amount).toBe('80000000000000000'); expect(typeof balance.events[0].timestamp).toBe('number'); }); - }); diff --git a/packages/payment-detection/test/provider.test.ts b/packages/payment-detection/test/provider.test.ts index adca8502c3..89a63b1251 100644 --- a/packages/payment-detection/test/provider.test.ts +++ b/packages/payment-detection/test/provider.test.ts @@ -52,7 +52,9 @@ describe('getDefaultProvider', () => { it('Can override the RPC configuration for a new network', async () => { const fakenet = 'fakenet'; - expect(() => getDefaultProvider(fakenet)).toThrowError('unsupported getDefaultProvider network'); + expect(() => getDefaultProvider(fakenet)).toThrowError( + 'unsupported getDefaultProvider network', + ); setProviderFactory((network, defaultFactory) => { if (network === fakenet) { return 'http://fakenet.fake'; diff --git a/packages/payment-processor/.vscode/settings.json b/packages/payment-processor/.vscode/settings.json index 1a7d6049b8..379bec3a42 100644 --- a/packages/payment-processor/.vscode/settings.json +++ b/packages/payment-processor/.vscode/settings.json @@ -2,4 +2,4 @@ "mochaExplorer.files": "**/test/**/*.ts", "mochaExplorer.require": "ts-node/register", "mochaExplorer.cwd": "../.." -} \ No newline at end of file +} diff --git a/packages/payment-processor/CHANGELOG.md b/packages/payment-processor/CHANGELOG.md index 53ec986984..43474fe4f5 100644 --- a/packages/payment-processor/CHANGELOG.md +++ b/packages/payment-processor/CHANGELOG.md @@ -5,963 +5,649 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # [0.37.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/payment-processor@0.30.0...@requestnetwork/payment-processor@0.37.0) (2021-06-22) - ### Bug Fixes -* Add Signer as provider for the erc20 approval ([#406](https://github.com/RequestNetwork/requestNetwork/issues/406)) ([28708ac](https://github.com/RequestNetwork/requestNetwork/commit/28708ac3adb0e1db2032a53649db936d8b24799c)) -* invoice total types + upgrade ethers ([#514](https://github.com/RequestNetwork/requestNetwork/issues/514)) ([c2b98b2](https://github.com/RequestNetwork/requestNetwork/commit/c2b98b2bd3c93f063f340d58c6b95ad026fd9519)) -* use ICurrency import from request-logic-types instead of dist ([#435](https://github.com/RequestNetwork/requestNetwork/issues/435)) ([1e050ec](https://github.com/RequestNetwork/requestNetwork/commit/1e050ecae39e2bbc92d413d21d19dc252d98da97)) - +- Add Signer as provider for the erc20 approval ([#406](https://github.com/RequestNetwork/requestNetwork/issues/406)) ([28708ac](https://github.com/RequestNetwork/requestNetwork/commit/28708ac3adb0e1db2032a53649db936d8b24799c)) +- invoice total types + upgrade ethers ([#514](https://github.com/RequestNetwork/requestNetwork/issues/514)) ([c2b98b2](https://github.com/RequestNetwork/requestNetwork/commit/c2b98b2bd3c93f063f340d58c6b95ad026fd9519)) +- use ICurrency import from request-logic-types instead of dist ([#435](https://github.com/RequestNetwork/requestNetwork/issues/435)) ([1e050ec](https://github.com/RequestNetwork/requestNetwork/commit/1e050ecae39e2bbc92d413d21d19dc252d98da97)) ### Features -* Add payment-processor for any to erc20 payment network ([#433](https://github.com/RequestNetwork/requestNetwork/issues/433)) ([7134310](https://github.com/RequestNetwork/requestNetwork/commit/7134310828f9440bac33f75719c7937872243ab6)) -* defaultProvider ([#497](https://github.com/RequestNetwork/requestNetwork/issues/497)) ([96e9486](https://github.com/RequestNetwork/requestNetwork/commit/96e94866a888b621001f56299b8484f576622ad5)) -* payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e)) -* SAND aggregator support for conversion ([#487](https://github.com/RequestNetwork/requestNetwork/issues/487)) ([46cbe1b](https://github.com/RequestNetwork/requestNetwork/commit/46cbe1bef7b703addb34d7f1d810fea4ff233f5b)) - - - - +- Add payment-processor for any to erc20 payment network ([#433](https://github.com/RequestNetwork/requestNetwork/issues/433)) ([7134310](https://github.com/RequestNetwork/requestNetwork/commit/7134310828f9440bac33f75719c7937872243ab6)) +- defaultProvider ([#497](https://github.com/RequestNetwork/requestNetwork/issues/497)) ([96e9486](https://github.com/RequestNetwork/requestNetwork/commit/96e94866a888b621001f56299b8484f576622ad5)) +- payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e)) +- SAND aggregator support for conversion ([#487](https://github.com/RequestNetwork/requestNetwork/issues/487)) ([46cbe1b](https://github.com/RequestNetwork/requestNetwork/commit/46cbe1bef7b703addb34d7f1d810fea4ff233f5b)) # [0.36.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/payment-processor@0.30.0...@requestnetwork/payment-processor@0.36.0) (2021-05-12) - ### Bug Fixes -* Add Signer as provider for the erc20 approval ([#406](https://github.com/RequestNetwork/requestNetwork/issues/406)) ([28708ac](https://github.com/RequestNetwork/requestNetwork/commit/28708ac3adb0e1db2032a53649db936d8b24799c)) -* use ICurrency import from request-logic-types instead of dist ([#435](https://github.com/RequestNetwork/requestNetwork/issues/435)) ([1e050ec](https://github.com/RequestNetwork/requestNetwork/commit/1e050ecae39e2bbc92d413d21d19dc252d98da97)) - +- Add Signer as provider for the erc20 approval ([#406](https://github.com/RequestNetwork/requestNetwork/issues/406)) ([28708ac](https://github.com/RequestNetwork/requestNetwork/commit/28708ac3adb0e1db2032a53649db936d8b24799c)) +- use ICurrency import from request-logic-types instead of dist ([#435](https://github.com/RequestNetwork/requestNetwork/issues/435)) ([1e050ec](https://github.com/RequestNetwork/requestNetwork/commit/1e050ecae39e2bbc92d413d21d19dc252d98da97)) ### Features -* Add payment-processor for any to erc20 payment network ([#433](https://github.com/RequestNetwork/requestNetwork/issues/433)) ([7134310](https://github.com/RequestNetwork/requestNetwork/commit/7134310828f9440bac33f75719c7937872243ab6)) -* defaultProvider ([#497](https://github.com/RequestNetwork/requestNetwork/issues/497)) ([96e9486](https://github.com/RequestNetwork/requestNetwork/commit/96e94866a888b621001f56299b8484f576622ad5)) -* payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e)) -* SAND aggregator support for conversion ([#487](https://github.com/RequestNetwork/requestNetwork/issues/487)) ([46cbe1b](https://github.com/RequestNetwork/requestNetwork/commit/46cbe1bef7b703addb34d7f1d810fea4ff233f5b)) - - - - +- Add payment-processor for any to erc20 payment network ([#433](https://github.com/RequestNetwork/requestNetwork/issues/433)) ([7134310](https://github.com/RequestNetwork/requestNetwork/commit/7134310828f9440bac33f75719c7937872243ab6)) +- defaultProvider ([#497](https://github.com/RequestNetwork/requestNetwork/issues/497)) ([96e9486](https://github.com/RequestNetwork/requestNetwork/commit/96e94866a888b621001f56299b8484f576622ad5)) +- payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e)) +- SAND aggregator support for conversion ([#487](https://github.com/RequestNetwork/requestNetwork/issues/487)) ([46cbe1b](https://github.com/RequestNetwork/requestNetwork/commit/46cbe1bef7b703addb34d7f1d810fea4ff233f5b)) # [0.35.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/payment-processor@0.30.0...@requestnetwork/payment-processor@0.35.0) (2021-04-19) - ### Bug Fixes -* Add Signer as provider for the erc20 approval ([#406](https://github.com/RequestNetwork/requestNetwork/issues/406)) ([28708ac](https://github.com/RequestNetwork/requestNetwork/commit/28708ac3adb0e1db2032a53649db936d8b24799c)) -* use ICurrency import from request-logic-types instead of dist ([#435](https://github.com/RequestNetwork/requestNetwork/issues/435)) ([1e050ec](https://github.com/RequestNetwork/requestNetwork/commit/1e050ecae39e2bbc92d413d21d19dc252d98da97)) - +- Add Signer as provider for the erc20 approval ([#406](https://github.com/RequestNetwork/requestNetwork/issues/406)) ([28708ac](https://github.com/RequestNetwork/requestNetwork/commit/28708ac3adb0e1db2032a53649db936d8b24799c)) +- use ICurrency import from request-logic-types instead of dist ([#435](https://github.com/RequestNetwork/requestNetwork/issues/435)) ([1e050ec](https://github.com/RequestNetwork/requestNetwork/commit/1e050ecae39e2bbc92d413d21d19dc252d98da97)) ### Features -* Add payment-processor for any to erc20 payment network ([#433](https://github.com/RequestNetwork/requestNetwork/issues/433)) ([7134310](https://github.com/RequestNetwork/requestNetwork/commit/7134310828f9440bac33f75719c7937872243ab6)) -* payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e)) -* SAND aggregator support for conversion ([#487](https://github.com/RequestNetwork/requestNetwork/issues/487)) ([46cbe1b](https://github.com/RequestNetwork/requestNetwork/commit/46cbe1bef7b703addb34d7f1d810fea4ff233f5b)) - - - - +- Add payment-processor for any to erc20 payment network ([#433](https://github.com/RequestNetwork/requestNetwork/issues/433)) ([7134310](https://github.com/RequestNetwork/requestNetwork/commit/7134310828f9440bac33f75719c7937872243ab6)) +- payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e)) +- SAND aggregator support for conversion ([#487](https://github.com/RequestNetwork/requestNetwork/issues/487)) ([46cbe1b](https://github.com/RequestNetwork/requestNetwork/commit/46cbe1bef7b703addb34d7f1d810fea4ff233f5b)) # [0.34.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/payment-processor@0.30.0...@requestnetwork/payment-processor@0.34.0) (2021-03-25) - ### Bug Fixes -* Add Signer as provider for the erc20 approval ([#406](https://github.com/RequestNetwork/requestNetwork/issues/406)) ([28708ac](https://github.com/RequestNetwork/requestNetwork/commit/28708ac3adb0e1db2032a53649db936d8b24799c)) -* use ICurrency import from request-logic-types instead of dist ([#435](https://github.com/RequestNetwork/requestNetwork/issues/435)) ([1e050ec](https://github.com/RequestNetwork/requestNetwork/commit/1e050ecae39e2bbc92d413d21d19dc252d98da97)) - +- Add Signer as provider for the erc20 approval ([#406](https://github.com/RequestNetwork/requestNetwork/issues/406)) ([28708ac](https://github.com/RequestNetwork/requestNetwork/commit/28708ac3adb0e1db2032a53649db936d8b24799c)) +- use ICurrency import from request-logic-types instead of dist ([#435](https://github.com/RequestNetwork/requestNetwork/issues/435)) ([1e050ec](https://github.com/RequestNetwork/requestNetwork/commit/1e050ecae39e2bbc92d413d21d19dc252d98da97)) ### Features -* Add payment-processor for any to erc20 payment network ([#433](https://github.com/RequestNetwork/requestNetwork/issues/433)) ([7134310](https://github.com/RequestNetwork/requestNetwork/commit/7134310828f9440bac33f75719c7937872243ab6)) -* payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e)) - - - - +- Add payment-processor for any to erc20 payment network ([#433](https://github.com/RequestNetwork/requestNetwork/issues/433)) ([7134310](https://github.com/RequestNetwork/requestNetwork/commit/7134310828f9440bac33f75719c7937872243ab6)) +- payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e)) # [0.33.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/payment-processor@0.30.0...@requestnetwork/payment-processor@0.33.0) (2021-03-15) - ### Bug Fixes -* Add Signer as provider for the erc20 approval ([#406](https://github.com/RequestNetwork/requestNetwork/issues/406)) ([28708ac](https://github.com/RequestNetwork/requestNetwork/commit/28708ac3adb0e1db2032a53649db936d8b24799c)) -* use ICurrency import from request-logic-types instead of dist ([#435](https://github.com/RequestNetwork/requestNetwork/issues/435)) ([1e050ec](https://github.com/RequestNetwork/requestNetwork/commit/1e050ecae39e2bbc92d413d21d19dc252d98da97)) - +- Add Signer as provider for the erc20 approval ([#406](https://github.com/RequestNetwork/requestNetwork/issues/406)) ([28708ac](https://github.com/RequestNetwork/requestNetwork/commit/28708ac3adb0e1db2032a53649db936d8b24799c)) +- use ICurrency import from request-logic-types instead of dist ([#435](https://github.com/RequestNetwork/requestNetwork/issues/435)) ([1e050ec](https://github.com/RequestNetwork/requestNetwork/commit/1e050ecae39e2bbc92d413d21d19dc252d98da97)) ### Features -* Add payment-processor for any to erc20 payment network ([#433](https://github.com/RequestNetwork/requestNetwork/issues/433)) ([7134310](https://github.com/RequestNetwork/requestNetwork/commit/7134310828f9440bac33f75719c7937872243ab6)) -* payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e)) - - - - +- Add payment-processor for any to erc20 payment network ([#433](https://github.com/RequestNetwork/requestNetwork/issues/433)) ([7134310](https://github.com/RequestNetwork/requestNetwork/commit/7134310828f9440bac33f75719c7937872243ab6)) +- payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e)) # [0.32.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/payment-processor@0.30.0...@requestnetwork/payment-processor@0.32.0) (2021-03-03) - ### Bug Fixes -* Add Signer as provider for the erc20 approval ([#406](https://github.com/RequestNetwork/requestNetwork/issues/406)) ([28708ac](https://github.com/RequestNetwork/requestNetwork/commit/28708ac3adb0e1db2032a53649db936d8b24799c)) - +- Add Signer as provider for the erc20 approval ([#406](https://github.com/RequestNetwork/requestNetwork/issues/406)) ([28708ac](https://github.com/RequestNetwork/requestNetwork/commit/28708ac3adb0e1db2032a53649db936d8b24799c)) ### Features -* payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e)) - - - - +- payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e)) # [0.31.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/payment-processor@0.30.0...@requestnetwork/payment-processor@0.31.0) (2021-02-22) - ### Bug Fixes -* Add Signer as provider for the erc20 approval ([#406](https://github.com/RequestNetwork/requestNetwork/issues/406)) ([28708ac](https://github.com/RequestNetwork/requestNetwork/commit/28708ac3adb0e1db2032a53649db936d8b24799c)) - +- Add Signer as provider for the erc20 approval ([#406](https://github.com/RequestNetwork/requestNetwork/issues/406)) ([28708ac](https://github.com/RequestNetwork/requestNetwork/commit/28708ac3adb0e1db2032a53649db936d8b24799c)) ### Features -* payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e)) - - - - +- payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e)) ## [0.30.2](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/payment-processor@0.30.0...@requestnetwork/payment-processor@0.30.2) (2020-12-22) **Note:** Version bump only for package @requestnetwork/payment-processor - - - - ## [0.30.1](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/payment-processor@0.30.0...@requestnetwork/payment-processor@0.30.1) (2020-12-21) **Note:** Version bump only for package @requestnetwork/payment-processor - - - - # 0.30.0 (2020-12-02) - ### Bug Fixes -* erc20 approval ([#352](https://github.com/RequestNetwork/requestNetwork/issues/352)) ([ab406ed](https://github.com/RequestNetwork/requestNetwork/commit/ab406ed3893eb8d7ba859604832ff0d3abaa5b91)) -* Gnosis multisig has a new name ([#368](https://github.com/RequestNetwork/requestNetwork/issues/368)) ([3f15489](https://github.com/RequestNetwork/requestNetwork/commit/3f15489aeb249776788a3b763809cae8a6bcf4b1)) - +- erc20 approval ([#352](https://github.com/RequestNetwork/requestNetwork/issues/352)) ([ab406ed](https://github.com/RequestNetwork/requestNetwork/commit/ab406ed3893eb8d7ba859604832ff0d3abaa5b91)) +- Gnosis multisig has a new name ([#368](https://github.com/RequestNetwork/requestNetwork/issues/368)) ([3f15489](https://github.com/RequestNetwork/requestNetwork/commit/3f15489aeb249776788a3b763809cae8a6bcf4b1)) ### Features -* smart contract wallets do not need eth to pay gas ([#364](https://github.com/RequestNetwork/requestNetwork/issues/364)) ([c16bf43](https://github.com/RequestNetwork/requestNetwork/commit/c16bf43dda5cd1d0e9f91b60f020410062573610)) - - +- smart contract wallets do not need eth to pay gas ([#364](https://github.com/RequestNetwork/requestNetwork/issues/364)) ([c16bf43](https://github.com/RequestNetwork/requestNetwork/commit/c16bf43dda5cd1d0e9f91b60f020410062573610)) # 0.26.0 (2020-10-14) - ### Bug Fixes -* fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) -* payment processor should use swap allowance method ([#336](https://github.com/RequestNetwork/requestNetwork/issues/336)) ([ac3be59](https://github.com/RequestNetwork/requestNetwork/commit/ac3be59e2679efcc983ddae212338b1a355ca50f)) - +- fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) +- payment processor should use swap allowance method ([#336](https://github.com/RequestNetwork/requestNetwork/issues/336)) ([ac3be59](https://github.com/RequestNetwork/requestNetwork/commit/ac3be59e2679efcc983ddae212338b1a355ca50f)) ### Features -* add erc20 proxy with fee payment processor ([#253](https://github.com/RequestNetwork/requestNetwork/issues/253)) ([3727d89](https://github.com/RequestNetwork/requestNetwork/commit/3727d8935a5041c2a922bd1618ee84df3e1c9ebf)) -* add payment processing for eth proxy contract ([#220](https://github.com/RequestNetwork/requestNetwork/issues/220)) ([5859c89](https://github.com/RequestNetwork/requestNetwork/commit/5859c899434465e401e7993ffa22a6c1b0823a8a)) -* payment processor support for swap-to-pay ([#323](https://github.com/RequestNetwork/requestNetwork/issues/323)) ([b1c9b5f](https://github.com/RequestNetwork/requestNetwork/commit/b1c9b5f84ad2d32abe3f2ba4d42adc0f76353e0d)) -* unify ERC20 payment processing API ([#279](https://github.com/RequestNetwork/requestNetwork/issues/279)) ([8b3756b](https://github.com/RequestNetwork/requestNetwork/commit/8b3756b05bd3afa034e91d72410b5a43cc565541)) - - +- add erc20 proxy with fee payment processor ([#253](https://github.com/RequestNetwork/requestNetwork/issues/253)) ([3727d89](https://github.com/RequestNetwork/requestNetwork/commit/3727d8935a5041c2a922bd1618ee84df3e1c9ebf)) +- add payment processing for eth proxy contract ([#220](https://github.com/RequestNetwork/requestNetwork/issues/220)) ([5859c89](https://github.com/RequestNetwork/requestNetwork/commit/5859c899434465e401e7993ffa22a6c1b0823a8a)) +- payment processor support for swap-to-pay ([#323](https://github.com/RequestNetwork/requestNetwork/issues/323)) ([b1c9b5f](https://github.com/RequestNetwork/requestNetwork/commit/b1c9b5f84ad2d32abe3f2ba4d42adc0f76353e0d)) +- unify ERC20 payment processing API ([#279](https://github.com/RequestNetwork/requestNetwork/issues/279)) ([8b3756b](https://github.com/RequestNetwork/requestNetwork/commit/8b3756b05bd3afa034e91d72410b5a43cc565541)) # 0.16.0 (2020-04-21) - ### Features -* payment-processor transaction overrides ([#198](https://github.com/RequestNetwork/requestNetwork/issues/198)) ([92a52aa](https://github.com/RequestNetwork/requestNetwork/commit/92a52aa7de88269e6869995444829ecdda15ede1)) - - +- payment-processor transaction overrides ([#198](https://github.com/RequestNetwork/requestNetwork/issues/198)) ([92a52aa](https://github.com/RequestNetwork/requestNetwork/commit/92a52aa7de88269e6869995444829ecdda15ede1)) # 0.15.0 (2020-04-06) - ### Bug Fixes -* **payment-processor:** remove instanceof usage ([#159](https://github.com/RequestNetwork/requestNetwork/issues/159)) ([48efc12](https://github.com/RequestNetwork/requestNetwork/commit/48efc1232a68782a6a8d6610d0883e241685574e)) - +- **payment-processor:** remove instanceof usage ([#159](https://github.com/RequestNetwork/requestNetwork/issues/159)) ([48efc12](https://github.com/RequestNetwork/requestNetwork/commit/48efc1232a68782a6a8d6610d0883e241685574e)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) # 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)) - - - - +- payment-processor new package ([#130](https://github.com/RequestNetwork/requestNetwork/issues/130)) ([a2ce521](https://github.com/RequestNetwork/requestNetwork/commit/a2ce521736e0607d3116347b42ecbfc6ba52d1b4)) # 0.29.0 (2020-11-12) - ### Bug Fixes -* erc20 approval ([#352](https://github.com/RequestNetwork/requestNetwork/issues/352)) ([ab406ed](https://github.com/RequestNetwork/requestNetwork/commit/ab406ed3893eb8d7ba859604832ff0d3abaa5b91)) - - +- erc20 approval ([#352](https://github.com/RequestNetwork/requestNetwork/issues/352)) ([ab406ed](https://github.com/RequestNetwork/requestNetwork/commit/ab406ed3893eb8d7ba859604832ff0d3abaa5b91)) # 0.26.0 (2020-10-14) - ### Bug Fixes -* fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) -* payment processor should use swap allowance method ([#336](https://github.com/RequestNetwork/requestNetwork/issues/336)) ([ac3be59](https://github.com/RequestNetwork/requestNetwork/commit/ac3be59e2679efcc983ddae212338b1a355ca50f)) - +- fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) +- payment processor should use swap allowance method ([#336](https://github.com/RequestNetwork/requestNetwork/issues/336)) ([ac3be59](https://github.com/RequestNetwork/requestNetwork/commit/ac3be59e2679efcc983ddae212338b1a355ca50f)) ### Features -* add erc20 proxy with fee payment processor ([#253](https://github.com/RequestNetwork/requestNetwork/issues/253)) ([3727d89](https://github.com/RequestNetwork/requestNetwork/commit/3727d8935a5041c2a922bd1618ee84df3e1c9ebf)) -* add payment processing for eth proxy contract ([#220](https://github.com/RequestNetwork/requestNetwork/issues/220)) ([5859c89](https://github.com/RequestNetwork/requestNetwork/commit/5859c899434465e401e7993ffa22a6c1b0823a8a)) -* payment processor support for swap-to-pay ([#323](https://github.com/RequestNetwork/requestNetwork/issues/323)) ([b1c9b5f](https://github.com/RequestNetwork/requestNetwork/commit/b1c9b5f84ad2d32abe3f2ba4d42adc0f76353e0d)) -* unify ERC20 payment processing API ([#279](https://github.com/RequestNetwork/requestNetwork/issues/279)) ([8b3756b](https://github.com/RequestNetwork/requestNetwork/commit/8b3756b05bd3afa034e91d72410b5a43cc565541)) - - +- add erc20 proxy with fee payment processor ([#253](https://github.com/RequestNetwork/requestNetwork/issues/253)) ([3727d89](https://github.com/RequestNetwork/requestNetwork/commit/3727d8935a5041c2a922bd1618ee84df3e1c9ebf)) +- add payment processing for eth proxy contract ([#220](https://github.com/RequestNetwork/requestNetwork/issues/220)) ([5859c89](https://github.com/RequestNetwork/requestNetwork/commit/5859c899434465e401e7993ffa22a6c1b0823a8a)) +- payment processor support for swap-to-pay ([#323](https://github.com/RequestNetwork/requestNetwork/issues/323)) ([b1c9b5f](https://github.com/RequestNetwork/requestNetwork/commit/b1c9b5f84ad2d32abe3f2ba4d42adc0f76353e0d)) +- unify ERC20 payment processing API ([#279](https://github.com/RequestNetwork/requestNetwork/issues/279)) ([8b3756b](https://github.com/RequestNetwork/requestNetwork/commit/8b3756b05bd3afa034e91d72410b5a43cc565541)) # 0.16.0 (2020-04-21) - ### Features -* payment-processor transaction overrides ([#198](https://github.com/RequestNetwork/requestNetwork/issues/198)) ([92a52aa](https://github.com/RequestNetwork/requestNetwork/commit/92a52aa7de88269e6869995444829ecdda15ede1)) - - +- payment-processor transaction overrides ([#198](https://github.com/RequestNetwork/requestNetwork/issues/198)) ([92a52aa](https://github.com/RequestNetwork/requestNetwork/commit/92a52aa7de88269e6869995444829ecdda15ede1)) # 0.15.0 (2020-04-06) - ### Bug Fixes -* **payment-processor:** remove instanceof usage ([#159](https://github.com/RequestNetwork/requestNetwork/issues/159)) ([48efc12](https://github.com/RequestNetwork/requestNetwork/commit/48efc1232a68782a6a8d6610d0883e241685574e)) - +- **payment-processor:** remove instanceof usage ([#159](https://github.com/RequestNetwork/requestNetwork/issues/159)) ([48efc12](https://github.com/RequestNetwork/requestNetwork/commit/48efc1232a68782a6a8d6610d0883e241685574e)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) # 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)) - - - - +- payment-processor new package ([#130](https://github.com/RequestNetwork/requestNetwork/issues/130)) ([a2ce521](https://github.com/RequestNetwork/requestNetwork/commit/a2ce521736e0607d3116347b42ecbfc6ba52d1b4)) # 0.28.0 (2020-11-05) - ### Bug Fixes -* erc20 approval ([#352](https://github.com/RequestNetwork/requestNetwork/issues/352)) ([ab406ed](https://github.com/RequestNetwork/requestNetwork/commit/ab406ed3893eb8d7ba859604832ff0d3abaa5b91)) - - +- erc20 approval ([#352](https://github.com/RequestNetwork/requestNetwork/issues/352)) ([ab406ed](https://github.com/RequestNetwork/requestNetwork/commit/ab406ed3893eb8d7ba859604832ff0d3abaa5b91)) # 0.26.0 (2020-10-14) - ### Bug Fixes -* fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) -* payment processor should use swap allowance method ([#336](https://github.com/RequestNetwork/requestNetwork/issues/336)) ([ac3be59](https://github.com/RequestNetwork/requestNetwork/commit/ac3be59e2679efcc983ddae212338b1a355ca50f)) - +- fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) +- payment processor should use swap allowance method ([#336](https://github.com/RequestNetwork/requestNetwork/issues/336)) ([ac3be59](https://github.com/RequestNetwork/requestNetwork/commit/ac3be59e2679efcc983ddae212338b1a355ca50f)) ### Features -* add erc20 proxy with fee payment processor ([#253](https://github.com/RequestNetwork/requestNetwork/issues/253)) ([3727d89](https://github.com/RequestNetwork/requestNetwork/commit/3727d8935a5041c2a922bd1618ee84df3e1c9ebf)) -* add payment processing for eth proxy contract ([#220](https://github.com/RequestNetwork/requestNetwork/issues/220)) ([5859c89](https://github.com/RequestNetwork/requestNetwork/commit/5859c899434465e401e7993ffa22a6c1b0823a8a)) -* payment processor support for swap-to-pay ([#323](https://github.com/RequestNetwork/requestNetwork/issues/323)) ([b1c9b5f](https://github.com/RequestNetwork/requestNetwork/commit/b1c9b5f84ad2d32abe3f2ba4d42adc0f76353e0d)) -* unify ERC20 payment processing API ([#279](https://github.com/RequestNetwork/requestNetwork/issues/279)) ([8b3756b](https://github.com/RequestNetwork/requestNetwork/commit/8b3756b05bd3afa034e91d72410b5a43cc565541)) - - +- add erc20 proxy with fee payment processor ([#253](https://github.com/RequestNetwork/requestNetwork/issues/253)) ([3727d89](https://github.com/RequestNetwork/requestNetwork/commit/3727d8935a5041c2a922bd1618ee84df3e1c9ebf)) +- add payment processing for eth proxy contract ([#220](https://github.com/RequestNetwork/requestNetwork/issues/220)) ([5859c89](https://github.com/RequestNetwork/requestNetwork/commit/5859c899434465e401e7993ffa22a6c1b0823a8a)) +- payment processor support for swap-to-pay ([#323](https://github.com/RequestNetwork/requestNetwork/issues/323)) ([b1c9b5f](https://github.com/RequestNetwork/requestNetwork/commit/b1c9b5f84ad2d32abe3f2ba4d42adc0f76353e0d)) +- unify ERC20 payment processing API ([#279](https://github.com/RequestNetwork/requestNetwork/issues/279)) ([8b3756b](https://github.com/RequestNetwork/requestNetwork/commit/8b3756b05bd3afa034e91d72410b5a43cc565541)) # 0.16.0 (2020-04-21) - ### Features -* payment-processor transaction overrides ([#198](https://github.com/RequestNetwork/requestNetwork/issues/198)) ([92a52aa](https://github.com/RequestNetwork/requestNetwork/commit/92a52aa7de88269e6869995444829ecdda15ede1)) - - +- payment-processor transaction overrides ([#198](https://github.com/RequestNetwork/requestNetwork/issues/198)) ([92a52aa](https://github.com/RequestNetwork/requestNetwork/commit/92a52aa7de88269e6869995444829ecdda15ede1)) # 0.15.0 (2020-04-06) - ### Bug Fixes -* **payment-processor:** remove instanceof usage ([#159](https://github.com/RequestNetwork/requestNetwork/issues/159)) ([48efc12](https://github.com/RequestNetwork/requestNetwork/commit/48efc1232a68782a6a8d6610d0883e241685574e)) - +- **payment-processor:** remove instanceof usage ([#159](https://github.com/RequestNetwork/requestNetwork/issues/159)) ([48efc12](https://github.com/RequestNetwork/requestNetwork/commit/48efc1232a68782a6a8d6610d0883e241685574e)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) # 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)) - - - - +- payment-processor new package ([#130](https://github.com/RequestNetwork/requestNetwork/issues/130)) ([a2ce521](https://github.com/RequestNetwork/requestNetwork/commit/a2ce521736e0607d3116347b42ecbfc6ba52d1b4)) # 0.27.0 (2020-10-21) - - # 0.26.0 (2020-10-14) - ### Bug Fixes -* fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) -* payment processor should use swap allowance method ([#336](https://github.com/RequestNetwork/requestNetwork/issues/336)) ([ac3be59](https://github.com/RequestNetwork/requestNetwork/commit/ac3be59e2679efcc983ddae212338b1a355ca50f)) - +- fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) +- payment processor should use swap allowance method ([#336](https://github.com/RequestNetwork/requestNetwork/issues/336)) ([ac3be59](https://github.com/RequestNetwork/requestNetwork/commit/ac3be59e2679efcc983ddae212338b1a355ca50f)) ### Features -* add erc20 proxy with fee payment processor ([#253](https://github.com/RequestNetwork/requestNetwork/issues/253)) ([3727d89](https://github.com/RequestNetwork/requestNetwork/commit/3727d8935a5041c2a922bd1618ee84df3e1c9ebf)) -* add payment processing for eth proxy contract ([#220](https://github.com/RequestNetwork/requestNetwork/issues/220)) ([5859c89](https://github.com/RequestNetwork/requestNetwork/commit/5859c899434465e401e7993ffa22a6c1b0823a8a)) -* payment processor support for swap-to-pay ([#323](https://github.com/RequestNetwork/requestNetwork/issues/323)) ([b1c9b5f](https://github.com/RequestNetwork/requestNetwork/commit/b1c9b5f84ad2d32abe3f2ba4d42adc0f76353e0d)) -* unify ERC20 payment processing API ([#279](https://github.com/RequestNetwork/requestNetwork/issues/279)) ([8b3756b](https://github.com/RequestNetwork/requestNetwork/commit/8b3756b05bd3afa034e91d72410b5a43cc565541)) - - +- add erc20 proxy with fee payment processor ([#253](https://github.com/RequestNetwork/requestNetwork/issues/253)) ([3727d89](https://github.com/RequestNetwork/requestNetwork/commit/3727d8935a5041c2a922bd1618ee84df3e1c9ebf)) +- add payment processing for eth proxy contract ([#220](https://github.com/RequestNetwork/requestNetwork/issues/220)) ([5859c89](https://github.com/RequestNetwork/requestNetwork/commit/5859c899434465e401e7993ffa22a6c1b0823a8a)) +- payment processor support for swap-to-pay ([#323](https://github.com/RequestNetwork/requestNetwork/issues/323)) ([b1c9b5f](https://github.com/RequestNetwork/requestNetwork/commit/b1c9b5f84ad2d32abe3f2ba4d42adc0f76353e0d)) +- unify ERC20 payment processing API ([#279](https://github.com/RequestNetwork/requestNetwork/issues/279)) ([8b3756b](https://github.com/RequestNetwork/requestNetwork/commit/8b3756b05bd3afa034e91d72410b5a43cc565541)) # 0.16.0 (2020-04-21) - ### Features -* payment-processor transaction overrides ([#198](https://github.com/RequestNetwork/requestNetwork/issues/198)) ([92a52aa](https://github.com/RequestNetwork/requestNetwork/commit/92a52aa7de88269e6869995444829ecdda15ede1)) - - +- payment-processor transaction overrides ([#198](https://github.com/RequestNetwork/requestNetwork/issues/198)) ([92a52aa](https://github.com/RequestNetwork/requestNetwork/commit/92a52aa7de88269e6869995444829ecdda15ede1)) # 0.15.0 (2020-04-06) - ### Bug Fixes -* **payment-processor:** remove instanceof usage ([#159](https://github.com/RequestNetwork/requestNetwork/issues/159)) ([48efc12](https://github.com/RequestNetwork/requestNetwork/commit/48efc1232a68782a6a8d6610d0883e241685574e)) - +- **payment-processor:** remove instanceof usage ([#159](https://github.com/RequestNetwork/requestNetwork/issues/159)) ([48efc12](https://github.com/RequestNetwork/requestNetwork/commit/48efc1232a68782a6a8d6610d0883e241685574e)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) # 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)) - - - - +- payment-processor new package ([#130](https://github.com/RequestNetwork/requestNetwork/issues/130)) ([a2ce521](https://github.com/RequestNetwork/requestNetwork/commit/a2ce521736e0607d3116347b42ecbfc6ba52d1b4)) # 0.26.0 (2020-10-14) - ### Bug Fixes -* fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) -* payment processor should use swap allowance method ([#336](https://github.com/RequestNetwork/requestNetwork/issues/336)) ([ac3be59](https://github.com/RequestNetwork/requestNetwork/commit/ac3be59e2679efcc983ddae212338b1a355ca50f)) - +- fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) +- payment processor should use swap allowance method ([#336](https://github.com/RequestNetwork/requestNetwork/issues/336)) ([ac3be59](https://github.com/RequestNetwork/requestNetwork/commit/ac3be59e2679efcc983ddae212338b1a355ca50f)) ### Features -* add erc20 proxy with fee payment processor ([#253](https://github.com/RequestNetwork/requestNetwork/issues/253)) ([3727d89](https://github.com/RequestNetwork/requestNetwork/commit/3727d8935a5041c2a922bd1618ee84df3e1c9ebf)) -* add payment processing for eth proxy contract ([#220](https://github.com/RequestNetwork/requestNetwork/issues/220)) ([5859c89](https://github.com/RequestNetwork/requestNetwork/commit/5859c899434465e401e7993ffa22a6c1b0823a8a)) -* payment processor support for swap-to-pay ([#323](https://github.com/RequestNetwork/requestNetwork/issues/323)) ([b1c9b5f](https://github.com/RequestNetwork/requestNetwork/commit/b1c9b5f84ad2d32abe3f2ba4d42adc0f76353e0d)) -* unify ERC20 payment processing API ([#279](https://github.com/RequestNetwork/requestNetwork/issues/279)) ([8b3756b](https://github.com/RequestNetwork/requestNetwork/commit/8b3756b05bd3afa034e91d72410b5a43cc565541)) - - +- add erc20 proxy with fee payment processor ([#253](https://github.com/RequestNetwork/requestNetwork/issues/253)) ([3727d89](https://github.com/RequestNetwork/requestNetwork/commit/3727d8935a5041c2a922bd1618ee84df3e1c9ebf)) +- add payment processing for eth proxy contract ([#220](https://github.com/RequestNetwork/requestNetwork/issues/220)) ([5859c89](https://github.com/RequestNetwork/requestNetwork/commit/5859c899434465e401e7993ffa22a6c1b0823a8a)) +- payment processor support for swap-to-pay ([#323](https://github.com/RequestNetwork/requestNetwork/issues/323)) ([b1c9b5f](https://github.com/RequestNetwork/requestNetwork/commit/b1c9b5f84ad2d32abe3f2ba4d42adc0f76353e0d)) +- unify ERC20 payment processing API ([#279](https://github.com/RequestNetwork/requestNetwork/issues/279)) ([8b3756b](https://github.com/RequestNetwork/requestNetwork/commit/8b3756b05bd3afa034e91d72410b5a43cc565541)) # 0.16.0 (2020-04-21) - ### Features -* payment-processor transaction overrides ([#198](https://github.com/RequestNetwork/requestNetwork/issues/198)) ([92a52aa](https://github.com/RequestNetwork/requestNetwork/commit/92a52aa7de88269e6869995444829ecdda15ede1)) - - +- payment-processor transaction overrides ([#198](https://github.com/RequestNetwork/requestNetwork/issues/198)) ([92a52aa](https://github.com/RequestNetwork/requestNetwork/commit/92a52aa7de88269e6869995444829ecdda15ede1)) # 0.15.0 (2020-04-06) - ### Bug Fixes -* **payment-processor:** remove instanceof usage ([#159](https://github.com/RequestNetwork/requestNetwork/issues/159)) ([48efc12](https://github.com/RequestNetwork/requestNetwork/commit/48efc1232a68782a6a8d6610d0883e241685574e)) - +- **payment-processor:** remove instanceof usage ([#159](https://github.com/RequestNetwork/requestNetwork/issues/159)) ([48efc12](https://github.com/RequestNetwork/requestNetwork/commit/48efc1232a68782a6a8d6610d0883e241685574e)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) # 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)) - - - - +- payment-processor new package ([#130](https://github.com/RequestNetwork/requestNetwork/issues/130)) ([a2ce521](https://github.com/RequestNetwork/requestNetwork/commit/a2ce521736e0607d3116347b42ecbfc6ba52d1b4)) # 0.25.0 (2020-10-13) - ### Bug Fixes -* fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) -* payment processor should use swap allowance method ([#336](https://github.com/RequestNetwork/requestNetwork/issues/336)) ([ac3be59](https://github.com/RequestNetwork/requestNetwork/commit/ac3be59e2679efcc983ddae212338b1a355ca50f)) - +- fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) +- payment processor should use swap allowance method ([#336](https://github.com/RequestNetwork/requestNetwork/issues/336)) ([ac3be59](https://github.com/RequestNetwork/requestNetwork/commit/ac3be59e2679efcc983ddae212338b1a355ca50f)) ### Features -* add erc20 proxy with fee payment processor ([#253](https://github.com/RequestNetwork/requestNetwork/issues/253)) ([3727d89](https://github.com/RequestNetwork/requestNetwork/commit/3727d8935a5041c2a922bd1618ee84df3e1c9ebf)) -* add payment processing for eth proxy contract ([#220](https://github.com/RequestNetwork/requestNetwork/issues/220)) ([5859c89](https://github.com/RequestNetwork/requestNetwork/commit/5859c899434465e401e7993ffa22a6c1b0823a8a)) -* payment processor support for swap-to-pay ([#323](https://github.com/RequestNetwork/requestNetwork/issues/323)) ([b1c9b5f](https://github.com/RequestNetwork/requestNetwork/commit/b1c9b5f84ad2d32abe3f2ba4d42adc0f76353e0d)) -* unify ERC20 payment processing API ([#279](https://github.com/RequestNetwork/requestNetwork/issues/279)) ([8b3756b](https://github.com/RequestNetwork/requestNetwork/commit/8b3756b05bd3afa034e91d72410b5a43cc565541)) - - +- add erc20 proxy with fee payment processor ([#253](https://github.com/RequestNetwork/requestNetwork/issues/253)) ([3727d89](https://github.com/RequestNetwork/requestNetwork/commit/3727d8935a5041c2a922bd1618ee84df3e1c9ebf)) +- add payment processing for eth proxy contract ([#220](https://github.com/RequestNetwork/requestNetwork/issues/220)) ([5859c89](https://github.com/RequestNetwork/requestNetwork/commit/5859c899434465e401e7993ffa22a6c1b0823a8a)) +- payment processor support for swap-to-pay ([#323](https://github.com/RequestNetwork/requestNetwork/issues/323)) ([b1c9b5f](https://github.com/RequestNetwork/requestNetwork/commit/b1c9b5f84ad2d32abe3f2ba4d42adc0f76353e0d)) +- unify ERC20 payment processing API ([#279](https://github.com/RequestNetwork/requestNetwork/issues/279)) ([8b3756b](https://github.com/RequestNetwork/requestNetwork/commit/8b3756b05bd3afa034e91d72410b5a43cc565541)) # 0.16.0 (2020-04-21) - ### Features -* payment-processor transaction overrides ([#198](https://github.com/RequestNetwork/requestNetwork/issues/198)) ([92a52aa](https://github.com/RequestNetwork/requestNetwork/commit/92a52aa7de88269e6869995444829ecdda15ede1)) - - +- payment-processor transaction overrides ([#198](https://github.com/RequestNetwork/requestNetwork/issues/198)) ([92a52aa](https://github.com/RequestNetwork/requestNetwork/commit/92a52aa7de88269e6869995444829ecdda15ede1)) # 0.15.0 (2020-04-06) - ### Bug Fixes -* **payment-processor:** remove instanceof usage ([#159](https://github.com/RequestNetwork/requestNetwork/issues/159)) ([48efc12](https://github.com/RequestNetwork/requestNetwork/commit/48efc1232a68782a6a8d6610d0883e241685574e)) - +- **payment-processor:** remove instanceof usage ([#159](https://github.com/RequestNetwork/requestNetwork/issues/159)) ([48efc12](https://github.com/RequestNetwork/requestNetwork/commit/48efc1232a68782a6a8d6610d0883e241685574e)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) # 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)) - - - - +- payment-processor new package ([#130](https://github.com/RequestNetwork/requestNetwork/issues/130)) ([a2ce521](https://github.com/RequestNetwork/requestNetwork/commit/a2ce521736e0607d3116347b42ecbfc6ba52d1b4)) # 0.24.0 (2020-10-09) - ### Bug Fixes -* fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) - +- fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) ### Features -* add erc20 proxy with fee payment processor ([#253](https://github.com/RequestNetwork/requestNetwork/issues/253)) ([3727d89](https://github.com/RequestNetwork/requestNetwork/commit/3727d8935a5041c2a922bd1618ee84df3e1c9ebf)) -* add payment processing for eth proxy contract ([#220](https://github.com/RequestNetwork/requestNetwork/issues/220)) ([5859c89](https://github.com/RequestNetwork/requestNetwork/commit/5859c899434465e401e7993ffa22a6c1b0823a8a)) -* payment processor support for swap-to-pay ([#323](https://github.com/RequestNetwork/requestNetwork/issues/323)) ([b1c9b5f](https://github.com/RequestNetwork/requestNetwork/commit/b1c9b5f84ad2d32abe3f2ba4d42adc0f76353e0d)) -* unify ERC20 payment processing API ([#279](https://github.com/RequestNetwork/requestNetwork/issues/279)) ([8b3756b](https://github.com/RequestNetwork/requestNetwork/commit/8b3756b05bd3afa034e91d72410b5a43cc565541)) - - +- add erc20 proxy with fee payment processor ([#253](https://github.com/RequestNetwork/requestNetwork/issues/253)) ([3727d89](https://github.com/RequestNetwork/requestNetwork/commit/3727d8935a5041c2a922bd1618ee84df3e1c9ebf)) +- add payment processing for eth proxy contract ([#220](https://github.com/RequestNetwork/requestNetwork/issues/220)) ([5859c89](https://github.com/RequestNetwork/requestNetwork/commit/5859c899434465e401e7993ffa22a6c1b0823a8a)) +- payment processor support for swap-to-pay ([#323](https://github.com/RequestNetwork/requestNetwork/issues/323)) ([b1c9b5f](https://github.com/RequestNetwork/requestNetwork/commit/b1c9b5f84ad2d32abe3f2ba4d42adc0f76353e0d)) +- unify ERC20 payment processing API ([#279](https://github.com/RequestNetwork/requestNetwork/issues/279)) ([8b3756b](https://github.com/RequestNetwork/requestNetwork/commit/8b3756b05bd3afa034e91d72410b5a43cc565541)) # 0.16.0 (2020-04-21) - ### Features -* payment-processor transaction overrides ([#198](https://github.com/RequestNetwork/requestNetwork/issues/198)) ([92a52aa](https://github.com/RequestNetwork/requestNetwork/commit/92a52aa7de88269e6869995444829ecdda15ede1)) - - +- payment-processor transaction overrides ([#198](https://github.com/RequestNetwork/requestNetwork/issues/198)) ([92a52aa](https://github.com/RequestNetwork/requestNetwork/commit/92a52aa7de88269e6869995444829ecdda15ede1)) # 0.15.0 (2020-04-06) - ### Bug Fixes -* **payment-processor:** remove instanceof usage ([#159](https://github.com/RequestNetwork/requestNetwork/issues/159)) ([48efc12](https://github.com/RequestNetwork/requestNetwork/commit/48efc1232a68782a6a8d6610d0883e241685574e)) - +- **payment-processor:** remove instanceof usage ([#159](https://github.com/RequestNetwork/requestNetwork/issues/159)) ([48efc12](https://github.com/RequestNetwork/requestNetwork/commit/48efc1232a68782a6a8d6610d0883e241685574e)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) # 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)) - - - - +- payment-processor new package ([#130](https://github.com/RequestNetwork/requestNetwork/issues/130)) ([a2ce521](https://github.com/RequestNetwork/requestNetwork/commit/a2ce521736e0607d3116347b42ecbfc6ba52d1b4)) # 0.23.0 (2020-09-28) - ### Bug Fixes -* fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) - +- fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) ### Features -* add erc20 proxy with fee payment processor ([#253](https://github.com/RequestNetwork/requestNetwork/issues/253)) ([3727d89](https://github.com/RequestNetwork/requestNetwork/commit/3727d8935a5041c2a922bd1618ee84df3e1c9ebf)) -* add payment processing for eth proxy contract ([#220](https://github.com/RequestNetwork/requestNetwork/issues/220)) ([5859c89](https://github.com/RequestNetwork/requestNetwork/commit/5859c899434465e401e7993ffa22a6c1b0823a8a)) -* unify ERC20 payment processing API ([#279](https://github.com/RequestNetwork/requestNetwork/issues/279)) ([8b3756b](https://github.com/RequestNetwork/requestNetwork/commit/8b3756b05bd3afa034e91d72410b5a43cc565541)) - - +- add erc20 proxy with fee payment processor ([#253](https://github.com/RequestNetwork/requestNetwork/issues/253)) ([3727d89](https://github.com/RequestNetwork/requestNetwork/commit/3727d8935a5041c2a922bd1618ee84df3e1c9ebf)) +- add payment processing for eth proxy contract ([#220](https://github.com/RequestNetwork/requestNetwork/issues/220)) ([5859c89](https://github.com/RequestNetwork/requestNetwork/commit/5859c899434465e401e7993ffa22a6c1b0823a8a)) +- unify ERC20 payment processing API ([#279](https://github.com/RequestNetwork/requestNetwork/issues/279)) ([8b3756b](https://github.com/RequestNetwork/requestNetwork/commit/8b3756b05bd3afa034e91d72410b5a43cc565541)) # 0.16.0 (2020-04-21) - ### Features -* payment-processor transaction overrides ([#198](https://github.com/RequestNetwork/requestNetwork/issues/198)) ([92a52aa](https://github.com/RequestNetwork/requestNetwork/commit/92a52aa7de88269e6869995444829ecdda15ede1)) - - +- payment-processor transaction overrides ([#198](https://github.com/RequestNetwork/requestNetwork/issues/198)) ([92a52aa](https://github.com/RequestNetwork/requestNetwork/commit/92a52aa7de88269e6869995444829ecdda15ede1)) # 0.15.0 (2020-04-06) - ### Bug Fixes -* **payment-processor:** remove instanceof usage ([#159](https://github.com/RequestNetwork/requestNetwork/issues/159)) ([48efc12](https://github.com/RequestNetwork/requestNetwork/commit/48efc1232a68782a6a8d6610d0883e241685574e)) - +- **payment-processor:** remove instanceof usage ([#159](https://github.com/RequestNetwork/requestNetwork/issues/159)) ([48efc12](https://github.com/RequestNetwork/requestNetwork/commit/48efc1232a68782a6a8d6610d0883e241685574e)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) # 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)) - - - - +- payment-processor new package ([#130](https://github.com/RequestNetwork/requestNetwork/issues/130)) ([a2ce521](https://github.com/RequestNetwork/requestNetwork/commit/a2ce521736e0607d3116347b42ecbfc6ba52d1b4)) # 0.22.0 (2020-09-18) - ### Bug Fixes -* fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) - +- fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) ### Features -* add erc20 proxy with fee payment processor ([#253](https://github.com/RequestNetwork/requestNetwork/issues/253)) ([3727d89](https://github.com/RequestNetwork/requestNetwork/commit/3727d8935a5041c2a922bd1618ee84df3e1c9ebf)) -* add payment processing for eth proxy contract ([#220](https://github.com/RequestNetwork/requestNetwork/issues/220)) ([5859c89](https://github.com/RequestNetwork/requestNetwork/commit/5859c899434465e401e7993ffa22a6c1b0823a8a)) -* unify ERC20 payment processing API ([#279](https://github.com/RequestNetwork/requestNetwork/issues/279)) ([8b3756b](https://github.com/RequestNetwork/requestNetwork/commit/8b3756b05bd3afa034e91d72410b5a43cc565541)) - - +- add erc20 proxy with fee payment processor ([#253](https://github.com/RequestNetwork/requestNetwork/issues/253)) ([3727d89](https://github.com/RequestNetwork/requestNetwork/commit/3727d8935a5041c2a922bd1618ee84df3e1c9ebf)) +- add payment processing for eth proxy contract ([#220](https://github.com/RequestNetwork/requestNetwork/issues/220)) ([5859c89](https://github.com/RequestNetwork/requestNetwork/commit/5859c899434465e401e7993ffa22a6c1b0823a8a)) +- unify ERC20 payment processing API ([#279](https://github.com/RequestNetwork/requestNetwork/issues/279)) ([8b3756b](https://github.com/RequestNetwork/requestNetwork/commit/8b3756b05bd3afa034e91d72410b5a43cc565541)) # 0.16.0 (2020-04-21) - ### Features -* payment-processor transaction overrides ([#198](https://github.com/RequestNetwork/requestNetwork/issues/198)) ([92a52aa](https://github.com/RequestNetwork/requestNetwork/commit/92a52aa7de88269e6869995444829ecdda15ede1)) - - +- payment-processor transaction overrides ([#198](https://github.com/RequestNetwork/requestNetwork/issues/198)) ([92a52aa](https://github.com/RequestNetwork/requestNetwork/commit/92a52aa7de88269e6869995444829ecdda15ede1)) # 0.15.0 (2020-04-06) - ### Bug Fixes -* **payment-processor:** remove instanceof usage ([#159](https://github.com/RequestNetwork/requestNetwork/issues/159)) ([48efc12](https://github.com/RequestNetwork/requestNetwork/commit/48efc1232a68782a6a8d6610d0883e241685574e)) - +- **payment-processor:** remove instanceof usage ([#159](https://github.com/RequestNetwork/requestNetwork/issues/159)) ([48efc12](https://github.com/RequestNetwork/requestNetwork/commit/48efc1232a68782a6a8d6610d0883e241685574e)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) # 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)) - - - - +- payment-processor new package ([#130](https://github.com/RequestNetwork/requestNetwork/issues/130)) ([a2ce521](https://github.com/RequestNetwork/requestNetwork/commit/a2ce521736e0607d3116347b42ecbfc6ba52d1b4)) # 0.21.0 (2020-09-01) - ### Bug Fixes -* fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) - +- fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) ### Features -* add erc20 proxy with fee payment processor ([#253](https://github.com/RequestNetwork/requestNetwork/issues/253)) ([3727d89](https://github.com/RequestNetwork/requestNetwork/commit/3727d8935a5041c2a922bd1618ee84df3e1c9ebf)) -* add payment processing for eth proxy contract ([#220](https://github.com/RequestNetwork/requestNetwork/issues/220)) ([5859c89](https://github.com/RequestNetwork/requestNetwork/commit/5859c899434465e401e7993ffa22a6c1b0823a8a)) - - +- add erc20 proxy with fee payment processor ([#253](https://github.com/RequestNetwork/requestNetwork/issues/253)) ([3727d89](https://github.com/RequestNetwork/requestNetwork/commit/3727d8935a5041c2a922bd1618ee84df3e1c9ebf)) +- add payment processing for eth proxy contract ([#220](https://github.com/RequestNetwork/requestNetwork/issues/220)) ([5859c89](https://github.com/RequestNetwork/requestNetwork/commit/5859c899434465e401e7993ffa22a6c1b0823a8a)) # 0.16.0 (2020-04-21) - ### Features -* payment-processor transaction overrides ([#198](https://github.com/RequestNetwork/requestNetwork/issues/198)) ([92a52aa](https://github.com/RequestNetwork/requestNetwork/commit/92a52aa7de88269e6869995444829ecdda15ede1)) - - +- payment-processor transaction overrides ([#198](https://github.com/RequestNetwork/requestNetwork/issues/198)) ([92a52aa](https://github.com/RequestNetwork/requestNetwork/commit/92a52aa7de88269e6869995444829ecdda15ede1)) # 0.15.0 (2020-04-06) - ### Bug Fixes -* **payment-processor:** remove instanceof usage ([#159](https://github.com/RequestNetwork/requestNetwork/issues/159)) ([48efc12](https://github.com/RequestNetwork/requestNetwork/commit/48efc1232a68782a6a8d6610d0883e241685574e)) - +- **payment-processor:** remove instanceof usage ([#159](https://github.com/RequestNetwork/requestNetwork/issues/159)) ([48efc12](https://github.com/RequestNetwork/requestNetwork/commit/48efc1232a68782a6a8d6610d0883e241685574e)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) # 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)) - - - - +- payment-processor new package ([#130](https://github.com/RequestNetwork/requestNetwork/issues/130)) ([a2ce521](https://github.com/RequestNetwork/requestNetwork/commit/a2ce521736e0607d3116347b42ecbfc6ba52d1b4)) # 0.20.0 (2020-08-27) - ### Bug Fixes -* fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) - +- fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) ### Features -* add erc20 proxy with fee payment processor ([#253](https://github.com/RequestNetwork/requestNetwork/issues/253)) ([3727d89](https://github.com/RequestNetwork/requestNetwork/commit/3727d8935a5041c2a922bd1618ee84df3e1c9ebf)) -* add payment processing for eth proxy contract ([#220](https://github.com/RequestNetwork/requestNetwork/issues/220)) ([5859c89](https://github.com/RequestNetwork/requestNetwork/commit/5859c899434465e401e7993ffa22a6c1b0823a8a)) - - +- add erc20 proxy with fee payment processor ([#253](https://github.com/RequestNetwork/requestNetwork/issues/253)) ([3727d89](https://github.com/RequestNetwork/requestNetwork/commit/3727d8935a5041c2a922bd1618ee84df3e1c9ebf)) +- add payment processing for eth proxy contract ([#220](https://github.com/RequestNetwork/requestNetwork/issues/220)) ([5859c89](https://github.com/RequestNetwork/requestNetwork/commit/5859c899434465e401e7993ffa22a6c1b0823a8a)) # 0.16.0 (2020-04-21) - ### Features -* payment-processor transaction overrides ([#198](https://github.com/RequestNetwork/requestNetwork/issues/198)) ([92a52aa](https://github.com/RequestNetwork/requestNetwork/commit/92a52aa7de88269e6869995444829ecdda15ede1)) - - +- payment-processor transaction overrides ([#198](https://github.com/RequestNetwork/requestNetwork/issues/198)) ([92a52aa](https://github.com/RequestNetwork/requestNetwork/commit/92a52aa7de88269e6869995444829ecdda15ede1)) # 0.15.0 (2020-04-06) - ### Bug Fixes -* **payment-processor:** remove instanceof usage ([#159](https://github.com/RequestNetwork/requestNetwork/issues/159)) ([48efc12](https://github.com/RequestNetwork/requestNetwork/commit/48efc1232a68782a6a8d6610d0883e241685574e)) - +- **payment-processor:** remove instanceof usage ([#159](https://github.com/RequestNetwork/requestNetwork/issues/159)) ([48efc12](https://github.com/RequestNetwork/requestNetwork/commit/48efc1232a68782a6a8d6610d0883e241685574e)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) # 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)) - - - - +- payment-processor new package ([#130](https://github.com/RequestNetwork/requestNetwork/issues/130)) ([a2ce521](https://github.com/RequestNetwork/requestNetwork/commit/a2ce521736e0607d3116347b42ecbfc6ba52d1b4)) # 0.19.0 (2020-08-13) - ### Bug Fixes -* fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) - +- fix bugs and missing exports for ERC20 fee payment network ([#263](https://github.com/RequestNetwork/requestNetwork/issues/263)) ([764b7f0](https://github.com/RequestNetwork/requestNetwork/commit/764b7f026c8f6089d8933b5fb79ffbef0067abea)) ### Features -* add erc20 proxy with fee payment processor ([#253](https://github.com/RequestNetwork/requestNetwork/issues/253)) ([3727d89](https://github.com/RequestNetwork/requestNetwork/commit/3727d8935a5041c2a922bd1618ee84df3e1c9ebf)) -* add payment processing for eth proxy contract ([#220](https://github.com/RequestNetwork/requestNetwork/issues/220)) ([5859c89](https://github.com/RequestNetwork/requestNetwork/commit/5859c899434465e401e7993ffa22a6c1b0823a8a)) - - +- add erc20 proxy with fee payment processor ([#253](https://github.com/RequestNetwork/requestNetwork/issues/253)) ([3727d89](https://github.com/RequestNetwork/requestNetwork/commit/3727d8935a5041c2a922bd1618ee84df3e1c9ebf)) +- add payment processing for eth proxy contract ([#220](https://github.com/RequestNetwork/requestNetwork/issues/220)) ([5859c89](https://github.com/RequestNetwork/requestNetwork/commit/5859c899434465e401e7993ffa22a6c1b0823a8a)) # 0.16.0 (2020-04-21) - ### Features -* payment-processor transaction overrides ([#198](https://github.com/RequestNetwork/requestNetwork/issues/198)) ([92a52aa](https://github.com/RequestNetwork/requestNetwork/commit/92a52aa7de88269e6869995444829ecdda15ede1)) - - +- payment-processor transaction overrides ([#198](https://github.com/RequestNetwork/requestNetwork/issues/198)) ([92a52aa](https://github.com/RequestNetwork/requestNetwork/commit/92a52aa7de88269e6869995444829ecdda15ede1)) # 0.15.0 (2020-04-06) - ### Bug Fixes -* **payment-processor:** remove instanceof usage ([#159](https://github.com/RequestNetwork/requestNetwork/issues/159)) ([48efc12](https://github.com/RequestNetwork/requestNetwork/commit/48efc1232a68782a6a8d6610d0883e241685574e)) - +- **payment-processor:** remove instanceof usage ([#159](https://github.com/RequestNetwork/requestNetwork/issues/159)) ([48efc12](https://github.com/RequestNetwork/requestNetwork/commit/48efc1232a68782a6a8d6610d0883e241685574e)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) # 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)) - - - - +- payment-processor new package ([#130](https://github.com/RequestNetwork/requestNetwork/issues/130)) ([a2ce521](https://github.com/RequestNetwork/requestNetwork/commit/a2ce521736e0607d3116347b42ecbfc6ba52d1b4)) # 0.18.0 (2020-06-29) - ### Features -* add payment processing for eth proxy contract ([#220](https://github.com/RequestNetwork/requestNetwork/issues/220)) ([5859c89](https://github.com/RequestNetwork/requestNetwork/commit/5859c899434465e401e7993ffa22a6c1b0823a8a)) - - +- add payment processing for eth proxy contract ([#220](https://github.com/RequestNetwork/requestNetwork/issues/220)) ([5859c89](https://github.com/RequestNetwork/requestNetwork/commit/5859c899434465e401e7993ffa22a6c1b0823a8a)) # 0.16.0 (2020-04-21) - ### Features -* payment-processor transaction overrides ([#198](https://github.com/RequestNetwork/requestNetwork/issues/198)) ([92a52aa](https://github.com/RequestNetwork/requestNetwork/commit/92a52aa7de88269e6869995444829ecdda15ede1)) - - +- payment-processor transaction overrides ([#198](https://github.com/RequestNetwork/requestNetwork/issues/198)) ([92a52aa](https://github.com/RequestNetwork/requestNetwork/commit/92a52aa7de88269e6869995444829ecdda15ede1)) # 0.15.0 (2020-04-06) - ### Bug Fixes -* **payment-processor:** remove instanceof usage ([#159](https://github.com/RequestNetwork/requestNetwork/issues/159)) ([48efc12](https://github.com/RequestNetwork/requestNetwork/commit/48efc1232a68782a6a8d6610d0883e241685574e)) - +- **payment-processor:** remove instanceof usage ([#159](https://github.com/RequestNetwork/requestNetwork/issues/159)) ([48efc12](https://github.com/RequestNetwork/requestNetwork/commit/48efc1232a68782a6a8d6610d0883e241685574e)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) # 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)) - - - - +- payment-processor new package ([#130](https://github.com/RequestNetwork/requestNetwork/issues/130)) ([a2ce521](https://github.com/RequestNetwork/requestNetwork/commit/a2ce521736e0607d3116347b42ecbfc6ba52d1b4)) # 0.17.0 (2020-05-04) - - # 0.16.0 (2020-04-21) - ### Features -* payment-processor transaction overrides ([#198](https://github.com/RequestNetwork/requestNetwork/issues/198)) ([92a52aa](https://github.com/RequestNetwork/requestNetwork/commit/92a52aa7de88269e6869995444829ecdda15ede1)) - - +- payment-processor transaction overrides ([#198](https://github.com/RequestNetwork/requestNetwork/issues/198)) ([92a52aa](https://github.com/RequestNetwork/requestNetwork/commit/92a52aa7de88269e6869995444829ecdda15ede1)) # 0.15.0 (2020-04-06) - ### Bug Fixes -* **payment-processor:** remove instanceof usage ([#159](https://github.com/RequestNetwork/requestNetwork/issues/159)) ([48efc12](https://github.com/RequestNetwork/requestNetwork/commit/48efc1232a68782a6a8d6610d0883e241685574e)) - +- **payment-processor:** remove instanceof usage ([#159](https://github.com/RequestNetwork/requestNetwork/issues/159)) ([48efc12](https://github.com/RequestNetwork/requestNetwork/commit/48efc1232a68782a6a8d6610d0883e241685574e)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) # 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)) - - - - +- payment-processor new package ([#130](https://github.com/RequestNetwork/requestNetwork/issues/130)) ([a2ce521](https://github.com/RequestNetwork/requestNetwork/commit/a2ce521736e0607d3116347b42ecbfc6ba52d1b4)) # 0.16.0 (2020-04-21) - ### Features -* payment-processor transaction overrides ([#198](https://github.com/RequestNetwork/requestNetwork/issues/198)) ([92a52aa](https://github.com/RequestNetwork/requestNetwork/commit/92a52aa7de88269e6869995444829ecdda15ede1)) - - +- payment-processor transaction overrides ([#198](https://github.com/RequestNetwork/requestNetwork/issues/198)) ([92a52aa](https://github.com/RequestNetwork/requestNetwork/commit/92a52aa7de88269e6869995444829ecdda15ede1)) # 0.15.0 (2020-04-06) - ### Bug Fixes -* **payment-processor:** remove instanceof usage ([#159](https://github.com/RequestNetwork/requestNetwork/issues/159)) ([48efc12](https://github.com/RequestNetwork/requestNetwork/commit/48efc1232a68782a6a8d6610d0883e241685574e)) - +- **payment-processor:** remove instanceof usage ([#159](https://github.com/RequestNetwork/requestNetwork/issues/159)) ([48efc12](https://github.com/RequestNetwork/requestNetwork/commit/48efc1232a68782a6a8d6610d0883e241685574e)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) # 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)) - - - - +- payment-processor new package ([#130](https://github.com/RequestNetwork/requestNetwork/issues/130)) ([a2ce521](https://github.com/RequestNetwork/requestNetwork/commit/a2ce521736e0607d3116347b42ecbfc6ba52d1b4)) # 0.15.0 (2020-04-06) - ### Bug Fixes -* **payment-processor:** remove instanceof usage ([#159](https://github.com/RequestNetwork/requestNetwork/issues/159)) ([48efc12](https://github.com/RequestNetwork/requestNetwork/commit/48efc1232a68782a6a8d6610d0883e241685574e)) - +- **payment-processor:** remove instanceof usage ([#159](https://github.com/RequestNetwork/requestNetwork/issues/159)) ([48efc12](https://github.com/RequestNetwork/requestNetwork/commit/48efc1232a68782a6a8d6610d0883e241685574e)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) # 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)) - - - - +- payment-processor new package ([#130](https://github.com/RequestNetwork/requestNetwork/issues/130)) ([a2ce521](https://github.com/RequestNetwork/requestNetwork/commit/a2ce521736e0607d3116347b42ecbfc6ba52d1b4)) # 0.14.0 (2020-03-23) - ### Bug Fixes -* **payment-processor:** remove instanceof usage ([#159](https://github.com/RequestNetwork/requestNetwork/issues/159)) ([48efc12](https://github.com/RequestNetwork/requestNetwork/commit/48efc1232a68782a6a8d6610d0883e241685574e)) - +- **payment-processor:** remove instanceof usage ([#159](https://github.com/RequestNetwork/requestNetwork/issues/159)) ([48efc12](https://github.com/RequestNetwork/requestNetwork/commit/48efc1232a68782a6a8d6610d0883e241685574e)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) # 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)) - - - - +- payment-processor new package ([#130](https://github.com/RequestNetwork/requestNetwork/issues/130)) ([a2ce521](https://github.com/RequestNetwork/requestNetwork/commit/a2ce521736e0607d3116347b42ecbfc6ba52d1b4)) # 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)) +- 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/README.md b/packages/payment-processor/README.md index 4e004e32cc..ab8cea6e38 100644 --- a/packages/payment-processor/README.md +++ b/packages/payment-processor/README.md @@ -7,7 +7,9 @@ It contains client-side payment methods for: - ETH input data ### Test + To run the payment-processor tests we need a local running ganache with all our smart contracts deployed. You can open two terminals and do: + ``` # Terminal 1 cd ../smart-contracts/ diff --git a/packages/payment-processor/test/payment/erc20-escrow-payment.test.ts b/packages/payment-processor/test/payment/erc20-escrow-payment.test.ts index af08a612d6..efd08612ac 100644 --- a/packages/payment-processor/test/payment/erc20-escrow-payment.test.ts +++ b/packages/payment-processor/test/payment/erc20-escrow-payment.test.ts @@ -88,29 +88,29 @@ describe('erc20-escrow-payment tests:', () => { it('Should throw an error if the request is not erc20', async () => { const request = Utils.deepCopy(validRequest) as ClientTypes.IRequestData; request.currencyInfo.type = RequestLogicTypes.CURRENCY.ETH; - + await expect(Escrow.payEscrow(request, wallet)).rejects.toThrowError( - "request cannot be processed, or is not an pn-erc20-fee-proxy-contract request", + 'request cannot be processed, or is not an pn-erc20-fee-proxy-contract request', ); }); it('Should throw an error if the currencyInfo has no value', async () => { const request = Utils.deepCopy(validRequest); request.currencyInfo.value = ''; await expect(Escrow.payEscrow(request, wallet)).rejects.toThrowError( - "request cannot be processed, or is not an pn-erc20-fee-proxy-contract request", + 'request cannot be processed, or is not an pn-erc20-fee-proxy-contract request', ); }); it('Should throw an error if currencyInfo has no network', async () => { const request = Utils.deepCopy(validRequest); request.currencyInfo.network = ''; await expect(Escrow.payEscrow(request, wallet)).rejects.toThrowError( - "request cannot be processed, or is not an pn-erc20-fee-proxy-contract request", + 'request cannot be processed, or is not an pn-erc20-fee-proxy-contract request', ); }); it('Should throw an error if request has no extension', async () => { const request = Utils.deepCopy(validRequest); request.extensions = [] as any; - + await expect(Escrow.payEscrow(request, wallet)).rejects.toThrowError( 'no payment network found', ); @@ -251,7 +251,7 @@ describe('erc20-escrow-payment tests:', () => { // Payer initiate emergency claim. const tx = await Escrow.initiateEmergencyClaim(request, payee); const confirmedTx = await tx.wait(1); - + // Checks the status and tx.hash. expect(confirmedTx.status).toBe(1); expect(tx.hash).toBeDefined(); @@ -269,7 +269,7 @@ describe('erc20-escrow-payment tests:', () => { // Payer initiate emergency claim. await (await Escrow.initiateEmergencyClaim(request, payee)).wait(1); - + // Payer reverts the emergency claim. const tx = await Escrow.revertEmergencyClaim(request, wallet); const confirmedTx = await tx.wait(1); @@ -279,7 +279,7 @@ describe('erc20-escrow-payment tests:', () => { expect(tx.hash).toBeDefined(); }); }); - + describe('Freeze Request Flow:', () => { it('Should freeze funds:', async () => { // Set a new requestID to test independent unit-tests. @@ -307,10 +307,10 @@ describe('erc20-escrow-payment tests:', () => { // Payer executes a freeze of escrow funds. await (await Escrow.freezeRequest(request, wallet)).wait(1); - + // Payer tries to withdraw frozen funds before unlock date. - await expect(Escrow.refundFrozenFunds(request, wallet)).rejects.toThrowError('Not Yet!',); + await expect(Escrow.refundFrozenFunds(request, wallet)).rejects.toThrowError('Not Yet!'); }); }); }); -}); +}); diff --git a/packages/payment-processor/test/payment/shared.ts b/packages/payment-processor/test/payment/shared.ts index f34450087a..734381a886 100644 --- a/packages/payment-processor/test/payment/shared.ts +++ b/packages/payment-processor/test/payment/shared.ts @@ -3,12 +3,14 @@ import { RequestLogicTypes } from '@requestnetwork/types'; export const currencyManager = new CurrencyManager([ ...CurrencyManager.getDefaultList(), - ...[{ - network: 'private', - symbol: 'ETH', - decimals: 18, - type: RequestLogicTypes.CURRENCY.ETH, - } as CurrencyDefinition], + ...[ + { + network: 'private', + symbol: 'ETH', + decimals: 18, + type: RequestLogicTypes.CURRENCY.ETH, + } as CurrencyDefinition, + ], ...[ '0x9FBDa871d559710256a2502A2517b794B482Db40', '0x38cF23C52Bb4B13F051Aec09580a2dE845a7FA35', diff --git a/packages/prototype-estimator/.vscode/settings.json b/packages/prototype-estimator/.vscode/settings.json index 1a7d6049b8..379bec3a42 100644 --- a/packages/prototype-estimator/.vscode/settings.json +++ b/packages/prototype-estimator/.vscode/settings.json @@ -2,4 +2,4 @@ "mochaExplorer.files": "**/test/**/*.ts", "mochaExplorer.require": "ts-node/register", "mochaExplorer.cwd": "../.." -} \ No newline at end of file +} diff --git a/packages/prototype-estimator/CHANGELOG.md b/packages/prototype-estimator/CHANGELOG.md index c12400e505..47cb87d724 100644 --- a/packages/prototype-estimator/CHANGELOG.md +++ b/packages/prototype-estimator/CHANGELOG.md @@ -7,1018 +7,608 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline **Note:** Version bump only for package @requestnetwork/prototype-estimator - - - - ## [1.21.8](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/prototype-estimator@1.21.0...@requestnetwork/prototype-estimator@1.21.8) (2021-05-12) **Note:** Version bump only for package @requestnetwork/prototype-estimator - - - - ## [1.21.7](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/prototype-estimator@1.21.0...@requestnetwork/prototype-estimator@1.21.7) (2021-04-19) **Note:** Version bump only for package @requestnetwork/prototype-estimator - - - - ## [1.21.6](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/prototype-estimator@1.21.0...@requestnetwork/prototype-estimator@1.21.6) (2021-03-25) **Note:** Version bump only for package @requestnetwork/prototype-estimator - - - - ## [1.21.5](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/prototype-estimator@1.21.0...@requestnetwork/prototype-estimator@1.21.5) (2021-03-15) **Note:** Version bump only for package @requestnetwork/prototype-estimator - - - - ## [1.21.4](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/prototype-estimator@1.21.0...@requestnetwork/prototype-estimator@1.21.4) (2021-03-03) **Note:** Version bump only for package @requestnetwork/prototype-estimator - - - - ## [1.21.3](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/prototype-estimator@1.21.0...@requestnetwork/prototype-estimator@1.21.3) (2021-02-22) **Note:** Version bump only for package @requestnetwork/prototype-estimator - - - - ## [1.21.2](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/prototype-estimator@1.21.0...@requestnetwork/prototype-estimator@1.21.2) (2020-12-22) **Note:** Version bump only for package @requestnetwork/prototype-estimator - - - - ## [1.21.1](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/prototype-estimator@1.21.0...@requestnetwork/prototype-estimator@1.21.1) (2020-12-21) **Note:** Version bump only for package @requestnetwork/prototype-estimator - - - - # [1.21.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/prototype-estimator@1.3.5...@requestnetwork/prototype-estimator@1.21.0) (2020-12-02) - - # 0.26.0 (2020-10-14) - ### Features -* add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) - - +- add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) # 0.16.0 (2020-04-21) - ### Features -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - - # 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)) - +- 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)) - - +- 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.20.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/prototype-estimator@1.3.5...@requestnetwork/prototype-estimator@1.20.0) (2020-11-12) - - # 0.26.0 (2020-10-14) - ### Features -* add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) - - +- add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) # 0.16.0 (2020-04-21) - ### Features -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - - # 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)) - +- 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)) - - +- 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.19.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/prototype-estimator@1.3.5...@requestnetwork/prototype-estimator@1.19.0) (2020-11-05) - - # 0.26.0 (2020-10-14) - ### Features -* add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) - - +- add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) # 0.16.0 (2020-04-21) - ### Features -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - - # 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)) - +- 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)) - - +- 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.18.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/prototype-estimator@1.3.5...@requestnetwork/prototype-estimator@1.18.0) (2020-10-21) - - # 0.26.0 (2020-10-14) - ### Features -* add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) - - +- add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) # 0.16.0 (2020-04-21) - ### Features -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - - # 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)) - +- 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)) - - +- 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.17.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/prototype-estimator@1.3.5...@requestnetwork/prototype-estimator@1.17.0) (2020-10-14) - ### Features -* add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) - - +- add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) # 0.16.0 (2020-04-21) - ### Features -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - - # 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)) - +- 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)) - - +- 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.16.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/prototype-estimator@1.3.5...@requestnetwork/prototype-estimator@1.16.0) (2020-10-13) - ### Features -* add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) - - +- add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) # 0.16.0 (2020-04-21) - ### Features -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - - # 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)) - +- 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)) - - +- 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.15.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/prototype-estimator@1.3.5...@requestnetwork/prototype-estimator@1.15.0) (2020-10-09) - ### Features -* add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) - - +- add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) # 0.16.0 (2020-04-21) - ### Features -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - - # 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)) - +- 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)) - - +- 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.14.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/prototype-estimator@1.3.5...@requestnetwork/prototype-estimator@1.14.0) (2020-09-28) - ### Features -* add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) - - +- add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) # 0.16.0 (2020-04-21) - ### Features -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - - # 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)) - +- 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)) - - +- 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.13.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/prototype-estimator@1.3.5...@requestnetwork/prototype-estimator@1.13.0) (2020-09-18) - ### Features -* add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) - - +- add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) # 0.16.0 (2020-04-21) - ### Features -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - - # 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)) - +- 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)) - - +- 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.12.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/prototype-estimator@1.3.5...@requestnetwork/prototype-estimator@1.12.0) (2020-09-01) - ### Features -* add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) - - +- add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) # 0.16.0 (2020-04-21) - ### Features -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - - # 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)) - +- 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)) - - +- 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.11.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/prototype-estimator@1.3.5...@requestnetwork/prototype-estimator@1.11.0) (2020-08-27) - ### Features -* add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) - - +- add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) # 0.16.0 (2020-04-21) - ### Features -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - - # 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)) - +- 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)) - - +- 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.10.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/prototype-estimator@1.3.5...@requestnetwork/prototype-estimator@1.10.0) (2020-08-13) - ### Features -* add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) - - +- add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) # 0.16.0 (2020-04-21) - ### Features -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - - # 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)) - +- 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)) - - +- 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.9.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/prototype-estimator@1.3.5...@requestnetwork/prototype-estimator@1.9.0) (2020-06-29) - ### Features -* add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) - - +- add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) # 0.16.0 (2020-04-21) - ### Features -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - - # 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)) - +- 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)) - - +- 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.8.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/prototype-estimator@1.3.5...@requestnetwork/prototype-estimator@1.8.0) (2020-05-04) - ### Features -* add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) - - +- add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) # 0.16.0 (2020-04-21) - ### Features -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - - # 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)) - +- 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)) - - +- 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.7.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/prototype-estimator@1.3.5...@requestnetwork/prototype-estimator@1.7.0) (2020-04-21) - ### Features -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - - # 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)) - +- 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)) - - +- 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.6.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/prototype-estimator@1.3.5...@requestnetwork/prototype-estimator@1.6.0) (2020-04-06) - - # 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)) - +- 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)) - - +- 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.5.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/prototype-estimator@1.3.5...@requestnetwork/prototype-estimator@1.5.0) (2020-03-23) - - # 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)) - +- 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)) - - +- 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.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)) - +- 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)) - - +- 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) - - # 0.10.0 (2019-12-04) **Note:** Version bump only for package @requestnetwork/prototype-estimator - - - - ## [1.3.7](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/prototype-estimator@1.3.5...@requestnetwork/prototype-estimator@1.3.7) (2019-12-18) - - # 0.10.0 (2019-12-04) **Note:** Version bump only for package @requestnetwork/prototype-estimator - - - - ## [1.3.6](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/prototype-estimator@1.3.5...@requestnetwork/prototype-estimator@1.3.6) (2019-12-04) **Note:** Version bump only for package @requestnetwork/prototype-estimator - - - - ## [1.3.5](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/prototype-estimator@1.3.4...@requestnetwork/prototype-estimator@1.3.5) (2019-11-20) **Note:** Version bump only for package @requestnetwork/prototype-estimator - - - - ## [1.3.4](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/prototype-estimator@1.3.3...@requestnetwork/prototype-estimator@1.3.4) (2019-10-21) **Note:** Version bump only for package @requestnetwork/prototype-estimator - - - - - ## [1.3.3](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/prototype-estimator@1.3.2...@requestnetwork/prototype-estimator@1.3.3) (2019-09-16) **Note:** Version bump only for package @requestnetwork/prototype-estimator - - - - ## [1.3.2](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/prototype-estimator@1.3.1...@requestnetwork/prototype-estimator@1.3.2) (2019-09-05) **Note:** Version bump only for package @requestnetwork/prototype-estimator - - - - - ## [1.3.1](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/prototype-estimator@1.3.0...@requestnetwork/prototype-estimator@1.3.1) (2019-08-19) **Note:** Version bump only for package @requestnetwork/prototype-estimator - - - - - # [1.2.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/prototype-estimator@1.0.1-alpha.4...@requestnetwork/prototype-estimator@1.2.0) (2019-07-24) - ### Features -* add a script to compute statistics on Node latency from a log file ([#435](https://github.com/RequestNetwork/requestNetwork/issues/435)) ([5974568](https://github.com/RequestNetwork/requestNetwork/commit/5974568)) -* add concurrent readMany to storage layer ([#363](https://github.com/RequestNetwork/requestNetwork/issues/363)) ([db3f484](https://github.com/RequestNetwork/requestNetwork/commit/db3f484)) -* add logs to calculate success rate of transaction creation ([#443](https://github.com/RequestNetwork/requestNetwork/issues/443)) ([738a98d](https://github.com/RequestNetwork/requestNetwork/commit/738a98d)) - - - - +- add a script to compute statistics on Node latency from a log file ([#435](https://github.com/RequestNetwork/requestNetwork/issues/435)) ([5974568](https://github.com/RequestNetwork/requestNetwork/commit/5974568)) +- add concurrent readMany to storage layer ([#363](https://github.com/RequestNetwork/requestNetwork/issues/363)) ([db3f484](https://github.com/RequestNetwork/requestNetwork/commit/db3f484)) +- add logs to calculate success rate of transaction creation ([#443](https://github.com/RequestNetwork/requestNetwork/issues/443)) ([738a98d](https://github.com/RequestNetwork/requestNetwork/commit/738a98d)) ## [1.1.1-alpha.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/prototype-estimator@1.0.1-alpha.4...@requestnetwork/prototype-estimator@1.1.1-alpha.0) (2019-07-22) - ### Features -* add a script to compute statistics on Node latency from a log file ([#435](https://github.com/RequestNetwork/requestNetwork/issues/435)) ([5974568](https://github.com/RequestNetwork/requestNetwork/commit/5974568)) -* add concurrent readMany to storage layer ([#363](https://github.com/RequestNetwork/requestNetwork/issues/363)) ([db3f484](https://github.com/RequestNetwork/requestNetwork/commit/db3f484)) -* add logs to calculate success rate of transaction creation ([#443](https://github.com/RequestNetwork/requestNetwork/issues/443)) ([738a98d](https://github.com/RequestNetwork/requestNetwork/commit/738a98d)) - - - - +- add a script to compute statistics on Node latency from a log file ([#435](https://github.com/RequestNetwork/requestNetwork/issues/435)) ([5974568](https://github.com/RequestNetwork/requestNetwork/commit/5974568)) +- add concurrent readMany to storage layer ([#363](https://github.com/RequestNetwork/requestNetwork/issues/363)) ([db3f484](https://github.com/RequestNetwork/requestNetwork/commit/db3f484)) +- add logs to calculate success rate of transaction creation ([#443](https://github.com/RequestNetwork/requestNetwork/issues/443)) ([738a98d](https://github.com/RequestNetwork/requestNetwork/commit/738a98d)) # [1.1.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/prototype-estimator@1.0.1-alpha.4...@requestnetwork/prototype-estimator@1.1.0) (2019-06-06) - ### Features -* add concurrent readMany to storage layer ([#363](https://github.com/RequestNetwork/requestNetwork/issues/363)) ([db3f484](https://github.com/RequestNetwork/requestNetwork/commit/db3f484)) - - - - - +- add concurrent readMany to storage layer ([#363](https://github.com/RequestNetwork/requestNetwork/issues/363)) ([db3f484](https://github.com/RequestNetwork/requestNetwork/commit/db3f484)) ## [1.0.1-alpha.12](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/prototype-estimator@1.0.1-alpha.4...@requestnetwork/prototype-estimator@1.0.1-alpha.12) (2019-05-21) **Note:** Version bump only for package @requestnetwork/prototype-estimator - - - - - ## [1.0.1-alpha.11](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/prototype-estimator@1.0.1-alpha.4...@requestnetwork/prototype-estimator@1.0.1-alpha.11) (2019-05-17) **Note:** Version bump only for package @requestnetwork/prototype-estimator - - - - - ## [1.0.1-alpha.10](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/prototype-estimator@1.0.1-alpha.4...@requestnetwork/prototype-estimator@1.0.1-alpha.10) (2019-05-10) **Note:** Version bump only for package @requestnetwork/prototype-estimator diff --git a/packages/request-client.js/.gitignore b/packages/request-client.js/.gitignore deleted file mode 100644 index fa15d2a015..0000000000 --- a/packages/request-client.js/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -# Generated documentation -/docs diff --git a/packages/request-client.js/.vscode/settings.json b/packages/request-client.js/.vscode/settings.json index 1a7d6049b8..379bec3a42 100644 --- a/packages/request-client.js/.vscode/settings.json +++ b/packages/request-client.js/.vscode/settings.json @@ -2,4 +2,4 @@ "mochaExplorer.files": "**/test/**/*.ts", "mochaExplorer.require": "ts-node/register", "mochaExplorer.cwd": "../.." -} \ No newline at end of file +} diff --git a/packages/request-client.js/CHANGELOG.md b/packages/request-client.js/CHANGELOG.md index 4483996028..c9f80416ce 100644 --- a/packages/request-client.js/CHANGELOG.md +++ b/packages/request-client.js/CHANGELOG.md @@ -5,2196 +5,1613 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # [0.39.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-client.js@0.30.0...@requestnetwork/request-client.js@0.39.0) (2021-06-22) - ### Bug Fixes -* invoice total types + upgrade ethers ([#514](https://github.com/RequestNetwork/requestNetwork/issues/514)) ([c2b98b2](https://github.com/RequestNetwork/requestNetwork/commit/c2b98b2bd3c93f063f340d58c6b95ad026fd9519)) - +- invoice total types + upgrade ethers ([#514](https://github.com/RequestNetwork/requestNetwork/issues/514)) ([c2b98b2](https://github.com/RequestNetwork/requestNetwork/commit/c2b98b2bd3c93f063f340d58c6b95ad026fd9519)) ### Features -* Add extra support erc20 tokens ([#388](https://github.com/RequestNetwork/requestNetwork/issues/388)) ([6fe92a1](https://github.com/RequestNetwork/requestNetwork/commit/6fe92a155e3ee9c287b5d2ab584a33c8cffb1e6a)) -* optionally disable events ([#469](https://github.com/RequestNetwork/requestNetwork/issues/469)) ([e16a926](https://github.com/RequestNetwork/requestNetwork/commit/e16a926cc182a0048909de5cfe1cdd5f9772a153)) -* payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e)) -* update token list ([#384](https://github.com/RequestNetwork/requestNetwork/issues/384)) ([4913626](https://github.com/RequestNetwork/requestNetwork/commit/4913626c74458e17c27b1b21e2a7f4937fe2e841)) - - - - +- Add extra support erc20 tokens ([#388](https://github.com/RequestNetwork/requestNetwork/issues/388)) ([6fe92a1](https://github.com/RequestNetwork/requestNetwork/commit/6fe92a155e3ee9c287b5d2ab584a33c8cffb1e6a)) +- optionally disable events ([#469](https://github.com/RequestNetwork/requestNetwork/issues/469)) ([e16a926](https://github.com/RequestNetwork/requestNetwork/commit/e16a926cc182a0048909de5cfe1cdd5f9772a153)) +- payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e)) +- update token list ([#384](https://github.com/RequestNetwork/requestNetwork/issues/384)) ([4913626](https://github.com/RequestNetwork/requestNetwork/commit/4913626c74458e17c27b1b21e2a7f4937fe2e841)) # [0.38.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-client.js@0.30.0...@requestnetwork/request-client.js@0.38.0) (2021-05-12) - ### Features -* Add extra support erc20 tokens ([#388](https://github.com/RequestNetwork/requestNetwork/issues/388)) ([6fe92a1](https://github.com/RequestNetwork/requestNetwork/commit/6fe92a155e3ee9c287b5d2ab584a33c8cffb1e6a)) -* optionally disable events ([#469](https://github.com/RequestNetwork/requestNetwork/issues/469)) ([e16a926](https://github.com/RequestNetwork/requestNetwork/commit/e16a926cc182a0048909de5cfe1cdd5f9772a153)) -* payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e)) -* update token list ([#384](https://github.com/RequestNetwork/requestNetwork/issues/384)) ([4913626](https://github.com/RequestNetwork/requestNetwork/commit/4913626c74458e17c27b1b21e2a7f4937fe2e841)) - - - - +- Add extra support erc20 tokens ([#388](https://github.com/RequestNetwork/requestNetwork/issues/388)) ([6fe92a1](https://github.com/RequestNetwork/requestNetwork/commit/6fe92a155e3ee9c287b5d2ab584a33c8cffb1e6a)) +- optionally disable events ([#469](https://github.com/RequestNetwork/requestNetwork/issues/469)) ([e16a926](https://github.com/RequestNetwork/requestNetwork/commit/e16a926cc182a0048909de5cfe1cdd5f9772a153)) +- payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e)) +- update token list ([#384](https://github.com/RequestNetwork/requestNetwork/issues/384)) ([4913626](https://github.com/RequestNetwork/requestNetwork/commit/4913626c74458e17c27b1b21e2a7f4937fe2e841)) # [0.37.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-client.js@0.30.0...@requestnetwork/request-client.js@0.37.0) (2021-04-19) - ### Features -* Add extra support erc20 tokens ([#388](https://github.com/RequestNetwork/requestNetwork/issues/388)) ([6fe92a1](https://github.com/RequestNetwork/requestNetwork/commit/6fe92a155e3ee9c287b5d2ab584a33c8cffb1e6a)) -* optionally disable events ([#469](https://github.com/RequestNetwork/requestNetwork/issues/469)) ([e16a926](https://github.com/RequestNetwork/requestNetwork/commit/e16a926cc182a0048909de5cfe1cdd5f9772a153)) -* payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e)) -* update token list ([#384](https://github.com/RequestNetwork/requestNetwork/issues/384)) ([4913626](https://github.com/RequestNetwork/requestNetwork/commit/4913626c74458e17c27b1b21e2a7f4937fe2e841)) - - - - +- Add extra support erc20 tokens ([#388](https://github.com/RequestNetwork/requestNetwork/issues/388)) ([6fe92a1](https://github.com/RequestNetwork/requestNetwork/commit/6fe92a155e3ee9c287b5d2ab584a33c8cffb1e6a)) +- optionally disable events ([#469](https://github.com/RequestNetwork/requestNetwork/issues/469)) ([e16a926](https://github.com/RequestNetwork/requestNetwork/commit/e16a926cc182a0048909de5cfe1cdd5f9772a153)) +- payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e)) +- update token list ([#384](https://github.com/RequestNetwork/requestNetwork/issues/384)) ([4913626](https://github.com/RequestNetwork/requestNetwork/commit/4913626c74458e17c27b1b21e2a7f4937fe2e841)) # [0.36.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-client.js@0.30.0...@requestnetwork/request-client.js@0.36.0) (2021-03-25) - ### Features -* Add extra support erc20 tokens ([#388](https://github.com/RequestNetwork/requestNetwork/issues/388)) ([6fe92a1](https://github.com/RequestNetwork/requestNetwork/commit/6fe92a155e3ee9c287b5d2ab584a33c8cffb1e6a)) -* payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e)) -* update token list ([#384](https://github.com/RequestNetwork/requestNetwork/issues/384)) ([4913626](https://github.com/RequestNetwork/requestNetwork/commit/4913626c74458e17c27b1b21e2a7f4937fe2e841)) - - - - +- Add extra support erc20 tokens ([#388](https://github.com/RequestNetwork/requestNetwork/issues/388)) ([6fe92a1](https://github.com/RequestNetwork/requestNetwork/commit/6fe92a155e3ee9c287b5d2ab584a33c8cffb1e6a)) +- payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e)) +- update token list ([#384](https://github.com/RequestNetwork/requestNetwork/issues/384)) ([4913626](https://github.com/RequestNetwork/requestNetwork/commit/4913626c74458e17c27b1b21e2a7f4937fe2e841)) # [0.35.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-client.js@0.30.0...@requestnetwork/request-client.js@0.35.0) (2021-03-15) - ### Features -* Add extra support erc20 tokens ([#388](https://github.com/RequestNetwork/requestNetwork/issues/388)) ([6fe92a1](https://github.com/RequestNetwork/requestNetwork/commit/6fe92a155e3ee9c287b5d2ab584a33c8cffb1e6a)) -* payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e)) -* update token list ([#384](https://github.com/RequestNetwork/requestNetwork/issues/384)) ([4913626](https://github.com/RequestNetwork/requestNetwork/commit/4913626c74458e17c27b1b21e2a7f4937fe2e841)) - - - - +- Add extra support erc20 tokens ([#388](https://github.com/RequestNetwork/requestNetwork/issues/388)) ([6fe92a1](https://github.com/RequestNetwork/requestNetwork/commit/6fe92a155e3ee9c287b5d2ab584a33c8cffb1e6a)) +- payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e)) +- update token list ([#384](https://github.com/RequestNetwork/requestNetwork/issues/384)) ([4913626](https://github.com/RequestNetwork/requestNetwork/commit/4913626c74458e17c27b1b21e2a7f4937fe2e841)) # [0.34.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-client.js@0.30.0...@requestnetwork/request-client.js@0.34.0) (2021-03-03) - ### Features -* Add extra support erc20 tokens ([#388](https://github.com/RequestNetwork/requestNetwork/issues/388)) ([6fe92a1](https://github.com/RequestNetwork/requestNetwork/commit/6fe92a155e3ee9c287b5d2ab584a33c8cffb1e6a)) -* payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e)) -* update token list ([#384](https://github.com/RequestNetwork/requestNetwork/issues/384)) ([4913626](https://github.com/RequestNetwork/requestNetwork/commit/4913626c74458e17c27b1b21e2a7f4937fe2e841)) - - - - +- Add extra support erc20 tokens ([#388](https://github.com/RequestNetwork/requestNetwork/issues/388)) ([6fe92a1](https://github.com/RequestNetwork/requestNetwork/commit/6fe92a155e3ee9c287b5d2ab584a33c8cffb1e6a)) +- payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e)) +- update token list ([#384](https://github.com/RequestNetwork/requestNetwork/issues/384)) ([4913626](https://github.com/RequestNetwork/requestNetwork/commit/4913626c74458e17c27b1b21e2a7f4937fe2e841)) # [0.33.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-client.js@0.30.0...@requestnetwork/request-client.js@0.33.0) (2021-02-22) - ### Features -* Add extra support erc20 tokens ([#388](https://github.com/RequestNetwork/requestNetwork/issues/388)) ([6fe92a1](https://github.com/RequestNetwork/requestNetwork/commit/6fe92a155e3ee9c287b5d2ab584a33c8cffb1e6a)) -* payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e)) -* update token list ([#384](https://github.com/RequestNetwork/requestNetwork/issues/384)) ([4913626](https://github.com/RequestNetwork/requestNetwork/commit/4913626c74458e17c27b1b21e2a7f4937fe2e841)) - - - - +- Add extra support erc20 tokens ([#388](https://github.com/RequestNetwork/requestNetwork/issues/388)) ([6fe92a1](https://github.com/RequestNetwork/requestNetwork/commit/6fe92a155e3ee9c287b5d2ab584a33c8cffb1e6a)) +- payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e)) +- update token list ([#384](https://github.com/RequestNetwork/requestNetwork/issues/384)) ([4913626](https://github.com/RequestNetwork/requestNetwork/commit/4913626c74458e17c27b1b21e2a7f4937fe2e841)) # [0.32.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-client.js@0.30.0...@requestnetwork/request-client.js@0.32.0) (2020-12-22) - ### Features -* Add extra support erc20 tokens ([#388](https://github.com/RequestNetwork/requestNetwork/issues/388)) ([6fe92a1](https://github.com/RequestNetwork/requestNetwork/commit/6fe92a155e3ee9c287b5d2ab584a33c8cffb1e6a)) -* update token list ([#384](https://github.com/RequestNetwork/requestNetwork/issues/384)) ([4913626](https://github.com/RequestNetwork/requestNetwork/commit/4913626c74458e17c27b1b21e2a7f4937fe2e841)) - - - - +- Add extra support erc20 tokens ([#388](https://github.com/RequestNetwork/requestNetwork/issues/388)) ([6fe92a1](https://github.com/RequestNetwork/requestNetwork/commit/6fe92a155e3ee9c287b5d2ab584a33c8cffb1e6a)) +- update token list ([#384](https://github.com/RequestNetwork/requestNetwork/issues/384)) ([4913626](https://github.com/RequestNetwork/requestNetwork/commit/4913626c74458e17c27b1b21e2a7f4937fe2e841)) # [0.31.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-client.js@0.30.0...@requestnetwork/request-client.js@0.31.0) (2020-12-21) - ### Features -* Add extra support erc20 tokens ([#388](https://github.com/RequestNetwork/requestNetwork/issues/388)) ([6fe92a1](https://github.com/RequestNetwork/requestNetwork/commit/6fe92a155e3ee9c287b5d2ab584a33c8cffb1e6a)) -* update token list ([#384](https://github.com/RequestNetwork/requestNetwork/issues/384)) ([4913626](https://github.com/RequestNetwork/requestNetwork/commit/4913626c74458e17c27b1b21e2a7f4937fe2e841)) - - - - +- Add extra support erc20 tokens ([#388](https://github.com/RequestNetwork/requestNetwork/issues/388)) ([6fe92a1](https://github.com/RequestNetwork/requestNetwork/commit/6fe92a155e3ee9c287b5d2ab584a33c8cffb1e6a)) +- update token list ([#384](https://github.com/RequestNetwork/requestNetwork/issues/384)) ([4913626](https://github.com/RequestNetwork/requestNetwork/commit/4913626c74458e17c27b1b21e2a7f4937fe2e841)) # [0.30.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-client.js@0.9.0...@requestnetwork/request-client.js@0.30.0) (2020-12-02) - - # 0.29.0 (2020-11-10) - ### Features -* add currency support to Celo network and CUSD ([#358](https://github.com/RequestNetwork/requestNetwork/issues/358)) ([204f8ae](https://github.com/RequestNetwork/requestNetwork/commit/204f8ae44c8a46503903ac1735bbf8c8f6d667cf)) - - +- add currency support to Celo network and CUSD ([#358](https://github.com/RequestNetwork/requestNetwork/issues/358)) ([204f8ae](https://github.com/RequestNetwork/requestNetwork/commit/204f8ae44c8a46503903ac1735bbf8c8f6d667cf)) # 0.26.0 (2020-10-14) - - # 0.24.0 (2020-10-09) - ### Bug Fixes -* clone the array topics to avoid modification of parameters ([#215](https://github.com/RequestNetwork/requestNetwork/issues/215)) ([7447c0b](https://github.com/RequestNetwork/requestNetwork/commit/7447c0be26b645ab54e1c82b1451570e88618861)) -* don't remove failed transactions from data-access ([#236](https://github.com/RequestNetwork/requestNetwork/issues/236)) ([74835f0](https://github.com/RequestNetwork/requestNetwork/commit/74835f0890de5816d0d29c43c1c253ecd756bd6e)) -* skip failing etherscan tests ([#316](https://github.com/RequestNetwork/requestNetwork/issues/316)) ([55fa5d6](https://github.com/RequestNetwork/requestNetwork/commit/55fa5d6cb01495339ae141c567f155d6f277f17b)) - +- clone the array topics to avoid modification of parameters ([#215](https://github.com/RequestNetwork/requestNetwork/issues/215)) ([7447c0b](https://github.com/RequestNetwork/requestNetwork/commit/7447c0be26b645ab54e1c82b1451570e88618861)) +- don't remove failed transactions from data-access ([#236](https://github.com/RequestNetwork/requestNetwork/issues/236)) ([74835f0](https://github.com/RequestNetwork/requestNetwork/commit/74835f0890de5816d0d29c43c1c253ecd756bd6e)) +- skip failing etherscan tests ([#316](https://github.com/RequestNetwork/requestNetwork/issues/316)) ([55fa5d6](https://github.com/RequestNetwork/requestNetwork/commit/55fa5d6cb01495339ae141c567f155d6f277f17b)) ### Features -* add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) -* add the identity ethereumSmartContract to the request logic ([#218](https://github.com/RequestNetwork/requestNetwork/issues/218)) ([66d97e0](https://github.com/RequestNetwork/requestNetwork/commit/66d97e00dee7305088cb94a0edf542fe4d0bbd56)) -* amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) -* replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) - - +- add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) +- add the identity ethereumSmartContract to the request logic ([#218](https://github.com/RequestNetwork/requestNetwork/issues/218)) ([66d97e0](https://github.com/RequestNetwork/requestNetwork/commit/66d97e00dee7305088cb94a0edf542fe4d0bbd56)) +- amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) +- replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) # 0.16.0 (2020-04-21) - ### Features -* add an option to disable payment detection in the request client ([#201](https://github.com/RequestNetwork/requestNetwork/issues/201)) ([035302f](https://github.com/RequestNetwork/requestNetwork/commit/035302f70f86fe914d2970417c4b55a6e0a32eda)) -* **request-node:** Add Request Node version and Request Client version to requests header ([#192](https://github.com/RequestNetwork/requestNetwork/issues/192)) ([20ad94b](https://github.com/RequestNetwork/requestNetwork/commit/20ad94b7679b5c08a3951329b1fa8a58c8a3e2df)) -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - +- add an option to disable payment detection in the request client ([#201](https://github.com/RequestNetwork/requestNetwork/issues/201)) ([035302f](https://github.com/RequestNetwork/requestNetwork/commit/035302f70f86fe914d2970417c4b55a6e0a32eda)) +- **request-node:** Add Request Node version and Request Client version to requests header ([#192](https://github.com/RequestNetwork/requestNetwork/issues/192)) ([20ad94b](https://github.com/RequestNetwork/requestNetwork/commit/20ad94b7679b5c08a3951329b1fa8a58c8a3e2df)) +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - ### Bug Fixes -* reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) -* stateful currency network for ETH and BTC ([#161](https://github.com/RequestNetwork/requestNetwork/issues/161)) ([20ec53e](https://github.com/RequestNetwork/requestNetwork/commit/20ec53ea3be6b98252bdb3dc106eb4eedccd90c1)) - +- reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) +- stateful currency network for ETH and BTC ([#161](https://github.com/RequestNetwork/requestNetwork/issues/161)) ([20ec53e](https://github.com/RequestNetwork/requestNetwork/commit/20ec53ea3be6b98252bdb3dc106eb4eedccd90c1)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) -* emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) +- emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) # 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)) - +- 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)) - - +- 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)) - +- 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 -* **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)) -* 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)) +- balance event timestamps ([#78](https://github.com/RequestNetwork/requestNetwork/issues/78)) ([ee2a78f](https://github.com/RequestNetwork/requestNetwork/commit/ee2a78ff5ba83d84739b743db283bb8abfca6b63)) # 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)) - +- use ERC20 default network ([#623](https://github.com/RequestNetwork/requestNetwork/issues/623)) ([772dd37](https://github.com/RequestNetwork/requestNetwork/commit/772dd37877497a38b9cc74a08c70a6c5aecefa2d)) ### Features -* 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)) -* **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)) +- **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.29.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-client.js@0.9.0...@requestnetwork/request-client.js@0.29.0) (2020-11-12) - ### Features -* add currency support to Celo network and CUSD ([#358](https://github.com/RequestNetwork/requestNetwork/issues/358)) ([204f8ae](https://github.com/RequestNetwork/requestNetwork/commit/204f8ae44c8a46503903ac1735bbf8c8f6d667cf)) - - +- add currency support to Celo network and CUSD ([#358](https://github.com/RequestNetwork/requestNetwork/issues/358)) ([204f8ae](https://github.com/RequestNetwork/requestNetwork/commit/204f8ae44c8a46503903ac1735bbf8c8f6d667cf)) # 0.26.0 (2020-10-14) - - # 0.24.0 (2020-10-09) - ### Bug Fixes -* clone the array topics to avoid modification of parameters ([#215](https://github.com/RequestNetwork/requestNetwork/issues/215)) ([7447c0b](https://github.com/RequestNetwork/requestNetwork/commit/7447c0be26b645ab54e1c82b1451570e88618861)) -* don't remove failed transactions from data-access ([#236](https://github.com/RequestNetwork/requestNetwork/issues/236)) ([74835f0](https://github.com/RequestNetwork/requestNetwork/commit/74835f0890de5816d0d29c43c1c253ecd756bd6e)) -* skip failing etherscan tests ([#316](https://github.com/RequestNetwork/requestNetwork/issues/316)) ([55fa5d6](https://github.com/RequestNetwork/requestNetwork/commit/55fa5d6cb01495339ae141c567f155d6f277f17b)) - +- clone the array topics to avoid modification of parameters ([#215](https://github.com/RequestNetwork/requestNetwork/issues/215)) ([7447c0b](https://github.com/RequestNetwork/requestNetwork/commit/7447c0be26b645ab54e1c82b1451570e88618861)) +- don't remove failed transactions from data-access ([#236](https://github.com/RequestNetwork/requestNetwork/issues/236)) ([74835f0](https://github.com/RequestNetwork/requestNetwork/commit/74835f0890de5816d0d29c43c1c253ecd756bd6e)) +- skip failing etherscan tests ([#316](https://github.com/RequestNetwork/requestNetwork/issues/316)) ([55fa5d6](https://github.com/RequestNetwork/requestNetwork/commit/55fa5d6cb01495339ae141c567f155d6f277f17b)) ### Features -* add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) -* add the identity ethereumSmartContract to the request logic ([#218](https://github.com/RequestNetwork/requestNetwork/issues/218)) ([66d97e0](https://github.com/RequestNetwork/requestNetwork/commit/66d97e00dee7305088cb94a0edf542fe4d0bbd56)) -* amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) -* replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) - - +- add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) +- add the identity ethereumSmartContract to the request logic ([#218](https://github.com/RequestNetwork/requestNetwork/issues/218)) ([66d97e0](https://github.com/RequestNetwork/requestNetwork/commit/66d97e00dee7305088cb94a0edf542fe4d0bbd56)) +- amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) +- replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) # 0.16.0 (2020-04-21) - ### Features -* add an option to disable payment detection in the request client ([#201](https://github.com/RequestNetwork/requestNetwork/issues/201)) ([035302f](https://github.com/RequestNetwork/requestNetwork/commit/035302f70f86fe914d2970417c4b55a6e0a32eda)) -* **request-node:** Add Request Node version and Request Client version to requests header ([#192](https://github.com/RequestNetwork/requestNetwork/issues/192)) ([20ad94b](https://github.com/RequestNetwork/requestNetwork/commit/20ad94b7679b5c08a3951329b1fa8a58c8a3e2df)) -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - +- add an option to disable payment detection in the request client ([#201](https://github.com/RequestNetwork/requestNetwork/issues/201)) ([035302f](https://github.com/RequestNetwork/requestNetwork/commit/035302f70f86fe914d2970417c4b55a6e0a32eda)) +- **request-node:** Add Request Node version and Request Client version to requests header ([#192](https://github.com/RequestNetwork/requestNetwork/issues/192)) ([20ad94b](https://github.com/RequestNetwork/requestNetwork/commit/20ad94b7679b5c08a3951329b1fa8a58c8a3e2df)) +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - ### Bug Fixes -* reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) -* stateful currency network for ETH and BTC ([#161](https://github.com/RequestNetwork/requestNetwork/issues/161)) ([20ec53e](https://github.com/RequestNetwork/requestNetwork/commit/20ec53ea3be6b98252bdb3dc106eb4eedccd90c1)) - +- reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) +- stateful currency network for ETH and BTC ([#161](https://github.com/RequestNetwork/requestNetwork/issues/161)) ([20ec53e](https://github.com/RequestNetwork/requestNetwork/commit/20ec53ea3be6b98252bdb3dc106eb4eedccd90c1)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) -* emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) +- emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) # 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)) - +- 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)) - - +- 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)) - +- 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 -* **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)) -* 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)) +- balance event timestamps ([#78](https://github.com/RequestNetwork/requestNetwork/issues/78)) ([ee2a78f](https://github.com/RequestNetwork/requestNetwork/commit/ee2a78ff5ba83d84739b743db283bb8abfca6b63)) # 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)) - +- use ERC20 default network ([#623](https://github.com/RequestNetwork/requestNetwork/issues/623)) ([772dd37](https://github.com/RequestNetwork/requestNetwork/commit/772dd37877497a38b9cc74a08c70a6c5aecefa2d)) ### Features -* 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)) -* **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)) +- **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.28.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-client.js@0.9.0...@requestnetwork/request-client.js@0.28.0) (2020-11-05) - - # 0.26.0 (2020-10-14) - - # 0.24.0 (2020-10-09) - ### Bug Fixes -* clone the array topics to avoid modification of parameters ([#215](https://github.com/RequestNetwork/requestNetwork/issues/215)) ([7447c0b](https://github.com/RequestNetwork/requestNetwork/commit/7447c0be26b645ab54e1c82b1451570e88618861)) -* don't remove failed transactions from data-access ([#236](https://github.com/RequestNetwork/requestNetwork/issues/236)) ([74835f0](https://github.com/RequestNetwork/requestNetwork/commit/74835f0890de5816d0d29c43c1c253ecd756bd6e)) -* skip failing etherscan tests ([#316](https://github.com/RequestNetwork/requestNetwork/issues/316)) ([55fa5d6](https://github.com/RequestNetwork/requestNetwork/commit/55fa5d6cb01495339ae141c567f155d6f277f17b)) - +- clone the array topics to avoid modification of parameters ([#215](https://github.com/RequestNetwork/requestNetwork/issues/215)) ([7447c0b](https://github.com/RequestNetwork/requestNetwork/commit/7447c0be26b645ab54e1c82b1451570e88618861)) +- don't remove failed transactions from data-access ([#236](https://github.com/RequestNetwork/requestNetwork/issues/236)) ([74835f0](https://github.com/RequestNetwork/requestNetwork/commit/74835f0890de5816d0d29c43c1c253ecd756bd6e)) +- skip failing etherscan tests ([#316](https://github.com/RequestNetwork/requestNetwork/issues/316)) ([55fa5d6](https://github.com/RequestNetwork/requestNetwork/commit/55fa5d6cb01495339ae141c567f155d6f277f17b)) ### Features -* add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) -* add the identity ethereumSmartContract to the request logic ([#218](https://github.com/RequestNetwork/requestNetwork/issues/218)) ([66d97e0](https://github.com/RequestNetwork/requestNetwork/commit/66d97e00dee7305088cb94a0edf542fe4d0bbd56)) -* amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) -* replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) - - +- add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) +- add the identity ethereumSmartContract to the request logic ([#218](https://github.com/RequestNetwork/requestNetwork/issues/218)) ([66d97e0](https://github.com/RequestNetwork/requestNetwork/commit/66d97e00dee7305088cb94a0edf542fe4d0bbd56)) +- amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) +- replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) # 0.16.0 (2020-04-21) - ### Features -* add an option to disable payment detection in the request client ([#201](https://github.com/RequestNetwork/requestNetwork/issues/201)) ([035302f](https://github.com/RequestNetwork/requestNetwork/commit/035302f70f86fe914d2970417c4b55a6e0a32eda)) -* **request-node:** Add Request Node version and Request Client version to requests header ([#192](https://github.com/RequestNetwork/requestNetwork/issues/192)) ([20ad94b](https://github.com/RequestNetwork/requestNetwork/commit/20ad94b7679b5c08a3951329b1fa8a58c8a3e2df)) -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - +- add an option to disable payment detection in the request client ([#201](https://github.com/RequestNetwork/requestNetwork/issues/201)) ([035302f](https://github.com/RequestNetwork/requestNetwork/commit/035302f70f86fe914d2970417c4b55a6e0a32eda)) +- **request-node:** Add Request Node version and Request Client version to requests header ([#192](https://github.com/RequestNetwork/requestNetwork/issues/192)) ([20ad94b](https://github.com/RequestNetwork/requestNetwork/commit/20ad94b7679b5c08a3951329b1fa8a58c8a3e2df)) +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - ### Bug Fixes -* reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) -* stateful currency network for ETH and BTC ([#161](https://github.com/RequestNetwork/requestNetwork/issues/161)) ([20ec53e](https://github.com/RequestNetwork/requestNetwork/commit/20ec53ea3be6b98252bdb3dc106eb4eedccd90c1)) - +- reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) +- stateful currency network for ETH and BTC ([#161](https://github.com/RequestNetwork/requestNetwork/issues/161)) ([20ec53e](https://github.com/RequestNetwork/requestNetwork/commit/20ec53ea3be6b98252bdb3dc106eb4eedccd90c1)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) -* emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) +- emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) # 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)) - +- 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)) - - +- 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)) - +- 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 -* **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)) -* 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)) +- balance event timestamps ([#78](https://github.com/RequestNetwork/requestNetwork/issues/78)) ([ee2a78f](https://github.com/RequestNetwork/requestNetwork/commit/ee2a78ff5ba83d84739b743db283bb8abfca6b63)) # 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)) - +- use ERC20 default network ([#623](https://github.com/RequestNetwork/requestNetwork/issues/623)) ([772dd37](https://github.com/RequestNetwork/requestNetwork/commit/772dd37877497a38b9cc74a08c70a6c5aecefa2d)) ### Features -* 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)) -* **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)) +- **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.27.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-client.js@0.9.0...@requestnetwork/request-client.js@0.27.0) (2020-10-21) - - # 0.26.0 (2020-10-14) - - # 0.24.0 (2020-10-09) - ### Bug Fixes -* clone the array topics to avoid modification of parameters ([#215](https://github.com/RequestNetwork/requestNetwork/issues/215)) ([7447c0b](https://github.com/RequestNetwork/requestNetwork/commit/7447c0be26b645ab54e1c82b1451570e88618861)) -* don't remove failed transactions from data-access ([#236](https://github.com/RequestNetwork/requestNetwork/issues/236)) ([74835f0](https://github.com/RequestNetwork/requestNetwork/commit/74835f0890de5816d0d29c43c1c253ecd756bd6e)) -* skip failing etherscan tests ([#316](https://github.com/RequestNetwork/requestNetwork/issues/316)) ([55fa5d6](https://github.com/RequestNetwork/requestNetwork/commit/55fa5d6cb01495339ae141c567f155d6f277f17b)) - +- clone the array topics to avoid modification of parameters ([#215](https://github.com/RequestNetwork/requestNetwork/issues/215)) ([7447c0b](https://github.com/RequestNetwork/requestNetwork/commit/7447c0be26b645ab54e1c82b1451570e88618861)) +- don't remove failed transactions from data-access ([#236](https://github.com/RequestNetwork/requestNetwork/issues/236)) ([74835f0](https://github.com/RequestNetwork/requestNetwork/commit/74835f0890de5816d0d29c43c1c253ecd756bd6e)) +- skip failing etherscan tests ([#316](https://github.com/RequestNetwork/requestNetwork/issues/316)) ([55fa5d6](https://github.com/RequestNetwork/requestNetwork/commit/55fa5d6cb01495339ae141c567f155d6f277f17b)) ### Features -* add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) -* add the identity ethereumSmartContract to the request logic ([#218](https://github.com/RequestNetwork/requestNetwork/issues/218)) ([66d97e0](https://github.com/RequestNetwork/requestNetwork/commit/66d97e00dee7305088cb94a0edf542fe4d0bbd56)) -* amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) -* replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) - - +- add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) +- add the identity ethereumSmartContract to the request logic ([#218](https://github.com/RequestNetwork/requestNetwork/issues/218)) ([66d97e0](https://github.com/RequestNetwork/requestNetwork/commit/66d97e00dee7305088cb94a0edf542fe4d0bbd56)) +- amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) +- replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) # 0.16.0 (2020-04-21) - ### Features -* **request-node:** Add Request Node version and Request Client version to requests header ([#192](https://github.com/RequestNetwork/requestNetwork/issues/192)) ([20ad94b](https://github.com/RequestNetwork/requestNetwork/commit/20ad94b7679b5c08a3951329b1fa8a58c8a3e2df)) -* add an option to disable payment detection in the request client ([#201](https://github.com/RequestNetwork/requestNetwork/issues/201)) ([035302f](https://github.com/RequestNetwork/requestNetwork/commit/035302f70f86fe914d2970417c4b55a6e0a32eda)) -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - +- **request-node:** Add Request Node version and Request Client version to requests header ([#192](https://github.com/RequestNetwork/requestNetwork/issues/192)) ([20ad94b](https://github.com/RequestNetwork/requestNetwork/commit/20ad94b7679b5c08a3951329b1fa8a58c8a3e2df)) +- add an option to disable payment detection in the request client ([#201](https://github.com/RequestNetwork/requestNetwork/issues/201)) ([035302f](https://github.com/RequestNetwork/requestNetwork/commit/035302f70f86fe914d2970417c4b55a6e0a32eda)) +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - ### Bug Fixes -* reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) -* stateful currency network for ETH and BTC ([#161](https://github.com/RequestNetwork/requestNetwork/issues/161)) ([20ec53e](https://github.com/RequestNetwork/requestNetwork/commit/20ec53ea3be6b98252bdb3dc106eb4eedccd90c1)) - +- reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) +- stateful currency network for ETH and BTC ([#161](https://github.com/RequestNetwork/requestNetwork/issues/161)) ([20ec53e](https://github.com/RequestNetwork/requestNetwork/commit/20ec53ea3be6b98252bdb3dc106eb4eedccd90c1)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) -* emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) +- emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) # 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)) - +- 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)) - - +- 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)) - +- 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)) - - +- 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)) - +- 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)) - - - - +- **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.26.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-client.js@0.9.0...@requestnetwork/request-client.js@0.26.0) (2020-10-14) - - # 0.24.0 (2020-10-09) - ### Bug Fixes -* clone the array topics to avoid modification of parameters ([#215](https://github.com/RequestNetwork/requestNetwork/issues/215)) ([7447c0b](https://github.com/RequestNetwork/requestNetwork/commit/7447c0be26b645ab54e1c82b1451570e88618861)) -* don't remove failed transactions from data-access ([#236](https://github.com/RequestNetwork/requestNetwork/issues/236)) ([74835f0](https://github.com/RequestNetwork/requestNetwork/commit/74835f0890de5816d0d29c43c1c253ecd756bd6e)) -* skip failing etherscan tests ([#316](https://github.com/RequestNetwork/requestNetwork/issues/316)) ([55fa5d6](https://github.com/RequestNetwork/requestNetwork/commit/55fa5d6cb01495339ae141c567f155d6f277f17b)) - +- clone the array topics to avoid modification of parameters ([#215](https://github.com/RequestNetwork/requestNetwork/issues/215)) ([7447c0b](https://github.com/RequestNetwork/requestNetwork/commit/7447c0be26b645ab54e1c82b1451570e88618861)) +- don't remove failed transactions from data-access ([#236](https://github.com/RequestNetwork/requestNetwork/issues/236)) ([74835f0](https://github.com/RequestNetwork/requestNetwork/commit/74835f0890de5816d0d29c43c1c253ecd756bd6e)) +- skip failing etherscan tests ([#316](https://github.com/RequestNetwork/requestNetwork/issues/316)) ([55fa5d6](https://github.com/RequestNetwork/requestNetwork/commit/55fa5d6cb01495339ae141c567f155d6f277f17b)) ### Features -* add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) -* add the identity ethereumSmartContract to the request logic ([#218](https://github.com/RequestNetwork/requestNetwork/issues/218)) ([66d97e0](https://github.com/RequestNetwork/requestNetwork/commit/66d97e00dee7305088cb94a0edf542fe4d0bbd56)) -* amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) -* replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) - - +- add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) +- add the identity ethereumSmartContract to the request logic ([#218](https://github.com/RequestNetwork/requestNetwork/issues/218)) ([66d97e0](https://github.com/RequestNetwork/requestNetwork/commit/66d97e00dee7305088cb94a0edf542fe4d0bbd56)) +- amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) +- replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) # 0.16.0 (2020-04-21) - ### Features -* **request-node:** Add Request Node version and Request Client version to requests header ([#192](https://github.com/RequestNetwork/requestNetwork/issues/192)) ([20ad94b](https://github.com/RequestNetwork/requestNetwork/commit/20ad94b7679b5c08a3951329b1fa8a58c8a3e2df)) -* add an option to disable payment detection in the request client ([#201](https://github.com/RequestNetwork/requestNetwork/issues/201)) ([035302f](https://github.com/RequestNetwork/requestNetwork/commit/035302f70f86fe914d2970417c4b55a6e0a32eda)) -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - +- **request-node:** Add Request Node version and Request Client version to requests header ([#192](https://github.com/RequestNetwork/requestNetwork/issues/192)) ([20ad94b](https://github.com/RequestNetwork/requestNetwork/commit/20ad94b7679b5c08a3951329b1fa8a58c8a3e2df)) +- add an option to disable payment detection in the request client ([#201](https://github.com/RequestNetwork/requestNetwork/issues/201)) ([035302f](https://github.com/RequestNetwork/requestNetwork/commit/035302f70f86fe914d2970417c4b55a6e0a32eda)) +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - ### Bug Fixes -* reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) -* stateful currency network for ETH and BTC ([#161](https://github.com/RequestNetwork/requestNetwork/issues/161)) ([20ec53e](https://github.com/RequestNetwork/requestNetwork/commit/20ec53ea3be6b98252bdb3dc106eb4eedccd90c1)) - +- reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) +- stateful currency network for ETH and BTC ([#161](https://github.com/RequestNetwork/requestNetwork/issues/161)) ([20ec53e](https://github.com/RequestNetwork/requestNetwork/commit/20ec53ea3be6b98252bdb3dc106eb4eedccd90c1)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) -* emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) +- emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) # 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)) - +- 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)) - - +- 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)) - +- 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)) - - +- 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)) - +- 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)) - - - - +- **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.25.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-client.js@0.9.0...@requestnetwork/request-client.js@0.25.0) (2020-10-13) - - # 0.24.0 (2020-10-09) - ### Bug Fixes -* clone the array topics to avoid modification of parameters ([#215](https://github.com/RequestNetwork/requestNetwork/issues/215)) ([7447c0b](https://github.com/RequestNetwork/requestNetwork/commit/7447c0be26b645ab54e1c82b1451570e88618861)) -* don't remove failed transactions from data-access ([#236](https://github.com/RequestNetwork/requestNetwork/issues/236)) ([74835f0](https://github.com/RequestNetwork/requestNetwork/commit/74835f0890de5816d0d29c43c1c253ecd756bd6e)) -* skip failing etherscan tests ([#316](https://github.com/RequestNetwork/requestNetwork/issues/316)) ([55fa5d6](https://github.com/RequestNetwork/requestNetwork/commit/55fa5d6cb01495339ae141c567f155d6f277f17b)) - +- clone the array topics to avoid modification of parameters ([#215](https://github.com/RequestNetwork/requestNetwork/issues/215)) ([7447c0b](https://github.com/RequestNetwork/requestNetwork/commit/7447c0be26b645ab54e1c82b1451570e88618861)) +- don't remove failed transactions from data-access ([#236](https://github.com/RequestNetwork/requestNetwork/issues/236)) ([74835f0](https://github.com/RequestNetwork/requestNetwork/commit/74835f0890de5816d0d29c43c1c253ecd756bd6e)) +- skip failing etherscan tests ([#316](https://github.com/RequestNetwork/requestNetwork/issues/316)) ([55fa5d6](https://github.com/RequestNetwork/requestNetwork/commit/55fa5d6cb01495339ae141c567f155d6f277f17b)) ### Features -* add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) -* add the identity ethereumSmartContract to the request logic ([#218](https://github.com/RequestNetwork/requestNetwork/issues/218)) ([66d97e0](https://github.com/RequestNetwork/requestNetwork/commit/66d97e00dee7305088cb94a0edf542fe4d0bbd56)) -* amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) -* replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) - - +- add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) +- add the identity ethereumSmartContract to the request logic ([#218](https://github.com/RequestNetwork/requestNetwork/issues/218)) ([66d97e0](https://github.com/RequestNetwork/requestNetwork/commit/66d97e00dee7305088cb94a0edf542fe4d0bbd56)) +- amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) +- replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) # 0.16.0 (2020-04-21) - ### Features -* **request-node:** Add Request Node version and Request Client version to requests header ([#192](https://github.com/RequestNetwork/requestNetwork/issues/192)) ([20ad94b](https://github.com/RequestNetwork/requestNetwork/commit/20ad94b7679b5c08a3951329b1fa8a58c8a3e2df)) -* add an option to disable payment detection in the request client ([#201](https://github.com/RequestNetwork/requestNetwork/issues/201)) ([035302f](https://github.com/RequestNetwork/requestNetwork/commit/035302f70f86fe914d2970417c4b55a6e0a32eda)) -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - +- **request-node:** Add Request Node version and Request Client version to requests header ([#192](https://github.com/RequestNetwork/requestNetwork/issues/192)) ([20ad94b](https://github.com/RequestNetwork/requestNetwork/commit/20ad94b7679b5c08a3951329b1fa8a58c8a3e2df)) +- add an option to disable payment detection in the request client ([#201](https://github.com/RequestNetwork/requestNetwork/issues/201)) ([035302f](https://github.com/RequestNetwork/requestNetwork/commit/035302f70f86fe914d2970417c4b55a6e0a32eda)) +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - ### Bug Fixes -* reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) -* stateful currency network for ETH and BTC ([#161](https://github.com/RequestNetwork/requestNetwork/issues/161)) ([20ec53e](https://github.com/RequestNetwork/requestNetwork/commit/20ec53ea3be6b98252bdb3dc106eb4eedccd90c1)) - +- reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) +- stateful currency network for ETH and BTC ([#161](https://github.com/RequestNetwork/requestNetwork/issues/161)) ([20ec53e](https://github.com/RequestNetwork/requestNetwork/commit/20ec53ea3be6b98252bdb3dc106eb4eedccd90c1)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) -* emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) +- emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) # 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)) - +- 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)) - - +- 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)) - +- 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)) - - +- 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)) - +- 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)) - - - - +- **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.24.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-client.js@0.9.0...@requestnetwork/request-client.js@0.24.0) (2020-10-09) - ### Bug Fixes -* clone the array topics to avoid modification of parameters ([#215](https://github.com/RequestNetwork/requestNetwork/issues/215)) ([7447c0b](https://github.com/RequestNetwork/requestNetwork/commit/7447c0be26b645ab54e1c82b1451570e88618861)) -* don't remove failed transactions from data-access ([#236](https://github.com/RequestNetwork/requestNetwork/issues/236)) ([74835f0](https://github.com/RequestNetwork/requestNetwork/commit/74835f0890de5816d0d29c43c1c253ecd756bd6e)) -* skip failing etherscan tests ([#316](https://github.com/RequestNetwork/requestNetwork/issues/316)) ([55fa5d6](https://github.com/RequestNetwork/requestNetwork/commit/55fa5d6cb01495339ae141c567f155d6f277f17b)) - +- clone the array topics to avoid modification of parameters ([#215](https://github.com/RequestNetwork/requestNetwork/issues/215)) ([7447c0b](https://github.com/RequestNetwork/requestNetwork/commit/7447c0be26b645ab54e1c82b1451570e88618861)) +- don't remove failed transactions from data-access ([#236](https://github.com/RequestNetwork/requestNetwork/issues/236)) ([74835f0](https://github.com/RequestNetwork/requestNetwork/commit/74835f0890de5816d0d29c43c1c253ecd756bd6e)) +- skip failing etherscan tests ([#316](https://github.com/RequestNetwork/requestNetwork/issues/316)) ([55fa5d6](https://github.com/RequestNetwork/requestNetwork/commit/55fa5d6cb01495339ae141c567f155d6f277f17b)) ### Features -* add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) -* add the identity ethereumSmartContract to the request logic ([#218](https://github.com/RequestNetwork/requestNetwork/issues/218)) ([66d97e0](https://github.com/RequestNetwork/requestNetwork/commit/66d97e00dee7305088cb94a0edf542fe4d0bbd56)) -* amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) -* replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) - - +- add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) +- add the identity ethereumSmartContract to the request logic ([#218](https://github.com/RequestNetwork/requestNetwork/issues/218)) ([66d97e0](https://github.com/RequestNetwork/requestNetwork/commit/66d97e00dee7305088cb94a0edf542fe4d0bbd56)) +- amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) +- replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) # 0.16.0 (2020-04-21) - ### Features -* **request-node:** Add Request Node version and Request Client version to requests header ([#192](https://github.com/RequestNetwork/requestNetwork/issues/192)) ([20ad94b](https://github.com/RequestNetwork/requestNetwork/commit/20ad94b7679b5c08a3951329b1fa8a58c8a3e2df)) -* add an option to disable payment detection in the request client ([#201](https://github.com/RequestNetwork/requestNetwork/issues/201)) ([035302f](https://github.com/RequestNetwork/requestNetwork/commit/035302f70f86fe914d2970417c4b55a6e0a32eda)) -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - +- **request-node:** Add Request Node version and Request Client version to requests header ([#192](https://github.com/RequestNetwork/requestNetwork/issues/192)) ([20ad94b](https://github.com/RequestNetwork/requestNetwork/commit/20ad94b7679b5c08a3951329b1fa8a58c8a3e2df)) +- add an option to disable payment detection in the request client ([#201](https://github.com/RequestNetwork/requestNetwork/issues/201)) ([035302f](https://github.com/RequestNetwork/requestNetwork/commit/035302f70f86fe914d2970417c4b55a6e0a32eda)) +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - ### Bug Fixes -* reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) -* stateful currency network for ETH and BTC ([#161](https://github.com/RequestNetwork/requestNetwork/issues/161)) ([20ec53e](https://github.com/RequestNetwork/requestNetwork/commit/20ec53ea3be6b98252bdb3dc106eb4eedccd90c1)) - +- reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) +- stateful currency network for ETH and BTC ([#161](https://github.com/RequestNetwork/requestNetwork/issues/161)) ([20ec53e](https://github.com/RequestNetwork/requestNetwork/commit/20ec53ea3be6b98252bdb3dc106eb4eedccd90c1)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) -* emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) +- emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) # 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)) - +- 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)) - - +- 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)) - +- 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)) - - +- 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)) - +- 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)) - - - - +- **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.23.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-client.js@0.9.0...@requestnetwork/request-client.js@0.23.0) (2020-09-28) - ### Bug Fixes -* clone the array topics to avoid modification of parameters ([#215](https://github.com/RequestNetwork/requestNetwork/issues/215)) ([7447c0b](https://github.com/RequestNetwork/requestNetwork/commit/7447c0be26b645ab54e1c82b1451570e88618861)) -* don't remove failed transactions from data-access ([#236](https://github.com/RequestNetwork/requestNetwork/issues/236)) ([74835f0](https://github.com/RequestNetwork/requestNetwork/commit/74835f0890de5816d0d29c43c1c253ecd756bd6e)) -* skip failing etherscan tests ([#316](https://github.com/RequestNetwork/requestNetwork/issues/316)) ([55fa5d6](https://github.com/RequestNetwork/requestNetwork/commit/55fa5d6cb01495339ae141c567f155d6f277f17b)) - +- clone the array topics to avoid modification of parameters ([#215](https://github.com/RequestNetwork/requestNetwork/issues/215)) ([7447c0b](https://github.com/RequestNetwork/requestNetwork/commit/7447c0be26b645ab54e1c82b1451570e88618861)) +- don't remove failed transactions from data-access ([#236](https://github.com/RequestNetwork/requestNetwork/issues/236)) ([74835f0](https://github.com/RequestNetwork/requestNetwork/commit/74835f0890de5816d0d29c43c1c253ecd756bd6e)) +- skip failing etherscan tests ([#316](https://github.com/RequestNetwork/requestNetwork/issues/316)) ([55fa5d6](https://github.com/RequestNetwork/requestNetwork/commit/55fa5d6cb01495339ae141c567f155d6f277f17b)) ### Features -* add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) -* add the identity ethereumSmartContract to the request logic ([#218](https://github.com/RequestNetwork/requestNetwork/issues/218)) ([66d97e0](https://github.com/RequestNetwork/requestNetwork/commit/66d97e00dee7305088cb94a0edf542fe4d0bbd56)) -* amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) -* replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) - - +- add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) +- add the identity ethereumSmartContract to the request logic ([#218](https://github.com/RequestNetwork/requestNetwork/issues/218)) ([66d97e0](https://github.com/RequestNetwork/requestNetwork/commit/66d97e00dee7305088cb94a0edf542fe4d0bbd56)) +- amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) +- replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) # 0.16.0 (2020-04-21) - ### Features -* add an option to disable payment detection in the request client ([#201](https://github.com/RequestNetwork/requestNetwork/issues/201)) ([035302f](https://github.com/RequestNetwork/requestNetwork/commit/035302f70f86fe914d2970417c4b55a6e0a32eda)) -* **request-node:** Add Request Node version and Request Client version to requests header ([#192](https://github.com/RequestNetwork/requestNetwork/issues/192)) ([20ad94b](https://github.com/RequestNetwork/requestNetwork/commit/20ad94b7679b5c08a3951329b1fa8a58c8a3e2df)) -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - +- add an option to disable payment detection in the request client ([#201](https://github.com/RequestNetwork/requestNetwork/issues/201)) ([035302f](https://github.com/RequestNetwork/requestNetwork/commit/035302f70f86fe914d2970417c4b55a6e0a32eda)) +- **request-node:** Add Request Node version and Request Client version to requests header ([#192](https://github.com/RequestNetwork/requestNetwork/issues/192)) ([20ad94b](https://github.com/RequestNetwork/requestNetwork/commit/20ad94b7679b5c08a3951329b1fa8a58c8a3e2df)) +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - ### Bug Fixes -* reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) -* stateful currency network for ETH and BTC ([#161](https://github.com/RequestNetwork/requestNetwork/issues/161)) ([20ec53e](https://github.com/RequestNetwork/requestNetwork/commit/20ec53ea3be6b98252bdb3dc106eb4eedccd90c1)) - +- reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) +- stateful currency network for ETH and BTC ([#161](https://github.com/RequestNetwork/requestNetwork/issues/161)) ([20ec53e](https://github.com/RequestNetwork/requestNetwork/commit/20ec53ea3be6b98252bdb3dc106eb4eedccd90c1)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) -* emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) +- emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) # 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)) - +- 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)) - - +- 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)) - +- 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 -* **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)) -* 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)) +- balance event timestamps ([#78](https://github.com/RequestNetwork/requestNetwork/issues/78)) ([ee2a78f](https://github.com/RequestNetwork/requestNetwork/commit/ee2a78ff5ba83d84739b743db283bb8abfca6b63)) # 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)) - +- use ERC20 default network ([#623](https://github.com/RequestNetwork/requestNetwork/issues/623)) ([772dd37](https://github.com/RequestNetwork/requestNetwork/commit/772dd37877497a38b9cc74a08c70a6c5aecefa2d)) ### Features -* 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)) -* **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)) +- **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.22.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-client.js@0.9.0...@requestnetwork/request-client.js@0.22.0) (2020-09-18) - ### Bug Fixes -* clone the array topics to avoid modification of parameters ([#215](https://github.com/RequestNetwork/requestNetwork/issues/215)) ([7447c0b](https://github.com/RequestNetwork/requestNetwork/commit/7447c0be26b645ab54e1c82b1451570e88618861)) -* don't remove failed transactions from data-access ([#236](https://github.com/RequestNetwork/requestNetwork/issues/236)) ([74835f0](https://github.com/RequestNetwork/requestNetwork/commit/74835f0890de5816d0d29c43c1c253ecd756bd6e)) - +- clone the array topics to avoid modification of parameters ([#215](https://github.com/RequestNetwork/requestNetwork/issues/215)) ([7447c0b](https://github.com/RequestNetwork/requestNetwork/commit/7447c0be26b645ab54e1c82b1451570e88618861)) +- don't remove failed transactions from data-access ([#236](https://github.com/RequestNetwork/requestNetwork/issues/236)) ([74835f0](https://github.com/RequestNetwork/requestNetwork/commit/74835f0890de5816d0d29c43c1c253ecd756bd6e)) ### Features -* add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) -* add the identity ethereumSmartContract to the request logic ([#218](https://github.com/RequestNetwork/requestNetwork/issues/218)) ([66d97e0](https://github.com/RequestNetwork/requestNetwork/commit/66d97e00dee7305088cb94a0edf542fe4d0bbd56)) -* amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) -* replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) - - +- add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) +- add the identity ethereumSmartContract to the request logic ([#218](https://github.com/RequestNetwork/requestNetwork/issues/218)) ([66d97e0](https://github.com/RequestNetwork/requestNetwork/commit/66d97e00dee7305088cb94a0edf542fe4d0bbd56)) +- amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) +- replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) # 0.16.0 (2020-04-21) - ### Features -* add an option to disable payment detection in the request client ([#201](https://github.com/RequestNetwork/requestNetwork/issues/201)) ([035302f](https://github.com/RequestNetwork/requestNetwork/commit/035302f70f86fe914d2970417c4b55a6e0a32eda)) -* **request-node:** Add Request Node version and Request Client version to requests header ([#192](https://github.com/RequestNetwork/requestNetwork/issues/192)) ([20ad94b](https://github.com/RequestNetwork/requestNetwork/commit/20ad94b7679b5c08a3951329b1fa8a58c8a3e2df)) -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - +- add an option to disable payment detection in the request client ([#201](https://github.com/RequestNetwork/requestNetwork/issues/201)) ([035302f](https://github.com/RequestNetwork/requestNetwork/commit/035302f70f86fe914d2970417c4b55a6e0a32eda)) +- **request-node:** Add Request Node version and Request Client version to requests header ([#192](https://github.com/RequestNetwork/requestNetwork/issues/192)) ([20ad94b](https://github.com/RequestNetwork/requestNetwork/commit/20ad94b7679b5c08a3951329b1fa8a58c8a3e2df)) +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - -### Bug Fixes - -* reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) -* stateful currency network for ETH and BTC ([#161](https://github.com/RequestNetwork/requestNetwork/issues/161)) ([20ec53e](https://github.com/RequestNetwork/requestNetwork/commit/20ec53ea3be6b98252bdb3dc106eb4eedccd90c1)) - - -### Features - -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) -* emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) - - - -# 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 - -* **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)) -* balance event timestamps ([#78](https://github.com/RequestNetwork/requestNetwork/issues/78)) ([ee2a78f](https://github.com/RequestNetwork/requestNetwork/commit/ee2a78ff5ba83d84739b743db283bb8abfca6b63)) - - - -# 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 - -* 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)) -* **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.21.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-client.js@0.9.0...@requestnetwork/request-client.js@0.21.0) (2020-09-01) - - ### Bug Fixes -* clone the array topics to avoid modification of parameters ([#215](https://github.com/RequestNetwork/requestNetwork/issues/215)) ([7447c0b](https://github.com/RequestNetwork/requestNetwork/commit/7447c0be26b645ab54e1c82b1451570e88618861)) -* don't remove failed transactions from data-access ([#236](https://github.com/RequestNetwork/requestNetwork/issues/236)) ([74835f0](https://github.com/RequestNetwork/requestNetwork/commit/74835f0890de5816d0d29c43c1c253ecd756bd6e)) - +- reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) +- stateful currency network for ETH and BTC ([#161](https://github.com/RequestNetwork/requestNetwork/issues/161)) ([20ec53e](https://github.com/RequestNetwork/requestNetwork/commit/20ec53ea3be6b98252bdb3dc106eb4eedccd90c1)) ### Features -* add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) -* add the identity ethereumSmartContract to the request logic ([#218](https://github.com/RequestNetwork/requestNetwork/issues/218)) ([66d97e0](https://github.com/RequestNetwork/requestNetwork/commit/66d97e00dee7305088cb94a0edf542fe4d0bbd56)) -* amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) -* replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) - - - -# 0.16.0 (2020-04-21) - - -### Features - -* **request-node:** Add Request Node version and Request Client version to requests header ([#192](https://github.com/RequestNetwork/requestNetwork/issues/192)) ([20ad94b](https://github.com/RequestNetwork/requestNetwork/commit/20ad94b7679b5c08a3951329b1fa8a58c8a3e2df)) -* add an option to disable payment detection in the request client ([#201](https://github.com/RequestNetwork/requestNetwork/issues/201)) ([035302f](https://github.com/RequestNetwork/requestNetwork/commit/035302f70f86fe914d2970417c4b55a6e0a32eda)) -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - - -# 0.15.0 (2020-04-06) - - -### Bug Fixes - -* reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) -* stateful currency network for ETH and BTC ([#161](https://github.com/RequestNetwork/requestNetwork/issues/161)) ([20ec53e](https://github.com/RequestNetwork/requestNetwork/commit/20ec53ea3be6b98252bdb3dc106eb4eedccd90c1)) - - -### Features - -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) -* emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) - - - -# 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.20.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-client.js@0.9.0...@requestnetwork/request-client.js@0.20.0) (2020-08-27) - - -### Bug Fixes - -* clone the array topics to avoid modification of parameters ([#215](https://github.com/RequestNetwork/requestNetwork/issues/215)) ([7447c0b](https://github.com/RequestNetwork/requestNetwork/commit/7447c0be26b645ab54e1c82b1451570e88618861)) -* don't remove failed transactions from data-access ([#236](https://github.com/RequestNetwork/requestNetwork/issues/236)) ([74835f0](https://github.com/RequestNetwork/requestNetwork/commit/74835f0890de5816d0d29c43c1c253ecd756bd6e)) - - -### Features - -* add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) -* add the identity ethereumSmartContract to the request logic ([#218](https://github.com/RequestNetwork/requestNetwork/issues/218)) ([66d97e0](https://github.com/RequestNetwork/requestNetwork/commit/66d97e00dee7305088cb94a0edf542fe4d0bbd56)) -* amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) -* replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) - - - -# 0.16.0 (2020-04-21) - - -### Features - -* **request-node:** Add Request Node version and Request Client version to requests header ([#192](https://github.com/RequestNetwork/requestNetwork/issues/192)) ([20ad94b](https://github.com/RequestNetwork/requestNetwork/commit/20ad94b7679b5c08a3951329b1fa8a58c8a3e2df)) -* add an option to disable payment detection in the request client ([#201](https://github.com/RequestNetwork/requestNetwork/issues/201)) ([035302f](https://github.com/RequestNetwork/requestNetwork/commit/035302f70f86fe914d2970417c4b55a6e0a32eda)) -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - - -# 0.15.0 (2020-04-06) - - -### Bug Fixes - -* reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) -* stateful currency network for ETH and BTC ([#161](https://github.com/RequestNetwork/requestNetwork/issues/161)) ([20ec53e](https://github.com/RequestNetwork/requestNetwork/commit/20ec53ea3be6b98252bdb3dc106eb4eedccd90c1)) - - -### Features - -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) -* emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) - - - -# 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) +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) +- emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) +# 0.13.0 (2020-02-20) ### Bug Fixes -* use ERC20 default network ([#623](https://github.com/RequestNetwork/requestNetwork/issues/623)) ([772dd37](https://github.com/RequestNetwork/requestNetwork/commit/772dd37877497a38b9cc74a08c70a6c5aecefa2d)) - +- ts-node configuration ([#138](https://github.com/RequestNetwork/requestNetwork/issues/138)) ([e2180d5](https://github.com/RequestNetwork/requestNetwork/commit/e2180d507bd87116fdeb3466690b6df0c5187976)) ### 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)) +- 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 -# [0.19.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-client.js@0.9.0...@requestnetwork/request-client.js@0.19.0) (2020-08-13) +- **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)) +- balance event timestamps ([#78](https://github.com/RequestNetwork/requestNetwork/issues/78)) ([ee2a78f](https://github.com/RequestNetwork/requestNetwork/commit/ee2a78ff5ba83d84739b743db283bb8abfca6b63)) +# 0.10.0 (2019-12-04) ### Bug Fixes -* clone the array topics to avoid modification of parameters ([#215](https://github.com/RequestNetwork/requestNetwork/issues/215)) ([7447c0b](https://github.com/RequestNetwork/requestNetwork/commit/7447c0be26b645ab54e1c82b1451570e88618861)) -* don't remove failed transactions from data-access ([#236](https://github.com/RequestNetwork/requestNetwork/issues/236)) ([74835f0](https://github.com/RequestNetwork/requestNetwork/commit/74835f0890de5816d0d29c43c1c253ecd756bd6e)) - +- use ERC20 default network ([#623](https://github.com/RequestNetwork/requestNetwork/issues/623)) ([772dd37](https://github.com/RequestNetwork/requestNetwork/commit/772dd37877497a38b9cc74a08c70a6c5aecefa2d)) ### Features -* add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) -* add the identity ethereumSmartContract to the request logic ([#218](https://github.com/RequestNetwork/requestNetwork/issues/218)) ([66d97e0](https://github.com/RequestNetwork/requestNetwork/commit/66d97e00dee7305088cb94a0edf542fe4d0bbd56)) -* amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) -* replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) - +- 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)) +- **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.21.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-client.js@0.9.0...@requestnetwork/request-client.js@0.21.0) (2020-09-01) -# 0.16.0 (2020-04-21) +### Bug Fixes +- clone the array topics to avoid modification of parameters ([#215](https://github.com/RequestNetwork/requestNetwork/issues/215)) ([7447c0b](https://github.com/RequestNetwork/requestNetwork/commit/7447c0be26b645ab54e1c82b1451570e88618861)) +- don't remove failed transactions from data-access ([#236](https://github.com/RequestNetwork/requestNetwork/issues/236)) ([74835f0](https://github.com/RequestNetwork/requestNetwork/commit/74835f0890de5816d0d29c43c1c253ecd756bd6e)) ### Features -* **request-node:** Add Request Node version and Request Client version to requests header ([#192](https://github.com/RequestNetwork/requestNetwork/issues/192)) ([20ad94b](https://github.com/RequestNetwork/requestNetwork/commit/20ad94b7679b5c08a3951329b1fa8a58c8a3e2df)) -* add an option to disable payment detection in the request client ([#201](https://github.com/RequestNetwork/requestNetwork/issues/201)) ([035302f](https://github.com/RequestNetwork/requestNetwork/commit/035302f70f86fe914d2970417c4b55a6e0a32eda)) -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) +- add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) +- add the identity ethereumSmartContract to the request logic ([#218](https://github.com/RequestNetwork/requestNetwork/issues/218)) ([66d97e0](https://github.com/RequestNetwork/requestNetwork/commit/66d97e00dee7305088cb94a0edf542fe4d0bbd56)) +- amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) +- replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) +# 0.16.0 (2020-04-21) + +### Features +- **request-node:** Add Request Node version and Request Client version to requests header ([#192](https://github.com/RequestNetwork/requestNetwork/issues/192)) ([20ad94b](https://github.com/RequestNetwork/requestNetwork/commit/20ad94b7679b5c08a3951329b1fa8a58c8a3e2df)) +- add an option to disable payment detection in the request client ([#201](https://github.com/RequestNetwork/requestNetwork/issues/201)) ([035302f](https://github.com/RequestNetwork/requestNetwork/commit/035302f70f86fe914d2970417c4b55a6e0a32eda)) +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - ### Bug Fixes -* reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) -* stateful currency network for ETH and BTC ([#161](https://github.com/RequestNetwork/requestNetwork/issues/161)) ([20ec53e](https://github.com/RequestNetwork/requestNetwork/commit/20ec53ea3be6b98252bdb3dc106eb4eedccd90c1)) - +- reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) +- stateful currency network for ETH and BTC ([#161](https://github.com/RequestNetwork/requestNetwork/issues/161)) ([20ec53e](https://github.com/RequestNetwork/requestNetwork/commit/20ec53ea3be6b98252bdb3dc106eb4eedccd90c1)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) -* emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) +- emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) # 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)) - +- 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)) - - +- 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)) - +- 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)) - - +- 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)) - +- 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.18.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-client.js@0.9.0...@requestnetwork/request-client.js@0.18.0) (2020-06-29) +- **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.20.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-client.js@0.9.0...@requestnetwork/request-client.js@0.20.0) (2020-08-27) ### Bug Fixes -* clone the array topics to avoid modification of parameters ([#215](https://github.com/RequestNetwork/requestNetwork/issues/215)) ([7447c0b](https://github.com/RequestNetwork/requestNetwork/commit/7447c0be26b645ab54e1c82b1451570e88618861)) -* don't remove failed transactions from data-access ([#236](https://github.com/RequestNetwork/requestNetwork/issues/236)) ([74835f0](https://github.com/RequestNetwork/requestNetwork/commit/74835f0890de5816d0d29c43c1c253ecd756bd6e)) - +- clone the array topics to avoid modification of parameters ([#215](https://github.com/RequestNetwork/requestNetwork/issues/215)) ([7447c0b](https://github.com/RequestNetwork/requestNetwork/commit/7447c0be26b645ab54e1c82b1451570e88618861)) +- don't remove failed transactions from data-access ([#236](https://github.com/RequestNetwork/requestNetwork/issues/236)) ([74835f0](https://github.com/RequestNetwork/requestNetwork/commit/74835f0890de5816d0d29c43c1c253ecd756bd6e)) ### Features -* add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) -* add the identity ethereumSmartContract to the request logic ([#218](https://github.com/RequestNetwork/requestNetwork/issues/218)) ([66d97e0](https://github.com/RequestNetwork/requestNetwork/commit/66d97e00dee7305088cb94a0edf542fe4d0bbd56)) -* amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) -* replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) - - +- add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) +- add the identity ethereumSmartContract to the request logic ([#218](https://github.com/RequestNetwork/requestNetwork/issues/218)) ([66d97e0](https://github.com/RequestNetwork/requestNetwork/commit/66d97e00dee7305088cb94a0edf542fe4d0bbd56)) +- amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) +- replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) # 0.16.0 (2020-04-21) - ### Features -* **request-node:** Add Request Node version and Request Client version to requests header ([#192](https://github.com/RequestNetwork/requestNetwork/issues/192)) ([20ad94b](https://github.com/RequestNetwork/requestNetwork/commit/20ad94b7679b5c08a3951329b1fa8a58c8a3e2df)) -* add an option to disable payment detection in the request client ([#201](https://github.com/RequestNetwork/requestNetwork/issues/201)) ([035302f](https://github.com/RequestNetwork/requestNetwork/commit/035302f70f86fe914d2970417c4b55a6e0a32eda)) -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - +- **request-node:** Add Request Node version and Request Client version to requests header ([#192](https://github.com/RequestNetwork/requestNetwork/issues/192)) ([20ad94b](https://github.com/RequestNetwork/requestNetwork/commit/20ad94b7679b5c08a3951329b1fa8a58c8a3e2df)) +- add an option to disable payment detection in the request client ([#201](https://github.com/RequestNetwork/requestNetwork/issues/201)) ([035302f](https://github.com/RequestNetwork/requestNetwork/commit/035302f70f86fe914d2970417c4b55a6e0a32eda)) +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - ### Bug Fixes -* reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) -* stateful currency network for ETH and BTC ([#161](https://github.com/RequestNetwork/requestNetwork/issues/161)) ([20ec53e](https://github.com/RequestNetwork/requestNetwork/commit/20ec53ea3be6b98252bdb3dc106eb4eedccd90c1)) - +- reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) +- stateful currency network for ETH and BTC ([#161](https://github.com/RequestNetwork/requestNetwork/issues/161)) ([20ec53e](https://github.com/RequestNetwork/requestNetwork/commit/20ec53ea3be6b98252bdb3dc106eb4eedccd90c1)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) -* emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) +- emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) # 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)) - +- 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)) - - +- 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)) - +- 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)) - - +- 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)) - +- 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)) - - - +- **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.19.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-client.js@0.9.0...@requestnetwork/request-client.js@0.19.0) (2020-08-13) -# [0.17.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-client.js@0.9.0...@requestnetwork/request-client.js@0.17.0) (2020-05-04) +### Bug Fixes +- clone the array topics to avoid modification of parameters ([#215](https://github.com/RequestNetwork/requestNetwork/issues/215)) ([7447c0b](https://github.com/RequestNetwork/requestNetwork/commit/7447c0be26b645ab54e1c82b1451570e88618861)) +- don't remove failed transactions from data-access ([#236](https://github.com/RequestNetwork/requestNetwork/issues/236)) ([74835f0](https://github.com/RequestNetwork/requestNetwork/commit/74835f0890de5816d0d29c43c1c253ecd756bd6e)) ### Features -* add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) - - +- add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) +- add the identity ethereumSmartContract to the request logic ([#218](https://github.com/RequestNetwork/requestNetwork/issues/218)) ([66d97e0](https://github.com/RequestNetwork/requestNetwork/commit/66d97e00dee7305088cb94a0edf542fe4d0bbd56)) +- amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) +- replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) # 0.16.0 (2020-04-21) - ### Features -* **request-node:** Add Request Node version and Request Client version to requests header ([#192](https://github.com/RequestNetwork/requestNetwork/issues/192)) ([20ad94b](https://github.com/RequestNetwork/requestNetwork/commit/20ad94b7679b5c08a3951329b1fa8a58c8a3e2df)) -* add an option to disable payment detection in the request client ([#201](https://github.com/RequestNetwork/requestNetwork/issues/201)) ([035302f](https://github.com/RequestNetwork/requestNetwork/commit/035302f70f86fe914d2970417c4b55a6e0a32eda)) -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - +- **request-node:** Add Request Node version and Request Client version to requests header ([#192](https://github.com/RequestNetwork/requestNetwork/issues/192)) ([20ad94b](https://github.com/RequestNetwork/requestNetwork/commit/20ad94b7679b5c08a3951329b1fa8a58c8a3e2df)) +- add an option to disable payment detection in the request client ([#201](https://github.com/RequestNetwork/requestNetwork/issues/201)) ([035302f](https://github.com/RequestNetwork/requestNetwork/commit/035302f70f86fe914d2970417c4b55a6e0a32eda)) +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - ### Bug Fixes -* reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) -* stateful currency network for ETH and BTC ([#161](https://github.com/RequestNetwork/requestNetwork/issues/161)) ([20ec53e](https://github.com/RequestNetwork/requestNetwork/commit/20ec53ea3be6b98252bdb3dc106eb4eedccd90c1)) - +- reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) +- stateful currency network for ETH and BTC ([#161](https://github.com/RequestNetwork/requestNetwork/issues/161)) ([20ec53e](https://github.com/RequestNetwork/requestNetwork/commit/20ec53ea3be6b98252bdb3dc106eb4eedccd90c1)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) -* emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) +- emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) # 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)) - +- 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)) - - +- 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)) - +- 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)) - - +- 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)) - +- 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)) +- **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.18.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-client.js@0.9.0...@requestnetwork/request-client.js@0.18.0) (2020-06-29) +### Bug Fixes +- clone the array topics to avoid modification of parameters ([#215](https://github.com/RequestNetwork/requestNetwork/issues/215)) ([7447c0b](https://github.com/RequestNetwork/requestNetwork/commit/7447c0be26b645ab54e1c82b1451570e88618861)) +- don't remove failed transactions from data-access ([#236](https://github.com/RequestNetwork/requestNetwork/issues/236)) ([74835f0](https://github.com/RequestNetwork/requestNetwork/commit/74835f0890de5816d0d29c43c1c253ecd756bd6e)) +### Features -# [0.16.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-client.js@0.9.0...@requestnetwork/request-client.js@0.16.0) (2020-04-21) +- add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) +- add the identity ethereumSmartContract to the request logic ([#218](https://github.com/RequestNetwork/requestNetwork/issues/218)) ([66d97e0](https://github.com/RequestNetwork/requestNetwork/commit/66d97e00dee7305088cb94a0edf542fe4d0bbd56)) +- amount are only number or string ([#223](https://github.com/RequestNetwork/requestNetwork/issues/223)) ([7a35bde](https://github.com/RequestNetwork/requestNetwork/commit/7a35bde63f78b9305819a80e97022fca7e9494d2)) +- replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) +# 0.16.0 (2020-04-21) ### Features -* **request-node:** Add Request Node version and Request Client version to requests header ([#192](https://github.com/RequestNetwork/requestNetwork/issues/192)) ([20ad94b](https://github.com/RequestNetwork/requestNetwork/commit/20ad94b7679b5c08a3951329b1fa8a58c8a3e2df)) -* add an option to disable payment detection in the request client ([#201](https://github.com/RequestNetwork/requestNetwork/issues/201)) ([035302f](https://github.com/RequestNetwork/requestNetwork/commit/035302f70f86fe914d2970417c4b55a6e0a32eda)) -* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) - - +- **request-node:** Add Request Node version and Request Client version to requests header ([#192](https://github.com/RequestNetwork/requestNetwork/issues/192)) ([20ad94b](https://github.com/RequestNetwork/requestNetwork/commit/20ad94b7679b5c08a3951329b1fa8a58c8a3e2df)) +- add an option to disable payment detection in the request client ([#201](https://github.com/RequestNetwork/requestNetwork/issues/201)) ([035302f](https://github.com/RequestNetwork/requestNetwork/commit/035302f70f86fe914d2970417c4b55a6e0a32eda)) +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) # 0.15.0 (2020-04-06) - ### Bug Fixes -* reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) -* stateful currency network for ETH and BTC ([#161](https://github.com/RequestNetwork/requestNetwork/issues/161)) ([20ec53e](https://github.com/RequestNetwork/requestNetwork/commit/20ec53ea3be6b98252bdb3dc106eb4eedccd90c1)) - +- reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) +- stateful currency network for ETH and BTC ([#161](https://github.com/RequestNetwork/requestNetwork/issues/161)) ([20ec53e](https://github.com/RequestNetwork/requestNetwork/commit/20ec53ea3be6b98252bdb3dc106eb4eedccd90c1)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) -* emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) +- emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) # 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)) - +- 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)) - - +- 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)) - +- 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)) - - +- 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)) - +- 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)) +- **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.17.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-client.js@0.9.0...@requestnetwork/request-client.js@0.17.0) (2020-05-04) +### Features +- add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb)) +# 0.16.0 (2020-04-21) +### Features -# [0.15.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-client.js@0.9.0...@requestnetwork/request-client.js@0.15.0) (2020-04-06) +- **request-node:** Add Request Node version and Request Client version to requests header ([#192](https://github.com/RequestNetwork/requestNetwork/issues/192)) ([20ad94b](https://github.com/RequestNetwork/requestNetwork/commit/20ad94b7679b5c08a3951329b1fa8a58c8a3e2df)) +- add an option to disable payment detection in the request client ([#201](https://github.com/RequestNetwork/requestNetwork/issues/201)) ([035302f](https://github.com/RequestNetwork/requestNetwork/commit/035302f70f86fe914d2970417c4b55a6e0a32eda)) +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) +# 0.15.0 (2020-04-06) ### Bug Fixes -* reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) -* stateful currency network for ETH and BTC ([#161](https://github.com/RequestNetwork/requestNetwork/issues/161)) ([20ec53e](https://github.com/RequestNetwork/requestNetwork/commit/20ec53ea3be6b98252bdb3dc106eb4eedccd90c1)) - +- reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) +- stateful currency network for ETH and BTC ([#161](https://github.com/RequestNetwork/requestNetwork/issues/161)) ([20ec53e](https://github.com/RequestNetwork/requestNetwork/commit/20ec53ea3be6b98252bdb3dc106eb4eedccd90c1)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) -* emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) +- emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) # 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)) - +- 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)) - - +- 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)) - +- 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)) - - +- 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)) - +- 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)) - - +- **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.16.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-client.js@0.9.0...@requestnetwork/request-client.js@0.16.0) (2020-04-21) +### Features -# [0.14.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-client.js@0.9.0...@requestnetwork/request-client.js@0.14.0) (2020-03-23) +- **request-node:** Add Request Node version and Request Client version to requests header ([#192](https://github.com/RequestNetwork/requestNetwork/issues/192)) ([20ad94b](https://github.com/RequestNetwork/requestNetwork/commit/20ad94b7679b5c08a3951329b1fa8a58c8a3e2df)) +- add an option to disable payment detection in the request client ([#201](https://github.com/RequestNetwork/requestNetwork/issues/201)) ([035302f](https://github.com/RequestNetwork/requestNetwork/commit/035302f70f86fe914d2970417c4b55a6e0a32eda)) +- add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6)) +# 0.15.0 (2020-04-06) ### Bug Fixes -* reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) -* stateful currency network for ETH and BTC ([#161](https://github.com/RequestNetwork/requestNetwork/issues/161)) ([20ec53e](https://github.com/RequestNetwork/requestNetwork/commit/20ec53ea3be6b98252bdb3dc106eb4eedccd90c1)) - +- reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) +- stateful currency network for ETH and BTC ([#161](https://github.com/RequestNetwork/requestNetwork/issues/161)) ([20ec53e](https://github.com/RequestNetwork/requestNetwork/commit/20ec53ea3be6b98252bdb3dc106eb4eedccd90c1)) ### Features -* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) - - +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) +- emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) # 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)) - +- 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)) - - +- 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)) - +- 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)) - - +- 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)) - +- 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)) +- **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.15.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-client.js@0.9.0...@requestnetwork/request-client.js@0.15.0) (2020-04-06) +### Bug Fixes +- reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) +- stateful currency network for ETH and BTC ([#161](https://github.com/RequestNetwork/requestNetwork/issues/161)) ([20ec53e](https://github.com/RequestNetwork/requestNetwork/commit/20ec53ea3be6b98252bdb3dc106eb4eedccd90c1)) +### Features -# [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) +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) +- emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae)) +# 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)) - +- 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)) - - +- 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)) - +- 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)) - - +- 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)) - +- 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)) +- **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.14.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-client.js@0.9.0...@requestnetwork/request-client.js@0.14.0) (2020-03-23) +### Bug Fixes +- reduce number of call to btc providers in the tests ([#153](https://github.com/RequestNetwork/requestNetwork/issues/153)) ([469161b](https://github.com/RequestNetwork/requestNetwork/commit/469161b0a26b43c8bdf8ff7ceb7524dfd3d2029f)) +- stateful currency network for ETH and BTC ([#161](https://github.com/RequestNetwork/requestNetwork/issues/161)) ([20ec53e](https://github.com/RequestNetwork/requestNetwork/commit/20ec53ea3be6b98252bdb3dc106eb4eedccd90c1)) +### Features -# [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) +- add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265)) +# 0.13.0 (2020-02-20) ### 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)) - +- ts-node configuration ([#138](https://github.com/RequestNetwork/requestNetwork/issues/138)) ([e2180d5](https://github.com/RequestNetwork/requestNetwork/commit/e2180d507bd87116fdeb3466690b6df0c5187976)) ### 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)) +- 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 -# 0.10.0 (2019-12-04) +- 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 -### Bug Fixes +- 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) -* use ERC20 default network ([#623](https://github.com/RequestNetwork/requestNetwork/issues/623)) ([772dd37](https://github.com/RequestNetwork/requestNetwork/commit/772dd37877497a38b9cc74a08c70a6c5aecefa2d)) +### 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)) +- **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.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 -# [0.11.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-client.js@0.9.0...@requestnetwork/request-client.js@0.11.0) (2019-12-18) +- 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)) -* use lowercase for payment reference ([#83](https://github.com/RequestNetwork/requestNetwork/issues/83)) ([6cbedeb](https://github.com/RequestNetwork/requestNetwork/commit/6cbedeb4d2e130d7ece1ba526cea9c17d6e545e0)) - +- 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)) - - +- 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)) - +- 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)) +- **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) +### 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 -# [0.10.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-client.js@0.9.0...@requestnetwork/request-client.js@0.10.0) (2019-12-04) +- 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)) - +- 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)) +- **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.11.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-client.js@0.9.0...@requestnetwork/request-client.js@0.11.0) (2019-12-18) +### 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)) +- use lowercase for payment reference ([#83](https://github.com/RequestNetwork/requestNetwork/issues/83)) ([6cbedeb](https://github.com/RequestNetwork/requestNetwork/commit/6cbedeb4d2e130d7ece1ba526cea9c17d6e545e0)) +### Features -# [0.9.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-client.js@0.8.0...@requestnetwork/request-client.js@0.9.0) (2019-11-20) +- 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 -* throw when no encryption parameters is given to create an encrypted request ([#593](https://github.com/RequestNetwork/requestNetwork/issues/593)) ([d18a894](https://github.com/RequestNetwork/requestNetwork/commit/d18a8946085920f13a43e269814fba857f24039a)) - +- use ERC20 default network ([#623](https://github.com/RequestNetwork/requestNetwork/issues/623)) ([772dd37](https://github.com/RequestNetwork/requestNetwork/commit/772dd37877497a38b9cc74a08c70a6c5aecefa2d)) ### Features -* add DAI payment detection ([#574](https://github.com/RequestNetwork/requestNetwork/issues/574)) ([8d56e00](https://github.com/RequestNetwork/requestNetwork/commit/8d56e0058e40e75700e981ab3525bbefe2f05c6d)) -* add ERC20 currency list ([#584](https://github.com/RequestNetwork/requestNetwork/issues/584)) ([6e0ed87](https://github.com/RequestNetwork/requestNetwork/commit/6e0ed8758ffd5edcd9a498028c2b6873c26d49ca)) -* custom bitcoin detection provider ([#591](https://github.com/RequestNetwork/requestNetwork/issues/591)) ([e7bde06](https://github.com/RequestNetwork/requestNetwork/commit/e7bde06d664edbb175b6e4774beab8d4415007e0)) -* request-client read currency as string ([#601](https://github.com/RequestNetwork/requestNetwork/issues/601)) ([efacfb2](https://github.com/RequestNetwork/requestNetwork/commit/efacfb2b91eb006464d4808c37fee827df2c5862)) -* translate currency string to object ([#581](https://github.com/RequestNetwork/requestNetwork/issues/581)) ([b220d20](https://github.com/RequestNetwork/requestNetwork/commit/b220d20ae1866e8db076718989726334b91c0f44)) -* validate role for increase & decrease ([#590](https://github.com/RequestNetwork/requestNetwork/issues/590)) ([4793782](https://github.com/RequestNetwork/requestNetwork/commit/47937828a0f42e912eda440be4e277f26aa51bdb)) -* Validation of accept, cancel and add extension data ([#599](https://github.com/RequestNetwork/requestNetwork/issues/599)) ([8f7798e](https://github.com/RequestNetwork/requestNetwork/commit/8f7798e6e71819e5201efaf73678ff5b71b52503)) - - - +- **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.10.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-client.js@0.9.0...@requestnetwork/request-client.js@0.10.0) (2019-12-04) -# [0.8.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-client.js@0.7.0...@requestnetwork/request-client.js@0.8.0) (2019-10-21) +### Bug Fixes +- use ERC20 default network ([#623](https://github.com/RequestNetwork/requestNetwork/issues/623)) ([772dd37](https://github.com/RequestNetwork/requestNetwork/commit/772dd37877497a38b9cc74a08c70a6c5aecefa2d)) ### Features -* add ERC20 payment network ([#568](https://github.com/RequestNetwork/requestNetwork/issues/568)) ([8d820d4](https://github.com/RequestNetwork/requestNetwork/commit/8d820d4)) -* add ERC20 paymentNetwork to request-client ([#569](https://github.com/RequestNetwork/requestNetwork/issues/569)) ([21ebc48](https://github.com/RequestNetwork/requestNetwork/commit/21ebc48)) -* create encrypted request through request-client.js ([#536](https://github.com/RequestNetwork/requestNetwork/issues/536)) ([35678dd](https://github.com/RequestNetwork/requestNetwork/commit/35678dd)) - +- **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.9.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-client.js@0.8.0...@requestnetwork/request-client.js@0.9.0) (2019-11-20) +### Bug Fixes +- throw when no encryption parameters is given to create an encrypted request ([#593](https://github.com/RequestNetwork/requestNetwork/issues/593)) ([d18a894](https://github.com/RequestNetwork/requestNetwork/commit/d18a8946085920f13a43e269814fba857f24039a)) +### Features -# [0.7.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-client.js@0.6.0...@requestnetwork/request-client.js@0.7.0) (2019-09-16) +- add DAI payment detection ([#574](https://github.com/RequestNetwork/requestNetwork/issues/574)) ([8d56e00](https://github.com/RequestNetwork/requestNetwork/commit/8d56e0058e40e75700e981ab3525bbefe2f05c6d)) +- add ERC20 currency list ([#584](https://github.com/RequestNetwork/requestNetwork/issues/584)) ([6e0ed87](https://github.com/RequestNetwork/requestNetwork/commit/6e0ed8758ffd5edcd9a498028c2b6873c26d49ca)) +- custom bitcoin detection provider ([#591](https://github.com/RequestNetwork/requestNetwork/issues/591)) ([e7bde06](https://github.com/RequestNetwork/requestNetwork/commit/e7bde06d664edbb175b6e4774beab8d4415007e0)) +- request-client read currency as string ([#601](https://github.com/RequestNetwork/requestNetwork/issues/601)) ([efacfb2](https://github.com/RequestNetwork/requestNetwork/commit/efacfb2b91eb006464d4808c37fee827df2c5862)) +- translate currency string to object ([#581](https://github.com/RequestNetwork/requestNetwork/issues/581)) ([b220d20](https://github.com/RequestNetwork/requestNetwork/commit/b220d20ae1866e8db076718989726334b91c0f44)) +- validate role for increase & decrease ([#590](https://github.com/RequestNetwork/requestNetwork/issues/590)) ([4793782](https://github.com/RequestNetwork/requestNetwork/commit/47937828a0f42e912eda440be4e277f26aa51bdb)) +- Validation of accept, cancel and add extension data ([#599](https://github.com/RequestNetwork/requestNetwork/issues/599)) ([8f7798e](https://github.com/RequestNetwork/requestNetwork/commit/8f7798e6e71819e5201efaf73678ff5b71b52503)) +# [0.8.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-client.js@0.7.0...@requestnetwork/request-client.js@0.8.0) (2019-10-21) ### Features -* **data-access:** get channels from multiple topics ([#527](https://github.com/RequestNetwork/requestNetwork/issues/527)) ([bdebab7](https://github.com/RequestNetwork/requestNetwork/commit/bdebab7)) -* **transaction-manager:** add transaction to an existing encrypted channel ([#524](https://github.com/RequestNetwork/requestNetwork/issues/524)) ([027a0f5](https://github.com/RequestNetwork/requestNetwork/commit/027a0f5)) -* get requests by multiple topics or multiple identities ([#530](https://github.com/RequestNetwork/requestNetwork/issues/530)) ([8fe7d30](https://github.com/RequestNetwork/requestNetwork/commit/8fe7d30)) - +- add ERC20 payment network ([#568](https://github.com/RequestNetwork/requestNetwork/issues/568)) ([8d820d4](https://github.com/RequestNetwork/requestNetwork/commit/8d820d4)) +- add ERC20 paymentNetwork to request-client ([#569](https://github.com/RequestNetwork/requestNetwork/issues/569)) ([21ebc48](https://github.com/RequestNetwork/requestNetwork/commit/21ebc48)) +- create encrypted request through request-client.js ([#536](https://github.com/RequestNetwork/requestNetwork/issues/536)) ([35678dd](https://github.com/RequestNetwork/requestNetwork/commit/35678dd)) +# [0.7.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-client.js@0.6.0...@requestnetwork/request-client.js@0.7.0) (2019-09-16) +### Features +- **data-access:** get channels from multiple topics ([#527](https://github.com/RequestNetwork/requestNetwork/issues/527)) ([bdebab7](https://github.com/RequestNetwork/requestNetwork/commit/bdebab7)) +- **transaction-manager:** add transaction to an existing encrypted channel ([#524](https://github.com/RequestNetwork/requestNetwork/issues/524)) ([027a0f5](https://github.com/RequestNetwork/requestNetwork/commit/027a0f5)) +- get requests by multiple topics or multiple identities ([#530](https://github.com/RequestNetwork/requestNetwork/issues/530)) ([8fe7d30](https://github.com/RequestNetwork/requestNetwork/commit/8fe7d30)) # [0.6.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-client.js@0.5.0...@requestnetwork/request-client.js@0.6.0) (2019-09-05) - ### Features -* request logic version 2.0.1: compute the request id takes in account the signature ([#511](https://github.com/RequestNetwork/requestNetwork/issues/511)) ([14643d8](https://github.com/RequestNetwork/requestNetwork/commit/14643d8)) -* Transaction-manager: ignore the wrong transactions of channels ([#514](https://github.com/RequestNetwork/requestNetwork/issues/514)) ([4ec82c6](https://github.com/RequestNetwork/requestNetwork/commit/4ec82c6)) - - - - - +- request logic version 2.0.1: compute the request id takes in account the signature ([#511](https://github.com/RequestNetwork/requestNetwork/issues/511)) ([14643d8](https://github.com/RequestNetwork/requestNetwork/commit/14643d8)) +- Transaction-manager: ignore the wrong transactions of channels ([#514](https://github.com/RequestNetwork/requestNetwork/issues/514)) ([4ec82c6](https://github.com/RequestNetwork/requestNetwork/commit/4ec82c6)) # [0.5.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-client.js@0.4.0...@requestnetwork/request-client.js@0.5.0) (2019-08-19) - ### Features -* add an option for the Node to define the timeout when calling persistTransaction ([#485](https://github.com/RequestNetwork/requestNetwork/issues/485)) ([176228c](https://github.com/RequestNetwork/requestNetwork/commit/176228c)) -* Request logic: create encrypted request ([#496](https://github.com/RequestNetwork/requestNetwork/issues/496)) ([9f1ebe6](https://github.com/RequestNetwork/requestNetwork/commit/9f1ebe6)) - - - - - +- add an option for the Node to define the timeout when calling persistTransaction ([#485](https://github.com/RequestNetwork/requestNetwork/issues/485)) ([176228c](https://github.com/RequestNetwork/requestNetwork/commit/176228c)) +- Request logic: create encrypted request ([#496](https://github.com/RequestNetwork/requestNetwork/issues/496)) ([9f1ebe6](https://github.com/RequestNetwork/requestNetwork/commit/9f1ebe6)) # [0.3.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-client.js@0.1.1-alpha.4...@requestnetwork/request-client.js@0.3.0) (2019-07-24) - ### Bug Fixes -* fix bitcoin providers for edge cases (many transactions on one address, reentrant transaction..) ([#453](https://github.com/RequestNetwork/requestNetwork/issues/453)) ([9246116](https://github.com/RequestNetwork/requestNetwork/commit/9246116)) -* remove unecessary await on getData ([#332](https://github.com/RequestNetwork/requestNetwork/issues/332)) ([232f1e1](https://github.com/RequestNetwork/requestNetwork/commit/232f1e1)) -* request-client.js readme not updated ([#364](https://github.com/RequestNetwork/requestNetwork/issues/364)) ([379089e](https://github.com/RequestNetwork/requestNetwork/commit/379089e)) -* Wrong parameter name for createRequest function in client-request.js README ([#362](https://github.com/RequestNetwork/requestNetwork/issues/362)) ([2912e77](https://github.com/RequestNetwork/requestNetwork/commit/2912e77)) - +- fix bitcoin providers for edge cases (many transactions on one address, reentrant transaction..) ([#453](https://github.com/RequestNetwork/requestNetwork/issues/453)) ([9246116](https://github.com/RequestNetwork/requestNetwork/commit/9246116)) +- remove unecessary await on getData ([#332](https://github.com/RequestNetwork/requestNetwork/issues/332)) ([232f1e1](https://github.com/RequestNetwork/requestNetwork/commit/232f1e1)) +- request-client.js readme not updated ([#364](https://github.com/RequestNetwork/requestNetwork/issues/364)) ([379089e](https://github.com/RequestNetwork/requestNetwork/commit/379089e)) +- Wrong parameter name for createRequest function in client-request.js README ([#362](https://github.com/RequestNetwork/requestNetwork/issues/362)) ([2912e77](https://github.com/RequestNetwork/requestNetwork/commit/2912e77)) ### Features -* add concurrent readMany to storage layer ([#363](https://github.com/RequestNetwork/requestNetwork/issues/363)) ([db3f484](https://github.com/RequestNetwork/requestNetwork/commit/db3f484)) -* add getChannelByTopic in data-access ([#305](https://github.com/RequestNetwork/requestNetwork/issues/305)) ([b345df8](https://github.com/RequestNetwork/requestNetwork/commit/b345df8)) -* add IPFS peer for faster IPFS retrieval, and check IPFS and Ethereum nodes connections ([#353](https://github.com/RequestNetwork/requestNetwork/issues/353)) ([47358c2](https://github.com/RequestNetwork/requestNetwork/commit/47358c2)) -* add retry for Bitcoin transaction provider requests ([#417](https://github.com/RequestNetwork/requestNetwork/issues/417)) ([0cac415](https://github.com/RequestNetwork/requestNetwork/commit/0cac415)) -* compute the requestId before creation with computeRequestId ([#407](https://github.com/RequestNetwork/requestNetwork/issues/407)) ([c88c6f6](https://github.com/RequestNetwork/requestNetwork/commit/c88c6f6)) -* declarative requests on request-client.js ([#318](https://github.com/RequestNetwork/requestNetwork/issues/318)) ([c4a4cb5](https://github.com/RequestNetwork/requestNetwork/commit/c4a4cb5)) -* getRequestsByIdentity include timestamp boundaries in request-clients ([#308](https://github.com/RequestNetwork/requestNetwork/issues/308)) ([1fd2df5](https://github.com/RequestNetwork/requestNetwork/commit/1fd2df5)) -* introduce channelIds to enhance the topics mechanism ([#297](https://github.com/RequestNetwork/requestNetwork/issues/297)) ([6072905](https://github.com/RequestNetwork/requestNetwork/commit/6072905)) -* payment network declarative for any currency ([#315](https://github.com/RequestNetwork/requestNetwork/issues/315)) ([06fb561](https://github.com/RequestNetwork/requestNetwork/commit/06fb561)) -* request-client.js: adding more Bitcoin providers ([#419](https://github.com/RequestNetwork/requestNetwork/issues/419)) ([6379c6f](https://github.com/RequestNetwork/requestNetwork/commit/6379c6f)) -* retrying Axios requests from request-client.js to request-node in case of failure ([#418](https://github.com/RequestNetwork/requestNetwork/issues/418)) ([430e09b](https://github.com/RequestNetwork/requestNetwork/commit/430e09b)) -* Storage get data from timestamp boundaries ([#291](https://github.com/RequestNetwork/requestNetwork/issues/291)) ([e9554cd](https://github.com/RequestNetwork/requestNetwork/commit/e9554cd)) -* Timestamp from storage to client ([#309](https://github.com/RequestNetwork/requestNetwork/issues/309)) ([bb0ac19](https://github.com/RequestNetwork/requestNetwork/commit/bb0ac19)) -* update readme ([#310](https://github.com/RequestNetwork/requestNetwork/issues/310)) ([c6a9ee6](https://github.com/RequestNetwork/requestNetwork/commit/c6a9ee6)) -* **data-access:** transaction index persisted for faster initialization ([#406](https://github.com/RequestNetwork/requestNetwork/issues/406)) ([d820036](https://github.com/RequestNetwork/requestNetwork/commit/d820036)) - +- add concurrent readMany to storage layer ([#363](https://github.com/RequestNetwork/requestNetwork/issues/363)) ([db3f484](https://github.com/RequestNetwork/requestNetwork/commit/db3f484)) +- add getChannelByTopic in data-access ([#305](https://github.com/RequestNetwork/requestNetwork/issues/305)) ([b345df8](https://github.com/RequestNetwork/requestNetwork/commit/b345df8)) +- add IPFS peer for faster IPFS retrieval, and check IPFS and Ethereum nodes connections ([#353](https://github.com/RequestNetwork/requestNetwork/issues/353)) ([47358c2](https://github.com/RequestNetwork/requestNetwork/commit/47358c2)) +- add retry for Bitcoin transaction provider requests ([#417](https://github.com/RequestNetwork/requestNetwork/issues/417)) ([0cac415](https://github.com/RequestNetwork/requestNetwork/commit/0cac415)) +- compute the requestId before creation with computeRequestId ([#407](https://github.com/RequestNetwork/requestNetwork/issues/407)) ([c88c6f6](https://github.com/RequestNetwork/requestNetwork/commit/c88c6f6)) +- declarative requests on request-client.js ([#318](https://github.com/RequestNetwork/requestNetwork/issues/318)) ([c4a4cb5](https://github.com/RequestNetwork/requestNetwork/commit/c4a4cb5)) +- getRequestsByIdentity include timestamp boundaries in request-clients ([#308](https://github.com/RequestNetwork/requestNetwork/issues/308)) ([1fd2df5](https://github.com/RequestNetwork/requestNetwork/commit/1fd2df5)) +- introduce channelIds to enhance the topics mechanism ([#297](https://github.com/RequestNetwork/requestNetwork/issues/297)) ([6072905](https://github.com/RequestNetwork/requestNetwork/commit/6072905)) +- payment network declarative for any currency ([#315](https://github.com/RequestNetwork/requestNetwork/issues/315)) ([06fb561](https://github.com/RequestNetwork/requestNetwork/commit/06fb561)) +- request-client.js: adding more Bitcoin providers ([#419](https://github.com/RequestNetwork/requestNetwork/issues/419)) ([6379c6f](https://github.com/RequestNetwork/requestNetwork/commit/6379c6f)) +- retrying Axios requests from request-client.js to request-node in case of failure ([#418](https://github.com/RequestNetwork/requestNetwork/issues/418)) ([430e09b](https://github.com/RequestNetwork/requestNetwork/commit/430e09b)) +- Storage get data from timestamp boundaries ([#291](https://github.com/RequestNetwork/requestNetwork/issues/291)) ([e9554cd](https://github.com/RequestNetwork/requestNetwork/commit/e9554cd)) +- Timestamp from storage to client ([#309](https://github.com/RequestNetwork/requestNetwork/issues/309)) ([bb0ac19](https://github.com/RequestNetwork/requestNetwork/commit/bb0ac19)) +- update readme ([#310](https://github.com/RequestNetwork/requestNetwork/issues/310)) ([c6a9ee6](https://github.com/RequestNetwork/requestNetwork/commit/c6a9ee6)) +- **data-access:** transaction index persisted for faster initialization ([#406](https://github.com/RequestNetwork/requestNetwork/issues/406)) ([d820036](https://github.com/RequestNetwork/requestNetwork/commit/d820036)) ### Performance Improvements -* faster initialization by factoring stat and read IPFS calls in one call ([#401](https://github.com/RequestNetwork/requestNetwork/issues/401)) ([184c14e](https://github.com/RequestNetwork/requestNetwork/commit/184c14e)) - - - - +- faster initialization by factoring stat and read IPFS calls in one call ([#401](https://github.com/RequestNetwork/requestNetwork/issues/401)) ([184c14e](https://github.com/RequestNetwork/requestNetwork/commit/184c14e)) ## [0.2.1-alpha.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-client.js@0.1.1-alpha.4...@requestnetwork/request-client.js@0.2.1-alpha.0) (2019-07-22) - ### Bug Fixes -* fix bitcoin providers for edge cases (many transactions on one address, reentrant transaction..) ([#453](https://github.com/RequestNetwork/requestNetwork/issues/453)) ([9246116](https://github.com/RequestNetwork/requestNetwork/commit/9246116)) -* remove unecessary await on getData ([#332](https://github.com/RequestNetwork/requestNetwork/issues/332)) ([232f1e1](https://github.com/RequestNetwork/requestNetwork/commit/232f1e1)) -* request-client.js readme not updated ([#364](https://github.com/RequestNetwork/requestNetwork/issues/364)) ([379089e](https://github.com/RequestNetwork/requestNetwork/commit/379089e)) -* Wrong parameter name for createRequest function in client-request.js README ([#362](https://github.com/RequestNetwork/requestNetwork/issues/362)) ([2912e77](https://github.com/RequestNetwork/requestNetwork/commit/2912e77)) - +- fix bitcoin providers for edge cases (many transactions on one address, reentrant transaction..) ([#453](https://github.com/RequestNetwork/requestNetwork/issues/453)) ([9246116](https://github.com/RequestNetwork/requestNetwork/commit/9246116)) +- remove unecessary await on getData ([#332](https://github.com/RequestNetwork/requestNetwork/issues/332)) ([232f1e1](https://github.com/RequestNetwork/requestNetwork/commit/232f1e1)) +- request-client.js readme not updated ([#364](https://github.com/RequestNetwork/requestNetwork/issues/364)) ([379089e](https://github.com/RequestNetwork/requestNetwork/commit/379089e)) +- Wrong parameter name for createRequest function in client-request.js README ([#362](https://github.com/RequestNetwork/requestNetwork/issues/362)) ([2912e77](https://github.com/RequestNetwork/requestNetwork/commit/2912e77)) ### Features -* add concurrent readMany to storage layer ([#363](https://github.com/RequestNetwork/requestNetwork/issues/363)) ([db3f484](https://github.com/RequestNetwork/requestNetwork/commit/db3f484)) -* add getChannelByTopic in data-access ([#305](https://github.com/RequestNetwork/requestNetwork/issues/305)) ([b345df8](https://github.com/RequestNetwork/requestNetwork/commit/b345df8)) -* add IPFS peer for faster IPFS retrieval, and check IPFS and Ethereum nodes connections ([#353](https://github.com/RequestNetwork/requestNetwork/issues/353)) ([47358c2](https://github.com/RequestNetwork/requestNetwork/commit/47358c2)) -* add retry for Bitcoin transaction provider requests ([#417](https://github.com/RequestNetwork/requestNetwork/issues/417)) ([0cac415](https://github.com/RequestNetwork/requestNetwork/commit/0cac415)) -* compute the requestId before creation with computeRequestId ([#407](https://github.com/RequestNetwork/requestNetwork/issues/407)) ([c88c6f6](https://github.com/RequestNetwork/requestNetwork/commit/c88c6f6)) -* declarative requests on request-client.js ([#318](https://github.com/RequestNetwork/requestNetwork/issues/318)) ([c4a4cb5](https://github.com/RequestNetwork/requestNetwork/commit/c4a4cb5)) -* getRequestsByIdentity include timestamp boundaries in request-clients ([#308](https://github.com/RequestNetwork/requestNetwork/issues/308)) ([1fd2df5](https://github.com/RequestNetwork/requestNetwork/commit/1fd2df5)) -* introduce channelIds to enhance the topics mechanism ([#297](https://github.com/RequestNetwork/requestNetwork/issues/297)) ([6072905](https://github.com/RequestNetwork/requestNetwork/commit/6072905)) -* payment network declarative for any currency ([#315](https://github.com/RequestNetwork/requestNetwork/issues/315)) ([06fb561](https://github.com/RequestNetwork/requestNetwork/commit/06fb561)) -* request-client.js: adding more Bitcoin providers ([#419](https://github.com/RequestNetwork/requestNetwork/issues/419)) ([6379c6f](https://github.com/RequestNetwork/requestNetwork/commit/6379c6f)) -* retrying Axios requests from request-client.js to request-node in case of failure ([#418](https://github.com/RequestNetwork/requestNetwork/issues/418)) ([430e09b](https://github.com/RequestNetwork/requestNetwork/commit/430e09b)) -* Storage get data from timestamp boundaries ([#291](https://github.com/RequestNetwork/requestNetwork/issues/291)) ([e9554cd](https://github.com/RequestNetwork/requestNetwork/commit/e9554cd)) -* Timestamp from storage to client ([#309](https://github.com/RequestNetwork/requestNetwork/issues/309)) ([bb0ac19](https://github.com/RequestNetwork/requestNetwork/commit/bb0ac19)) -* update readme ([#310](https://github.com/RequestNetwork/requestNetwork/issues/310)) ([c6a9ee6](https://github.com/RequestNetwork/requestNetwork/commit/c6a9ee6)) -* **data-access:** transaction index persisted for faster initialization ([#406](https://github.com/RequestNetwork/requestNetwork/issues/406)) ([d820036](https://github.com/RequestNetwork/requestNetwork/commit/d820036)) - +- add concurrent readMany to storage layer ([#363](https://github.com/RequestNetwork/requestNetwork/issues/363)) ([db3f484](https://github.com/RequestNetwork/requestNetwork/commit/db3f484)) +- add getChannelByTopic in data-access ([#305](https://github.com/RequestNetwork/requestNetwork/issues/305)) ([b345df8](https://github.com/RequestNetwork/requestNetwork/commit/b345df8)) +- add IPFS peer for faster IPFS retrieval, and check IPFS and Ethereum nodes connections ([#353](https://github.com/RequestNetwork/requestNetwork/issues/353)) ([47358c2](https://github.com/RequestNetwork/requestNetwork/commit/47358c2)) +- add retry for Bitcoin transaction provider requests ([#417](https://github.com/RequestNetwork/requestNetwork/issues/417)) ([0cac415](https://github.com/RequestNetwork/requestNetwork/commit/0cac415)) +- compute the requestId before creation with computeRequestId ([#407](https://github.com/RequestNetwork/requestNetwork/issues/407)) ([c88c6f6](https://github.com/RequestNetwork/requestNetwork/commit/c88c6f6)) +- declarative requests on request-client.js ([#318](https://github.com/RequestNetwork/requestNetwork/issues/318)) ([c4a4cb5](https://github.com/RequestNetwork/requestNetwork/commit/c4a4cb5)) +- getRequestsByIdentity include timestamp boundaries in request-clients ([#308](https://github.com/RequestNetwork/requestNetwork/issues/308)) ([1fd2df5](https://github.com/RequestNetwork/requestNetwork/commit/1fd2df5)) +- introduce channelIds to enhance the topics mechanism ([#297](https://github.com/RequestNetwork/requestNetwork/issues/297)) ([6072905](https://github.com/RequestNetwork/requestNetwork/commit/6072905)) +- payment network declarative for any currency ([#315](https://github.com/RequestNetwork/requestNetwork/issues/315)) ([06fb561](https://github.com/RequestNetwork/requestNetwork/commit/06fb561)) +- request-client.js: adding more Bitcoin providers ([#419](https://github.com/RequestNetwork/requestNetwork/issues/419)) ([6379c6f](https://github.com/RequestNetwork/requestNetwork/commit/6379c6f)) +- retrying Axios requests from request-client.js to request-node in case of failure ([#418](https://github.com/RequestNetwork/requestNetwork/issues/418)) ([430e09b](https://github.com/RequestNetwork/requestNetwork/commit/430e09b)) +- Storage get data from timestamp boundaries ([#291](https://github.com/RequestNetwork/requestNetwork/issues/291)) ([e9554cd](https://github.com/RequestNetwork/requestNetwork/commit/e9554cd)) +- Timestamp from storage to client ([#309](https://github.com/RequestNetwork/requestNetwork/issues/309)) ([bb0ac19](https://github.com/RequestNetwork/requestNetwork/commit/bb0ac19)) +- update readme ([#310](https://github.com/RequestNetwork/requestNetwork/issues/310)) ([c6a9ee6](https://github.com/RequestNetwork/requestNetwork/commit/c6a9ee6)) +- **data-access:** transaction index persisted for faster initialization ([#406](https://github.com/RequestNetwork/requestNetwork/issues/406)) ([d820036](https://github.com/RequestNetwork/requestNetwork/commit/d820036)) ### Performance Improvements -* faster initialization by factoring stat and read IPFS calls in one call ([#401](https://github.com/RequestNetwork/requestNetwork/issues/401)) ([184c14e](https://github.com/RequestNetwork/requestNetwork/commit/184c14e)) - - - - +- faster initialization by factoring stat and read IPFS calls in one call ([#401](https://github.com/RequestNetwork/requestNetwork/issues/401)) ([184c14e](https://github.com/RequestNetwork/requestNetwork/commit/184c14e)) # [0.2.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-client.js@0.1.1-alpha.4...@requestnetwork/request-client.js@0.2.0) (2019-06-06) - ### Bug Fixes -* remove unecessary await on getData ([#332](https://github.com/RequestNetwork/requestNetwork/issues/332)) ([232f1e1](https://github.com/RequestNetwork/requestNetwork/commit/232f1e1)) -* request-client.js readme not updated ([#364](https://github.com/RequestNetwork/requestNetwork/issues/364)) ([379089e](https://github.com/RequestNetwork/requestNetwork/commit/379089e)) -* Wrong parameter name for createRequest function in client-request.js README ([#362](https://github.com/RequestNetwork/requestNetwork/issues/362)) ([2912e77](https://github.com/RequestNetwork/requestNetwork/commit/2912e77)) - +- remove unecessary await on getData ([#332](https://github.com/RequestNetwork/requestNetwork/issues/332)) ([232f1e1](https://github.com/RequestNetwork/requestNetwork/commit/232f1e1)) +- request-client.js readme not updated ([#364](https://github.com/RequestNetwork/requestNetwork/issues/364)) ([379089e](https://github.com/RequestNetwork/requestNetwork/commit/379089e)) +- Wrong parameter name for createRequest function in client-request.js README ([#362](https://github.com/RequestNetwork/requestNetwork/issues/362)) ([2912e77](https://github.com/RequestNetwork/requestNetwork/commit/2912e77)) ### Features -* add concurrent readMany to storage layer ([#363](https://github.com/RequestNetwork/requestNetwork/issues/363)) ([db3f484](https://github.com/RequestNetwork/requestNetwork/commit/db3f484)) -* add getChannelByTopic in data-access ([#305](https://github.com/RequestNetwork/requestNetwork/issues/305)) ([b345df8](https://github.com/RequestNetwork/requestNetwork/commit/b345df8)) -* add IPFS peer for faster IPFS retrieval, and check IPFS and Ethereum nodes connections ([#353](https://github.com/RequestNetwork/requestNetwork/issues/353)) ([47358c2](https://github.com/RequestNetwork/requestNetwork/commit/47358c2)) -* declarative requests on request-client.js ([#318](https://github.com/RequestNetwork/requestNetwork/issues/318)) ([c4a4cb5](https://github.com/RequestNetwork/requestNetwork/commit/c4a4cb5)) -* getRequestsByIdentity include timestamp boundaries in request-clients ([#308](https://github.com/RequestNetwork/requestNetwork/issues/308)) ([1fd2df5](https://github.com/RequestNetwork/requestNetwork/commit/1fd2df5)) -* introduce channelIds to enhance the topics mechanism ([#297](https://github.com/RequestNetwork/requestNetwork/issues/297)) ([6072905](https://github.com/RequestNetwork/requestNetwork/commit/6072905)) -* payment network declarative for any currency ([#315](https://github.com/RequestNetwork/requestNetwork/issues/315)) ([06fb561](https://github.com/RequestNetwork/requestNetwork/commit/06fb561)) -* Storage get data from timestamp boundaries ([#291](https://github.com/RequestNetwork/requestNetwork/issues/291)) ([e9554cd](https://github.com/RequestNetwork/requestNetwork/commit/e9554cd)) -* Timestamp from storage to client ([#309](https://github.com/RequestNetwork/requestNetwork/issues/309)) ([bb0ac19](https://github.com/RequestNetwork/requestNetwork/commit/bb0ac19)) -* update readme ([#310](https://github.com/RequestNetwork/requestNetwork/issues/310)) ([c6a9ee6](https://github.com/RequestNetwork/requestNetwork/commit/c6a9ee6)) - +- add concurrent readMany to storage layer ([#363](https://github.com/RequestNetwork/requestNetwork/issues/363)) ([db3f484](https://github.com/RequestNetwork/requestNetwork/commit/db3f484)) +- add getChannelByTopic in data-access ([#305](https://github.com/RequestNetwork/requestNetwork/issues/305)) ([b345df8](https://github.com/RequestNetwork/requestNetwork/commit/b345df8)) +- add IPFS peer for faster IPFS retrieval, and check IPFS and Ethereum nodes connections ([#353](https://github.com/RequestNetwork/requestNetwork/issues/353)) ([47358c2](https://github.com/RequestNetwork/requestNetwork/commit/47358c2)) +- declarative requests on request-client.js ([#318](https://github.com/RequestNetwork/requestNetwork/issues/318)) ([c4a4cb5](https://github.com/RequestNetwork/requestNetwork/commit/c4a4cb5)) +- getRequestsByIdentity include timestamp boundaries in request-clients ([#308](https://github.com/RequestNetwork/requestNetwork/issues/308)) ([1fd2df5](https://github.com/RequestNetwork/requestNetwork/commit/1fd2df5)) +- introduce channelIds to enhance the topics mechanism ([#297](https://github.com/RequestNetwork/requestNetwork/issues/297)) ([6072905](https://github.com/RequestNetwork/requestNetwork/commit/6072905)) +- payment network declarative for any currency ([#315](https://github.com/RequestNetwork/requestNetwork/issues/315)) ([06fb561](https://github.com/RequestNetwork/requestNetwork/commit/06fb561)) +- Storage get data from timestamp boundaries ([#291](https://github.com/RequestNetwork/requestNetwork/issues/291)) ([e9554cd](https://github.com/RequestNetwork/requestNetwork/commit/e9554cd)) +- Timestamp from storage to client ([#309](https://github.com/RequestNetwork/requestNetwork/issues/309)) ([bb0ac19](https://github.com/RequestNetwork/requestNetwork/commit/bb0ac19)) +- update readme ([#310](https://github.com/RequestNetwork/requestNetwork/issues/310)) ([c6a9ee6](https://github.com/RequestNetwork/requestNetwork/commit/c6a9ee6)) ### Performance Improvements -* faster initialization by factoring stat and read IPFS calls in one call ([#401](https://github.com/RequestNetwork/requestNetwork/issues/401)) ([184c14e](https://github.com/RequestNetwork/requestNetwork/commit/184c14e)) - - - - - +- faster initialization by factoring stat and read IPFS calls in one call ([#401](https://github.com/RequestNetwork/requestNetwork/issues/401)) ([184c14e](https://github.com/RequestNetwork/requestNetwork/commit/184c14e)) ## [0.1.1-alpha.12](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-client.js@0.1.1-alpha.4...@requestnetwork/request-client.js@0.1.1-alpha.12) (2019-05-21) - ### Bug Fixes -* remove unecessary await on getData ([#332](https://github.com/RequestNetwork/requestNetwork/issues/332)) ([232f1e1](https://github.com/RequestNetwork/requestNetwork/commit/232f1e1)) - +- remove unecessary await on getData ([#332](https://github.com/RequestNetwork/requestNetwork/issues/332)) ([232f1e1](https://github.com/RequestNetwork/requestNetwork/commit/232f1e1)) ### Features -* add getChannelByTopic in data-access ([#305](https://github.com/RequestNetwork/requestNetwork/issues/305)) ([b345df8](https://github.com/RequestNetwork/requestNetwork/commit/b345df8)) -* declarative requests on request-client.js ([#318](https://github.com/RequestNetwork/requestNetwork/issues/318)) ([c4a4cb5](https://github.com/RequestNetwork/requestNetwork/commit/c4a4cb5)) -* getRequestsByIdentity include timestamp boundaries in request-clients ([#308](https://github.com/RequestNetwork/requestNetwork/issues/308)) ([1fd2df5](https://github.com/RequestNetwork/requestNetwork/commit/1fd2df5)) -* introduce channelIds to enhance the topics mechanism ([#297](https://github.com/RequestNetwork/requestNetwork/issues/297)) ([6072905](https://github.com/RequestNetwork/requestNetwork/commit/6072905)) -* payment network declarative for any currency ([#315](https://github.com/RequestNetwork/requestNetwork/issues/315)) ([06fb561](https://github.com/RequestNetwork/requestNetwork/commit/06fb561)) -* Storage get data from timestamp boundaries ([#291](https://github.com/RequestNetwork/requestNetwork/issues/291)) ([e9554cd](https://github.com/RequestNetwork/requestNetwork/commit/e9554cd)) -* Timestamp from storage to client ([#309](https://github.com/RequestNetwork/requestNetwork/issues/309)) ([bb0ac19](https://github.com/RequestNetwork/requestNetwork/commit/bb0ac19)) -* update readme ([#310](https://github.com/RequestNetwork/requestNetwork/issues/310)) ([c6a9ee6](https://github.com/RequestNetwork/requestNetwork/commit/c6a9ee6)) - - - - - +- add getChannelByTopic in data-access ([#305](https://github.com/RequestNetwork/requestNetwork/issues/305)) ([b345df8](https://github.com/RequestNetwork/requestNetwork/commit/b345df8)) +- declarative requests on request-client.js ([#318](https://github.com/RequestNetwork/requestNetwork/issues/318)) ([c4a4cb5](https://github.com/RequestNetwork/requestNetwork/commit/c4a4cb5)) +- getRequestsByIdentity include timestamp boundaries in request-clients ([#308](https://github.com/RequestNetwork/requestNetwork/issues/308)) ([1fd2df5](https://github.com/RequestNetwork/requestNetwork/commit/1fd2df5)) +- introduce channelIds to enhance the topics mechanism ([#297](https://github.com/RequestNetwork/requestNetwork/issues/297)) ([6072905](https://github.com/RequestNetwork/requestNetwork/commit/6072905)) +- payment network declarative for any currency ([#315](https://github.com/RequestNetwork/requestNetwork/issues/315)) ([06fb561](https://github.com/RequestNetwork/requestNetwork/commit/06fb561)) +- Storage get data from timestamp boundaries ([#291](https://github.com/RequestNetwork/requestNetwork/issues/291)) ([e9554cd](https://github.com/RequestNetwork/requestNetwork/commit/e9554cd)) +- Timestamp from storage to client ([#309](https://github.com/RequestNetwork/requestNetwork/issues/309)) ([bb0ac19](https://github.com/RequestNetwork/requestNetwork/commit/bb0ac19)) +- update readme ([#310](https://github.com/RequestNetwork/requestNetwork/issues/310)) ([c6a9ee6](https://github.com/RequestNetwork/requestNetwork/commit/c6a9ee6)) ## [0.1.1-alpha.11](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-client.js@0.1.1-alpha.4...@requestnetwork/request-client.js@0.1.1-alpha.11) (2019-05-17) - ### Bug Fixes -* remove unecessary await on getData ([#332](https://github.com/RequestNetwork/requestNetwork/issues/332)) ([232f1e1](https://github.com/RequestNetwork/requestNetwork/commit/232f1e1)) - +- remove unecessary await on getData ([#332](https://github.com/RequestNetwork/requestNetwork/issues/332)) ([232f1e1](https://github.com/RequestNetwork/requestNetwork/commit/232f1e1)) ### Features -* add getChannelByTopic in data-access ([#305](https://github.com/RequestNetwork/requestNetwork/issues/305)) ([b345df8](https://github.com/RequestNetwork/requestNetwork/commit/b345df8)) -* declarative requests on request-client.js ([#318](https://github.com/RequestNetwork/requestNetwork/issues/318)) ([c4a4cb5](https://github.com/RequestNetwork/requestNetwork/commit/c4a4cb5)) -* getRequestsByIdentity include timestamp boundaries in request-clients ([#308](https://github.com/RequestNetwork/requestNetwork/issues/308)) ([1fd2df5](https://github.com/RequestNetwork/requestNetwork/commit/1fd2df5)) -* introduce channelIds to enhance the topics mechanism ([#297](https://github.com/RequestNetwork/requestNetwork/issues/297)) ([6072905](https://github.com/RequestNetwork/requestNetwork/commit/6072905)) -* payment network declarative for any currency ([#315](https://github.com/RequestNetwork/requestNetwork/issues/315)) ([06fb561](https://github.com/RequestNetwork/requestNetwork/commit/06fb561)) -* Storage get data from timestamp boundaries ([#291](https://github.com/RequestNetwork/requestNetwork/issues/291)) ([e9554cd](https://github.com/RequestNetwork/requestNetwork/commit/e9554cd)) -* Timestamp from storage to client ([#309](https://github.com/RequestNetwork/requestNetwork/issues/309)) ([bb0ac19](https://github.com/RequestNetwork/requestNetwork/commit/bb0ac19)) -* update readme ([#310](https://github.com/RequestNetwork/requestNetwork/issues/310)) ([c6a9ee6](https://github.com/RequestNetwork/requestNetwork/commit/c6a9ee6)) - - - - - +- add getChannelByTopic in data-access ([#305](https://github.com/RequestNetwork/requestNetwork/issues/305)) ([b345df8](https://github.com/RequestNetwork/requestNetwork/commit/b345df8)) +- declarative requests on request-client.js ([#318](https://github.com/RequestNetwork/requestNetwork/issues/318)) ([c4a4cb5](https://github.com/RequestNetwork/requestNetwork/commit/c4a4cb5)) +- getRequestsByIdentity include timestamp boundaries in request-clients ([#308](https://github.com/RequestNetwork/requestNetwork/issues/308)) ([1fd2df5](https://github.com/RequestNetwork/requestNetwork/commit/1fd2df5)) +- introduce channelIds to enhance the topics mechanism ([#297](https://github.com/RequestNetwork/requestNetwork/issues/297)) ([6072905](https://github.com/RequestNetwork/requestNetwork/commit/6072905)) +- payment network declarative for any currency ([#315](https://github.com/RequestNetwork/requestNetwork/issues/315)) ([06fb561](https://github.com/RequestNetwork/requestNetwork/commit/06fb561)) +- Storage get data from timestamp boundaries ([#291](https://github.com/RequestNetwork/requestNetwork/issues/291)) ([e9554cd](https://github.com/RequestNetwork/requestNetwork/commit/e9554cd)) +- Timestamp from storage to client ([#309](https://github.com/RequestNetwork/requestNetwork/issues/309)) ([bb0ac19](https://github.com/RequestNetwork/requestNetwork/commit/bb0ac19)) +- update readme ([#310](https://github.com/RequestNetwork/requestNetwork/issues/310)) ([c6a9ee6](https://github.com/RequestNetwork/requestNetwork/commit/c6a9ee6)) ## [0.1.1-alpha.10](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/request-client.js@0.1.1-alpha.4...@requestnetwork/request-client.js@0.1.1-alpha.10) (2019-05-10) - ### Bug Fixes -* remove unecessary await on getData ([#332](https://github.com/RequestNetwork/requestNetwork/issues/332)) ([232f1e1](https://github.com/RequestNetwork/requestNetwork/commit/232f1e1)) - +- remove unecessary await on getData ([#332](https://github.com/RequestNetwork/requestNetwork/issues/332)) ([232f1e1](https://github.com/RequestNetwork/requestNetwork/commit/232f1e1)) ### Features -* add getChannelByTopic in data-access ([#305](https://github.com/RequestNetwork/requestNetwork/issues/305)) ([b345df8](https://github.com/RequestNetwork/requestNetwork/commit/b345df8)) -* getRequestsByIdentity include timestamp boundaries in request-clients ([#308](https://github.com/RequestNetwork/requestNetwork/issues/308)) ([1fd2df5](https://github.com/RequestNetwork/requestNetwork/commit/1fd2df5)) -* introduce channelIds to enhance the topics mechanism ([#297](https://github.com/RequestNetwork/requestNetwork/issues/297)) ([6072905](https://github.com/RequestNetwork/requestNetwork/commit/6072905)) -* payment network declarative for any currency ([#315](https://github.com/RequestNetwork/requestNetwork/issues/315)) ([06fb561](https://github.com/RequestNetwork/requestNetwork/commit/06fb561)) -* Storage get data from timestamp boundaries ([#291](https://github.com/RequestNetwork/requestNetwork/issues/291)) ([e9554cd](https://github.com/RequestNetwork/requestNetwork/commit/e9554cd)) -* Timestamp from storage to client ([#309](https://github.com/RequestNetwork/requestNetwork/issues/309)) ([bb0ac19](https://github.com/RequestNetwork/requestNetwork/commit/bb0ac19)) -* update readme ([#310](https://github.com/RequestNetwork/requestNetwork/issues/310)) ([c6a9ee6](https://github.com/RequestNetwork/requestNetwork/commit/c6a9ee6)) +- add getChannelByTopic in data-access ([#305](https://github.com/RequestNetwork/requestNetwork/issues/305)) ([b345df8](https://github.com/RequestNetwork/requestNetwork/commit/b345df8)) +- getRequestsByIdentity include timestamp boundaries in request-clients ([#308](https://github.com/RequestNetwork/requestNetwork/issues/308)) ([1fd2df5](https://github.com/RequestNetwork/requestNetwork/commit/1fd2df5)) +- introduce channelIds to enhance the topics mechanism ([#297](https://github.com/RequestNetwork/requestNetwork/issues/297)) ([6072905](https://github.com/RequestNetwork/requestNetwork/commit/6072905)) +- payment network declarative for any currency ([#315](https://github.com/RequestNetwork/requestNetwork/issues/315)) ([06fb561](https://github.com/RequestNetwork/requestNetwork/commit/06fb561)) +- Storage get data from timestamp boundaries ([#291](https://github.com/RequestNetwork/requestNetwork/issues/291)) ([e9554cd](https://github.com/RequestNetwork/requestNetwork/commit/e9554cd)) +- Timestamp from storage to client ([#309](https://github.com/RequestNetwork/requestNetwork/issues/309)) ([bb0ac19](https://github.com/RequestNetwork/requestNetwork/commit/bb0ac19)) +- update readme ([#310](https://github.com/RequestNetwork/requestNetwork/issues/310)) ([c6a9ee6](https://github.com/RequestNetwork/requestNetwork/commit/c6a9ee6)) diff --git a/packages/request-client.js/README.md b/packages/request-client.js/README.md index 20d6a9af40..2efbbc6748 100644 --- a/packages/request-client.js/README.md +++ b/packages/request-client.js/README.md @@ -88,7 +88,7 @@ const request = await requestNetwork.createRequest({ await request.waitForConfirmation(); // or wait the confirmation with an event -request.on('confirmed', confirmedRequest => { +request.on('confirmed', (confirmedRequest) => { // ... }); ``` @@ -130,7 +130,7 @@ const request = await requestNetwork.createEncryptedRequest( await request.waitForConfirmation(); // or wait the confirmation with an event -request.on('confirmed', confirmedRequest => { +request.on('confirmed', (confirmedRequest) => { // ... }); ``` @@ -228,7 +228,7 @@ npm install @requestnetwork/epk-decryption const requestData = await request.accept(signerIdentity, refundInformation); // wait the confirmation with an event -requestData.on('confirmed', confirmedRequestData => { +requestData.on('confirmed', (confirmedRequestData) => { // ... }); ``` @@ -242,7 +242,7 @@ requestData.on('confirmed', confirmedRequestData => { await request.cancel(signerIdentity, refundInformation); // wait the confirmation with an event -requestData.on('confirmed', confirmedRequestData => { +requestData.on('confirmed', (confirmedRequestData) => { // ... }); ``` @@ -256,7 +256,7 @@ requestData.on('confirmed', confirmedRequestData => { await request.increaseExpectedAmountRequest(amount, signerIdentity, refundInformation); // wait the confirmation with an event -requestData.on('confirmed', confirmedRequestData => { +requestData.on('confirmed', (confirmedRequestData) => { // ... }); ``` @@ -271,7 +271,7 @@ requestData.on('confirmed', confirmedRequestData => { await request.reduceExpectedAmountRequest(amount, signerIdentity, paymentInformation); // wait the confirmation with an event -requestData.on('confirmed', confirmedRequestData => { +requestData.on('confirmed', (confirmedRequestData) => { // ... }); ``` diff --git a/packages/request-client.js/test/index-encryption.html b/packages/request-client.js/test/index-encryption.html index c855a0ec8b..b5ff14a164 100644 --- a/packages/request-client.js/test/index-encryption.html +++ b/packages/request-client.js/test/index-encryption.html @@ -11,11 +11,9 @@

    Important

    This HTML page must be served on HTTP to be able to communicate with MetaMask

    -

    - The dependencies must be built. (yarn build) -

    +

    The dependencies must be built. (yarn build)

    Compatibility

    - +
    @@ -24,19 +22,19 @@

    Compatibility

    - - - + + + - - - + + + - + @@ -126,7 +124,9 @@

    Compatibility

    } = getMockData(); // Initialize the signature provider - const signatureProvider = new Web3SignatureProvider.Web3SignatureProvider(web3.currentProvider); + const signatureProvider = new Web3SignatureProvider.Web3SignatureProvider( + web3.currentProvider, + ); // Initialize the decryption provider const decryptionProvider = new EthereumPrivateKeyDecryptionProvider.EthereumPrivateKeyDecryptionProvider( diff --git a/packages/request-client.js/test/index-metamask.html b/packages/request-client.js/test/index-metamask.html index 3780be8e2a..570c394826 100644 --- a/packages/request-client.js/test/index-metamask.html +++ b/packages/request-client.js/test/index-metamask.html @@ -10,9 +10,7 @@

    Important

    This HTML page must be served on HTTP to be able to communicate with MetaMask

    -

    - The dependencies must be built. (yarn build) -

    +

    The dependencies must be built. (yarn build)

    Windows
    FirefoxOKOKOKOKOKOK
    ChromeOKOKWebCryptoAPI errorOKOKWebCryptoAPI error
    EdgeOKOK - -