-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extensible Messages #48
Commits on Mar 12, 2015
-
- changed options in constructors - define block and transaction constructors for block and tx messages
Braydon Fuller committedMar 12, 2015 Configuration menu - View commit details
-
Copy full SHA for 9a813ba - Browse repository at this point
Copy the full SHA 9a813baView commit details -
Braydon Fuller committed
Mar 12, 2015 Configuration menu - View commit details
-
Copy full SHA for 0b20724 - Browse repository at this point
Copy the full SHA 0b20724View commit details -
Moved commands, message and messages to directory
Braydon Fuller committedMar 12, 2015 Configuration menu - View commit details
-
Copy full SHA for e8f0725 - Browse repository at this point
Copy the full SHA e8f0725View commit details -
- Renamed "Commands" to "builder" - "Messages.parseMessage" to "Messages.parseBuffer" - Changed to use private methods for "discardUntilNextMessage" and "buildFromBuffer" - Cleaned up tests
Braydon Fuller committedMar 12, 2015 Configuration menu - View commit details
-
Copy full SHA for 11bee8b - Browse repository at this point
Copy the full SHA 11bee8bView commit details -
Braydon Fuller committed
Mar 12, 2015 Configuration menu - View commit details
-
Copy full SHA for 32a28b1 - Browse repository at this point
Copy the full SHA 32a28b1View commit details -
removed "buildFromObject" alias
Braydon Fuller committedMar 12, 2015 Configuration menu - View commit details
-
Copy full SHA for 42288e8 - Browse repository at this point
Copy the full SHA 42288e8View commit details -
added missing precondition and moved buffer.skip to new file
Braydon Fuller committedMar 12, 2015 Configuration menu - View commit details
-
Copy full SHA for 7e29af4 - Browse repository at this point
Copy the full SHA 7e29af4View commit details -
added test for inventory fromBufferReader
Braydon Fuller committedMar 12, 2015 Configuration menu - View commit details
-
Copy full SHA for d63c117 - Browse repository at this point
Copy the full SHA d63c117View commit details -
added test for pool.sendMessage
Braydon Fuller committedMar 12, 2015 Configuration menu - View commit details
-
Copy full SHA for 1dfe709 - Browse repository at this point
Copy the full SHA 1dfe709View commit details -
Braydon Fuller committed
Mar 12, 2015 Configuration menu - View commit details
-
Copy full SHA for 608e41d - Browse repository at this point
Copy the full SHA 608e41dView commit details -
Moved block and version messages and shared utils into seperate files.
Braydon Fuller committedMar 12, 2015 Configuration menu - View commit details
-
Copy full SHA for 6ca2f69 - Browse repository at this point
Copy the full SHA 6ca2f69View commit details -
moved ping and verack to seperate files
Braydon Fuller committedMar 12, 2015 Configuration menu - View commit details
-
Copy full SHA for 3c2afed - Browse repository at this point
Copy the full SHA 3c2afedView commit details -
pass options directly into command messages
Braydon Fuller committedMar 12, 2015 Configuration menu - View commit details
-
Copy full SHA for feda6e9 - Browse repository at this point
Copy the full SHA feda6e9View commit details -
moved the rest of the commands into seperate files
Braydon Fuller committedMar 12, 2015 Configuration menu - View commit details
-
Copy full SHA for e460bf9 - Browse repository at this point
Copy the full SHA e460bf9View commit details -
organized commands to build from an array
Braydon Fuller committedMar 12, 2015 Configuration menu - View commit details
-
Copy full SHA for 2eb7712 - Browse repository at this point
Copy the full SHA 2eb7712View commit details -
Braydon Fuller committed
Mar 12, 2015 Configuration menu - View commit details
-
Copy full SHA for 091893b - Browse repository at this point
Copy the full SHA 091893bView commit details -
updated bitcoind integration test
Braydon Fuller committedMar 12, 2015 Configuration menu - View commit details
-
Copy full SHA for faf2bb1 - Browse repository at this point
Copy the full SHA faf2bb1View commit details -
listen for incoming connections
Patrick Nagurny committedMar 12, 2015 Configuration menu - View commit details
-
Copy full SHA for 7f61fc6 - Browse repository at this point
Copy the full SHA 7f61fc6View commit details -
make listening optional and fixed peer test
Braydon Fuller committedMar 12, 2015 Configuration menu - View commit details
-
Copy full SHA for 6461748 - Browse repository at this point
Copy the full SHA 6461748View commit details
Commits on Mar 13, 2015
-
expose message construtors by name
Braydon Fuller committedMar 13, 2015 Configuration menu - View commit details
-
Copy full SHA for 641443f - Browse repository at this point
Copy the full SHA 641443fView commit details -
updated bitconid integration test to use exposed message constructors
Braydon Fuller committedMar 13, 2015 Configuration menu - View commit details
-
Copy full SHA for 4ecb34e - Browse repository at this point
Copy the full SHA 4ecb34eView commit details -
added default options for all command messages, and added tests
Braydon Fuller committedMar 13, 2015 Configuration menu - View commit details
-
Copy full SHA for a8b8c59 - Browse repository at this point
Copy the full SHA a8b8c59View commit details -
added tests for command edge cases
Braydon Fuller committedMar 13, 2015 Configuration menu - View commit details
-
Copy full SHA for 8c9babc - Browse repository at this point
Copy the full SHA 8c9babcView commit details -
added tests for pool.listen and improved arguments for tx and block m…
…essages
Braydon Fuller committedMar 13, 2015 Configuration menu - View commit details
-
Copy full SHA for 3b53593 - Browse repository at this point
Copy the full SHA 3b53593View commit details -
added tests for pool _addConnectedPeer
Braydon Fuller committedMar 13, 2015 Configuration menu - View commit details
-
Copy full SHA for 97f39db - Browse repository at this point
Copy the full SHA 97f39dbView commit details
Commits on Mar 14, 2015
-
updated to use mapped constructers and removed build method
Braydon Fuller committedMar 14, 2015 Configuration menu - View commit details
-
Copy full SHA for 6007dc6 - Browse repository at this point
Copy the full SHA 6007dc6View commit details -
Braydon Fuller committed
Mar 14, 2015 Configuration menu - View commit details
-
Copy full SHA for e31f28e - Browse repository at this point
Copy the full SHA e31f28eView commit details -
update documentation for messages
Braydon Fuller committedMar 14, 2015 Configuration menu - View commit details
-
Copy full SHA for cfbee2d - Browse repository at this point
Copy the full SHA cfbee2dView commit details -
updated documentation for peer and pool
Braydon Fuller committedMar 14, 2015 Configuration menu - View commit details
-
Copy full SHA for a57f864 - Browse repository at this point
Copy the full SHA a57f864View commit details -
add test for default magic for command messages
Braydon Fuller committedMar 14, 2015 Configuration menu - View commit details
-
Copy full SHA for a15f11c - Browse repository at this point
Copy the full SHA a15f11cView commit details -
Braydon Fuller committed
Mar 14, 2015 Configuration menu - View commit details
-
Copy full SHA for 6db209b - Browse repository at this point
Copy the full SHA 6db209bView commit details -
added test for version message handling
Braydon Fuller committedMar 14, 2015 Configuration menu - View commit details
-
Copy full SHA for 1545abb - Browse repository at this point
Copy the full SHA 1545abbView commit details -
added test for handling addr times and v6 addresses
Braydon Fuller committedMar 14, 2015 Configuration menu - View commit details
-
Copy full SHA for e62ddd9 - Browse repository at this point
Copy the full SHA e62ddd9View commit details -
add test for seed event, and remove test stubs
Braydon Fuller committedMar 14, 2015 Configuration menu - View commit details
-
Copy full SHA for ede5f0b - Browse repository at this point
Copy the full SHA ede5f0bView commit details
Commits on Mar 16, 2015
-
updated jsdocs for peer and pool
Braydon Fuller committedMar 16, 2015 Configuration menu - View commit details
-
Copy full SHA for f17bbf5 - Browse repository at this point
Copy the full SHA f17bbf5View commit details -
Braydon Fuller committed
Mar 16, 2015 Configuration menu - View commit details
-
Copy full SHA for 42c829e - Browse repository at this point
Copy the full SHA 42c829eView commit details -
added jsdocs for bloomfilter and messages
Braydon Fuller committedMar 16, 2015 Configuration menu - View commit details
-
Copy full SHA for 50d7d37 - Browse repository at this point
Copy the full SHA 50d7d37View commit details -
add jsdocs for inv, getdata and notfound
Braydon Fuller committedMar 16, 2015 Configuration menu - View commit details
-
Copy full SHA for 4c4d53a - Browse repository at this point
Copy the full SHA 4c4d53aView commit details -
added jsdocs for message commands
Braydon Fuller committedMar 16, 2015 Configuration menu - View commit details
-
Copy full SHA for 42985a7 - Browse repository at this point
Copy the full SHA 42985a7View commit details -
updated docs for message commands
Braydon Fuller committedMar 16, 2015 Configuration menu - View commit details
-
Copy full SHA for f1aa4d3 - Browse repository at this point
Copy the full SHA f1aa4d3View commit details -
fix jsdocs for message commands
Braydon Fuller committedMar 16, 2015 Configuration menu - View commit details
-
Copy full SHA for 39d1ae9 - Browse repository at this point
Copy the full SHA 39d1ae9View commit details -
updated readme and fixed image scaling issue
Braydon Fuller committedMar 16, 2015 Configuration menu - View commit details
-
Copy full SHA for 8f2d008 - Browse repository at this point
Copy the full SHA 8f2d008View commit details -
improved peer jsdoc, fixed docs for messages, and switched to use svg…
… for readme icon
Braydon Fuller committedMar 16, 2015 Configuration menu - View commit details
-
Copy full SHA for 664ceb2 - Browse repository at this point
Copy the full SHA 664ceb2View commit details -
Braydon Fuller committed
Mar 16, 2015 Configuration menu - View commit details
-
Copy full SHA for 16aa989 - Browse repository at this point
Copy the full SHA 16aa989View commit details -
Braydon Fuller committed
Mar 16, 2015 Configuration menu - View commit details
-
Copy full SHA for f6e9c43 - Browse repository at this point
Copy the full SHA f6e9c43View commit details -
removed fromObject method that is nolonger needed
Braydon Fuller committedMar 16, 2015 Configuration menu - View commit details
-
Copy full SHA for c0e3bdb - Browse repository at this point
Copy the full SHA c0e3bdbView commit details
Commits on Mar 17, 2015
-
added unit tests for buffers.skip
Braydon Fuller committedMar 17, 2015 Configuration menu - View commit details
-
Copy full SHA for 7cfe6d1 - Browse repository at this point
Copy the full SHA 7cfe6d1View commit details -
moved inventory helper functions to builder
Braydon Fuller committedMar 17, 2015 Configuration menu - View commit details
-
Copy full SHA for 34c3846 - Browse repository at this point
Copy the full SHA 34c3846View commit details