Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @requestnetwork/advanced-logic@0.12.0
 - @requestnetwork/data-access@0.8.0
 - @requestnetwork/data-format@0.4.11
 - @requestnetwork/docs@0.1.1
 - @requestnetwork/epk-decryption@0.3.9
 - @requestnetwork/epk-signature@0.5.10
 - @requestnetwork/ethereum-storage@0.7.0
 - @requestnetwork/integration-test@0.12.0
 - @requestnetwork/multi-format@0.2.7
 - @requestnetwork/payment-detection@0.15.0
 - @requestnetwork/payment-processor@0.15.0
 - @requestnetwork/prototype-estimator@1.6.0
 - @requestnetwork/request-client.js@0.15.0
 - @requestnetwork/request-logic@0.11.0
 - @requestnetwork/request-node@0.8.0
 - @requestnetwork/smart-contracts@0.6.0
 - @requestnetwork/toolbox@0.1.9
 - @requestnetwork/transaction-manager@0.11.0
 - @requestnetwork/types@0.14.0
 - @requestnetwork/usage-examples@0.8.0
 - @requestnetwork/utils@0.13.0
 - @requestnetwork/web3-signature@0.4.11
  • Loading branch information
vrolland committed Apr 6, 2020
1 parent 4fcf8e6 commit 6aca41c
Show file tree
Hide file tree
Showing 44 changed files with 875 additions and 108 deletions.
45 changes: 45 additions & 0 deletions packages/advanced-logic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,51 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.12.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/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))


### 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.11.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/advanced-logic@0.6.0...@requestnetwork/advanced-logic@0.11.0) (2020-03-23)


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.11.0",
"version": "0.12.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -40,8 +40,8 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@requestnetwork/types": "0.13.0",
"@requestnetwork/utils": "0.12.0",
"@requestnetwork/types": "0.14.0",
"@requestnetwork/utils": "0.13.0",
"@types/node": "11.9.0",
"lodash": "4.17.13",
"wallet-address-validator": "0.2.4"
Expand Down
49 changes: 49 additions & 0 deletions packages/data-access/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,55 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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



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


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



# 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

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


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.7.0",
"version": "0.8.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -40,9 +40,9 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@requestnetwork/multi-format": "0.2.6",
"@requestnetwork/types": "0.13.0",
"@requestnetwork/utils": "0.12.0",
"@requestnetwork/multi-format": "0.2.7",
"@requestnetwork/types": "0.14.0",
"@requestnetwork/utils": "0.13.0",
"bluebird": "3.5.5",
"keyv": "3.1.0"
},
Expand Down
23 changes: 23 additions & 0 deletions packages/data-format/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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



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


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.10",
"version": "0.4.11",
"publishConfig": {
"access": "public"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.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))
10 changes: 5 additions & 5 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@requestnetwork/docs",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"description": "Request products technical documentation.",
"keywords": [
Expand Down Expand Up @@ -38,10 +38,10 @@
"@docusaurus/preset-classic": "2.0.0-alpha.49",
"@docusaurus/theme-live-codeblock": "2.0.0-alpha.49",
"@docusaurus/utils": "2.0.0-alpha.49",
"@requestnetwork/payment-processor": "0.14.0",
"@requestnetwork/request-client.js": "0.14.0",
"@requestnetwork/smart-contracts": "0.5.0",
"@requestnetwork/types": "0.13.0",
"@requestnetwork/payment-processor": "0.15.0",
"@requestnetwork/request-client.js": "0.15.0",
"@requestnetwork/smart-contracts": "0.6.0",
"@requestnetwork/types": "0.14.0",
"bn.js": "5.1.1",
"classnames": "2.2.6",
"core-js": "3.6.4",
Expand Down
23 changes: 23 additions & 0 deletions packages/epk-decryption/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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



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


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.8",
"version": "0.3.9",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -41,9 +41,9 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@requestnetwork/multi-format": "0.2.6",
"@requestnetwork/types": "0.13.0",
"@requestnetwork/utils": "0.12.0"
"@requestnetwork/multi-format": "0.2.7",
"@requestnetwork/types": "0.14.0",
"@requestnetwork/utils": "0.13.0"
},
"devDependencies": {
"@types/chai": "4.1.7",
Expand Down
23 changes: 23 additions & 0 deletions packages/epk-signature/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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



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


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.9",
"version": "0.5.10",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -41,8 +41,8 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@requestnetwork/types": "0.13.0",
"@requestnetwork/utils": "0.12.0"
"@requestnetwork/types": "0.14.0",
"@requestnetwork/utils": "0.13.0"
},
"devDependencies": {
"@types/chai": "4.1.7",
Expand Down
31 changes: 31 additions & 0 deletions packages/ethereum-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,37 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### 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.6.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/ethereum-storage@0.4.5...@requestnetwork/ethereum-storage@0.6.0) (2020-03-23)


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.6.0",
"version": "0.7.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -40,9 +40,9 @@
"init-ipfs": "node scripts/init-ipfs.js"
},
"dependencies": {
"@requestnetwork/smart-contracts": "0.5.0",
"@requestnetwork/types": "0.13.0",
"@requestnetwork/utils": "0.12.0",
"@requestnetwork/smart-contracts": "0.6.0",
"@requestnetwork/types": "0.14.0",
"@requestnetwork/utils": "0.13.0",
"bluebird": "3.5.3",
"bn.js": "4.11.8",
"form-data": "2.3.3",
Expand Down
Loading

0 comments on commit 6aca41c

Please sign in to comment.