Manuel Araoz
|
b4642e8924
|
all tests working in browser :D
|
2014-02-24 09:39:42 -03:00 |
Manuel Araoz
|
3e5e0057b1
|
Key tests working in the browser~!!!
|
2014-02-24 09:39:42 -03:00 |
Manuel Araoz
|
915c048c3b
|
browser ECDSA compressed key generated
|
2014-02-24 09:39:42 -03:00 |
Manuel Araoz
|
0f393cb989
|
ECDSA key browser work
|
2014-02-24 09:39:42 -03:00 |
trapp
|
31fa11364f
|
Updated bufferput dependency to bitpays repository.
|
2014-02-24 10:37:45 +01:00 |
Ryan X. Charles
|
68959fd92c
|
Merge pull request #87 from lazaruslarue/patch-1
Update README.md
|
2014-02-22 14:11:42 -05:00 |
lazaruslarue
|
e34afc4f38
|
Update README.md
Correcting a typo
|
2014-02-21 20:43:40 -08:00 |
Ryan X. Charles
|
5309f42032
|
Merge pull request #85 from trapp/peermanager-example-fixed
PeerManager example didn't receive transactions.
|
2014-02-20 10:43:55 -05:00 |
Timon Rapp
|
bd73e26a4c
|
Updated example in README.md
|
2014-02-20 15:04:02 +01:00 |
Timon Rapp
|
3152f72460
|
Added response to invites to receive transactions in the example.
|
2014-02-20 14:57:38 +01:00 |
Ryan X. Charles
|
9b04009078
|
Merge pull request #83 from matiu/bug/fix-example
Bug/fix example
|
2014-02-19 14:52:46 -05:00 |
Ryan X. Charles
|
b38850c1f8
|
Merge pull request #82 from maraoz/feature/browserify-many
browserify many classes.
|
2014-02-19 14:51:01 -05:00 |
Matias Alejo Garcia
|
f50cdbe819
|
update Readme
|
2014-02-19 16:49:01 -03:00 |
Matias Alejo Garcia
|
16426d84bd
|
fix peermanager example
|
2014-02-19 16:48:52 -03:00 |
Manuel Araoz
|
47fb987600
|
Added more classes to browser
|
2014-02-19 16:07:50 -03:00 |
Manuel Araoz
|
c693d01a44
|
Deserialize test
|
2014-02-19 14:30:48 -03:00 |
Manuel Araoz
|
339ef3073b
|
add const test
|
2014-02-19 14:27:03 -03:00 |
Manuel Araoz
|
bf641ef954
|
refactor tests
|
2014-02-19 14:25:14 -03:00 |
Manuel Araoz
|
ed90a2ebe6
|
Browserify Bloom
|
2014-02-19 12:49:21 -03:00 |
Ryan X. Charles
|
57c4c20c72
|
Merge pull request #77 from matiu/feature/better-docs
Feature/better docs
|
2014-02-19 10:43:43 -05:00 |
Ryan X. Charles
|
a7d0a8b7e9
|
Merge pull request #81 from maraoz/feature/browserify-buffertools
Transaction, Connection, Peer, Block, ScriptInterpreter working in the b...
|
2014-02-19 10:39:35 -05:00 |
Matias Alejo Garcia
|
9630ba906c
|
remove vim files
|
2014-02-19 12:37:46 -03:00 |
Manuel Araoz
|
8ab1c3feae
|
Transaction, Connection, Peer, Block, ScriptInterpreter working in the browser!
|
2014-02-19 12:36:19 -03:00 |
Ryan X. Charles
|
9bb331955f
|
Merge pull request #79 from maraoz/feature/change-buffertools-usage
change buffertools usage and add tests
|
2014-02-18 16:02:24 -05:00 |
Manuel Araoz
|
1c9b89f4f3
|
reverted some unwanted changes
|
2014-02-18 17:58:16 -03:00 |
Manuel Araoz
|
e0233f02dd
|
fix Buffer.concat use
|
2014-02-18 16:03:44 -03:00 |
Manuel Araoz
|
4da3285930
|
fix toHex use
|
2014-02-18 16:03:44 -03:00 |
Manuel Araoz
|
966b8988e1
|
fix reverse buffertools use
|
2014-02-18 16:03:44 -03:00 |
Manuel Araoz
|
bf0010b8ac
|
fix buffertool's fill calls
|
2014-02-18 16:03:44 -03:00 |
Manuel Araoz
|
d96181898a
|
fixed concat references
|
2014-02-18 16:03:44 -03:00 |
Manuel Araoz
|
1dcd941331
|
fixed various test problems
|
2014-02-18 16:03:44 -03:00 |
Manuel Araoz
|
0096238004
|
migrating buffertools compare method and test
|
2014-02-18 16:03:43 -03:00 |
Manuel Araoz
|
d2e7c7fc19
|
fix buffertools in Transaction
|
2014-02-18 16:03:43 -03:00 |
Manuel Araoz
|
3d901a12f2
|
added tests to Block and Peer, and migrated buffertools usage
|
2014-02-18 16:03:43 -03:00 |
Manuel Araoz
|
cdf53d1fc5
|
migrating to buffertools best practices
|
2014-02-18 16:03:43 -03:00 |
Eric Martindale
|
b63c7067e8
|
Merge pull request #78 from maraoz/bug/fix-node-Transaction
fix Transaction for node
|
2014-02-18 07:28:05 -08:00 |
Matias Alejo Garcia
|
0db88d045d
|
Merge branch 'bug/fix-node-Transaction' of github.com:maraoz/bitcore into feature/better-docs
|
2014-02-18 12:22:31 -03:00 |
Manuel Araoz
|
10a23cdd88
|
remove strict
|
2014-02-18 12:19:46 -03:00 |
Matias Alejo Garcia
|
08f26d6c2b
|
Merge branch 'bug/fix-node-Transaction' of github.com:maraoz/bitcore into feature/better-docs
|
2014-02-18 12:16:47 -03:00 |
Matias Alejo Garcia
|
f7f5ce0661
|
Merge branch 'master' of github.com:bitpay/bitcore into feature/better-docs
|
2014-02-18 12:14:06 -03:00 |
Manuel Araoz
|
4496ed369a
|
fix Transaction for node
|
2014-02-18 11:39:47 -03:00 |
Matias Alejo Garcia
|
398e39efb9
|
add some examples to README and examples/ path
|
2014-02-18 04:49:35 -03:00 |
Matias Alejo Garcia
|
b308609ae6
|
add reject message handler
|
2014-02-18 04:48:48 -03:00 |
Jeff Garzik
|
6556988920
|
Merge pull request #53 from maraoz/feature/browserify-Script
browserify Script
|
2014-02-17 21:56:49 -05:00 |
Manuel Araoz
|
05bb2ff3df
|
change name for sin-test
|
2014-02-17 17:55:56 -03:00 |
Manuel Araoz
|
70c47d2943
|
remove use strict
|
2014-02-17 17:20:50 -03:00 |
Manuel Araoz
|
ab81de3c79
|
skipped problematic testcase
|
2014-02-17 17:18:07 -03:00 |
Matias Alejo Garcia
|
b3ad87af41
|
add Readme.md compilation in grunt
|
2014-02-17 16:39:13 -03:00 |
Jeff Garzik
|
879b9b4cef
|
Merge pull request #61 from askmike/patch-1
Normalized object notation
|
2014-02-14 19:19:18 -05:00 |
Mike van Rossum
|
286640e827
|
Normalized object notation
|
2014-02-15 01:04:43 +01:00 |