-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Block height on proofs is wrong after restart abci app #106
Comments
@phomer this is the problem I was talking about, will try to reproduce with merkleeyes directly |
Added a cli test case in Please add any fixes there and run Note: you can run |
The error I am seeing with ASSERT:account must exist: ERROR: Response error: Height must be less than or equal to the current blockchain height This appears to happen consistently with Query after a restart. Is this the expected error? |
…start WIP: #106 wrong height on restart
Fixed with #129 |
* Fix dead link in README.md
* fix: file keyring backend key recover error key recover fails with EOF errors when attempting to read keyring password from piped file. This change allows to recover the current `*bufio.Reader` from the context instead of creating a new one, in order to have the mnemonic and password read from the same source. In still require the application to init the context with a `*bufio.Reader` argument to `WithInput(r io.Reader)`. * fix: missing context input in client/keys/add tests * fix: redeclared global variable and lint in airdrop module * chores: more lint fixes * chores: more airdrop lint / fixes
…mos#107) * continuation from cosmos#106 on other impacted commands: * keys import * keys export
This is tested on the master branches (basecoin v0.5.2, tendermint v0.10.0)
Shell 1:
Shell 2:
Shell 3:
In this case they should be similar, maybe 1 or 2 blocks off due to the delay in the two commands... The first height comes from tendermint, the second from basecoin.
Trigger problem
Shell 1:
Shell 2:
Shell 3:
The text was updated successfully, but these errors were encountered: