-
Notifications
You must be signed in to change notification settings - Fork 329
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
Failed packet verification: packet-specified delay period has not been reached #1868
Comments
Related to #1772 |
Hi @lyqingye, we plan to test the connection delay feature more extensively as part of #1836. This issue might be related to #1772 (as Adi noted), but can you describe the expected behaviour in more detail here (not sure I understand what is wrong with that log entry)? Also, do you know if this connection has a non-zero |
I don't know why such an error log appears (it won't happen under normal circumstances). Please wait for me to provide more detailed trace log delay_period = 0ns, so i think this issue not related to #1772 |
agreed. What versions of ibc-go/sdk are the chains you tested with? |
ibc-go: v3.0.0 |
Any thoughts on what may be causing this verification error to occur? |
Crate
hermes
Summary of Bug
log analysis:
There seems to be no problem with the logic. Proof height + 1 = client state height < latest height
But the error log looks strange
validTime = 1644781101580283164
currentTimestamp = 1644781099180419908
currentTimestamp < validTime
UpdateclientMsg and RecvPacketMsg are executed in the same transaction. under normal circumstances(delayTimePeriod = 0), ProcessedTime should be equal to CurrentTimestamp
Version
0.10.0
Steps to Reproduce
unable to reproduce
Acceptance Criteria
For Admin Use
The text was updated successfully, but these errors were encountered: