-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BP: release/v5 <- #71]
[pfm][fix] patch arbitrary account passthro…
…ugh (#79) * [pfm][fix] patch arbitrary account passthrough (#71) * don't allow funds to pass through arbitrary accounts, use hash of pfm+sender+channel * lint * use types.ModuleName * update tests * better errors override packet fix incorrect bech32 update error desc refactor receiveFunds * update README * tidy errors * lint * chore: remove go.work * chore: lint --------- Co-authored-by: jtieri <[email protected]> (cherry picked from commit d72e83c) # Conflicts: # .gitignore # middleware/packet-forward-middleware/router/module_test.go # modules/ibc-hooks/client/cli/query.go # modules/ibc-hooks/hooks.go # modules/ibc-hooks/ibc_module.go # modules/ibc-hooks/ics4_middleware.go # modules/ibc-hooks/keeper/keeper.go # modules/ibc-hooks/sdkmodule.go # modules/ibc-hooks/simapp/ante.go # modules/ibc-hooks/simapp/app.go # modules/ibc-hooks/simapp/export.go # modules/ibc-hooks/simapp/simulation_test.go # modules/ibc-hooks/simapp/test_helpers.go # modules/ibc-hooks/tests/unit/mocks/isc4_middleware_mock.go # modules/ibc-hooks/tests/unit/module_test.go # modules/ibc-hooks/wasm_hook.go * fix merge * chore: resolve conflicts --------- Co-authored-by: Andrew Gouin <[email protected]> Co-authored-by: Nicolas Lara <[email protected]> Co-authored-by: jtieri <[email protected]>
- Loading branch information
1 parent
51e7c92
commit 51000bd
Showing
19 changed files
with
3,607 additions
and
113 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,5 @@ | |
|
||
# Dependency directories (remove the comment below to include it) | ||
# vendor/ | ||
target/ | ||
go.work.sum |
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
Oops, something went wrong.