olalonde
8e30c05e3e
Electrum: removed dead code
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
Ryan X. Charles
0b00200d8d
Merge pull request #270 from ryanxcharles/feature/sign-message
WIP: add support for signing/verifying messages
11 years ago
Ryan X. Charles
55061776ac
add Message to browser build and tests
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
Ryan X. Charles
a0841638ee
Merge pull request #268 from matiu/feature/addresss-fromscriptpubkey
add new constructor to Address (fromScriptPubKey)
11 years ago
Matias Alejo Garcia
5a1d572a8d
add new constructor to Address (fromScriptPubKey)
11 years ago
Eric Martindale
9771d8138d
Fix browser bundling with new architecture.
11 years ago
Eric Martindale
0ae2fc73ab
Merge branch 'master' of github.com:bitpay/bitcore into clean
Conflicts:
examples/PeerManager.js
examples/SendTx.js
lib/Connection.js
lib/PeerManager.js
11 years ago
Ryan X. Charles
9f278cf848
fix "config" vs "options" vs "opts" bug
11 years ago
Ryan X. Charles
2f6c5ac181
Merge remote-tracking branch 'maraoz/refactor/PeerManager'
Conflicts:
Connection.js
PeerManager.js
11 years ago
Ryan X. Charles
026ebe38aa
update tor example to have better error messages
11 years ago
Ryan X. Charles
a1ef9c5220
make Connection test only run in node
...since it doesn't make sense for the browser
11 years ago
Ryan X. Charles
da7fede2c0
Merge remote-tracking branch 'gordonwritescode/feature/tor'
11 years ago
Manuel Araoz
fc1dcbd9d0
fix and improve SendTx example
11 years ago
Manuel Araoz
84ec7bae4c
fix PeerManager example
11 years ago
Manuel Araoz
d5153850ad
make PeerManager and Connection instances configurable
11 years ago
Ryan X. Charles
ec918558fe
Merge remote-tracking branch 'cimm/fix-p2p-example-in-readme'
Conflicts:
README.md
11 years ago
Ryan X. Charles
18d20fdda7
Merge pull request #262 from matiu/patch-1
Update TransactionBuilder name
11 years ago
Matias Alejo Garcia
2a7eba9f6b
Update TransactionBuilder name
11 years ago
Simon Schoeters
bc8a554536
Fix undefined `Unspent` variable in the P2P transaction readme example
11 years ago
Ryan X. Charles
9ec3af712a
Merge pull request #259 from ryanxcharles/bug/fix-key-tests-for-browser
fix key tests for browser
11 years ago
Ryan X. Charles
a749dc9d97
fix key tests for browser
Some tests that were intended for node only were running the browser. This
update removes those tests from the browser.
11 years ago
Eric Martindale
433e40f390
Merge branch 'master' of github.com:bitpay/bitcore into clean
11 years ago
Eric Martindale
198b811290
Add missing util/index.js
11 years ago
Ryan X. Charles
382730b6f1
Merge pull request #258 from matiu/bug/transactionBuilderSerialization
remove inputMap from serialization
11 years ago
Matias Alejo Garcia
edfa6837a6
remove inputMap from serialization
11 years ago
Ryan X. Charles
0b546f2aab
Merge pull request #257 from maraoz/feature/explicit-node-gyp
add explicit node-gyp execution
11 years ago
Gordon Hall
a89b51d5aa
requiring socks5 client conditionally from connection constructor
11 years ago
Manuel Araoz
5e636f6b9c
add explicit node-gyp execution
11 years ago
Ryan X. Charles
2fb6eebed4
Merge pull request #256 from colkito/ignore-ds-store
Ingnored .DS_Store file
11 years ago
Mario Colque
9a2165d708
Ingnored .DS_Store file
11 years ago
Ryan X. Charles
1a28683e4a
Merge pull request #253 from matiu/feature/to-fromObj
add from-to Obj in Transaction Builder
11 years ago
Matias Alejo Garcia
3f334d4912
Merge pull request #1 from maraoz/feature/to-fromObj
fix TB test
11 years ago
Manuel Araoz
bec26d80d6
fix TB test
11 years ago
Eric Martindale
a2d616da5b
Project reorganization.
11 years ago
Eric Martindale
f3b1c2d292
Cleanup main directory.
11 years ago
Matias Alejo Garcia
9a25122b4f
add merge options
11 years ago
Matias Alejo Garcia
233438f899
merge working!
11 years ago
Matias Alejo Garcia
57a5ca5fa7
remove txobj from this! #merge WIP
11 years ago
Matias Alejo Garcia
52d47bf30e
remove txobj from this! #merge WIP
11 years ago
Matias Alejo Garcia
185ebe8ebb
add from-to Obj in Transaction Builder
11 years ago
Gordon Hall
7b9e2e7b49
remove duplicate dependency
11 years ago
Gordon Hall
a5ba457787
update example to discover a peer instead of hardcoding arbitrary IP
11 years ago
Gordon Hall
3ba4352f7f
merged in upstream changes, resolved conflict in package.json, add test for SOCKS5 Connection instantiation
11 years ago
Gordon Hall
e53a2341c3
updated connection tests
11 years ago
Ryan X. Charles
387185e626
remove commented-out code
11 years ago
Ryan X. Charles
e61aa8528f
add some tests to make sure changes to Key C++ code work as expected
11 years ago