Manuel Araoz
c339fb1f2f
change README names
2014-03-12 09:37:24 -03:00
Manuel Araoz
f30aba9b39
fixing deps for child projects
2014-03-12 09:34:42 -03:00
Manuel Araoz
25b75b1154
fixing deps
2014-03-12 09:32:02 -03:00
Manuel Araoz
3c3c276867
fix deps
2014-03-12 09:27:43 -03:00
Manuel Araoz
49e9dd4930
fix dependencies
2014-03-12 09:26:20 -03:00
Manuel Araoz
99a74a6ec3
fixing dependencies
2014-03-12 09:25:22 -03:00
Manuel Araoz
dbc968e226
fixing postinstall
2014-03-12 09:24:18 -03:00
Manuel Araoz
fa7e205de8
still trying to fix postinstall
2014-03-12 09:20:59 -03:00
Manuel Araoz
7d7777b2e3
fixing grunt reference
2014-03-12 09:18:06 -03:00
Manuel Araoz
485ef59402
add grunt dev dependency
2014-03-12 09:14:03 -03:00
Manuel Araoz
a3fa5834a4
use grunt in postinstall
2014-03-12 09:12:23 -03:00
Manuel Araoz
b4afdedd40
fix postinstall
2014-03-12 09:09:34 -03:00
Manuel Araoz
306ecbf1a3
fix postinstall script
2014-03-12 09:00:34 -03:00
Ryan X. Charles
32d30833d1
Merge pull request #137 from matiu/feature/index
...
add index.js for node requires
2014-03-11 22:21:10 -04:00
Matias Alejo Garcia
b88ef1d46b
add main in package json
2014-03-11 23:18:26 -03:00
Matias Alejo Garcia
03a6df3f74
add index.js for node requires
2014-03-11 22:36:22 -03:00
Ryan X. Charles
089a47591a
Merge pull request #135 from maraoz/feature/configurable-bundle
...
Customizable browser bundle
2014-03-11 18:19:23 -04:00
Manuel Araoz
8312f90458
oops, forgot to add a file
2014-03-11 18:45:04 -03:00
Manuel Araoz
0394c14ee7
update README for browser version
2014-03-11 18:17:03 -03:00
Manuel Araoz
409bb093d5
configurable submodules for browser bundle
2014-03-11 18:17:03 -03:00
Ryan X. Charles
55d236741d
Merge pull request #134 from maraoz/feature/configurable-bundle
...
browser files refactor and name changes
2014-03-11 16:19:45 -04:00
Manuel Araoz
714cf98940
automatic vendor-bundle.js creation on browserify
2014-03-11 16:12:14 -03:00
Manuel Araoz
18b2d190de
change vendor.js to vendor-bundle.js
2014-03-11 15:29:06 -03:00
Manuel Araoz
069f67e924
fix Key tests
2014-03-11 15:21:24 -03:00
Manuel Araoz
76cf42506c
refactoring browser code
2014-03-11 12:32:38 -03:00
Ryan X. Charles
272378f43a
Merge pull request #133 from maraoz/feature/idiomatic-Address
...
Idiomatic address use
2014-03-11 10:37:10 -04:00
Manuel Araoz
13b1431c56
change default way of validating Addresses
2014-03-11 11:27:29 -03:00
Manuel Araoz
ad34fd191d
starting Address idiom changes
2014-03-11 10:21:26 -03:00
Ryan X. Charles
73ceb2e04e
Merge pull request #129 from ryanxcharles/feature/require-on-use
...
Require on use
2014-03-10 17:52:07 -04:00
Ryan X. Charles
8e430df82c
fix address example by using bitcore.Address
2014-03-10 17:50:52 -04:00
Ryan X. Charles
acd42bf459
remove comment
2014-03-10 17:07:13 -04:00
Ryan X. Charles
82d9f44b6b
remove unnecessary "buffer" from browserify.js
2014-03-10 17:06:11 -04:00
Ryan X. Charles
5b67d91f35
fix the loading for Key.js
...
Now, like all other modules loaded in the bitcore object, Key is only required
when it is actually used. All tests pass in node and the browser.
2014-03-10 17:04:23 -04:00
Ryan X. Charles
8a41414114
add caching feature for bitcore.X requires
...
Normally when one loads the bitcore object, all classes are loaded into memory,
even if they are not used. This comment updates this so that the classes are
only required when they are actually used, preserving memory and making bitcore
as small and light for each project. This code is only relevant for node, since
the browser will have the ability to compile only the selected components.
Also, the Key class does not yet work with this, but everything else does.
2014-03-10 16:47:52 -04:00
Ryan X. Charles
20a433c192
Merge pull request #128 from maraoz/bug/remove-testdata-from-bundle
...
Bug/remove testdata from bundle
2014-03-10 14:29:26 -04:00
Manuel Araoz
4167827937
merge master changes
2014-03-10 15:00:25 -03:00
Manuel Araoz
79e8701316
fix gruntfile
2014-03-10 14:55:30 -03:00
Manuel Araoz
d7529a8281
trying to fix node tests now
2014-03-10 14:55:30 -03:00
Manuel Araoz
a2e6e88569
fixing testdata inclusion in browser
2014-03-10 14:55:30 -03:00
Ryan X. Charles
8f3ae30612
Merge pull request #127 from ryanxcharles/bug/fix-node-tests
...
fix mocha tests
2014-03-10 13:51:10 -04:00
Ryan X. Charles
ba7de86ee4
expose ./Connection so it works in the browser
2014-03-10 13:28:28 -04:00
Ryan X. Charles
7f9891bc92
fix mocha tests
...
Node tests were erroring out on this. Need to have "./Connection"
2014-03-10 13:10:52 -04:00
Ryan X. Charles
1b3e703fd0
Merge pull request #124 from maraoz/bug/skip-broken-tests
...
Bug/skip broken tests
2014-03-10 09:34:34 -04:00
Manuel Araoz
0477b75de4
fix util broken tests
2014-03-10 10:00:37 -03:00
Manuel Araoz
88b85c02fd
skip broken tests
2014-03-10 09:58:35 -03:00
Ryan X. Charles
cb00efb092
Merge remote-tracking branch 'maraoz/feature/add-bitcoin-core-tests'
...
Conflicts:
Script.js
ScriptInterpreter.js
...fixed conflicts in Script.js and ScriptInterpreter.js. Many tests are broken
right now, but that's because we're now including more test data in the tests.
These need to be fixed.
2014-03-09 12:07:11 -04:00
Ryan X. Charles
c2705813b3
add grunt browserify package so "npm install" works
2014-03-08 21:52:47 -05:00
Ryan X. Charles
52c12aa5f4
fix package.json reference to bitpay soop
...
...the soop library is located at bitpay/soop, not bitpay/node-soop.
2014-03-08 21:38:53 -05:00
Ryan X. Charles
967ec01778
Merge pull request #120 from matiu/feature/support-soop-browser
...
Feature/support soop browser
2014-03-08 21:36:56 -05:00
Ryan X. Charles
0adbc55e82
make browser tests work by including testdata
...
...testdata was not being loaded correctly by the new browserify.js file, and
thus not all the tests were working. I have fixed this by including "testdata"
as one of the modules that is compiled by the browserify.js script.
2014-03-08 21:34:21 -05:00