Commit Graph

7 Commits

Author SHA1 Message Date
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
Esteban Ordano
3fa45d31df Merge pull request #22 from maraoz/improve/p2p
add bitcoind integration tests and general refactor
2015-02-02 15:42:01 -03:00
David
80ea02cc9b Fixed typo. 2015-02-01 20:47:25 -08:00
Manuel Araoz
98990dbc82 new bitcoind integration tests 2015-01-30 16:37:14 -03:00
Esteban Ordano
6fc5e75868 Change from bitcore-base to bitcore 2015-01-15 18:31:42 -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