abi.js cleanup && new types.js, utils.js

This commit is contained in:
Marek Kotewicz
2015-01-31 02:54:17 +01:00
parent cf534d4726
commit 2491c99b37
9 changed files with 327 additions and 169 deletions

View File

@@ -24,6 +24,7 @@ if (process.env.NODE_ENV !== 'build') {
var BigNumber = require('bignumber.js'); // jshint ignore:line
}
// TODO: remove web3 dependency from here!
var web3 = require('./web3');
BigNumber.config({ ROUNDING_MODE: BigNumber.ROUND_DOWN });