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

decoding a keystore file can fail unexpectedly #291

Open
michaelsbradleyjr opened this issue Aug 20, 2021 · 0 comments
Open

decoding a keystore file can fail unexpectedly #291

michaelsbradleyjr opened this issue Aug 20, 2021 · 0 comments

Comments

@michaelsbradleyjr
Copy link
Contributor

This was discovered in the example client when rapidly running valid /sendtransaction ... commands without waiting for the previous one/s to finish.

Sometimes in the TUI there would be an error displayed re: failed decoding of a key file. It can take several runs to reproduce as the crash reported in #290 usually happens first.

The cause of the failure is currently unknown. It may have to do with a failure during json = parseFile(path) in loadAccount of private/accounts/generator/generator.nim. If so, then it might be related to the parseJson problem reported in #290.

@michaelsbradleyjr michaelsbradleyjr changed the title decoding a keystore file can fail decoding a keystore file can unexpectedly fail Aug 20, 2021
@michaelsbradleyjr michaelsbradleyjr changed the title decoding a keystore file can unexpectedly fail decoding a keystore file can fail unexpectedly Aug 20, 2021
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

No branches or pull requests

1 participant