-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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 <justin@thetieris.com> (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
- Loading branch information
1 parent
905435b
commit 95fdf0f
Showing
19 changed files
with
3,635 additions
and
101 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
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.