Investigate moving verify_delay_passed
to a more appropriate section
#404
Labels
A: breaking
Admin: breaking change that may impact operators
O: logic
Objective: aims for better implementation logic
O: maintainability
Objective: cause to ease modification, fault corrections and improve code understanding
Milestone
Summary
Context: #393 (comment)
The implemented
verify_delay_passed
method inside the07_tendermint
doesn't seem a client-specific process and it should be placed somewhere in the "connection" part of the stack. The issue arose because we wanted to stop passing thectx
field into some of the verification methods likeverify_packet_acknowledgement
The text was updated successfully, but these errors were encountered: