Ryan X. Charles
153cb7ad50
add "real" 0.1.24 and 0.1.25, and...
In this commit I have added the 'official' versions 0.1.24 and 0.1.25 to the
repo, and also created a new bitcore-dev.js that is not included in the repo.
bitcoin-dev.js is what we will use for development. When we define a new
version, we create a new bitcore-x.x.x.js file, and point bitcore-latest.js to
that. Note that the bitcore-x.x.x.js files should always be the "main" bundle,
which does not include BIP39 or BIP70, or other large packages.
11 years ago
Ryan X. Charles
4e3b258f07
Merge remote-tracking branch 'maraoz/feature/bundle-name'
Conflicts:
browser/bitcore-0.1.24.js
11 years ago
Ryan X. Charles
5cdc160dea
Merge branch 'feature/bip70-signing'
11 years ago
Ryan X. Charles
f3f94fc9d5
Merge remote-tracking branch 'devrandom/bip39a'
11 years ago
Ryan X. Charles
aaadbc81a1
modify README and commit examples.md
...to reflect usage of gulp, which automatically builds the examples.md file
from the examples in the examples/* directory.
11 years ago
Ryan X. Charles
91dd9fcb1e
Merge remote-tracking branch 'yangit/examples'
Conflicts:
package.json
11 years ago
Ryan X. Charles
41a687cd36
up version to 0.1.25
11 years ago
Manuel Araoz
9ac8682fb0
minify browser version
11 years ago
Manuel Araoz
fcde4e84ad
add new bundles and symbolic link
11 years ago
Manuel Araoz
7b3c074900
change bundle name
11 years ago
Ryan X. Charles
e48561302b
Merge pull request #401 from ryanxcharles/feature/bip70-protobuf
add BIP70 protobuf features in new PayPro lib file
11 years ago
Ryan X. Charles
39889476fb
add sign/verify with pki_type SIN
...which is much easier to implement than X.509 certificates.
11 years ago
Ryan X. Charles
e69d71924d
add test for setObj
11 years ago
Ryan X. Charles
71e226b782
serialize payment request for signature
11 years ago
Matias Alejo Garcia
41fb2eee57
Merge pull request #404 from ryanxcharles/bug/base58check
tested OK.
11 years ago
Ryan X. Charles
76804bef45
Fix checksum comparison error. Closes #402
11 years ago
Ryan X. Charles
0722ce46d7
comment typo
11 years ago
Ryan X. Charles
0bea06f785
add BIP70 protobuf features in new PayPro lib file
...and add to the "main" bundle, but not the "all" bundle, since it adds
hundreds of kilobytes to the bundle.
11 years ago
Ryan X. Charles
3842ed69cb
Merge pull request #400 from petrosagg/remove-dead-code
Remove dead code in Script.js
11 years ago
Petros Angelatos
d2ce401f84
remove dead code
11 years ago
Devrandom
efb62b08b7
add check function for BIP39
fixes #393
11 years ago
Ryan X. Charles
1cfa302c35
Merge pull request #397 from ryanxcharles/feature/confirm-message-works-with-buffer
add tests that confirm Message works with buffers
11 years ago
Ryan X. Charles
15d0d1a333
add tests that confirm Message works with buffers
11 years ago
Gabe
6fac03527f
Updated readme.md
-removed old examples
-added link to new examples.md
Do not forget to run "gulp" everytime you make changes in examples folder.
11 years ago
yangit
11b391820d
Added gulp task to concat /examples/*.js into ./examples.md
11 years ago
Manuel Aráoz
12e7101ffa
Merge pull request #394 from ryanxcharles/feature/beautify
ran js-beautify on all bitcore source
11 years ago
Ryan X. Charles
ca67786a77
ran js-beautify on all bitcore source
js-beautify -s 2 -r *.js
...did not run on bundles, only on source.
11 years ago
Ryan X. Charles
bba0945581
add explanation of building the browser bundle to README
11 years ago
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