Branch: refs/heads/master
Home: https://github.com/conformal/btcwallet
Commit: d9a3f4324c31ea3d35223238affe774f43b3cb83
https://github.com/conformal/btcwallet/commit/d9a3f4324c31ea3d35223238affe774f43b3cb83
Author: Owain G. Ainsworth <[email protected]>
Date: 2014-03-13 (Thu, 13 Mar 2014)
Changed paths:
M wallet/wallet.go
Log Message:
-----------
tyop.
Commit: a75ec902e89770048e4cd56cbcfcdaa95860e935
https://github.com/conformal/btcwallet/commit/a75ec902e89770048e4cd56cbcfcdaa95860e935
Author: Owain G. Ainsworth <[email protected]>
Date: 2014-03-13 (Thu, 13 Mar 2014)
Changed paths:
M account.go
Log Message:
-----------
AddressUsed: try all addresses in a transaction
Commit: 34e4c0be354d831eb2bc9b95a12fad90680ced78
https://github.com/conformal/btcwallet/commit/34e4c0be354d831eb2bc9b95a12fad90680ced78
Author: Owain G. Ainsworth <[email protected]>
Date: 2014-03-13 (Thu, 13 Mar 2014)
Changed paths:
M wallet/wallet.go
Log Message:
-----------
call addr.lock() instead of handrolling.
Commit: df31e308396fa65a025f57a41b6ac5b2a8139527
https://github.com/conformal/btcwallet/commit/df31e308396fa65a025f57a41b6ac5b2a8139527
Author: Owain G. Ainsworth <[email protected]>
Date: 2014-03-13 (Thu, 13 Mar 2014)
Changed paths:
M account.go
M createtx.go
M rpcserver.go
M wallet/wallet.go
M wallet/wallet_test.go
Log Message:
-----------
Make AddressInfo an interface.
Shortly we will add new types of address, so make AddressInfo an
interface, with concrete types providing address-specific information.
Adapt existing code to this new status quo.
Commit: 59fb904dc71c59a822169de93865e91da5a5cd94
https://github.com/conformal/btcwallet/commit/59fb904dc71c59a822169de93865e91da5a5cd94
Author: Owain G. Ainsworth <[email protected]>
Date: 2014-03-13 (Thu, 13 Mar 2014)
Changed paths:
M wallet/wallet.go
M wallet/wallet_test.go
Log Message:
-----------
Prepare for adding other types of wallet addresses other than pkhash
Add a walletAddress interface to handle the differences betweent he
different types. Stop using btcutil.AddressPubKeyHash everywhere and just use
the standard address.
Commit: 3831ba7abc7f3d4b541934acd15bdf35a5fd5be2
https://github.com/conformal/btcwallet/commit/3831ba7abc7f3d4b541934acd15bdf35a5fd5be2
Author: Owain G. Ainsworth <[email protected]>
Date: 2014-03-13 (Thu, 13 Mar 2014)
Changed paths:
M wallet/wallet_test.go
Log Message:
-----------
add very basic tests for privkey import.
Commit: 2ef11ae7f57bc6787a2840de6719f56c7b2e17fd
https://github.com/conformal/btcwallet/commit/2ef11ae7f57bc6787a2840de6719f56c7b2e17fd
Author: Owain G. Ainsworth <[email protected]>
Date: 2014-03-17 (Mon, 17 Mar 2014)
Changed paths:
M account.go
M rpcserver.go
M wallet/wallet.go
M wallet/wallet_test.go
Log Message:
-----------
Add support for pay-to-script-hash addresses to wallet.
Commit: 6a02b61b61e6e911ad7553413c1c213a5aafcc95
https://github.com/conformal/btcwallet/commit/6a02b61b61e6e911ad7553413c1c213a5aafcc95
Author: Owain G. Ainsworth <[email protected]>
Date: 2014-03-17 (Mon, 17 Mar 2014)
Changed paths:
M wallet/wallet.go
Log Message:
-----------
Move walletAddress interface around a bit.
Move the stuff that scripts can't possibly support out of the interface
and move about two type assertions so that everything still works. They
key-using interfaces can be made into a KeyedAddress itnerface if we add
any more.
Commit: 2fb710a02b55b0c5dfea12ea476669e16f46898d
https://github.com/conformal/btcwallet/commit/2fb710a02b55b0c5dfea12ea476669e16f46898d
Author: Josh Rickmar <[email protected]>
Date: 2014-03-17 (Mon, 17 Mar 2014)
Changed paths:
M account.go
Log Message:
-----------
fix up old comment
Commit: 03185be3cff2424b15f03d6262ed0e594da85d65
https://github.com/conformal/btcwallet/commit/03185be3cff2424b15f03d6262ed0e594da85d65
Author: Josh Rickmar <[email protected]>
Date: 2014-03-17 (Mon, 17 Mar 2014)
Changed paths:
M wallet/wallet_test.go
Log Message:
-----------
Perform all serialization tests on a bytes.Buffer.
Compare:
https://github.com/conformal/btcwallet/compare/715aae1e8def...03185be3cff2