Ryan X. Charles
ad5e83f9ff
Merge branch 'bip39'
Conflicts:
browser/bundle.js
11 years ago
Ryan X. Charles
266759ff60
Merge remote-tracking branch 'devrandom/bip39'
Conflicts:
test/index.html
11 years ago
Ryan X. Charles
4a59418c82
add concept of "main" bundle and remove BIP39
Some features of bitcore will be too large to be included in the browser bundle
by default. Since BIP39 pretty much requires the giant list of words to be
used, I am excluding it by default. The ability to exclude some features by
default will become useful with some particularly large features to come,
particularly BIP70.
11 years ago
Ryan X. Charles
54c8e04738
remove unbuilding c code, and ...
* Remove c code that didn't compile on my machine
* Replace with sjcl code
* Minor modifications to mnemonic interface more bitcoreish
11 years ago
Ryan X. Charles
cfd90927bc
Merge pull request #392 from yangit/master
Removed duplicate dependency declaration.
11 years ago
yangit
a3d945f0f1
Removed duplicate dependency declaration.
11 years ago
Ryan X. Charles
a7270282d3
Merge pull request #384 from manan19/move-scriptForAddress
Move TransactionBuilder.scriptForAddress to Address.getScriptPubKey. Resolves #373
11 years ago
Ryan X. Charles
690768e3ce
Merge pull request #391 from rxl/grammar-fix
fix grammar in 'not enough unspent tx outputs' error in tx builder
11 years ago
rxl
1170923f86
fix grammar in 'not enough unspent tx outputs' error in tx builder
11 years ago
Manuel Aráoz
43c4db3219
Merge pull request #389 from yemel/fix/notify-only-failure-0
fix indentation
11 years ago
Yemel Jardi
d73a3076ae
fix indentation
11 years ago
Ryan X. Charles
fb21de907f
Merge pull request #388 from yemel/fix/notify-only-failure
notify only on failure
11 years ago
Yemel Jardi
8a2a0818ab
notify only on failure
11 years ago
Ryan X. Charles
bc58966760
Merge pull request #387 from yemel/feature/travis-hipchat-notification
add hipchat notification config
11 years ago
Yemel Jardi
bd5669409e
add hipchat notification config
11 years ago
Manan Patel
d83fc6e4b5
Resolves #373
Move TransactionBuilder.scriptForAddress to Address#getScriptPubKey (instance method)
11 years ago
Manuel Aráoz
6ac5154934
Merge pull request #385 from manan19/patch-1
Updating links in README.md
11 years ago
Manuel Aráoz
d7f31bf785
Merge pull request #386 from manan19/peer-tests
adding few tests for Peer.js
11 years ago
Manan Patel
0d9317e2d4
adding few tests for Peer.js
11 years ago
Manan Patel
8a91fa272a
Updating links in README.md
11 years ago
Ryan X. Charles
83aada8648
Merge pull request #379 from ryanxcharles/feature/address-throw-error
throw error when using invalid length hash in Address constructor
11 years ago
Ryan X. Charles
c94d278958
up version to 0.1.24
11 years ago
Ryan X. Charles
8fb098e5dd
Merge pull request #374 from maraoz/add/problematic-example
fix eckey.cc to handle private keys starting with 0 correctly
11 years ago
Manuel Araoz
1878c57ab4
remove failsearch
11 years ago
Manuel Araoz
0d670ff979
suggestions by ryan
11 years ago
Manuel Araoz
b402bbfa6c
fixing copay problems
11 years ago
Manuel Araoz
5c11ac3e87
malloc -> calloc, to fix linux version
11 years ago
Manuel Araoz
d313ed037e
trying to fix
11 years ago
Manuel Araoz
2c7c2d85b3
breaking
11 years ago
Manuel Araoz
a15962da88
fixing
11 years ago
Manuel Araoz
a57191c66f
working on fixing the wierd test
11 years ago
Manuel Araoz
a2b8bb0f51
even weirder fix
11 years ago
Manuel Araoz
7b3c6d5bcd
remove console.log
11 years ago
Manuel Araoz
d9a91e89c3
attempt to fix in linux
11 years ago
Manuel Araoz
9e46334d27
wierdest way of fixing the problem
11 years ago
Manuel Araoz
5428b1109e
add problematic test
11 years ago
Ryan X. Charles
c2e5a14eed
throw error when using invalid length hash in Address
I have often made the error of using a public key rather than the hash of the
public key when creating an address, leading to invalid addresses. I'm sure I'm
not the only one. This commit follows the principle of "fail early, fail often"
and simply throws an error if you try to insert something other than 20 bytes
long when creating an address, which would be the case when using a public key.
This way that common mistake should be reduced.
11 years ago
Ryan X. Charles
772b12e471
Merge pull request #377 from cmgustavo/feature/fee-constant
Exporting a constant on TransactionBuilder for use on Copay
11 years ago
Manuel Aráoz
2b7fb8a1dc
Merge pull request #378 from ryanxcharles/bug/hierarchicalkey-example
fix HierarchicalKey example to properly generate addresses
11 years ago
Ryan X. Charles
a11e308aee
fix example
An address is actually the hash of a public key, not the public key.
11 years ago
Gustavo Cortez
1d957b24d9
Exporting a constant on TransactionBuilder for use on Copay (to check available funds to spend). A simple test for this.
11 years ago
Manuel Aráoz
4c3d6dbec0
Merge pull request #376 from ryanxcharles/bug/hierarchicalkey-tests
run HierarchicalKey tests in the browser
11 years ago
Ryan X. Charles
474de613c0
Merge pull request #375 from matiu/feature/bit
adds the BIT constant
11 years ago
Ryan X. Charles
895a512e55
run HierarchicalKey tests in the browser
...not BIP32, which is the old name for HierarchicalKey
11 years ago
Matias Alejo Garcia
d751ed8a57
adds the BIT constant
11 years ago
Devrandom
b523eee812
Switch BIP-0039 to sjcl in browser
11 years ago
Devrandom
79d50e92d4
BIP39 in browser
11 years ago
Devrandom
f2472e691b
Separate out BIP39
11 years ago
Devrandom
63f7e3d062
BIP39 implementation
11 years ago
Ryan X. Charles
ddd52c2025
Merge pull request #372 from ryanxcharles/feature/ECIES-example
add ECIES example
11 years ago