bitcore/lib
Ryan X. Charles 405ea0bf6f fix bignum issue
In the browser, sometimes the config for bignum wasn't being set up if (somehow
... still not sure how this is possible) you use bitcore without using
require('bitcore'). This would by pass the code that set the config for bignum.
Solution is to put the config for bignum in bignum itself (in the browser).

This fixes, in particular, an issue with base58 where it was depending on
bignum having the proper config.

Also I add the base58 tests to run in the browser which they weren't
previously.

And finally I add a small test for Bignum in the browser that makes sure the
config is set properly.
2014-04-29 17:59:24 -04:00
..
browser fix bignum issue 2014-04-29 17:59:24 -04:00
common add new SecureRandom class that does the right thing 2014-04-22 22:18:59 -03:00
node Move BigNumber to internal 2014-04-28 18:00:59 -04:00
Address.js name change forKey -> fromKey 2014-04-29 11:49:42 -03:00
BIP32.js remove alert 2014-04-29 14:45:08 -03:00
Base58.js Move BigNumber to internal 2014-04-28 18:00:59 -04:00
Bignum.js Move BigNumber to internal 2014-04-28 18:00:59 -04:00
Block.js Move BigNumber to internal 2014-04-28 18:00:59 -04:00
Bloom.js Cleanup main directory. 2014-04-13 13:14:27 -07:00
Connection.js fix issues with ConnectionTor example and Connection class 2014-04-22 22:28:31 -03:00
Curve.js Move BigNumber to internal 2014-04-28 18:00:59 -04:00
Deserialize.js Cleanup main directory. 2014-04-13 13:14:27 -07:00
Electrum.js Move BigNumber to internal 2014-04-28 18:00:59 -04:00
Key.js move *.browser and *.node to browser/* and node/* 2014-04-22 19:36:18 -03:00
Message.js add support for signing/verifying messages 2014-04-19 11:28:19 -03:00
Opcode.js Cleanup main directory. 2014-04-13 13:14:27 -07:00
Peer.js simplified example for peer discovery, added some debug output to discoverPeers(), made Peer reference the connection created from createConnection() 2014-04-19 15:12:44 -04:00
PeerManager.js replace extend with underscore and use it's version of extend from within PeerManager 2014-04-28 12:23:56 -04:00
Point.js move *.browser and *.node to browser/* and node/* 2014-04-22 19:36:18 -03:00
PrivateKey.js Project reorganization. 2014-04-13 13:28:42 -07:00
RpcClient.js Project reorganization. 2014-04-13 13:28:42 -07:00
SIN.js Project reorganization. 2014-04-13 13:28:42 -07:00
SINKey.js Project reorganization. 2014-04-13 13:28:42 -07:00
Script.js updated naming for getMultiSigInfo 2014-04-25 15:02:19 +02:00
ScriptInterpreter.js Merge pull request #298 from ryanxcharles/feature/bignum 2014-04-29 10:47:55 -04:00
SecureRandom.js add new SecureRandom class that does the right thing 2014-04-22 22:18:59 -03:00
Sign.js Cleanup main directory. 2014-04-13 13:14:27 -07:00
Transaction.js Move BigNumber to internal 2014-04-28 18:00:59 -04:00
TransactionBuilder.js Merge pull request #298 from ryanxcharles/feature/bignum 2014-04-29 10:47:55 -04:00
Wallet.js Project reorganization. 2014-04-13 13:28:42 -07:00
WalletKey.js Project reorganization. 2014-04-13 13:28:42 -07:00