-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
[ADR: 015] IBC Packet Receiver #5230
Merged
+313
−0
Merged
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
7ace5b2
WIP: ADR IBC Packet Receiver
mossid 9b1b06e
Update adr-015-ibc-packet-receiver.md
mossid d275aae
Remove FoldHandler, add consequences
mossid 6bacbcf
Apply suggestions from code review @fedekunze @cwgoes
mossid 465d1d8
Apply suggestions from code review
mossid 291452c
Add wrapper function for acknowledgement
mossid 4ae5461
fix typo
mossid 5735e2b
Merge branch 'master' into joon/adr-ibc-packet-receiver
cwgoes 35ec132
Apply suggestions from code review
mossid 43fe290
Add other handler types requires verification
mossid 330b043
Add PacketHandler type
mossid 7ab51de
Use AnteDecorator, rename the helper to WriteAck
mossid fe499a6
fix typo
mossid c6f9154
Merge branch 'master' into joon/adr-ibc-packet-receiver
cwgoes e130c07
minor cleanup
fedekunze ab1dcd2
Update adr-015-ibc-packet-receiver.md
mossid 66547af
Add vulnerability scenario(failing message injection)
mossid 9cd9bc3
Apply suggestions from code review
fedekunze b168e3f
Add PacketDataI to this ADR
jackzampolin c3a812d
add port/chan checking, add ics20 example
mossid 7f1b0d6
add foldhandler, remove safety assumptions
mossid 961ea03
Apply suggestions from code review
mossid c60d4c6
Merge branch 'master' into joon/adr-ibc-packet-receiver
fedekunze 4106830
address comments in progress
mossid 4569be4
address missing pieces
mossid 07a8987
fix missed line
mossid 26db0bc
Apply suggestions from code review
cwgoes ed131a3
Merge branch 'master' into joon/adr-ibc-packet-receiver
cwgoes e6692f7
Apply suggestions from code review
mossid 46e018c
address comments
mossid 4ce753c
Merge branch 'master' into joon/adr-ibc-packet-receiver
fedekunze 6e4c052
address comments in progress
mossid 0d236ff
Merge branch 'master' into joon/adr-ibc-packet-receiver
alexanderbez 7ebb6ad
Add newline
alexanderbez d62de0c
Fix linting and typos
alexanderbez a22aeee
Merge branch 'master' into joon/adr-ibc-packet-receiver
cwgoes 37342cf
Merge branch 'master' into joon/adr-ibc-packet-receiver
cwgoes File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Apply suggestions from code review
Co-Authored-By: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
- Loading branch information
commit 961ea0350272dbbe853b6dd1b76b599172343558
There are no files selected for viewing
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this line doesn't have any context. Is it incomplete?