You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to understand meaning of refundTimeout inside IBCMiddleware but didn't find any usage of this attribute except initialization (3 times) and unit test (2 times) - see screenshot.
I'm still wondering what is the reason behind and if it should be present at all.
The text was updated successfully, but these errors were encountered:
ysv
changed the title
bug: IBCMiddleware.refundTimeout is not used anywhere except initialization (v7.1.3 & main: 8e64543)
bug: IBCMiddleware.refundTimeout is not used anywhere except initialization & tests (v7.1.3 & main: 8e64543)
May 1, 2024
This parameter is no longer used after the introduction of atomic acks. It can be safely ignored (set to arbitrary value) and should be removed in a future release
Reecepbcups
changed the title
bug: IBCMiddleware.refundTimeout is not used anywhere except initialization & tests (v7.1.3 & main: 8e64543)
chore: remove IBCMiddleware.refundTimeout as it is no longer used
May 22, 2024
I was trying to understand meaning of refundTimeout inside IBCMiddleware but didn't find any usage of this attribute except initialization (3 times) and unit test (2 times) - see screenshot.
I'm still wondering what is the reason behind and if it should be present at all.
The text was updated successfully, but these errors were encountered: