Commit Graph

230 Commits

Author SHA1 Message Date
Manuel Araoz
46c3c26f2d Build: 0.11.1 2015-03-31 16:03:15 -03:00
Manuel Aráoz
8fc31e29db Merge pull request #58 from braydonf/bug/version-constructor-relay
Added default relay value for Version message.
2015-03-30 14:57:28 -03:00
Braydon Fuller
e933dac898 Added default relay value for Version message. 2015-03-30 13:49:44 -04:00
Esteban Ordano
aa0b0e2bc8 Merge pull request #59 from braydonf/bug/pool-peer-network
Pool Network to Peer
2015-03-30 14:28:41 -03:00
Esteban Ordano
da52b73796 Merge pull request #60 from braydonf/bug/magicnumber
Messages Magic Number Reference
2015-03-30 14:28:35 -03:00
Braydon Fuller
b109ff5910 Restructured message commands to use options referenced in messages 2015-03-27 18:52:03 -04:00
Braydon Fuller
1449c7deec Test for multiple message factories having a unique magicNumber 2015-03-27 15:04:09 -04:00
Braydon Fuller
c60f17f1f7 Included pool.network option for Peers instantiated from Pool 2015-03-27 14:17:24 -04:00
Braydon Fuller
833c5b4a13 Bump package version to 0.11.1 2015-03-26 14:31:45 -04:00
Eric Martindale
438638c4ab Merge pull request #57 from braydonf/bug/double-disconnect
Patched double disconnect bug.
2015-03-26 14:27:04 -04:00
Eric Martindale
4e605c18a0 Merge pull request #54 from braydonf/docs/fixes
update docs
2015-03-26 14:08:20 -04:00
Braydon Fuller
f8578ff114 Patched double disconnect bug.
- Added a test that simulates a peer abruptly disconnecting with an error
- Put an additional condition to prevent disconnecting on an error if already disconnected
- Closes #56
2015-03-26 14:00:38 -04:00
Eric Martindale
fa06ce01e9 Merge pull request #55 from braydonf/bug/addr-port
fixed bug with incoming connections not having a port on addr
2015-03-23 17:55:07 -04:00
Braydon Fuller
c555671bde fixed bug with incoming connections not having a port on addr 2015-03-23 15:10:14 -04:00
Braydon Fuller
573354a188 updated jsdocs to use closure style and fixed typos 2015-03-20 14:30:43 -04:00
Braydon Fuller
d0af31938b update api for docs/index.md 2015-03-17 22:03:55 -04:00
Manuel Araoz
df632f35c6 Bump package version to 0.10.3 2015-03-17 17:44:58 -03:00
Manuel Aráoz
487b5f0bb7 Merge pull request #48 from braydonf/feature/extensibility
Extensible Messages
2015-03-17 17:36:06 -03:00
Braydon Fuller
34c38466f7 moved inventory helper functions to builder 2015-03-17 16:01:52 -04:00
Braydon Fuller
7cfe6d1865 added unit tests for buffers.skip 2015-03-17 15:11:16 -04:00
Braydon Fuller
c0e3bdb190 removed fromObject method that is nolonger needed 2015-03-16 18:53:14 -04:00
Braydon Fuller
f6e9c437d6 upgrade bloom-filter to 0.2.0 2015-03-16 17:38:58 -04:00
Braydon Fuller
16aa98924a fixed spelling 2015-03-16 15:48:43 -04:00
Braydon Fuller
664ceb2d30 improved peer jsdoc, fixed docs for messages, and switched to use svg for readme icon 2015-03-16 15:44:50 -04:00
Braydon Fuller
8f2d0089df updated readme and fixed image scaling issue 2015-03-16 13:51:57 -04:00
Braydon Fuller
39d1ae9ac8 fix jsdocs for message commands 2015-03-16 12:59:29 -04:00
Braydon Fuller
f1aa4d3bc0 updated docs for message commands 2015-03-16 12:22:43 -04:00
Braydon Fuller
42985a7716 added jsdocs for message commands 2015-03-16 11:41:58 -04:00
Braydon Fuller
4c4d53a4c5 add jsdocs for inv, getdata and notfound 2015-03-16 11:27:05 -04:00
Braydon Fuller
50d7d37034 added jsdocs for bloomfilter and messages 2015-03-16 11:13:13 -04:00
Braydon Fuller
42c829e49c added jsdocs for inventory 2015-03-16 10:53:32 -04:00
Braydon Fuller
f17bbf5d6f updated jsdocs for peer and pool 2015-03-16 10:29:51 -04:00
Braydon Fuller
ede5f0b60c add test for seed event, and remove test stubs 2015-03-13 23:29:26 -04:00
Braydon Fuller
e62ddd93f6 added test for handling addr times and v6 addresses 2015-03-13 23:23:52 -04:00
Braydon Fuller
1545abbea0 added test for version message handling 2015-03-13 22:30:00 -04:00
Braydon Fuller
6db209b9b6 added test for message utils 2015-03-13 21:59:32 -04:00
Braydon Fuller
a15f11cc32 add test for default magic for command messages 2015-03-13 21:54:47 -04:00
Braydon Fuller
a57f864a6e updated documentation for peer and pool 2015-03-13 21:20:42 -04:00
Braydon Fuller
cfbee2d71f update documentation for messages 2015-03-13 21:13:15 -04:00
Braydon Fuller
e31f28e973 cleanup builder options 2015-03-13 20:54:50 -04:00
Braydon Fuller
6007dc6faf updated to use mapped constructers and removed build method 2015-03-13 20:49:24 -04:00
Braydon Fuller
97f39db081 added tests for pool _addConnectedPeer 2015-03-13 15:05:08 -04:00
Braydon Fuller
3b53593288 added tests for pool.listen and improved arguments for tx and block messages 2015-03-13 14:50:17 -04:00
Braydon Fuller
8c9babc093 added tests for command edge cases 2015-03-13 13:45:51 -04:00
Braydon Fuller
a8b8c59069 added default options for all command messages, and added tests 2015-03-13 12:50:55 -04:00
Manuel Araoz
826d6c40bb Bump package version to 0.10.2 2015-03-13 13:19:12 -03:00
Braydon Fuller
4ecb34e123 updated bitconid integration test to use exposed message constructors 2015-03-13 12:06:07 -04:00
Braydon Fuller
641443f6dd expose message construtors by name 2015-03-13 10:15:41 -04:00
Braydon Fuller
6461748cd5 make listening optional and fixed peer test 2015-03-12 18:52:31 -04:00
Patrick Nagurny
7f61fc62d4 listen for incoming connections 2015-03-12 18:22:45 -04:00