bitcore/lib
Ryan X. Charles cc3196085f add .hash() function for a block
This is the plain old hash, which is a double sha256. The id of a block is the
reverse of this.
2014-09-19 17:29:40 -07:00
..
expmt make receivePubkey compatible with dark wallet 2014-09-19 14:32:32 -07:00
address.js Address().fromHashbuf() convenience method 2014-09-18 15:18:53 -07:00
base58.js more convenient Base58 constructor 2014-09-17 14:26:19 -07:00
base58check.js more convenient constructor 2014-09-17 14:29:53 -07:00
bip32.js canonical BN notation 2014-09-17 15:22:52 -07:00
block.js add .hash() function for a block 2014-09-19 17:29:40 -07:00
blockheader.js toJSON, fromJSON 2014-09-18 17:52:02 -07:00
bn.js toJSON, fromJSON 2014-09-18 17:52:02 -07:00
bufferreader.js replace .buffer with .read 2014-09-17 15:49:45 -07:00
bufferwriter.js varInt -> varint 2014-09-15 14:41:46 -07:00
constants.js p2sh -> scripthash 2014-09-01 12:06:18 -07:00
ecdsa.js improve error message 2014-09-16 11:44:51 -07:00
hash.js remove "(classname): " from tests 2014-08-20 13:03:07 -07:00
kdf.js Key -> Keypair 2014-08-29 14:18:56 -07:00
keypair.js remove useless Address dependency from Keypair 2014-08-29 15:42:30 -07:00
message.js varInt -> varint 2014-09-15 14:41:46 -07:00
opcode.js throw error for invalid strings 2014-09-01 20:03:22 -07:00
point.js bn -> BN canonical capitalization 2014-09-17 16:08:42 -07:00
privkey.js fix: Pubkey(point) and Privkey(bn) 2014-09-02 12:07:18 -07:00
pubkey.js fromBuffer convenience function for pubkey 2014-09-15 11:32:39 -07:00
random.js remove "(classname): " from tests 2014-08-20 13:03:07 -07:00
script.js toJSON, fromJSON 2014-09-18 17:52:02 -07:00
signature.js Signature(r, s) should work 2014-09-02 11:59:42 -07:00
transaction.js transaction hash and id 2014-09-19 17:25:35 -07:00
txin.js toJSON, fromJSON 2014-09-18 17:52:02 -07:00
txout.js toJSON, fromJSON 2014-09-18 17:52:02 -07:00
varint.js toJSON, fromJSON 2014-09-18 17:52:02 -07:00