Matias Alejo Garcia
56d81bc0df
remove unused code from Script. Update it to do not use scriptSig placeholders
11 years ago
Ryan X. Charles
f82fa5007a
move *.browser and *.node to browser/* and node/*
...this should leave the lib folder a little bit less cluttered.
11 years ago
Ryan X. Charles
05d86b6453
split up Key into Key.browser and Key.node
11 years ago
Ryan X. Charles
abc799f453
split up Point into separate node and browser versions
11 years ago
Ryan X. Charles
86bb67b76d
remove unnecessary bignum conversion
11 years ago
Ryan X. Charles
6a4387e768
allow creating blank BIP32 by passing in null
11 years ago
Ryan X. Charles
d52e8ac8ed
remove multiple concats with one, more efficient, concat
11 years ago
Ryan X. Charles
d54fa570a2
default BIP32 to livenet
11 years ago
olalonde
2644dbb2db
Electrum.js: wrote some tests
11 years ago
olalonde
7466d916f1
Electrum.js specified what is supported for now
11 years ago
olalonde
c818b549c6
Added Electrum.js which allows Electrum style key derivation
11 years ago
Gordon Hall
9934b29eff
update example, added log statements to status check in peer manager for showing how many good peers there are
11 years ago
Gordon Hall
def036b79f
setup connection pool and auto handling of bad seeds
11 years ago
Gordon Hall
f877b3e563
some aesthetic changes
11 years ago
Gordon Hall
9cbab7f67e
fix networks var in discoverPeers() to match what might be imported
11 years ago
Gordon Hall
e82867007e
simplified example for peer discovery, added some debug output to discoverPeers(), made Peer reference the connection created from createConnection()
11 years ago
Ryan X. Charles
659dc10f96
add support for signing/verifying messages
This adds a new Message class with static methods for signing and verifying a
message the same way as bitcoind. (In a nutshell, messages a prepended with
"Bitcoin Signed Message:" before being hashed and signed).
There is one important piece missing ... verifying a signature with an address,
and not a public key. I have not yet implemented this because the cryptography
interface of bitcore does not allow me to derive the public key from a
signature. This will need to be added before verifying from an address is
possible.
11 years ago
Matias Alejo Garcia
5a1d572a8d
add new constructor to Address (fromScriptPubKey)
11 years ago
Eric Martindale
a2d616da5b
Project reorganization.
11 years ago
Eric Martindale
f3b1c2d292
Cleanup main directory.
11 years ago