bitcore/util
Ryan X. Charles 7f348ca0bd Move BigNumber to internal
...no longer relies on Manuel's repo hostig a version of "bignum" that actually
contained bignumber.js. This moves bignumber.js internally and removes bignum
from the browser build process. Also adds a bitcore.Bignum that links to the
right thing. In node, browser.Bignum is require('bignum'). And in the browser,
bitcore.Bignum is is now Bignumber.js (same as before ... except bignumber.js
is now inside bitcore).
2014-04-28 18:00:59 -04:00
..
BinaryParser.js all classes working with soop and test passing 2014-03-05 16:11:16 -03:00
EncFile.js replace tabs with 2 spaces using "expand" 2014-01-16 06:21:35 -03:00
EncodedData.js Move BigNumber to internal 2014-04-28 18:00:59 -04:00
VersionedData.js Move BigNumber to internal 2014-04-28 18:00:59 -04:00
error.js remove stracktrace for firefox error reporting 2014-03-21 18:00:13 -03:00
index.js Add missing util/index.js 2014-04-16 14:35:07 -04:00
log.js add new example 2014-03-12 15:22:56 -03:00
time.js replace tabs with 2 spaces using "expand" 2014-01-16 06:21:35 -03:00
util.js Move BigNumber to internal 2014-04-28 18:00:59 -04:00