Skip to content
New issue

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

Make client events compatible with ibc-go v5.0.0 #138

Merged
merged 29 commits into from
Oct 11, 2022
Merged
Show file tree
Hide file tree
Changes from 25 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
c8043f6
client_id IbcEvent refactor
plafer Oct 4, 2022
4d19ad3
Remove NewBlock and ChainError events
plafer Oct 4, 2022
225f6c9
Refactor update_client event
plafer Oct 4, 2022
0ee9664
clippy
plafer Oct 5, 2022
c2072a2
Improve CreateClient event type
plafer Oct 5, 2022
2387fbc
Improve UpdateClient event type
plafer Oct 5, 2022
e6567f8
refactor ClientMisbehaviour event
plafer Oct 5, 2022
e6a73b6
UpgradeClient event refactor
plafer Oct 5, 2022
ecf2e84
Remove Client Attributes
plafer Oct 5, 2022
6fe8436
Add EventMessage
plafer Oct 5, 2022
322393e
client handlers emit ibcevent message
plafer Oct 5, 2022
6689952
Copy relevant ADRs from hermes repository (#147)
plafer Oct 6, 2022
0e21771
Fix CI (#151)
plafer Oct 6, 2022
69cc4a1
fmt
plafer Oct 6, 2022
ebd70cb
Fix tests
plafer Oct 6, 2022
8c27778
ADR 012: Handlers validation and execution separation (#153)
hu55a1n1 Oct 6, 2022
1162a04
Setup unclog based changelog (#152)
hu55a1n1 Oct 6, 2022
a75d338
clippy
plafer Oct 6, 2022
759a678
Remove "message" ibc event
plafer Oct 6, 2022
687c3a0
update_client event test
plafer Oct 6, 2022
66459cc
Remove unused function
plafer Oct 6, 2022
dcb1d60
upgrade client event
plafer Oct 6, 2022
4a6f249
changelog
plafer Oct 6, 2022
2d7f07f
Merge branch 'main' into plafer/ibcevent-go-compatible
plafer Oct 6, 2022
4f69c72
Revert "Remove unused function"
plafer Oct 6, 2022
2280d1f
Remove EMPTY event
plafer Oct 11, 2022
bc9274a
Use derive_more::From
plafer Oct 11, 2022
31301ab
Remove Display from IbcEvent
plafer Oct 11, 2022
ad887e2
changelog
plafer Oct 11, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Make client events compatible with ibc-go v5
([#144](https://github.com/cosmos/ibc-rs/issues/144)).
Loading