Commit Graph

1934 Commits

Author SHA1 Message Date
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
Ryan X. Charles eacf331db1 Merge pull request #56 from dreyzehner/master
Update README.md
2014-02-07 21:13:12 -05:00
Jason Dreyzehner 837acf12dd Update README.md 2014-02-07 21:08:56 -05:00
Jason Dreyzehner c405caf8d8 Update LICENSE 2014-02-07 21:08:22 -05:00
Jason Dreyzehner bb855e270f Merge branch 'master' of github.com:bitpay/bitcore
Conflicts:
	README.md
2014-02-07 20:52:02 -05:00
Ryan X. Charles f066d3e0ce Merge pull request #51 from maraoz/feature/browserify-Address
browserify Address and dependencies
2014-02-07 19:40:58 -05:00
Manuel Araoz a26665ec80 trying to fix Opcode test 2014-02-06 16:58:59 -03:00
Manuel Araoz ce321e42d0 remove use-strict 2014-02-06 16:36:49 -03:00
Manuel Araoz f6549bc570 script test fix 2014-02-06 16:25:46 -03:00
Manuel Araoz 262a5d7189 Added some tests for Script 2014-02-06 16:21:15 -03:00
Manuel Araoz 0d5573dc16 Script class working in browser! 2014-02-06 15:49:22 -03:00
Manuel Araoz e295e33800 starting with Transaction class 2014-02-06 12:57:47 -03:00
Ryan X. Charles 2c216e0796 Merge pull request #52 from matiu/bug/PeerManager-network-params
pass network param from PeerManager to Connection
2014-02-06 10:30:44 -05:00
Matias Alejo Garcia 79510c8262 pass network param from PeerManager to Connection 2014-02-06 11:48:50 -03:00
Manuel Araoz fc93218c56 Address working in the browser 2014-02-05 18:15:10 -03:00
Manuel Araoz 0a6ddaffa3 EncodedData working in the browser 2014-02-05 18:15:10 -03:00
Manuel Araoz 304fdc013d starting address migration 2014-02-05 18:15:10 -03:00
Manuel Araoz 3a0aa08be3 added README for browser build 2014-02-05 18:15:10 -03:00
Ryan X. Charles 79993ab925 Merge pull request #50 from ryanxcharles/bug/remove-use-strict
remove "use strict" which is causing problems.
2014-02-05 15:18:01 -05:00
Ryan X. Charles 92f6d1e529 remove "use strict" which is causing problems.
"use strict" enforces good js. We should go through and carefully add "use
strict" throughout bitcore and fix all problems that are found along the way.
2014-02-05 15:16:24 -05:00
Ryan X. Charles 06d7969e87 Merge pull request #42 from maraoz/feature/browserify-base58
browserify base58
2014-02-04 11:41:18 -08:00
Manuel Araoz a47720eec1 remove mocha files 2014-02-04 16:37:34 -03:00