We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Latest master commit: ccd1d90
master
The packet_filter.min_fees configuration:
packet_filter.min_fees
hermes/config.toml
Line 420 in ccd1d90
Is not applied when packet are being cleared.
As long as packet clearing is not disabled, if a delay long enough is set before this assertion:
hermes/tools/integration-test/src/tests/fee/filter_fees.rs
Line 110 in ccd1d90
The test will fail as the packet clearing will have relayed the packet.
The text was updated successfully, but these errors were encountered:
workaround for informalsystems#4176
df9e517
No branches or pull requests
Version
Latest
master
commit: ccd1d90Summary of Bug
The
packet_filter.min_fees
configuration:hermes/config.toml
Line 420 in ccd1d90
Is not applied when packet are being cleared.
As long as packet clearing is not disabled, if a delay long enough is set before this assertion:
hermes/tools/integration-test/src/tests/fee/filter_fees.rs
Line 110 in ccd1d90
The test will fail as the packet clearing will have relayed the packet.
For Admin Use
The text was updated successfully, but these errors were encountered: