Matias Alejo Garcia
7bff26cead
add a tx creation and signing example
11 years ago
Matias Alejo Garcia
da084d1dd5
fix conflics
11 years ago
Matias Alejo Garcia
aed94b3e45
add createTx example to mocha
11 years ago
Ryan X. Charles
d8eebd6f67
update basic example to use new interface
11 years ago
Matias Alejo Garcia
36d6fe5165
add a tx creation and signing example
11 years ago
Ryan X. Charles
05f6e28642
update interface, bitcore.KeyModule.Key -> bitcore.Key
It's annoying and easy to forget to type in bitcore.KeyModule.Key. I have
updated this so that now you can just do bitcore.Key. Tests pass in node and
the browser. This is a backwards-incompatible change so all software that
depends on the old style key generation will need to be updated.
11 years ago
Ryan X. Charles
34f92b605d
soop may not be in the bitcore directory
If bitcore is being built inside of another project that uses soop, soop may
not be in the bitcore directory. We need to find the location of soop and then
find the custom_prelude script relative to that.
11 years ago
Ryan X. Charles
018239757b
Merge pull request #147 from matiu/bug/signatures-in-browser
Bug/signatures in browser
11 years ago
Matias Alejo Garcia
8cf558877f
add a tx creation and signing example
11 years ago
Matias Alejo Garcia
2a6f7155b3
fix sigatures and verifications on browser
11 years ago
Matias Alejo Garcia
caa16713f1
add broken test for verifing a signature (fails in browser)
11 years ago
Matias Alejo Garcia
df0aa74483
set default for compressed state
11 years ago
Ryan X. Charles
45f5edb4de
Merge pull request #145 from ryanxcharles/feature/update-version-0.1.7
update version #, update to npm soop
11 years ago
Ryan X. Charles
c565d6207c
Merge pull request #140 from matiu/bug/fix-ripe160-and-address
Bug/fix ripe160 and address
11 years ago
Ryan X. Charles
e4ff6c3e16
update version #, update to npm soop
11 years ago
Ryan X. Charles
461836cf72
Merge pull request #144 from maraoz/feature/minify-bundle
minify and optimize bundle
11 years ago
Manuel Araoz
69dbb24bce
make util dependencies optional
11 years ago
Manuel Araoz
348cf50636
minify bundle
11 years ago
Ryan X. Charles
e702f1813b
Merge pull request #141 from maraoz/bug/fix-examples
Fix and test examples
11 years ago
Matias Alejo Garcia
0f8ee57521
refactor ripe160 binding
11 years ago
Manuel Araoz
1732ec2ced
add new example
11 years ago
Manuel Araoz
d35609ff9b
change example to new style
11 years ago
Manuel Araoz
56c12a03b9
add example tests
11 years ago
Ryan X. Charles
25c95cdb47
Merge pull request #139 from maraoz/feature/configurable-bundle
fix postinstall script
11 years ago
Matias Alejo Garcia
dc8d23dba5
fix conflicts
11 years ago
Matias Alejo Garcia
ab183c0e66
fixes ripe160 add some tests
11 years ago
Manuel Araoz
2b3d8e1d25
fix Gruntfile
11 years ago
Manuel Araoz
c339fb1f2f
change README names
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
6af1b1dab6
add broken test for sha256ripe160
11 years ago
Matias Alejo Garcia
711ba6d9a8
remove PeerManager exception, no necesary anymore
11 years ago
Matias Alejo Garcia
5be37f2c7b
remove PeerManager exception, no necesary anymore
11 years ago
Matias Alejo Garcia
e2c775e17f
more broken cases in browser
11 years ago
Ryan X. Charles
32d30833d1
Merge pull request #137 from matiu/feature/index
add index.js for node requires
11 years ago
Matias Alejo Garcia
b88ef1d46b
add main in package json
11 years ago
Matias Alejo Garcia
eb13e47c8f
add demo broken test for WalletKey
11 years ago
Matias Alejo Garcia
03a6df3f74
add index.js for node requires
11 years ago
Ryan X. Charles
089a47591a
Merge pull request #135 from maraoz/feature/configurable-bundle
Customizable browser bundle
11 years ago
Manuel Araoz
8312f90458
oops, forgot to add a file
11 years ago