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

Required wallet DB fields do not get persistently added #1743

Closed
johnalotoski opened this issue Jun 11, 2020 · 1 comment
Closed

Required wallet DB fields do not get persistently added #1743

johnalotoski opened this issue Jun 11, 2020 · 1 comment
Labels
Bug PRIORITY:LOW Would eventually require attention if times allow it. SEVERITY:LOW Small defects which does not prevent any crucial functionality to work.

Comments

@johnalotoski
Copy link

Context

After creating a wallet using the cardano-wallet-shelley create from-mnemonic $NAME command, each restart of cardano-wallet server shows the following messages in the logs:

[cardano-wallet.wallet-db:Info:4] [$DATETIME] Found existing wallet: $WALLETID
[cardano-wallet.wallet-db:Notice:16] [$DATETIME] wallet table does not contain required field 'passphrase_scheme'. Adding this field with a default value of "EncryptWithPBKDF2".
[cardano-wallet.wallet-db:Notice:16] [$DATETIME] rnd_state_address table does not contain required field 'account_ix'. Adding this field with a default value of 2147483648.
Information -
Version 2020.6.5 (git revision: 5290acf)
Platform Linux
Installation Nix build

Steps to Reproduce

  1. Run the cardano-wallet shelley daemon
  2. Create a shelley wallet using from-mnemonic.
  3. Check the cardano-wallet daemon logs.
  4. Restart cardano-wallet daemon.
  5. Check the logs for the same wallet id and db messages again.

Wiping the cardano-wallet db and repeating does not resolve.

There appears to be no functional impact to this issue -- at least for what I'm doing.

Expected behavior

The required table values would persist after the first table addition and respective messages in the log would stop after the first time.

@rvl rvl added BUG:MINOR and removed BUG? labels Jun 28, 2020
@KtorZ KtorZ added Bug SEVERITY:LOW Small defects which does not prevent any crucial functionality to work. PRIORITY:LOW Would eventually require attention if times allow it. and removed BUG:MINOR labels Aug 12, 2020
@KtorZ
Copy link
Member

KtorZ commented Dec 10, 2020

Moved to: https://jira.iohk.io/browse/ADP-612

@KtorZ KtorZ closed this as completed Dec 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug PRIORITY:LOW Would eventually require attention if times allow it. SEVERITY:LOW Small defects which does not prevent any crucial functionality to work.
Projects
None yet
Development

No branches or pull requests

4 participants