-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(v0.50.2): Finish full ICS integration, E2E, Documentation (#143)
* all test but PFM (not tested, just syntactically correct) * fixes * golang:1.22-alpine * go 1.22.3 * keep ictest-basic on removal of staking * feat: UI consensus selector (#145) * consensus selector * fix: e2e with new consensus * fix: POA being removed when selected due to POS parent * fix dev templates * fix interchaintest setup logic with ICS * fix: wasm.NewAppModule being removed when using ICS * remove duplicate interchain-security feature * ict: fc.FormatGoFile * touchup replacements * fix: wassm app module not being fully removed * debugging: debugErrorFile on failed generate * matrix generator * matrix gen, v0.50.2 * mod tidy on new chain * fix: secondary chain config values in `setup.go` * simplify ics e2e * nit: `rm -rf` generated matrix dirs * poa: numPOAVals int test & ratelimit test delete * tf `EnableCommunityPoolFeeFunding` remove if no staking (ICS) to burn fees instead * tf(TokenFactoryCreateDenom): increase gas limit * nicely show transfer channel errors * documentation & localchain-1 * add default chain as a GH config * fix(docs): relative link
- Loading branch information
1 parent
c697428
commit a2c523f
Showing
37 changed files
with
907 additions
and
302 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
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
cancel-in-progress: true | ||
|
||
env: | ||
GO_VERSION: 1.21.0 | ||
GO_VERSION: 1.22.3 | ||
|
||
jobs: | ||
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 |
---|---|---|
|
@@ -9,3 +9,8 @@ bin/spawn | |
dist/ | ||
|
||
myproject/ | ||
mychain/ | ||
*.log | ||
|
||
debugging/ | ||
scripts/matrix.sh |
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
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.