-
Notifications
You must be signed in to change notification settings - Fork 586
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
feat: ics 29 packet callbacks #357
Merged
charleenfei
merged 43 commits into
ics29-fee-middleware
from
feat/ics-29-packetcallbacks
Dec 21, 2021
Merged
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
7b51ebd
do handshake logic, create test file
AdityaSripal 150211d
do cap logic and fix build
AdityaSripal 412f3b6
Merge remote-tracking branch 'upstream/aditya/handshake' into feat/ic…
charleenfei 734ead7
initial scaffolding
charleenfei 1e894fe
added ics4 callbacks
charleenfei f735e57
Merge branch 'ics29-fee-middleware' into feat/ics-29-packetcallbacks
charleenfei 435a2fa
Merge branch 'feat/ics-29-packetcallbacks' of github.com:cosmos/ibc-g…
charleenfei 8d0c194
Merge branch 'ics29-fee-middleware' into feat/ics-29-packetcallbacks
charleenfei bfa8795
wip
charleenfei 09985ce
update fee proto to include refund acc in storage of IdentifiedPacketFee
charleenfei ff7db8a
update yaml
charleenfei 8c6d8ec
Merge branch 'update/fee_proto' into feat/ics-29-packetcallbacks
charleenfei 9d9bcae
finish logic in packet callbacks
charleenfei d8e4429
wip
charleenfei e514f1a
store refund address in IdentifiedPacketFee
AdityaSripal f561cc0
Merge branch 'store_refund_address' into feat/ics-29-packetcallbacks
charleenfei 97cc863
wip
charleenfei 0a0022d
Merge branch 'ics29-fee-middleware' into feat/ics-29-packetcallbacks
charleenfei 8e83ba2
proto file
charleenfei 40951eb
incentivized ack proto
charleenfei e8b2ddc
Merge branch 'feat/incentivised_ack_proto' into feat/ics-29-packetcal…
charleenfei 04763b6
wip
charleenfei e574499
Merge branch 'ics29-fee-middleware' of github.com:cosmos/ibc-go into …
charleenfei e7297a8
Merge branch 'ics29-fee-middleware' into feat/ics-29-packetcallbacks
charleenfei db93ac9
packet callbacks w ack
charleenfei 2870993
testing wip
charleenfei 64f77b9
Merge branch 'ics29-fee-middleware' of github.com:cosmos/ibc-go into …
charleenfei 721a6c7
Merge branch 'ics29-fee-middleware' into feat/ics-29-packetcallbacks
charleenfei 9f00d29
finished testing
charleenfei 0844485
app changes
charleenfei e374cb2
initial pr review comments
charleenfei 232e906
initial comments
charleenfei a8c69db
add tests
charleenfei 6c85913
semantics
charleenfei 9d84834
logic changes re: comments
charleenfei 141d281
add cacheCtx
charleenfei 76b7de9
tests
charleenfei 7ced819
comments
charleenfei dc33d66
diff channel, test
charleenfei 903b9d5
fix escrow bug
charleenfei 8fc3aac
fix test
charleenfei 2a061e4
sdk.AccAddress casting
charleenfei aae78ce
comments
charleenfei 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
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
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.
we should probably check the error
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.
yes...but then should we forego distribution entirely if this error exists? in the case only this address is incorrect or doesnt exist, then it seems extreme
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.
I think we handle this here already implicitly -> https://github.com/cosmos/ibc-go/blob/feat/ics-29-packetcallbacks/modules/apps/29-fee/keeper/escrow.go#L56
So no need to return an error here