-
Notifications
You must be signed in to change notification settings - Fork 331
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve channel and port filter policy parsing (#4044)
* Improve channel and port filter policy parsing * Move whitespace trimming when parsing channel and port policy * Add changelog entry
- Loading branch information
Showing
2 changed files
with
34 additions
and
8 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
...nreleased/improvements/ibc-relayer/4045-trim-whitespaces-channel-port-filter.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
- Updated the channel and port filter parsing to ignore whitespaces. | ||
This will prevent unintended channel scanning due to accidental | ||
whitespaces when exact matches are specified in the `packet_filter` | ||
configuration. | ||
([\#4045](https://github.com/informalsystems/hermes/issues/4045)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters