Branch: refs/heads/master
Home: https://github.com/conformal/btcwire
Commit: 119a2ddc75b3d06c14962caf5ddb6794e061e37d
https://github.com/conformal/btcwire/commit/119a2ddc75b3d06c14962caf5ddb6794e061e37d
Author: Dave Collins <[email protected]>
Date: 2013-11-07 (Thu, 07 Nov 2013)
Changed paths:
M common_test.go
M internal_test.go
M test_coverage.txt
Log Message:
-----------
Add tests for updated readElement/writeElement.
This commit adds tests to ensure the new "fast" paths in readElement and
writeElement work properly including proper fallback to the slower
reflection based read/write of the binary package.