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
Looks like we forgot to anchor the regex with ^ and $, therefore it matches anywhere within the string. Should be an easy fix, thanks for the report and the test!
Summary of Bug
Packet filtering wildcards are not working as expected, for eg. the below wilcard
PortId
'transfer*' is matching 'ft-transfer'.Version
v0.13.0
Failing test
Acceptance Criteria
The above test must pass or we should clarify what the wildcard means/matches; the documentation describes the wildcard
ica*
as all identifiers starting withica
-> https://github.com/informalsystems/ibc-rs/blob/master/config.toml#L206-L212For Admin Use
The text was updated successfully, but these errors were encountered: