-
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.
core(deps): Upgrade PFM to IBC v8 and SDK v0.50.x (#152)
* init commit * updates * fix * lint++ * cosmos/relayer main branch * upgrade linter version * fix: e2e upgrade v7.0.1 -> v8.0.0 (local img) * re-enable ENV `NON_REFUNDABLE_TEST=true` * use `DefaultRelayer` for timeout test * remove build/ --------- Co-authored-by: Reece Williams <[email protected]>
- Loading branch information
1 parent
18248c3
commit 76989c8
Showing
54 changed files
with
1,706 additions
and
1,182 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,4 +17,7 @@ | |
|
||
target/ | ||
|
||
go.work.sum | ||
go.work.sum | ||
go.work | ||
|
||
build/ |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
go 1.21 | ||
|
||
toolchain go1.21.0 | ||
|
||
use ( | ||
./middleware/packet-forward-middleware | ||
./middleware/packet-forward-middleware/e2e | ||
) |
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.