Manuel Aráoz
88d3a5a351
Merge pull request #39 from throughnothing/filter-messages
...
Add FilterLoad, FilterAdd, and FilterClear Messages
2015-02-19 16:48:25 -03:00
William Wolf
0ac40a9c47
isUndefined() fix
2015-02-19 08:56:35 -08:00
William Wolf
05e5c37230
The 'fRelay' param on Version requests is optional.
...
I'v seen `RangeError: index out of range` crashes from nodes that don't
send it, when `bitcore-p2p` tries to `readUInt8()` the last bit.
This also adds `relay` property to `Peer` objects that is respected
when sending `Version` messages.
2015-02-18 11:21:01 -08:00
William Wolf
abbe63666f
Add FilterLoad, FilterAdd, and FilterClear Messages + BloomFilter
2015-02-16 18:15:42 -08:00
Manuel Araoz
b9c90613fa
remove lodash
2015-02-11 18:26:27 -03:00
Manuel Araoz
c62409c4bc
increase test coverage
2015-02-06 17:54:24 -03:00
Manuel Araoz
ee4ef8ebaf
all tests passing!
2015-02-06 16:41:05 -03:00
Manuel Araoz
a58d76c875
fix Header message
2015-02-06 15:58:16 -03:00
Manuel Araoz
13361ea210
add _checkFinished
2015-02-06 15:06:45 -03:00
Manuel Araoz
7119fad398
fix ipv4/ipv6 address parsing and writing
2015-02-06 13:29:16 -03:00
Manuel Araoz
2489750913
complete Version message
2015-02-06 12:44:23 -03:00
Manuel Araoz
24b02ccaa6
fix #1018
2015-02-06 12:32:52 -03:00
Manuel Araoz
c8674a8633
working on fixing Version
2015-02-04 17:42:03 -03:00
Manuel Araoz
e5fb2bba31
add data and tests for getheaders
2015-02-02 18:23:26 -03:00
Manuel Araoz
cc7b58369b
add unit tests for NotFound
2015-02-02 16:18:10 -03:00
Manuel Araoz
087c57e077
add notfound message
2015-02-02 15:56:32 -03:00
Manuel Araoz
98990dbc82
new bitcoind integration tests
2015-01-30 16:37:14 -03:00
Manuel Araoz
cdd34bf8df
add tests for more messages
2015-01-28 17:50:14 -03:00
Manuel Araoz
eaca92b1c6
refactor message#fromBuffer()
2015-01-27 16:29:34 -03:00
Esteban Ordano
4f9c174feb
Add @desc tag to avoid warning
2015-01-20 13:01:29 -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
35bb5d1253
fix jsdoc on messages.js
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