flocore/lib
Ryan X. Charles 9122807ecb remove __proto__ from EncodedData and family
EncodedData was setting "converter" and "_encoding" by setting them on the
prototype of the object. This was probably done to enable overriding these
functions. However, overriding was never actually used anywhere, and setting
the __proto__ is deprecated. So I have remove all instances of setting
__proto__ for EncodedData-ish classes, and instead just set "convert" and
"_encoding" on the object directly.
2014-07-15 17:14:04 -07:00
..
browser cleanup after removal of soop 2014-07-12 12:14:56 +02:00
common cleanup after removal of soop 2014-07-12 12:14:56 +02:00
Address.js fix SIN and add tests 2014-07-10 17:17:24 -03:00
Armory.js ran js-beautify on all bitcore source 2014-06-23 10:57:02 -07:00
Base58.js simplify use of bignum in Base58 and Block 2014-07-10 19:16:49 -07:00
BIP39.js remove soop exports 2014-07-10 16:08:42 -03:00
BIP39WordlistEn.js cleanup after removal of soop 2014-07-12 12:14:56 +02:00
Block.js simplify use of bignum in Base58 and Block 2014-07-10 19:16:49 -07:00
Bloom.js remove soop exports 2014-07-10 16:08:42 -03:00
Connection.js cleanup after removal of soop 2014-07-12 12:14:56 +02:00
Curve.js cleanup after removal of soop 2014-07-12 12:14:56 +02:00
Deserialize.js ran js-beautify on all bitcore source 2014-06-23 10:57:02 -07:00
ECIES.js cleanup after removal of soop 2014-07-12 12:14:56 +02:00
Electrum.js ran js-beautify on all bitcore source 2014-06-23 10:57:02 -07:00
HierarchicalKey.js remove soop exports 2014-07-10 16:08:42 -03:00
Key.js Replace process.versions tests by browserify's package.json browser field. Fixes #329 2014-05-07 14:14:10 +08:00
Message.js cleanup after removal of soop 2014-07-12 12:14:56 +02:00
Opcode.js cleanup after removal of soop 2014-07-12 12:14:56 +02:00
PayPro.js cleanup after removal of soop 2014-07-12 12:14:56 +02:00
Peer.js cleanup after removal of soop 2014-07-12 12:14:56 +02:00
PeerManager.js cleanup after removal of soop 2014-07-12 12:14:56 +02:00
Point.js cleanup after removal of soop 2014-07-12 12:14:56 +02:00
PrivateKey.js cleanup after removal of soop 2014-07-12 12:14:56 +02:00
RpcClient.js cleanup after removal of soop 2014-07-12 12:14:56 +02:00
Script.js cleanup after removal of soop 2014-07-12 12:14:56 +02:00
ScriptInterpreter.js cleanup after removal of soop 2014-07-12 12:14:56 +02:00
SecureRandom.js cleanup after removal of soop 2014-07-12 12:14:56 +02:00
Sign.js ran js-beautify on all bitcore source 2014-06-23 10:57:02 -07:00
SIN.js remove __proto__ from EncodedData and family 2014-07-15 17:14:04 -07:00
SINKey.js cleanup after removal of soop 2014-07-12 12:14:56 +02:00
sjcl.js fix sjcl issue on npm install 2014-06-06 11:49:58 -07:00
Transaction.js cleanup after removal of soop 2014-07-12 12:14:56 +02:00
TransactionBuilder.js cleanup after removal of soop 2014-07-12 12:14:56 +02:00
Wallet.js cleanup after removal of soop 2014-07-12 12:14:56 +02:00
WalletKey.js cleanup after removal of soop 2014-07-12 12:14:56 +02:00