Gordon Hall
529d26e052
add missing comma to package.json deps
11 years ago
Manuel Araoz
d4901278a6
add testling
11 years ago
Ryan X. Charles
54bbc42e7d
move chai from devDependencies to dependencies
...and update version # so we can fix npm install issue.
11 years ago
Ryan X. Charles
412bfc9bd5
update to version 0.1.10
Changes since last version:
* Fix bugs to make bitcore compatible with bitcoin core transaction tests.
* Default to sorting public keys for .createMultisig
11 years ago
Gordon Hall
27191fc0ec
point back to socks5-client upstream repo
11 years ago
Ryan X. Charles
0af1dd39a7
update version to 0.1.9
The major changes in this version are:
* A new TransactionBuilder class to make it easy to make any kind of
transaction.
* BIP32 - hierarchical deterministic wallets.
* Further progress towards full test coverage and 100% compatibility with
bitcoin core.
11 years ago
Ryan X. Charles
ba59d97a73
make things work in the browser by fixing sha512
...had to use jsSHA package to do SHA512 in the browser. Unfortunately it is
quite slow compared to node.
11 years ago
Gordon Hall
ce0a240d6b
pointing socks5-client to gordon's fork
11 years ago
Manuel Araoz
856225d377
fix for firefox
11 years ago
Kyle Drake
09e7cd5bdf
implement code coverage reporting
11 years ago
Gordon Hall
e496239c3d
added socks5 client dependency
11 years ago
Gordon Hall
ce76edf8a5
add `engines` property to package.json
11 years ago
Ryan X. Charles
aa87963830
update version to 0.1.8
Changes since version 0.1.7
* Refactor browser building
* Examples of signing transactions
* Key interface is now bitcore.Key, not bitcore.KeyModule.Key
** bitcore.KeyModule is deprecated
* Bug fixes
11 years ago
Ryan X. Charles
e4ff6c3e16
update version #, update to npm soop
11 years ago
Manuel Araoz
348cf50636
minify bundle
11 years ago
Manuel Araoz
f30aba9b39
fixing deps for child projects
11 years ago
Manuel Araoz
25b75b1154
fixing deps
11 years ago
Manuel Araoz
3c3c276867
fix deps
11 years ago
Manuel Araoz
49e9dd4930
fix dependencies
11 years ago
Manuel Araoz
99a74a6ec3
fixing dependencies
11 years ago
Manuel Araoz
dbc968e226
fixing postinstall
11 years ago
Manuel Araoz
fa7e205de8
still trying to fix postinstall
11 years ago
Manuel Araoz
7d7777b2e3
fixing grunt reference
11 years ago
Manuel Araoz
485ef59402
add grunt dev dependency
11 years ago
Manuel Araoz
a3fa5834a4
use grunt in postinstall
11 years ago
Manuel Araoz
b4afdedd40
fix postinstall
11 years ago
Manuel Araoz
306ecbf1a3
fix postinstall script
11 years ago
Matias Alejo Garcia
b88ef1d46b
add main in package json
11 years ago
Manuel Araoz
0394c14ee7
update README for browser version
11 years ago
Manuel Araoz
409bb093d5
configurable submodules for browser bundle
11 years ago
Ryan X. Charles
c2705813b3
add grunt browserify package so "npm install" works
11 years ago
Ryan X. Charles
52c12aa5f4
fix package.json reference to bitpay soop
...the soop library is located at bitpay/soop, not bitpay/node-soop.
11 years ago
Matias Alejo Garcia
f494b47b18
update dependencies
11 years ago
Matias Alejo Garcia
66d3a0e822
update soop repository
11 years ago
Matias Alejo Garcia
089fbab719
support soop with browser all test passing
11 years ago
Matias Alejo Garcia
fa1e323d39
add soop dependency. remove bitcore
11 years ago
Manuel Araoz
40ee699453
working on Transaction verification and Script tests
11 years ago
Ryan X. Charles
4c3957c872
add Manuel, Matias, myself to contributors
11 years ago
Ryan X. Charles
d08899c853
update version to 0.1.6
The most significant update in this version is Manuel's work on getting bitcore
to work in the browser.
11 years ago
Adam Brady
7f49c63c96
Hook up npm test
11 years ago
Manuel Araoz
47965ef0a4
change to Bignum 6.2 and fix grunt problem
11 years ago
Manuel Araoz
6a24e7fbe0
load test data from files
11 years ago
Manuel Araoz
915c048c3b
browser ECDSA compressed key generated
11 years ago
trapp
31fa11364f
Updated bufferput dependency to bitpays repository.
11 years ago
Manuel Araoz
47fb987600
Added more classes to browser
11 years ago
Manuel Araoz
8ab1c3feae
Transaction, Connection, Peer, Block, ScriptInterpreter working in the browser!
11 years ago
Manuel Araoz
4496ed369a
fix Transaction for node
11 years ago
Matias Alejo Garcia
b3ad87af41
add Readme.md compilation in grunt
11 years ago
Manuel Araoz
12d7274588
added testing framework for the browser
11 years ago
Manuel Araoz
b579302b64
ignore bundle, fix package.json
11 years ago