Branch: refs/heads/master
Home: https://github.com/conformal/btcutil
Commit: a72a54be16eb06257e01143a90c3826291d239f4
https://github.com/conformal/btcutil/commit/a72a54be16eb06257e01143a90c3826291d239f4
Author: benma <[email protected]>
Date: 2014-12-22 (Mon, 22 Dec 2014)
Changed paths:
A base58/README.md
A base58/base58.go
A base58/base58_check.go
A base58/base58_check_test.go
A base58/base58_test.go
A base58/cov_report.sh
Log Message:
-----------
Create a new sub-package base58.
It consists of the previous base58 implementation and new
base58 check encoding/decoding functions.
Commit: 07db1b5a702361879511c0e90331cb5328b7e5d7
https://github.com/conformal/btcutil/commit/07db1b5a702361879511c0e90331cb5328b7e5d7
Author: benma <[email protected]>
Date: 2014-12-22 (Mon, 22 Dec 2014)
Changed paths:
M address.go
M base58.go
R base58_test.go
M hdkeychain/extendedkey.go
M internal_test.go
M wif.go
Log Message:
-----------
Integrate the new base58 package.
Compare:
https://github.com/conformal/btcutil/compare/a3d5cbad2292...07db1b5a7023