-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: miscellaneous repository maintenance (#1174)
* use renamed branch * conventionalcommits-org is down * add missing changelog entry * rename to Makefile * use native concurrency option * upgrade substrate deps * remove redundant nix use * correct cw-check workflow file * use yml extension over yml * delete nix script * rm merge group trigger and always trigger on main * rm md link check from main * forbid concurrent runs for cw and no-std checks * nit * use actions-rust-lang/setup-rust-toolchain over actions-rs/toolchain * imp docker run * use cosmwasm/optimizer 0.15.1 * correct mount paths * validate checksum * .yaml over .yml https://yaml.org/faq.html * install cargo binary before wasm compile to avoid docker mount permission * fix permissions manually * conventionalcommits.org is up * update upload cw client action * correct download path * update cargo lockfiles * redundant Swatinem/rust-cache actions-rust-lang/setup-rust-toolchain@v1 uses it already * update release workflow
- Loading branch information
Showing
16 changed files
with
371 additions
and
689 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/improvements/1108-fallible-conversion-of-ics23-types.md
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,2 @@ | ||
- [ibc-core-commitment-types] Fallible conversion for `ProofSpec`, `LeafOp` and | ||
`InnerSpec`. ([\#1108](https://github.com/cosmos/ibc-rs/issues/1108)) |
2 changes: 0 additions & 2 deletions
2
.github/workflows/code-quality.yml → .github/workflows/code-quality.yaml
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 |
---|---|---|
@@ -1,8 +1,6 @@ | ||
name: Code Quality Checks | ||
on: | ||
pull_request: | ||
merge_group: | ||
types: [checks_requested] | ||
|
||
jobs: | ||
code-quality: | ||
|
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
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.