This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Contracts and accounts are disappeared #7632
Labels
Milestone
Comments
Startup log:
|
I've found the root of the problem. File with key contains meta json as string. And that json was corrupted somehow... I do not know, how it happend. But it became corrupted after parity restart. Please, check it twice, because it looks like very critical issue, if parity corrupts key files on shutdown. |
5chdn
added
F2-bug 🐞
The client fails to follow expected behavior.
P5-sometimesoon 🌲
Issue is worth doing soon.
M4-core ⛓
Core client code / Rust.
labels
Jan 22, 2018
i have seen this issue as well - i wasnt sure it was a bug, so i just reimported a backed up key... but that is the same issue I had |
Same issue here; diffed a backup of my keys to see which was the issue, here's the corruption in the
I changed the name of this key recently. |
5chdn
added
P2-asap 🌊
No need to stop dead in your tracks, however issue should be addressed as soon as possible.
and removed
P5-sometimesoon 🌲
Issue is worth doing soon.
labels
Feb 12, 2018
tomusdrw
added a commit
that referenced
this issue
Feb 12, 2018
tomusdrw
added a commit
that referenced
this issue
Feb 12, 2018
tomusdrw
added a commit
that referenced
this issue
Feb 14, 2018
tomusdrw
added a commit
that referenced
this issue
Feb 14, 2018
This was referenced Feb 14, 2018
5chdn
pushed a commit
that referenced
this issue
Feb 14, 2018
* update back-references more aggressively after answering from cache (#7578) * Add new EF ropstens nodes. (#7824) * Add new EF ropstens nodes. * Fix tests * Add a timeout for light client sync requests (#7848) * Add a timeout for light client sync requests * Adjusting timeout to number of headers * Flush keyfiles. Resolves #7632 (#7868) * Fix wallet import (#7873) * rpc: generate new account id for imported wallets * ethstore: handle duplicate wallet filenames * ethstore: simplify deduplication of wallet file names * ethstore: do not dedup wallet filenames on update * ethstore: fix minor grumbles * [WASM] mem_cmp added to the Wasm runtime (#7539) * mem_cmp added to the Wasm runtime * schedule.wasm.mem_copy to schedule.wasm.mem_cmp for mem_cmp * [Wasm] memcmp fix and test added (#7590) * [Wasm] memcmp fix and test added * [Wasm] use reqrep_test! macro for memcmp test * wasmi interpreter (#7796) * adjust storage update evm-style (#7812) * disable internal memory (#7842)
5chdn
pushed a commit
that referenced
this issue
Feb 14, 2018
* update back-references more aggressively after answering from cache (#7578) * Flush keyfiles. Resolves #7632 (#7868) * Fix wallet import (#7873) * rpc: generate new account id for imported wallets * ethstore: handle duplicate wallet filenames * ethstore: simplify deduplication of wallet file names * ethstore: do not dedup wallet filenames on update * ethstore: fix minor grumbles * parity-version pr reopen (#7136) * parity-version module split from util removed unused util deps and features trigger buildbot again only kvdb links rocksdb snappy linker issues * rm snappy * fixed old version imports * Move updater metadata to Cargo.toml of parity-version. (#7832) * Update version. * Bump parity version. * Fix version. * Fix compilation.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Before filing a new issue, please provide the following information.
Contracts and Accounts are disappeared after restart the node. In web3 there is all accounts (web3.eth.accounts = [{...},...]).
I've use ssh port forwarding: ssh -L 8545:127.0.0.1:8545 -L 8546:127.0.0.1:8546 -L 8180:127.0.0.1:8180 user@host
I've specified command line arguments: parity daemon ./parity.pid --db-compaction ssd --cache-size 1024 --force-ui --jsonrpc-cors all --identity myid --allow-ips public --log-file parity.log --nat extip:1.2.3.4 --chain ropsten --jsonrpc-apis all --pruning=archive --reserved-peers ropstenpeers.txt
Also, I've checked the directory with keys - all keys still there. It looks like some UI bug.
The text was updated successfully, but these errors were encountered: