Branch: refs/heads/master
  Home:   https://github.com/conformal/btcwire
  Commit: cf754d09bfbc9922c2e8544ac19bbd876b16c5e7
      
https://github.com/conformal/btcwire/commit/cf754d09bfbc9922c2e8544ac19bbd876b16c5e7
  Author: David Hill <[email protected]>
  Date:   2014-05-07 (Wed, 07 May 2014)

  Changed paths:
    M invvect.go
    M message.go
    M message_test.go
    A msgfilteradd.go
    A msgfilteradd_test.go
    A msgfilterclear.go
    A msgfilterclear_test.go
    A msgfilterload.go
    A msgfilterload_test.go
    A msgmerkleblock.go
    A msgmerkleblock_test.go

  Log Message:
  -----------
  Initial implementation of BIP0037.

Implement filteradd, filterclear, filterload, and merkleblock.


  Commit: f8ec4766915de9333b0ba77b937481cbc84b60a0
      
https://github.com/conformal/btcwire/commit/f8ec4766915de9333b0ba77b937481cbc84b60a0
  Author: Dave Collins <[email protected]>
  Date:   2014-05-07 (Wed, 07 May 2014)

  Changed paths:
    M README.md
    M common.go
    M doc.go
    M internal_test.go
    M msgblock.go
    M msgfilteradd.go
    M msgfilteradd_test.go
    M msgfilterclear.go
    M msgfilterclear_test.go
    M msgfilterload.go
    M msgfilterload_test.go
    M msgmerkleblock.go
    M msgmerkleblock_test.go
    M msgping_test.go
    M msgpong_test.go

  Log Message:
  -----------
  Complete BIP0037 support started by dhill.

- Correct MsgFilterLoad max payload
- Enforce max flag bytes per merkle block
- Improve and finish tests to include testing all error paths
- Add fast paths for BloomUpdateType
- Convert all byte fields to use read/writeVarBytes
- Style and consistency updates
- README.md and doc.go updates

Closes #12.


Compare: 
https://github.com/conformal/btcwire/compare/a98f5ca38ee3...f8ec4766915d

Reply via email to