Branch: refs/heads/master
  Home:   https://github.com/conformal/btcwire
  Commit: e9a18fb14c58c516399977ebe738c85061ce2542
      
https://github.com/conformal/btcwire/commit/e9a18fb14c58c516399977ebe738c85061ce2542
  Author: David Hill <[email protected]>
  Date:   2014-03-30 (Sun, 30 Mar 2014)

  Changed paths:
    M common.go
    M message_test.go
    M msgversion.go
    M msgversion_test.go

  Log Message:
  -----------
  Support RelayTx param in ver message for 70001+.

This commit adds support for the version message RelayTx parameter for
protocol version 70001+ as added by BIP0037.


  Commit: 937374c95a0fa242080c2f3024d54d63651b1e38
      
https://github.com/conformal/btcwire/commit/937374c95a0fa242080c2f3024d54d63651b1e38
  Author: Dave Collins <[email protected]>
  Date:   2014-03-31 (Mon, 31 Mar 2014)

  Changed paths:
    M common_test.go
    M msgversion.go
    M msgversion_test.go
    M test_coverage.txt

  Log Message:
  -----------
  Cleanup and finish relay transaction work.

- Coalesce the new bytes into the max message size constant to stay
  consistent
- Correct optional relay tx field handling
- Rename the relay transactions field to DisableRelayTx so the zero value
  of false has the correct default behavior
- Add tests for new bool fast paths in read/writeElement
- Stay consistent with version order in tests
- Add a single entry to TestVersionWire to test the new functionality
  instead of adding a whole new TextVersionRelayTx function.
- Use BIP0037 in tests instead of hard coding 70001
- Nuke XXX that 70001 is different since this is handled now
- Fix and cleanup some comments
- Update test coverage report


Compare: 
https://github.com/conformal/btcwire/compare/872134805129...937374c95a0f

Reply via email to