Branch: refs/heads/master
Home: https://github.com/conformal/btcwallet
Commit: e920be95c75735ca8a6af29733caf35e04743973
https://github.com/conformal/btcwallet/commit/e920be95c75735ca8a6af29733caf35e04743973
Author: Dave Collins <[email protected]>
Date: 2014-12-11 (Thu, 11 Dec 2014)
Changed paths:
R keystore/keystore.go
R keystore/keystore_test.go
A legacy/keystore/keystore.go
A legacy/keystore/keystore_test.go
Log Message:
-----------
Move keystore to legacy directory.
Commit: cde26f639203776cf8287ef9aba0495d60c2fb8b
https://github.com/conformal/btcwallet/commit/cde26f639203776cf8287ef9aba0495d60c2fb8b
Author: Dave Collins <[email protected]>
Date: 2014-12-11 (Thu, 11 Dec 2014)
Changed paths:
M btcwallet.go
M chain/chain.go
M chainntfns.go
M config.go
M createtx.go
M createtx_test.go
M rescan.go
M rpcserver.go
M snacl/snacl.go
M waddrmgr/manager.go
M waddrmgr/manager_test.go
M wallet.go
A walletsetup.go
Log Message:
-----------
Switch to new waddrmgr package
This commit converts the wallet to use the new secure hierarchical
deterministic wallet address manager package.
The following is an overview of modified functionality:
- The wallet must now be created before starting the executable
- A new flag --create has been added to create the new wallet using wizard
style question and answer prompts
- Starting the process without an existing wallet will instruct now
display a message to run it with --create
- Providing the --create flag with an existing wallet will simply show an
error and return
Commit: 2a44c83c14cf5a4b908a208438638f944bd74028
https://github.com/conformal/btcwallet/commit/2a44c83c14cf5a4b908a208438638f944bd74028
Author: Dave Collins <[email protected]>
Date: 2014-12-11 (Thu, 11 Dec 2014)
Changed paths:
M config.go
M walletsetup.go
Log Message:
-----------
Add conversion from legacy txstore if it exists.
Commit: b419d0c0cd3f5796f25e622393d54ba8dbd34c5b
https://github.com/conformal/btcwallet/commit/b419d0c0cd3f5796f25e622393d54ba8dbd34c5b
Author: Dave Collins <[email protected]>
Date: 2014-12-11 (Thu, 11 Dec 2014)
Changed paths:
M btcwallet.go
M config.go
M createtx_test.go
M rpcserver.go
M waddrmgr/common_test.go
M waddrmgr/manager.go
M wallet.go
M walletsetup.go
Log Message:
-----------
Integrate walletdb and updated waddrmgr.
This commit converts the wallet to use the new walletdb package as well as
the updated version of the secure hierarchical deterministic wallet
address manager which uses the new namespace feature provided by waleltdb.
Commit: dc7dabb9143ecf97504843ae5c3a8c603335e7ce
https://github.com/conformal/btcwallet/commit/dc7dabb9143ecf97504843ae5c3a8c603335e7ce
Author: Javed Khan <[email protected]>
Date: 2014-12-11 (Thu, 11 Dec 2014)
Changed paths:
M config.go
M createtx.go
M rescan.go
M rpcserver.go
M wallet.go
M walletsetup.go
Log Message:
-----------
Address some review items.
- Distinguish between missing address and database error
- Wrap help text for wallet generation seed
- Don't rescan if there are no addresses
- Update --create message for legacy wallet import
Commit: 608200f2d78a72870f71bbee96e884098305771b
https://github.com/conformal/btcwallet/commit/608200f2d78a72870f71bbee96e884098305771b
Author: Javed Khan <[email protected]>
Date: 2014-12-11 (Thu, 11 Dec 2014)
Changed paths:
M walletsetup.go
Log Message:
-----------
Turn echo off when reading passwords
Commit: 61070f1236cb71f8d8d29da14a11613ff8e826ba
https://github.com/conformal/btcwallet/commit/61070f1236cb71f8d8d29da14a11613ff8e826ba
Author: Dave Collins <[email protected]>
Date: 2014-12-11 (Thu, 11 Dec 2014)
Changed paths:
M waddrmgr/manager_test.go
Log Message:
-----------
Allow main waddrmgr test to run in parallel.
Commit: be8e507f51d1cabfa088353668a10573da8d2de4
https://github.com/conformal/btcwallet/commit/be8e507f51d1cabfa088353668a10573da8d2de4
Author: Dave Collins <[email protected]>
Date: 2014-12-11 (Thu, 11 Dec 2014)
Changed paths:
M walletsetup.go
Log Message:
-----------
Switch to new subrepo import paths.
Commit: 006b474ae2554639b12e5375f212beee7745ab0c
https://github.com/conformal/btcwallet/commit/006b474ae2554639b12e5375f212beee7745ab0c
Author: Josh Rickmar <[email protected]>
Date: 2014-12-15 (Mon, 15 Dec 2014)
Changed paths:
M rpcserver.go
Log Message:
-----------
Require TLS 1.2 minimum.
This prevents a downgrade attack to the vulnerable SSLv3. While here,
go ahead and require at least TLS 1.2 since TLS 1.0 and 1.1 have their
own set of issues and it's only a matter of time before those would
need to be completely avoided as well.
Compare:
https://github.com/conformal/btcwallet/compare/6eabd7c01452...006b474ae255