Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @requestnetwork/advanced-logic@0.34.0
 - @requestnetwork/currency@0.8.0
 - @requestnetwork/data-access@0.26.0
 - @requestnetwork/data-format@0.9.0
 - @requestnetwork/docs@0.10.0
 - @requestnetwork/epk-decryption@0.3.33
 - @requestnetwork/epk-signature@0.5.34
 - @requestnetwork/ethereum-storage@0.26.0
 - @requestnetwork/integration-test@0.28.0
 - @requestnetwork/multi-format@0.15.9
 - @requestnetwork/payment-detection@0.35.0
 - @requestnetwork/payment-processor@0.37.0
 - @requestnetwork/prototype-estimator@1.21.9
 - @requestnetwork/request-client.js@0.39.0
 - @requestnetwork/request-logic@0.26.9
 - @requestnetwork/request-node@0.26.0
 - @requestnetwork/smart-contracts@0.28.0
 - @requestnetwork/toolbox@0.5.0
 - @requestnetwork/transaction-manager@0.26.9
 - @requestnetwork/types@0.35.0
 - @requestnetwork/usage-examples@0.23.9
 - @requestnetwork/utils@0.35.0
 - @requestnetwork/web3-signature@0.4.35
  • Loading branch information
yomarion committed Jun 22, 2021
1 parent eeca1e7 commit 5498a8d
Show file tree
Hide file tree
Showing 46 changed files with 521 additions and 121 deletions.
37 changes: 37 additions & 0 deletions packages/advanced-logic/CHANGELOG.md
Expand Up @@ -3,6 +3,43 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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))


### Features

* 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))


### 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))





# [0.33.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/advanced-logic@0.27.0...@requestnetwork/advanced-logic@0.33.0) (2021-05-12)


Expand Down
6 changes: 3 additions & 3 deletions packages/advanced-logic/package.json
@@ -1,6 +1,6 @@
{
"name": "@requestnetwork/advanced-logic",
"version": "0.33.0",
"version": "0.34.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -38,8 +38,8 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@requestnetwork/types": "0.34.0",
"@requestnetwork/utils": "0.34.0",
"@requestnetwork/types": "0.35.0",
"@requestnetwork/utils": "0.35.0",
"@types/node": "14.14.16",
"lodash": "4.17.21",
"wallet-address-validator": "0.2.4"
Expand Down
44 changes: 44 additions & 0 deletions packages/currency/CHANGELOG.md
Expand Up @@ -3,6 +3,50 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 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))


### Features

* 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))


### 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))





# 0.7.0 (2021-05-12)


Expand Down
6 changes: 3 additions & 3 deletions packages/currency/package.json
@@ -1,6 +1,6 @@
{
"name": "@requestnetwork/currency",
"version": "0.7.0",
"version": "0.8.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -42,8 +42,8 @@
},
"dependencies": {
"@metamask/contract-metadata": "1.25.0",
"@requestnetwork/types": "0.34.0",
"@requestnetwork/utils": "0.34.0",
"@requestnetwork/types": "0.35.0",
"@requestnetwork/utils": "0.35.0",
"node-dijkstra": "2.5.0"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/data-access/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.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))





# [0.25.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-access@0.23.0...@requestnetwork/data-access@0.25.0) (2021-05-12)


Expand Down
8 changes: 4 additions & 4 deletions packages/data-access/package.json
@@ -1,6 +1,6 @@
{
"name": "@requestnetwork/data-access",
"version": "0.25.0",
"version": "0.26.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -38,9 +38,9 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@requestnetwork/multi-format": "0.15.8",
"@requestnetwork/types": "0.34.0",
"@requestnetwork/utils": "0.34.0",
"@requestnetwork/multi-format": "0.15.9",
"@requestnetwork/types": "0.35.0",
"@requestnetwork/utils": "0.35.0",
"bluebird": "3.7.2",
"keyv": "4.0.3"
},
Expand Down
17 changes: 17 additions & 0 deletions packages/data-format/CHANGELOG.md
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.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))


### Features

* 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)


Expand Down
2 changes: 1 addition & 1 deletion packages/data-format/package.json
@@ -1,6 +1,6 @@
{
"name": "@requestnetwork/data-format",
"version": "0.8.8",
"version": "0.9.0",
"publishConfig": {
"access": "public"
},
Expand Down
17 changes: 17 additions & 0 deletions packages/docs/CHANGELOG.md
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.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))


### 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))





# [0.9.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/docs@0.1.16...@requestnetwork/docs@0.9.0) (2021-05-12)


Expand Down
10 changes: 5 additions & 5 deletions packages/docs/package.json
@@ -1,6 +1,6 @@
{
"name": "@requestnetwork/docs",
"version": "0.9.0",
"version": "0.10.0",
"private": true,
"description": "Request products technical documentation.",
"keywords": [
Expand Down Expand Up @@ -37,10 +37,10 @@
"@docusaurus/theme-live-codeblock": "2.0.0-alpha.72",
"@docusaurus/utils": "2.0.0-alpha.72",
"@metamask/contract-metadata": "1.25.0",
"@requestnetwork/payment-processor": "0.36.0",
"@requestnetwork/request-client.js": "0.38.0",
"@requestnetwork/smart-contracts": "0.27.0",
"@requestnetwork/types": "0.34.0",
"@requestnetwork/payment-processor": "0.37.0",
"@requestnetwork/request-client.js": "0.39.0",
"@requestnetwork/smart-contracts": "0.28.0",
"@requestnetwork/types": "0.35.0",
"bn.js": "5.1.3",
"classnames": "2.2.6",
"core-js": "3.6.5",
Expand Down
8 changes: 8 additions & 0 deletions packages/epk-decryption/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.33](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-decryption@0.3.24...@requestnetwork/epk-decryption@0.3.33) (2021-06-22)

**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
Expand Down
8 changes: 4 additions & 4 deletions packages/epk-decryption/package.json
@@ -1,6 +1,6 @@
{
"name": "@requestnetwork/epk-decryption",
"version": "0.3.32",
"version": "0.3.33",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -40,9 +40,9 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@requestnetwork/multi-format": "0.15.8",
"@requestnetwork/types": "0.34.0",
"@requestnetwork/utils": "0.34.0"
"@requestnetwork/multi-format": "0.15.9",
"@requestnetwork/types": "0.35.0",
"@requestnetwork/utils": "0.35.0"
},
"devDependencies": {
"@types/jest": "26.0.13",
Expand Down
8 changes: 8 additions & 0 deletions packages/epk-signature/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.5.34](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-signature@0.5.25...@requestnetwork/epk-signature@0.5.34) (2021-06-22)

**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
Expand Down
6 changes: 3 additions & 3 deletions packages/epk-signature/package.json
@@ -1,6 +1,6 @@
{
"name": "@requestnetwork/epk-signature",
"version": "0.5.33",
"version": "0.5.34",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -40,8 +40,8 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@requestnetwork/types": "0.34.0",
"@requestnetwork/utils": "0.34.0"
"@requestnetwork/types": "0.35.0",
"@requestnetwork/utils": "0.35.0"
},
"devDependencies": {
"@types/jest": "26.0.13",
Expand Down
17 changes: 17 additions & 0 deletions packages/ethereum-storage/CHANGELOG.md
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.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))


### 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))





# [0.25.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/ethereum-storage@0.22.0...@requestnetwork/ethereum-storage@0.25.0) (2021-05-12)


Expand Down
8 changes: 4 additions & 4 deletions packages/ethereum-storage/package.json
@@ -1,6 +1,6 @@
{
"name": "@requestnetwork/ethereum-storage",
"version": "0.25.0",
"version": "0.26.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -39,9 +39,9 @@
"init-ipfs": "node scripts/init-ipfs.js"
},
"dependencies": {
"@requestnetwork/smart-contracts": "0.27.0",
"@requestnetwork/types": "0.34.0",
"@requestnetwork/utils": "0.34.0",
"@requestnetwork/smart-contracts": "0.28.0",
"@requestnetwork/types": "0.35.0",
"@requestnetwork/utils": "0.35.0",
"bluebird": "3.7.2",
"ethers": "5.1.4",
"form-data": "3.0.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/integration-test/CHANGELOG.md
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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))


### Features

* 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
Expand Down

0 comments on commit 5498a8d

Please sign in to comment.