Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Incorrect parity account command output #8547

Closed
chapsuk opened this issue May 5, 2018 · 1 comment
Closed

Incorrect parity account command output #8547

chapsuk opened this issue May 5, 2018 · 1 comment
Labels
F3-annoyance 💩 The client behaves within expectations, however this “expected behaviour” itself is at issue. M4-core ⛓ Core client code / Rust. P2-asap 🌊 No need to stop dead in your tracks, however issue should be addressed as soon as possible.
Milestone

Comments

@chapsuk
Copy link

chapsuk commented May 5, 2018

For master branch (commit 66c0638) account new|list commands contains double 0x, expected single:

≻ parity account new
Please note that password is NOT RECOVERABLE.
Type password:
Repeat password:
0x0x6ac529d8885475dfe4b22ea364776c09693b30e2

≻ parity account list
0x0x0bde37db0a10045f4c83e20e00df095c9d255835
0x0x30a3d743d4521cb1515c50a2948a660923b94628
0x0x3dc112ef03b9381e784d88b8080b6bfde03b7fce
0x0x64fffcfbfd729e90ff60e0ae5344f4632c6f158f
0x0x6ac529d8885475dfe4b22ea364776c09693b30e2
0x0x9cc4c6eb709a7af728be26380ba829fe92cbdd5f
0x0xa3496dd3e09ca91559e3ff93c2192723295a2b3a
0x0xb631b1156db08e4e34ac0103473eb7e435aa9361
0x0xd83eddfae9da84f8d96f2bf09b20192c08ce93fa

Reproduced in docker versions:

  • nightly
  • v1.11.0-ci0

Not reproduced in:

  • latest
  • v1.10.3-ci0
≻ docker run -it parity/parity account new
Please note that password is NOT RECOVERABLE.
Type password:
Repeat password:
0x1a5112741ab8526fe7a5699c4e84d1673001ffcd

≻ docker run -it parity/parity:nightly account new
Please note that password is NOT RECOVERABLE.
Type password:
Repeat password:
0x0x35c18746173a08218da6336b5d0146a7c44a4207

≻ docker run -it parity/parity:v1.11.0-ci0 account new
Please note that password is NOT RECOVERABLE.
Type password:
Repeat password:
0x0x529895f453857d885d8baf4af37f85ab094d6fc5

≻ docker run -it parity/parity:v1.10.3-ci0 account new
Please note that password is NOT RECOVERABLE.
Type password:
Repeat password:
0xe6034cf3a03f7e86725d874a8f6732fb719d0838
@Tbaut Tbaut added P2-asap 🌊 No need to stop dead in your tracks, however issue should be addressed as soon as possible. F3-annoyance 💩 The client behaves within expectations, however this “expected behaviour” itself is at issue. Z0-unconfirmed 🤔 Issue might be valid, but it’s not yet known. M4-core ⛓ Core client code / Rust. labels May 7, 2018
@Tbaut Tbaut added this to the 1.12 milestone May 7, 2018
@Tbaut Tbaut removed the Z0-unconfirmed 🤔 Issue might be valid, but it’s not yet known. label May 7, 2018
@Tbaut
Copy link
Contributor

Tbaut commented May 7, 2018

confirmed in Parity/v1.12.0-unstable-b100945-20180502/x86_64-linux-gnu/rustc1.25.0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
F3-annoyance 💩 The client behaves within expectations, however this “expected behaviour” itself is at issue. M4-core ⛓ Core client code / Rust. P2-asap 🌊 No need to stop dead in your tracks, however issue should be addressed as soon as possible.
Projects
None yet
Development

No branches or pull requests

2 participants