Branch: refs/heads/master
Home: https://github.com/conformal/btcutil
Commit: 592d38d55f7f2989aa2accf56ed770d124aa3876
https://github.com/conformal/btcutil/commit/592d38d55f7f2989aa2accf56ed770d124aa3876
Author: Francis Lam <[email protected]>
Date: 2014-01-01 (Wed, 01 Jan 2014)
Changed paths:
M addrconvs.go
Log Message:
-----------
Added EncodeScriptHash for BIP-0013 compliance
Implemented address format for pay-to-script-hash
Commit: 13fec7735c763863a8dbc6f1c65054c9b4eab8eb
https://github.com/conformal/btcutil/commit/13fec7735c763863a8dbc6f1c65054c9b4eab8eb
Author: Francis Lam <[email protected]>
Date: 2014-01-02 (Thu, 02 Jan 2014)
Changed paths:
M addrconvs.go
M addrconvs_test.go
Log Message:
-----------
Fixed comments and added tests for scriptHash encoding
Fixed bad comments on new scriptHash constants and encoding function.
Added encodeScriptHashTests to addrconvs_test.go to check correctness of
output.
Compare:
https://github.com/conformal/btcutil/compare/9759e8dc64c2...13fec7735c76