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
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
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
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
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
Manuel Araoz
0394c14ee7
update README for browser version
11 years ago
Manuel Araoz
409bb093d5
configurable submodules for browser bundle
11 years ago
Ryan X. Charles
55d236741d
Merge pull request #134 from maraoz/feature/configurable-bundle
browser files refactor and name changes
11 years ago
Manuel Araoz
714cf98940
automatic vendor-bundle.js creation on browserify
11 years ago
Manuel Araoz
18b2d190de
change vendor.js to vendor-bundle.js
11 years ago
Manuel Araoz
069f67e924
fix Key tests
11 years ago
Manuel Araoz
76cf42506c
refactoring browser code
11 years ago
Ryan X. Charles
272378f43a
Merge pull request #133 from maraoz/feature/idiomatic-Address
Idiomatic address use
11 years ago
Manuel Araoz
13b1431c56
change default way of validating Addresses
11 years ago
Manuel Araoz
ad34fd191d
starting Address idiom changes
11 years ago
Ryan X. Charles
73ceb2e04e
Merge pull request #129 from ryanxcharles/feature/require-on-use
Require on use
11 years ago
Ryan X. Charles
8e430df82c
fix address example by using bitcore.Address
11 years ago
Ryan X. Charles
acd42bf459
remove comment
11 years ago
Ryan X. Charles
82d9f44b6b
remove unnecessary "buffer" from browserify.js
11 years ago
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.
11 years ago
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.
11 years ago
Ryan X. Charles
20a433c192
Merge pull request #128 from maraoz/bug/remove-testdata-from-bundle
Bug/remove testdata from bundle
11 years ago
Manuel Araoz
4167827937
merge master changes
11 years ago
Manuel Araoz
79e8701316
fix gruntfile
11 years ago
Manuel Araoz
d7529a8281
trying to fix node tests now
11 years ago
Manuel Araoz
a2e6e88569
fixing testdata inclusion in browser
11 years ago
Ryan X. Charles
8f3ae30612
Merge pull request #127 from ryanxcharles/bug/fix-node-tests
fix mocha tests
11 years ago
Ryan X. Charles
ba7de86ee4
expose ./Connection so it works in the browser
11 years ago