Esteban Ordano
d8fceafac6
Build: 0.8.12
2015-01-20 12:58:57 -03:00
Yemel Jardi
7416ea6d97
Merge pull request #5 from eordano/docs/improve
...
Improved jsdocs and documentation
2015-01-20 11:35:51 -03:00
Esteban Ordano
0f7b1a41fe
Drop unused gitignores
2015-01-20 11:19:59 -03:00
Esteban Ordano
b47526fb42
Use the new error building system
2015-01-20 11:17:29 -03:00
Esteban Ordano
6550bba657
Fix test for version
2015-01-20 11:17:29 -03:00
Esteban Ordano
8588ddae7f
Fixes wording
2015-01-20 11:08:57 -03:00
Esteban Ordano
74b7571517
Update version
2015-01-20 11:08:16 -03:00
Esteban Ordano
333fb4f787
Improved jsdocs and documentation
2015-01-20 11:01:00 -03:00
Esteban Ordano
b5626be2b4
Merge pull request #2 from braydonf/bug/fix-dev-dependencies
...
Update devDependencies to fix the build.
2015-01-19 14:29:19 -03:00
Braydon Fuller
e5678dcc66
Update devDependencies to fix the build.
2015-01-19 11:26:49 -05:00
Esteban Ordano
6d79e9a475
Bump package version to 0.8.11
2015-01-15 18:31:42 -05:00
Esteban Ordano
9c1868ce3b
Bump gulp-bitcore to v0.3.0
2015-01-15 18:31:42 -05:00
Esteban Ordano
d23b9e31b0
Bump package version to 0.8.10
2015-01-15 18:31:42 -05:00
Esteban Ordano
0b159f8723
Use eordano version of gulp-bitcore
2015-01-15 18:31:42 -05:00
Esteban Ordano
ae5807b031
Bump package version to 0.2.1
2015-01-15 18:31:42 -05:00
Esteban Ordano
a15d4e590f
Bump package version to 0.2.1
2015-01-15 18:31:42 -05:00
Esteban Ordano
e8cd70c28a
Use gulp-bitcore for releases
2015-01-15 18:31:42 -05:00
Esteban Ordano
6fc5e75868
Change from bitcore-base to bitcore
2015-01-15 18:31:42 -05:00
Esteban Ordano
13ab3efd34
Don't run browser tests on travis
2015-01-15 18:30:06 -05:00
Esteban Ordano
e8bdf8860c
Add coveralls.io support
2015-01-15 18:30:06 -05:00
Esteban Ordano
cf068b00fa
Fix travis
2015-01-15 18:30:06 -05:00
Esteban Ordano
ff3963b410
Move to gulp-bitcore
2015-01-15 18:30:06 -05:00
Esteban Ordano
2b6e1d7e6c
Improve the README
2015-01-15 18:30:06 -05:00
Esteban Ordano
9ebf5ee9fe
Add bower.json
2015-01-15 18:30:06 -05:00
Esteban Ordano
96ac48f06f
Add documentation
2015-01-15 18:30:06 -05:00
Esteban Ordano
35bb5d1253
fix jsdoc on messages.js
2015-01-15 18:30:06 -05:00
Esteban Ordano
cd344f864e
Fix contributors on package.json
2015-01-15 18:30:06 -05:00
Esteban Ordano
9f6d3a095e
Drop gitignore lines
2015-01-15 18:30:06 -05:00
Esteban Ordano
e7fb93a5f7
Drop postinstall, bump version
2015-01-15 18:30:06 -05:00
Esteban Ordano
1863a6547b
Initial commit for bitcore-p2p
2015-01-15 18:30:06 -05:00
Braydon Fuller
4dbfb7eeba
Moved files from lib/transport to lib, and test/transport to test
2015-01-15 18:06:56 -05:00
Elichai Turkel
706dedeabb
Added mempool request
...
I added `GetMempool` function that sends an 'mempool' request.
the answer will come in 'inv' message.
2015-01-15 16:55:13 -05:00
Esteban Ordano
ab044a989e
Drop all rpc code/docs
2015-01-15 16:55:02 -05:00
Braydon Fuller
f2017629b7
Export messages so that they can be extended from another module.
2015-01-15 16:54:43 -05:00
Braydon Fuller
187e08b2d0
Fixed tests to handle a defaultNetwork change
...
- Updated tests to work for both 'testnet' and 'livenet' as the default network.
- Fixed a bug in Address where the network property was being set as a string.
- Fixed a bug in HDKeys to handle serialized keys when the defaultNetwork changed.
2015-01-15 16:54:20 -05:00
Braydon Fuller
4cb0116dda
Added jsdoc2md to generate api reference documentation to markdown, and organized docs into 'api' and 'guide'
2015-01-15 16:53:00 -05:00
Braydon Fuller
7b882b98d7
Moved docs to match organization and naming of lib (mostly)
2015-01-15 16:52:49 -05:00
Braydon Fuller
91309b151e
Fix formatting issue with examples
2015-01-15 16:52:43 -05:00
Yemel Jardi
815499f020
RPC: Refactor, documentation and tests
2015-01-15 16:52:23 -05:00
Yemel Jardi
b4560914e5
include old files
2015-01-15 16:52:15 -05:00
Esteban Ordano
9aafef0987
Remove globals
2015-01-15 16:51:04 -05:00
Braydon Fuller
6325feda49
Transport/Pool: Mark internal functions
2015-01-15 16:50:50 -05:00
Braydon Fuller
bb7599d676
Transport/Pool: Added tests to check that new addrs are added
2015-01-15 16:50:44 -05:00
Braydon Fuller
f370e4c4f1
Transport/Pool: Use sinon for tests.
2015-01-15 16:50:36 -05:00
Braydon Fuller
1fc33d9a22
Transport: Added a peer pool to maintain a set of connected peers
2015-01-15 16:50:30 -05:00
Esteban Ordano
559a54584a
Hotfix: Remove console.log
2015-01-15 16:50:17 -05:00
Yemel Jardi
ce862bb60d
add dependencies and update tests
2015-01-15 16:49:56 -05:00
Yemel Jardi
d774b520a6
Improving code thanks to jshint
2015-01-15 16:49:51 -05:00
Yemel Jardi
9591460dd3
Replace buffertools
2015-01-15 16:49:45 -05:00
Yemel Jardi
fb6dc3d66e
Move messages data to a separate file
2015-01-15 16:49:29 -05:00