Commit Graph

2346 Commits

Author SHA1 Message Date
Braydon Fuller
116ddac345 If skipMagic is enabled do not set the magic or size on the block, the values would have been incorrect. 2015-01-17 00:07:09 -05:00
Braydon Fuller
38b8c211f3 Fix jshint complaints. 2015-01-17 00:07:09 -05:00
Esteban Ordano
b416655222 block serialization: Add option skip magic numbers 2015-01-17 00:07:09 -05:00
Braydon Fuller
b6ba5dbc5a Added test data for blocks from bitcoin core. 2015-01-17 00:07:09 -05:00
Manuel Aráoz
011f601e37 Merge pull request #969 from braydonf/submodule-docs
Docs: Update browser build documentation to reflect the current module development strategy.
2015-01-16 17:18:55 -03:00
Braydon Fuller
bfc7edf5f5 Docs: Update browser build documentation to reflect the current module development strategy. 2015-01-16 13:25:41 -05:00
Esteban Ordano
6f7ce378c8 Merge pull request #970 from braydonf/bug/gulp-bitcore
Fix package.json by replacing gulp-bitcore with bitcore-build
2015-01-16 15:24:35 -03:00
Braydon Fuller
4997c2df43 Removed karma from devDependencies since it's defined in bitcore-build 2015-01-16 13:17:12 -05:00
Braydon Fuller
81509debbd Fix package.json by replacing gulp-bitcore with bitcore-build 2015-01-16 11:59:22 -05:00
Braydon Fuller
e42e96cae0 Merge pull request #967 from yemel/fix/I5-uri
Implement I5 on URI
2015-01-15 17:05:34 -05:00
Yemel Jardi
42e2c6c525 Implement I5 on URI 2015-01-15 18:17:15 -03:00
Yemel Jardi
edea0ad207 Merge pull request #965 from maraoz/remove/saucelabs
remove saucelabs keys
2015-01-15 14:57:50 -03:00
Manuel Araoz
067a8d5690 remove saucelabs keys 2015-01-15 11:58:12 -03:00
Manuel Aráoz
dcedc88109 Merge pull request #963 from eordano/drop/dependencies
Drop dependencies from npm-shrinkwrap
2015-01-15 11:57:47 -03:00
Esteban Ordano
f935bb1ba3 Drop dependencies from npm-shrinkwrap 2015-01-14 16:26:28 -03:00
Manuel Aráoz
c4b053f7ec Merge pull request #960 from eordano/modularize/explorers
Drop files that go into bitcore-explorers
2015-01-14 11:55:45 -03:00
Esteban Ordano
94b20e66d2 Drop transport require 2015-01-14 11:49:00 -03:00
Esteban Ordano
258c33a3b3 Drop unused dependencies 2015-01-14 11:47:31 -03:00
Esteban Ordano
94969e3e99 Drop tests for explorer 2015-01-14 11:45:18 -03:00
Esteban Ordano
6923b9bed9 Drop explorers 2015-01-14 11:44:58 -03:00
Esteban Ordano
7d4cda171a Merge pull request #955 from maraoz/improve/error/system
new error system with no code generation
2015-01-13 20:25:20 -03:00
Manuel Aráoz
a24dc19179 Merge pull request #952 from eordano/modularize/p2p
Drop networking code in favor of bitcore-p2p
2015-01-13 20:19:56 -03:00
Manuel Araoz
b37a8d2f32 new version of extend 2015-01-13 20:18:28 -03:00
Manuel Araoz
f2eeb7664e fix extend 2015-01-13 20:11:40 -03:00
Manuel Araoz
1e27d53318 use gulp-bitcore 0.3.0 2015-01-13 19:47:09 -03:00
Manuel Araoz
4fba778a2a remove gulp submodules 2015-01-13 19:19:59 -03:00
Manuel Araoz
c53e00f307 revert dep change 2015-01-13 19:04:43 -03:00
Manuel Araoz
6434d6ca87 use gulp-bitcore for gulp 2015-01-13 19:02:16 -03:00
Manuel Araoz
149b7fafed new error system with no code generation 2015-01-13 19:02:16 -03:00
Esteban Ordano
0f85e4ff14 Drop unused dependencies 2015-01-12 16:59:39 -03:00
Esteban Ordano
fce088758f Drop documentation for p2p 2015-01-12 16:59:38 -03:00
Esteban Ordano
456b4345f0 Drop tests for p2p 2015-01-12 16:59:09 -03:00
Esteban Ordano
eaa07363a9 Drop code for the p2p module 2015-01-12 16:59:09 -03:00
Manuel Aráoz
dac8cdf0aa Merge pull request #943 from eordano/modularize/paymentprotocol
Drop payment protocol submodule
2015-01-12 16:17:10 -03:00
Manuel Aráoz
eeb94ee727 Merge pull request #949 from eordano/fix/multipleTxin
When creating a Transaction, don't allow the user to repeat an utxo
2015-01-12 16:16:47 -03:00
Manuel Aráoz
a22bb6f62c Merge pull request #942 from eordano/fix/937
Use satoshisBN internally
2015-01-12 16:16:25 -03:00
Manuel Aráoz
906ba7cc0f Merge pull request #947 from elichai/patch-1
Added mempool request
2015-01-12 16:13:57 -03:00
Esteban Ordano
f3663e26d6 Don't add the same input twice 2015-01-12 11:59:15 -03:00
Elichai Turkel
b827e36e13 Added mempool request
I added `GetMempool` function that sends an 'mempool' request.
the answer will come in 'inv' message.
2015-01-11 13:35:44 +02:00
Braydon Fuller
8089b0c765 Merge pull request #945 from eordano/fix/addressInstantiate
Add alternative to create an Address
2015-01-10 12:54:24 -05:00
Esteban Ordano
41191a285f Add alternative to create an Address
* When by error one has two instances of an address, an address
can't be instantiated from the other
2015-01-10 14:16:51 -03:00
Esteban Ordano
ca1d8e9eeb Drop payment protocol submodule 2015-01-09 20:20:58 -03:00
Esteban Ordano
8d68e9cb02 Use satoshisBN internally 2015-01-09 19:51:23 -03:00
Esteban Ordano
e72d11f14e Merge pull request #939 from maraoz/remove/ecies/docs
Remove ECIES docs from main repo
2015-01-09 17:32:34 -05:00
Manuel Araoz
0e96ee7938 remove ECIES from doc guide index 2015-01-09 19:01:23 -03:00
Manuel Araoz
2edae5564e remove ECIES docs 2015-01-09 18:57:20 -03:00
Manuel Aráoz
50a868cb8c Merge pull request #917 from eordano/transaction/updates
Changes to internal transaction and address
2015-01-09 17:44:13 -03:00
Manuel Aráoz
6c3640ebcf Merge pull request #936 from eordano/modularize/rpc
Drop all rpc code/docs
2015-01-09 17:41:55 -03:00
Manuel Aráoz
7c87305943 Merge pull request #935 from eordano/feature/outputinspect
Add inspect method to output
2015-01-09 17:11:03 -03:00
Esteban Ordano
4fba2bc86c Drop all rpc code/docs 2015-01-09 16:58:44 -03:00