Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use -b for deprecated --datadir short option. #433

Merged
merged 1 commit into from May 4, 2016

Conversation

jrick
Copy link
Member

@jrick jrick commented May 4, 2016

When 29f3172 deprecated the datadir
option, replacing it with --appdata/-A, the short --datadir option was
unintentinally changed from -b to -D. It was previously changed to -b
in fda2e14 for consistency with
btcd's --datadir short option.

This change reverts the unintentional switch back to -D.

When 29f3172 deprecated the datadir
option, replacing it with --appdata/-A, the short --datadir option was
unintentinally changed from -b to -D.  It was previously changed to -b
in fda2e14 for consistency with
btcd's --datadir short option.

This change reverts the unintentional switch back to -D.
@jcvernaleo
Copy link
Member

OK

@jrick jrick merged commit 4d51f83 into btcsuite:master May 4, 2016
jrick added a commit to jrick/btcwallet that referenced this pull request Dec 6, 2016
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 btcsuite#433.
jrick added a commit to jrick/btcwallet that referenced this pull request Dec 6, 2016
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 btcsuite#433.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants