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
Manuel Araoz
5a90473d12
tests work in browser and node
2014-02-04 16:37:34 -03:00
Manuel Araoz
12d7274588
added testing framework for the browser
2014-02-04 16:37:34 -03:00
Manuel Araoz
b579302b64
ignore bundle, fix package.json
2014-02-04 16:37:33 -03:00
Manuel Araoz
995d07043b
added README for browser build
2014-02-04 16:37:33 -03:00
Manuel Araoz
7b1cebddf0
base58 working in the browser!
2014-02-04 16:37:05 -03:00
Manuel Araoz
cb762eb284
making base58 work
2014-02-04 16:37:05 -03:00
Manuel Araoz
0e29072cf2
migrating base58
2014-02-04 16:37:05 -03:00
Manuel Araoz
b509732aa3
bignum in browser
2014-02-04 16:37:05 -03:00
Manuel Araoz
bd7d3c8e79
added Gruntfile and jshintrc
2014-02-04 16:37:05 -03:00
Jason Dreyzehner
b850311d2d
Merge pull request #49 from ryanxcharles/language-fixes
...
language fixes
2014-02-03 12:57:23 -08:00
Ryan X. Charles
9c65afd790
language fixes
2014-02-03 15:54:26 -05:00
Jason Dreyzehner
2dca15deb5
Merge pull request #1 from bitdeli-chef/master
...
Add a Bitdeli Badge to README
2014-02-03 12:33:25 -08:00
Bitdeli Chef
ca3ddb4913
Add a Bitdeli badge to README
2014-02-03 20:33:45 +00:00
Jason Dreyzehner
68acbc635c
Merge pull request #47 from bitdeli-chef/master
...
Add a Bitdeli Badge to README
2014-02-03 12:32:46 -08:00
Bitdeli Chef
d99f692c86
Add a Bitdeli badge to README
2014-02-03 20:35:51 +00:00
Ryan X. Charles
be55042c44
Merge pull request #28 from matiu/feature/handle-403-HTTP
...
handle 403 status code
2014-01-28 15:41:14 -08:00
Matias Alejo Garcia
55e4eed177
handle 403 status code
2014-01-28 20:10:24 -03:00
Ryan X. Charles
93e7d0c2e1
Merge pull request #25 from dreyzehner/master
...
Update README.md
2014-01-23 08:28:51 -08:00
Jason Dreyzehner
29826bdcb6
Update README.md
2014-01-23 11:28:07 -05:00
Jason Dreyzehner
f29da24561
Update README.md
2014-01-23 11:17:43 -05:00
Jason Dreyzehner
71378898e0
Merge pull request #24 from dreyzehner/master
...
readme structure
2014-01-23 07:31:17 -08:00
Jason Dreyzehner
eddcce11a7
structure
2014-01-23 10:26:27 -05:00
Ryan X. Charles
03acac3a2c
Merge pull request #22 from dreyzehner/master
...
update readme
2014-01-22 14:59:18 -08:00
Jason Dreyzehner
cb2a86def1
update readme
2014-01-22 17:12:45 -05:00
Ryan X. Charles
8221293922
Merge pull request #21 from matiu/chore/remove-tabs
...
replace tabs with 2 spaces using "expand"
2014-01-16 10:52:54 -08:00
Ryan X. Charles
a6cb632f26
Merge pull request #18 from matiu/feature/keep-alive-optional
...
add option to RpcClient to enable keep-alive (false by default)
2014-01-16 10:47:17 -08:00
Matias Alejo Garcia
f35c03544b
replace tabs with 2 spaces using "expand"
2014-01-16 06:21:35 -03:00
Jeff Garzik
c24ae73cf5
Merge pull request #20 from ryanxcharles/feature/add-multisig-from-cosign
...
Add multisig functions to Script.js for use in cosign
2014-01-15 19:25:23 -08:00
Ryan X. Charles
a636cb4ec0
add tests for functions imported from cosign
2014-01-15 22:17:11 -05:00
Ryan X. Charles
c708d55fd5
import script functions from cosign
2014-01-15 22:16:45 -05:00
Matias Alejo Garcia
7c787edf85
change RPC agent default
2014-01-15 21:51:51 -03:00
Ryan X. Charles
ca4fd3d6bd
Merge pull request #19 from cmgustavo/feature/add_getbestblockhash_to_rpcclient
...
Added getBestBlockHash command to callspect
2014-01-15 14:36:02 -08:00
Gustavo Cortez
07adf0b61c
Added getBestBlockHash command to callspect
2014-01-15 18:23:50 -03:00
Matias Alejo Garcia
0d3a80639a
add option to RpcClient to enable keep-alive (false by default)
2014-01-15 15:05:11 -03:00
Ryan X. Charles
dae419e81f
Merge pull request #17 from matiu/bug/callback-on-rpc-error
...
Bug/callback on rpc error
2014-01-14 12:10:21 -08:00
Matias Alejo Garcia
80343227bc
call callback on connection error
2014-01-14 16:00:05 -03:00
Matias Alejo Garcia
3674a66d11
remove duplicate require
2014-01-14 15:59:48 -03:00
Matias Alejo Garcia
8d79a6f38b
fix logger variable name
2014-01-14 15:59:38 -03:00
Jeff Garzik
a2bd73f568
Merge pull request #16 from jgarzik/tx-fromobj
...
Transaction: add fromObj() method
2014-01-11 07:25:20 -08:00
Jeff Garzik
c4970d1084
Transaction: add fromObj() method, for importing textual JSON representation
2014-01-10 23:27:24 -05:00
Jeff Garzik
9aef8d5ad5
Merge pull request #15 from maraoz/feature/tx-hash-on-parse
...
make transactions calculate their hash on parse
2014-01-10 09:19:03 -08:00
Manuel Araoz
22a5aea9f6
make transactions calculate their hash on parse
2014-01-10 14:12:23 -03:00
Jeff Garzik
2513a08eb9
Merge pull request #14 from maraoz/misc
...
various small changes to bitcore
2014-01-08 10:32:11 -08:00
Manuel Araoz
b3f36c3e72
various small changes to bitcore
2014-01-08 15:25:49 -03:00