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
4f71535869
StealthTx
For spotting transactions to which you have the stealth key (or at least the
scan key) and creating transactions to a stealth address. So far it is only
partially working - you can see if a transaction is a stealth transaction (or
at least one of a limited kind of stealth transactions), and you can see that
you do not have the stealth key to spend one of these transactions. However, I
have not yet tested whether you can see a stealth transaction that you actually
have the key to. Also, it is not yet easy to spend to a stealth address.
10 years ago
..
address.js
Address().fromHashbuf() convenience method
10 years ago
aes.js
remove redundant "test." from test names
11 years ago
aescbc.js
confusingly named SymEnc -> accurately named AESCBC
11 years ago
base58.js
more convenient Base58 constructor
10 years ago
base58check.js
more convenient constructor
10 years ago
bip32.js
add fromString test for bip32
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
cbc.js
remove redundant "test." from test names
11 years ago
ecdsa.js
improve error message
10 years ago
ecies.js
simplify ECIES interface
10 years ago
examples.js
disable examples in browser
10 years ago
hash.js
remove redundant "test." from test names
11 years ago
index.html
works in browser
11 years ago
kdf.js
Key -> Keypair
11 years ago
keypair.js
toJSON/fromJSON for privkey, pubkey, keypair
10 years ago
message.js
key -> keypair
11 years ago
opcode.js
fromNumber, toNumber, fromString, toString
11 years ago
point.js
fromX is actually static
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 redundant "test." from test names
11 years ago
script.js
classify pubkeyhash and scripthash scripts
10 years ago
signature.js
add Signature(r, s) convenience
11 years ago
stealthaddress.js
get rid of obsolete 'bitcore' stealth addr format
10 years ago
stealthkey.js
Stealthkey toJSON/fromJSON
10 years ago
stealthmessage.js
make receivePubkey compatible with dark wallet
10 years ago
stealthtx.js
StealthTx
10 years ago
transaction.js
allow bufs in constructors
10 years ago
txin.js
allow bufs in constructors
10 years ago
txout.js
allow bufs in constructors
10 years ago
varint.js
toJSON, fromJSON
10 years ago