Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish 0.13.0 #146

Merged
merged 1 commit into from
Feb 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
41 changes: 41 additions & 0 deletions packages/advanced-logic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,47 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.10.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/advanced-logic@0.6.0...@requestnetwork/advanced-logic@0.10.0) (2020-02-20)


### Bug Fixes

* ts-node configuration ([#138](https://github.com/RequestNetwork/requestNetwork/issues/138)) ([e2180d5](https://github.com/RequestNetwork/requestNetwork/commit/e2180d507bd87116fdeb3466690b6df0c5187976))


### Features

* merge eth-proxy-contract into eth-input-data ([#139](https://github.com/RequestNetwork/requestNetwork/issues/139)) ([380bfb9](https://github.com/RequestNetwork/requestNetwork/commit/380bfb9d036b04c5bb63d7dfef5f360bc40af985))



# 0.12.0 (2020-01-16)


### Bug Fixes

* use lowercase for payment reference ([#83](https://github.com/RequestNetwork/requestNetwork/issues/83)) ([6cbedeb](https://github.com/RequestNetwork/requestNetwork/commit/6cbedeb4d2e130d7ece1ba526cea9c17d6e545e0))


### Features

* **advanced-logic:** add ERC20 proxy contract payment network ([#74](https://github.com/RequestNetwork/requestNetwork/issues/74)) ([031a374](https://github.com/RequestNetwork/requestNetwork/commit/031a3742d2dddc0324e75b7853287d252bf43c6c))
* deploy ERC20 proxy smart contract to mainnet ([#97](https://github.com/RequestNetwork/requestNetwork/issues/97)) ([84a7d2a](https://github.com/RequestNetwork/requestNetwork/commit/84a7d2ae9c06a3c6e457c8583e44e8df01676b2a))
* deploy ERC20 proxy smart contract to Rinkeby ([#95](https://github.com/RequestNetwork/requestNetwork/issues/95)) ([39e6a6a](https://github.com/RequestNetwork/requestNetwork/commit/39e6a6a0ea62fd4ee9e6343d03770711638b698b))



# 0.10.0 (2019-12-04)


### Features

* ETH payment detection in request-client.js ([#626](https://github.com/RequestNetwork/requestNetwork/issues/626)) ([dc3b238](https://github.com/RequestNetwork/requestNetwork/commit/dc3b23827cff7d5466c27d5575515887c461c3b4))





# [0.9.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/advanced-logic@0.6.0...@requestnetwork/advanced-logic@0.9.0) (2020-01-16)


Expand Down
6 changes: 3 additions & 3 deletions packages/advanced-logic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@requestnetwork/advanced-logic",
"version": "0.9.0",
"version": "0.10.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -40,8 +40,8 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@requestnetwork/types": "0.11.0",
"@requestnetwork/utils": "0.10.0",
"@requestnetwork/types": "0.12.0",
"@requestnetwork/utils": "0.11.0",
"@types/node": "11.9.0",
"lodash": "4.17.13",
"wallet-address-validator": "0.2.4"
Expand Down
26 changes: 26 additions & 0 deletions packages/data-access/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.6.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-access@0.5.2...@requestnetwork/data-access@0.6.0) (2020-02-20)


### Bug Fixes

* ts-node configuration ([#138](https://github.com/RequestNetwork/requestNetwork/issues/138)) ([e2180d5](https://github.com/RequestNetwork/requestNetwork/commit/e2180d507bd87116fdeb3466690b6df0c5187976))


### Features

* buffered ethereum storage ([#113](https://github.com/RequestNetwork/requestNetwork/issues/113)) ([fe4ece6](https://github.com/RequestNetwork/requestNetwork/commit/fe4ece6a1768155182be2d3ebb2908501f571912))
* confirmed & pending state in the highest layers ([#119](https://github.com/RequestNetwork/requestNetwork/issues/119)) ([9424dc0](https://github.com/RequestNetwork/requestNetwork/commit/9424dc0c9482208fdbe714f8d29f5deed68711de))
* persist transaction with custom ethereum provider ([#106](https://github.com/RequestNetwork/requestNetwork/issues/106)) ([61b215f](https://github.com/RequestNetwork/requestNetwork/commit/61b215fb8335d01dfa069d7f7899dd5b33749692))



# 0.12.0 (2020-01-16)



# 0.10.0 (2019-12-04)





## [0.5.5](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-access@0.5.2...@requestnetwork/data-access@0.5.5) (2020-01-16)


Expand Down
8 changes: 4 additions & 4 deletions packages/data-access/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@requestnetwork/data-access",
"version": "0.5.5",
"version": "0.6.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -40,9 +40,9 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@requestnetwork/multi-format": "0.2.4",
"@requestnetwork/types": "0.11.0",
"@requestnetwork/utils": "0.10.0",
"@requestnetwork/multi-format": "0.2.5",
"@requestnetwork/types": "0.12.0",
"@requestnetwork/utils": "0.11.0",
"bluebird": "3.5.5",
"keyv": "3.1.0"
},
Expand Down
19 changes: 19 additions & 0 deletions packages/data-format/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.9](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-format@0.4.5...@requestnetwork/data-format@0.4.9) (2020-02-20)


### Bug Fixes

* ts-node configuration ([#138](https://github.com/RequestNetwork/requestNetwork/issues/138)) ([e2180d5](https://github.com/RequestNetwork/requestNetwork/commit/e2180d507bd87116fdeb3466690b6df0c5187976))



# 0.12.0 (2020-01-16)



# 0.10.0 (2019-12-04)





## [0.4.8](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-format@0.4.5...@requestnetwork/data-format@0.4.8) (2020-01-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/data-format/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@requestnetwork/data-format",
"version": "0.4.8",
"version": "0.4.9",
"publishConfig": {
"access": "public"
},
Expand Down
19 changes: 19 additions & 0 deletions packages/epk-decryption/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.7](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-decryption@0.3.3...@requestnetwork/epk-decryption@0.3.7) (2020-02-20)


### Bug Fixes

* ts-node configuration ([#138](https://github.com/RequestNetwork/requestNetwork/issues/138)) ([e2180d5](https://github.com/RequestNetwork/requestNetwork/commit/e2180d507bd87116fdeb3466690b6df0c5187976))



# 0.12.0 (2020-01-16)



# 0.10.0 (2019-12-04)





## [0.3.6](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-decryption@0.3.3...@requestnetwork/epk-decryption@0.3.6) (2020-01-16)


Expand Down
8 changes: 4 additions & 4 deletions packages/epk-decryption/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@requestnetwork/epk-decryption",
"version": "0.3.6",
"version": "0.3.7",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -41,9 +41,9 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@requestnetwork/multi-format": "0.2.4",
"@requestnetwork/types": "0.11.0",
"@requestnetwork/utils": "0.10.0"
"@requestnetwork/multi-format": "0.2.5",
"@requestnetwork/types": "0.12.0",
"@requestnetwork/utils": "0.11.0"
},
"devDependencies": {
"@types/chai": "4.1.7",
Expand Down
19 changes: 19 additions & 0 deletions packages/epk-signature/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.5.8](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-signature@0.5.4...@requestnetwork/epk-signature@0.5.8) (2020-02-20)


### Bug Fixes

* ts-node configuration ([#138](https://github.com/RequestNetwork/requestNetwork/issues/138)) ([e2180d5](https://github.com/RequestNetwork/requestNetwork/commit/e2180d507bd87116fdeb3466690b6df0c5187976))



# 0.12.0 (2020-01-16)



# 0.10.0 (2019-12-04)





## [0.5.7](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-signature@0.5.4...@requestnetwork/epk-signature@0.5.7) (2020-01-16)


Expand Down
6 changes: 3 additions & 3 deletions packages/epk-signature/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@requestnetwork/epk-signature",
"version": "0.5.7",
"version": "0.5.8",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -41,8 +41,8 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@requestnetwork/types": "0.11.0",
"@requestnetwork/utils": "0.10.0"
"@requestnetwork/types": "0.12.0",
"@requestnetwork/utils": "0.11.0"
},
"devDependencies": {
"@types/chai": "4.1.7",
Expand Down
27 changes: 27 additions & 0 deletions packages/ethereum-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,33 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.5.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/ethereum-storage@0.4.5...@requestnetwork/ethereum-storage@0.5.0) (2020-02-20)


### Bug Fixes

* ts-node configuration ([#138](https://github.com/RequestNetwork/requestNetwork/issues/138)) ([e2180d5](https://github.com/RequestNetwork/requestNetwork/commit/e2180d507bd87116fdeb3466690b6df0c5187976))


### Features

* buffered ethereum storage ([#113](https://github.com/RequestNetwork/requestNetwork/issues/113)) ([fe4ece6](https://github.com/RequestNetwork/requestNetwork/commit/fe4ece6a1768155182be2d3ebb2908501f571912))
* confirmed & pending state in the highest layers ([#119](https://github.com/RequestNetwork/requestNetwork/issues/119)) ([9424dc0](https://github.com/RequestNetwork/requestNetwork/commit/9424dc0c9482208fdbe714f8d29f5deed68711de))
* custom docker ganache image ([#129](https://github.com/RequestNetwork/requestNetwork/issues/129)) ([9ab725d](https://github.com/RequestNetwork/requestNetwork/commit/9ab725dca826ba82152c9f7e0cedc8038c6a17b1))
* persist transaction with custom ethereum provider ([#106](https://github.com/RequestNetwork/requestNetwork/issues/106)) ([61b215f](https://github.com/RequestNetwork/requestNetwork/commit/61b215fb8335d01dfa069d7f7899dd5b33749692))



# 0.12.0 (2020-01-16)



# 0.10.0 (2019-12-04)





## [0.4.8](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/ethereum-storage@0.4.5...@requestnetwork/ethereum-storage@0.4.8) (2020-01-16)


Expand Down
8 changes: 4 additions & 4 deletions packages/ethereum-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@requestnetwork/ethereum-storage",
"version": "0.4.8",
"version": "0.5.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -40,9 +40,9 @@
"init-ipfs": "node scripts/init-ipfs.js"
},
"dependencies": {
"@requestnetwork/smart-contracts": "0.3.0",
"@requestnetwork/types": "0.11.0",
"@requestnetwork/utils": "0.10.0",
"@requestnetwork/smart-contracts": "0.4.0",
"@requestnetwork/types": "0.12.0",
"@requestnetwork/utils": "0.11.0",
"bluebird": "3.5.3",
"bn.js": "4.11.8",
"form-data": "2.3.3",
Expand Down
43 changes: 43 additions & 0 deletions packages/integration-test/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,49 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.10.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/integration-test@0.6.0...@requestnetwork/integration-test@0.10.0) (2020-02-20)


### Bug Fixes

* fix nightly test ([#145](https://github.com/RequestNetwork/requestNetwork/issues/145)) ([8377143](https://github.com/RequestNetwork/requestNetwork/commit/83771435234a2f7f00d3ac072911a6ec918007f4))
* ts-node configuration ([#138](https://github.com/RequestNetwork/requestNetwork/issues/138)) ([e2180d5](https://github.com/RequestNetwork/requestNetwork/commit/e2180d507bd87116fdeb3466690b6df0c5187976))


### Features

* buffered ethereum storage ([#113](https://github.com/RequestNetwork/requestNetwork/issues/113)) ([fe4ece6](https://github.com/RequestNetwork/requestNetwork/commit/fe4ece6a1768155182be2d3ebb2908501f571912))
* confirmed & pending state in the highest layers ([#119](https://github.com/RequestNetwork/requestNetwork/issues/119)) ([9424dc0](https://github.com/RequestNetwork/requestNetwork/commit/9424dc0c9482208fdbe714f8d29f5deed68711de))
* persist transaction with custom ethereum provider ([#106](https://github.com/RequestNetwork/requestNetwork/issues/106)) ([61b215f](https://github.com/RequestNetwork/requestNetwork/commit/61b215fb8335d01dfa069d7f7899dd5b33749692))



# 0.12.0 (2020-01-16)


### Bug Fixes

* mock BTC provider on tests ([#103](https://github.com/RequestNetwork/requestNetwork/issues/103)) ([d17f5bd](https://github.com/RequestNetwork/requestNetwork/commit/d17f5bd841690dcbb2615af126e66116685ee3be))


### Features

* balance event timestamps ([#78](https://github.com/RequestNetwork/requestNetwork/issues/78)) ([ee2a78f](https://github.com/RequestNetwork/requestNetwork/commit/ee2a78ff5ba83d84739b743db283bb8abfca6b63))
* **request-client.js:** get balance from request ERC20 with proxy contract ([#94](https://github.com/RequestNetwork/requestNetwork/issues/94)) ([08758ae](https://github.com/RequestNetwork/requestNetwork/commit/08758ae83e3834db06c0f1441e51bc6c2b897669))



# 0.10.0 (2019-12-04)


### Features

* **request-client.js:** add an explanation when request not found ([#609](https://github.com/RequestNetwork/requestNetwork/issues/609)) ([3909958](https://github.com/RequestNetwork/requestNetwork/commit/39099580b65b86282d19a71ffad77f1b89767cca))





# [0.9.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/integration-test@0.6.0...@requestnetwork/integration-test@0.9.0) (2020-01-16)


Expand Down
26 changes: 13 additions & 13 deletions packages/integration-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@requestnetwork/integration-test",
"version": "0.9.0",
"version": "0.10.0",
"private": true,
"description": "Integration tests for the request system.",
"keywords": [
Expand Down Expand Up @@ -38,18 +38,18 @@
"test:btc": "mocha --timeout=10000 --extension ts --require ts-node/register \"test/scheduled/btc.test.ts\""
},
"devDependencies": {
"@requestnetwork/advanced-logic": "0.9.0",
"@requestnetwork/data-access": "0.5.5",
"@requestnetwork/epk-decryption": "0.3.6",
"@requestnetwork/epk-signature": "0.5.7",
"@requestnetwork/ethereum-storage": "0.4.8",
"@requestnetwork/multi-format": "0.2.4",
"@requestnetwork/payment-detection": "0.12.0",
"@requestnetwork/request-client.js": "0.12.0",
"@requestnetwork/request-logic": "0.8.3",
"@requestnetwork/transaction-manager": "0.8.4",
"@requestnetwork/types": "0.11.0",
"@requestnetwork/utils": "0.10.0",
"@requestnetwork/advanced-logic": "0.10.0",
"@requestnetwork/data-access": "0.6.0",
"@requestnetwork/epk-decryption": "0.3.7",
"@requestnetwork/epk-signature": "0.5.8",
"@requestnetwork/ethereum-storage": "0.5.0",
"@requestnetwork/multi-format": "0.2.5",
"@requestnetwork/payment-detection": "0.13.0",
"@requestnetwork/request-client.js": "0.13.0",
"@requestnetwork/request-logic": "0.9.0",
"@requestnetwork/transaction-manager": "0.9.0",
"@requestnetwork/types": "0.12.0",
"@requestnetwork/utils": "0.11.0",
"@truffle/hdwallet-provider": "1.0.18",
"@types/chai": "4.1.7",
"@types/mocha": "5.2.7",
Expand Down