-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove versioning * refresh scripts, makefile, dockerfile,add basic e2e & pfm-e2e * bump config comments * add polytone e2e test * improve genesis codec customization format, remove RandomGenesisAccount from auth.NewAppModule, add wasm tests to e2e-basic, * slashing cli * replace cosmos-sdk with bitsong specific distirbution patch fork * slashsing codec registry * docker bump, add v018 cosmos-sdk patch * print results to new file * bump correct patch release * correct sdk patch * patch v18 slashing logic error * bump sdk patch * format cw-orchestrator into e2e test repo, add polytone msgs command * ci bump * ci bump * revert token types to v114 in ictest * coderabbit bumps * v19 upgrade handler * delete replace cosmos-sdk, add v019 upgrade handler & logic * prep v019 cli helper * patch gov msg service route & reformat repo module versioning * add make & e2e asserting gov props are created * ci bumps * coderabbit bump * keep cdc unregistered for slashing until manual upgrade * change to v20 upgrade * format to v020 upgrade * register governance msg service router * add legacy proposal context to gov proposal route * statik * e2e bump * wait to add cdc to slashing until v020 --------- Co-authored-by: hard-nett <[email protected]>
- Loading branch information
Showing
102 changed files
with
10,436 additions
and
791 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -29,7 +29,7 @@ jobs: | |
- name: Create release 📜 | ||
uses: goreleaser/[email protected] | ||
with: | ||
args: release --rm-dist | ||
args: release | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
|
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.