Commit Graph

216 Commits

Author SHA1 Message Date
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
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
Braydon Fuller
faf2bb1868 updated bitcoind integration test 2015-03-12 12:17:57 -04:00
Braydon Fuller
091893b1e4 whitespace cleanup 2015-03-12 10:58:36 -04:00
Braydon Fuller
2eb7712ab8 organized commands to build from an array 2015-03-12 10:48:45 -04:00
Braydon Fuller
e460bf915d moved the rest of the commands into seperate files 2015-03-12 10:41:35 -04:00
Braydon Fuller
feda6e9370 pass options directly into command messages 2015-03-12 04:54:52 -04:00
Braydon Fuller
3c2afed5f5 moved ping and verack to seperate files 2015-03-12 04:48:58 -04:00
Braydon Fuller
6ca2f6982c Moved block and version messages and shared utils into seperate files. 2015-03-12 04:34:30 -04:00
Braydon Fuller
608e41de07 added test coverage for peer 2015-03-12 01:12:45 -04:00
Braydon Fuller
1dfe7091b4 added test for pool.sendMessage 2015-03-12 00:48:05 -04:00
Braydon Fuller
d63c1171db added test for inventory fromBufferReader 2015-03-12 00:37:15 -04:00
Braydon Fuller
7e29af4542 added missing precondition and moved buffer.skip to new file 2015-03-12 00:18:09 -04:00
Braydon Fuller
42288e8354 removed "buildFromObject" alias 2015-03-12 00:05:27 -04:00
Braydon Fuller
32a28b133a Removed bufferput dependency 2015-03-11 23:57:08 -04:00
Braydon Fuller
11bee8b900 Improved API:
- Renamed "Commands" to "builder"
- "Messages.parseMessage" to "Messages.parseBuffer"
- Changed to use private methods for "discardUntilNextMessage" and "buildFromBuffer"
- Cleaned up tests
2015-03-11 23:57:08 -04:00