@requestnetwork/smart-contracts
Advanced tools
Comparing version 0.8.0 to 0.9.0
@@ -6,2 +6,50 @@ # Change Log | ||
# 0.9.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)) | ||
# 0.16.0 (2020-04-21) | ||
# 0.15.0 (2020-04-06) | ||
# 0.13.0 (2020-02-20) | ||
### Features | ||
* add proxy contract to eth input data in payment detection ([#140](https://github.com/RequestNetwork/requestNetwork/issues/140)) ([0c36de1](https://github.com/RequestNetwork/requestNetwork/commit/0c36de12d08b1b591a7fd282d2cac1e5f38adb24)) | ||
* custom docker ganache image ([#129](https://github.com/RequestNetwork/requestNetwork/issues/129)) ([9ab725d](https://github.com/RequestNetwork/requestNetwork/commit/9ab725dca826ba82152c9f7e0cedc8038c6a17b1)) | ||
* ethereum payment proxy contract ([#135](https://github.com/RequestNetwork/requestNetwork/issues/135)) ([f9bff97](https://github.com/RequestNetwork/requestNetwork/commit/f9bff97fbe47b8b7fc6ff4fe5048ccc260501ab2)) | ||
# 0.12.0 (2020-01-16) | ||
### Bug Fixes | ||
* add payable to the ERC20 proxy contract fallback ([#96](https://github.com/RequestNetwork/requestNetwork/issues/96)) ([1237b64](https://github.com/RequestNetwork/requestNetwork/commit/1237b6431f3d6e141e3bae1690ac59c553ed49f2)) | ||
* **smart-contracts:** fix json require to work with webpack ([#105](https://github.com/RequestNetwork/requestNetwork/issues/105)) ([a465e83](https://github.com/RequestNetwork/requestNetwork/commit/a465e83a739a7648e71d8ebb4a3a4eb389e00f13)) | ||
### Features | ||
* deploy ERC20 proxy smart contract to mainnet ([#97](https://github.com/RequestNetwork/requestNetwork/issues/97)) ([84a7d2a](https://github.com/RequestNetwork/requestNetwork/commit/84a7d2ae9c06a3c6e457c8583e44e8df01676b2a)) | ||
* deploy ERC20 proxy smart contract to Rinkeby ([#95](https://github.com/RequestNetwork/requestNetwork/issues/95)) ([39e6a6a](https://github.com/RequestNetwork/requestNetwork/commit/39e6a6a0ea62fd4ee9e6343d03770711638b698b)) | ||
* **request-client.js:** get balance from request ERC20 with proxy contract ([#94](https://github.com/RequestNetwork/requestNetwork/issues/94)) ([08758ae](https://github.com/RequestNetwork/requestNetwork/commit/08758ae83e3834db06c0f1441e51bc6c2b897669)) | ||
* **smart-contracts:** add the erc20 proxy contract PN's smart contract ([#92](https://github.com/RequestNetwork/requestNetwork/issues/92)) ([30f7937](https://github.com/RequestNetwork/requestNetwork/commit/30f79374a78f1a060a91bc7e53e6dc44c2fbad2c)) | ||
# 0.8.0 (2020-05-04) | ||
@@ -8,0 +56,0 @@ |
{ | ||
"name": "@requestnetwork/smart-contracts", | ||
"version": "0.8.0", | ||
"version": "0.9.0", | ||
"publishConfig": { | ||
@@ -57,3 +57,3 @@ "access": "public" | ||
}, | ||
"gitHead": "c228125477c742678554658283ffcd9de65ee339" | ||
"gitHead": "ed3e1f9eba380737c23ef5afa49ce2243ee3e123" | ||
} |
Sorry, the diff of this file is not supported yet
229411