Skip to content

Commit

Permalink
Remove cmd/dropwtxmgr and doco references to it. (decred#434)
Browse files Browse the repository at this point in the history
This tool is no longer necessary to force rescans with the new rescan
RPCs available in both the JSON-RPC and gRPC servers, and the new
versions are better anyways (can start the rescan at any block height,
and for the gRPC version, the RPC returns a stream of progress
notifications).

For situations where problematic transation data must be removed from
the wallet database, a reseed should be performed.  It is better to
have a single method of fixing these wallets instead of several.

The wtxmgr namespace is now required to exist when opening a wallet.
Older versions of the dropwtxmgr tool should not be used on the
database anymore.

Closes decred#433.
  • Loading branch information
jrick authored Dec 6, 2016
1 parent d96136f commit b9ef7b1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 198 deletions.
116 changes: 0 additions & 116 deletions cmd/dropwtxmgr/main.go

This file was deleted.

2 changes: 0 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
### Guides

[Rebuilding all transaction history with forced rescans](https://github.com/decred/dcrwallet/tree/master/docs/force_rescans.md)

[Spending funds offline using cold wallets](https://github.com/decred/dcrwallet/tree/master/docs/offline_wallets.md)
80 changes: 0 additions & 80 deletions docs/force_rescans.md

This file was deleted.

0 comments on commit b9ef7b1

Please sign in to comment.