Branch: refs/heads/master
Home: https://github.com/conformal/btcnet
Commit: 4bbcede9e0511dbdf37a91f8e51112dfa95d878c
https://github.com/conformal/btcnet/commit/4bbcede9e0511dbdf37a91f8e51112dfa95d878c
Author: Josh Rickmar <[email protected]>
Date: 2014-06-13 (Fri, 13 Jun 2014)
Changed paths:
M params.go
A register_test.go
Log Message:
-----------
Add tests for network registration.
While here, fix a bug found through testing. Register will now return
ErrDuplicateNet if the caller attempts to register any of the standard
network parameters provided by this package.
ok @davecgh
Commit: 6d79aa5ff12944a90fd7a9658741d0b9b2ec549e
https://github.com/conformal/btcnet/commit/6d79aa5ff12944a90fd7a9658741d0b9b2ec549e
Author: Josh Rickmar <[email protected]>
Date: 2014-06-13 (Fri, 13 Jun 2014)
Changed paths:
A internal_test.go
Log Message:
-----------
Test panic for converting invalid sha strings.
ok @davecgh
Compare: https://github.com/conformal/btcnet/compare/41dce5796df0...6d79aa5ff129