Commit Graph

5 Commits

Author SHA1 Message Date
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
Matias Alejo Garcia c05181e412 fix error in versioned data 2014-03-05 17:37:16 -03:00
Matias Alejo Garcia 6d9a396d89 fix error in versioned data 2014-03-05 17:36:52 -03:00
Matias Alejo Garcia c0c325dabd all classes working with soop and test passing 2014-03-05 16:11:16 -03:00
Stephen Pair a642114fb5 refactoring of Address 2013-07-10 13:03:05 -04:00