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
PartialEq
IbcEvent
ibc
For equality comparison of events, I'd like to add PartialEq to IbcEvent
No PartialEq for IbcEvent
Just add PartialEq to IbcEvent and each event of modules
IbcEvent can be compared, e.g.
if expected_event == actual_event { ... }
The text was updated successfully, but these errors were encountered:
Eq
Merge pull request cosmos#68 from confio/bump-msvr
5bb3aac
Bump minimum supported Rust version to 1.51.0
yito88
No branches or pull requests
Crate
ibc
Summary
For equality comparison of events, I'd like to add
PartialEq
toIbcEvent
Problem Definition
No
PartialEq
forIbcEvent
Proposal
Just add
PartialEq
toIbcEvent
and each event of modulesAcceptance Criteria
IbcEvent
can be compared, e.g.For Admin Use
The text was updated successfully, but these errors were encountered: