diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/contracts/package.json | 2 | ||||
-rw-r--r-- | packages/order-utils/CHANGELOG.json | 9 | ||||
-rw-r--r-- | packages/order-utils/package.json | 2 |
3 files changed, 11 insertions, 2 deletions
diff --git a/packages/contracts/package.json b/packages/contracts/package.json index 163c5fb7c..066f9b41a 100644 --- a/packages/contracts/package.json +++ b/packages/contracts/package.json @@ -81,7 +81,7 @@ "@0xproject/web3-wrapper": "^1.0.0", "ethereum-types": "^1.0.0", "bn.js": "^4.11.8", - "ethereumjs-abi": "^0.6.5", + "ethereumjs-abi": "0.6.5", "ethereumjs-util": "^5.1.1", "ethers": "3.0.22", "lodash": "^4.17.4" diff --git a/packages/order-utils/CHANGELOG.json b/packages/order-utils/CHANGELOG.json index d74ba90ea..b1f962e9f 100644 --- a/packages/order-utils/CHANGELOG.json +++ b/packages/order-utils/CHANGELOG.json @@ -1,5 +1,14 @@ [ { + "version": "1.0.0-rc.2", + "changes": [ + { + "note": + "Upgrade ethereumjs-abi dep including a fix so that addresses starting with 0 are properly decoded by `decodeERC20AssetData`" + } + ] + }, + { "timestamp": 1532043000, "version": "1.0.0-rc.1", "changes": [ diff --git a/packages/order-utils/package.json b/packages/order-utils/package.json index 179b821e3..0df8a3f6c 100644 --- a/packages/order-utils/package.json +++ b/packages/order-utils/package.json @@ -82,7 +82,7 @@ "@types/node": "^8.0.53", "bn.js": "^4.11.8", "ethereum-types": "^1.0.0", - "ethereumjs-abi": "^0.6.5", + "ethereumjs-abi": "0.6.5", "ethereumjs-util": "^5.1.1", "ethers": "3.0.22", "lodash": "^4.17.4" |