Branch: refs/heads/master
Home: https://github.com/btcsuite/btcwallet
Commit: 437c7b3e590799be76463d80845b04b0d9a1b1de
https://github.com/btcsuite/btcwallet/commit/437c7b3e590799be76463d80845b04b0d9a1b1de
Author: Josh Rickmar <[email protected]>
Date: 2015-04-20 (Mon, 20 Apr 2015)
Changed paths:
M walletdb/bdb/db.go
M walletdb/interface.go
Log Message:
-----------
Add cursor functionality to walletdb.
Commit: 814d5c87714eb91b7a28c9fc751112d2ef44c504
https://github.com/btcsuite/btcwallet/commit/814d5c87714eb91b7a28c9fc751112d2ef44c504
Author: Javed Khan <[email protected]>
Date: 2015-04-20 (Mon, 20 Apr 2015)
Changed paths:
M legacy/keystore/keystore.go
A legacy/rename/rename_unix.go
A legacy/rename/rename_windows.go
R rename/rename_unix.go
R rename/rename_windows.go
M txstore/serialization.go
Log Message:
-----------
Move rename to legacy
Commit: 48a3b413b4d53bb9180ef15701a9799665a6414a
https://github.com/btcsuite/btcwallet/commit/48a3b413b4d53bb9180ef15701a9799665a6414a
Author: Javed Khan <[email protected]>
Date: 2015-04-20 (Mon, 20 Apr 2015)
Changed paths:
M chain/chain.go
A legacy/txstore/doc.go
A legacy/txstore/fixedIO_test.go
A legacy/txstore/json.go
A legacy/txstore/log.go
A legacy/txstore/notifications.go
A legacy/txstore/serialization.go
A legacy/txstore/tx.go
A legacy/txstore/tx_test.go
M log.go
M rpcserver.go
R txstore/doc.go
R txstore/fixedIO_test.go
R txstore/json.go
R txstore/log.go
R txstore/notifications.go
R txstore/serialization.go
R txstore/tx.go
R txstore/tx_test.go
M votingpool/example_test.go
M votingpool/factory_test.go
M votingpool/input_selection.go
M votingpool/input_selection_wb_test.go
M votingpool/withdrawal.go
M votingpool/withdrawal_wb_test.go
M wallet/chainntfns.go
M wallet/config.go
M wallet/createtx.go
M wallet/createtx_test.go
M wallet/rescan.go
M wallet/wallet.go
M walletsetup.go
Log Message:
-----------
Move txstore package to legacy directory
Commit: 0087d38710f0593785cab81cb093d9468f544d14
https://github.com/btcsuite/btcwallet/commit/0087d38710f0593785cab81cb093d9468f544d14
Author: Josh Rickmar <[email protected]>
Date: 2015-04-25 (Sat, 25 Apr 2015)
Changed paths:
A wtxmgr/README.md
A wtxmgr/db.go
A wtxmgr/doc.go
A wtxmgr/error.go
A wtxmgr/example_test.go
A wtxmgr/log.go
A wtxmgr/query.go
A wtxmgr/query_test.go
A wtxmgr/tx.go
A wtxmgr/tx_test.go
A wtxmgr/unconfirmed.go
Log Message:
-----------
Add wtxmgr package.
Compare:
https://github.com/btcsuite/btcwallet/compare/dcef172f6b3b...0087d38710f0