From 3a054baa15ac5694550c7e7d9c3a1bb627ff0bac Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Thu, 19 May 2016 01:03:01 +0100 Subject: [PATCH] Require ethereumjs-abi 0.6.1 to fix fixed-length array decoding Fixes https://github.com/chriseth/browser-solidity/issues/156 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fc3f3e12d1..77a4b43fa3 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "ethereumjs-util": "^4.4.0", "ethereumjs-tx": "^1.1.1", "ethereumjs-account": "^2.0.2", - "ethereumjs-abi": "^0.6.0", + "ethereumjs-abi": "^0.6.1", "web3": "^0.15.3", "jquery": "^2.2.0", "brace": "^0.8.0",