-
Notifications
You must be signed in to change notification settings - Fork 352
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
Problem: Error in querying block_results of blocks with slashing occurs #95
Comments
maybe updating SDK -- there were some PRs e.g. cosmos/cosmos-sdk#7147 ? |
yes, it looks old version bug, |
verified this on the latest master -- bdf5312 I'll try updating SDK once more, as there is some other patch: |
updated sdk -- still the same. |
@calvinaco it's not only slashing -- also if you delegate (or change the voting power anyhow), it's the same |
is it the same with protobuf? |
I haven't found the exact |
@calvinaco FYI, this is now fixed in Tendermint master: tendermint/tendermint#5459 |
…rs (fixes #95) Solution: upgraded to the latest master of SDK with the fix + cherry-picked the graceful shutdown fix
…rs (fixes #95) Solution: upgraded to the latest master of SDK with the fix + cherry-picked the graceful shutdown fix
If a block contains a slashing events, the
block_results
RPC will return the errorThe text was updated successfully, but these errors were encountered: