You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ryan X. Charles
96df77429f
add support for Dark Wallet-style addresses
These functions are prefixed DW which stands for Dark Wallet. The code for the
Dark Wallet address format can be found here:
https://github.com/darkwallet/darkwallet/blob/develop/js/util/stealth.js
Note that I deliberately support only the simplest possible format, which is
where there is only one payload pubkey and the prefix is blank. I should now go
back and replace my old toString, fromString, toBuffer, fromBuffer functions
with these Dark Wallet versions, since they are much more well-thought out than
mine.
10 years ago
..
expmt
add support for Dark Wallet-style addresses
10 years ago
address.js
Address().fromHashbuf() convenience method
10 years ago
base58.js
more convenient Base58 constructor
10 years ago
base58check.js
more convenient constructor
10 years ago
bip32.js
canonical BN notation
10 years ago
block.js
allow bufs in constructors
10 years ago
blockheader.js
allow bufs in constructors
10 years ago
bn.js
toJSON, fromJSON
10 years ago
bufferreader.js
replace .buffer with .read
10 years ago
bufferwriter.js
BufferWriter().toBuffer convenience method
10 years ago
constants.js
p2sh -> scripthash
11 years ago
ecdsa.js
improve error message
10 years ago
hash.js
remove "(classname): " from tests
11 years ago
kdf.js
Key -> Keypair
11 years ago
keypair.js
toJSON/fromJSON for privkey, pubkey, keypair
10 years ago
message.js
varInt -> varint
10 years ago
opcode.js
throw error for invalid strings
11 years ago
point.js
bn -> BN canonical capitalization
10 years ago
privkey.js
toJSON/fromJSON for privkey, pubkey, keypair
10 years ago
pubkey.js
toJSON/fromJSON for privkey, pubkey, keypair
10 years ago
random.js
remove "(classname): " from tests
11 years ago
script.js
classify pubkeyhash and scripthash scripts
10 years ago
signature.js
Signature(r, s) should work
11 years ago
transaction.js
allow bufs in constructors
10 years ago
txin.js
allow bufs in constructors
10 years ago
txout.js
toJSON, fromJSON
10 years ago
varint.js
toJSON, fromJSON
10 years ago