Skip to content

Commit

Permalink
Merge branch 'cosmwasm/v1.1.9' into apply_v1.1.9
Browse files Browse the repository at this point in the history
* cosmwasm/v1.1.9: (340 commits)
  Set version: 1.1.9
  Update CHANGELOG formatting
  Add CHANGELOG entry for issue #1527
  fix: issue #1527
  Add test to reproduce missing QueryResponses path
  CHANGELOG update
  Set version: 1.1.8
  run .md formatter
  QueryResponses: no default type in gen'd impl block
  Set version: 1.1.6
  Upgrade clippy CI job to 1.65.0
  Adapt codebase to clippy 1.65.0
  Use resolver version 2 in workspace
  Add comment regarding rounding behaviour to multiply_ratio/checked_multiply_ratio
  Update schemas
  Document type of gas that is used for gas limits
  Update CHANGELOG.md
  CHANGELOG entry
  Make QueryResponses tests clearer
  schema: refactor and docs
  ...
  • Loading branch information
zemyblue committed Dec 14, 2022
2 parents 354f875 + 38821e7 commit aefe114
Show file tree
Hide file tree
Showing 254 changed files with 23,067 additions and 13,552 deletions.
Empty file added .circleci/config.yml
Empty file.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.57.0
toolchain: 1.59.0
target: wasm32-unknown-unknown
profile: minimal
override: true
Expand Down
1 change: 0 additions & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ pull_request_rules:
- label!=WIP
# We need to list them all individually. Here is why: https://doc.mergify.io/conditions.html#validating-all-status-check
- "status-success=ci/circleci: package_crypto"
- "status-success=ci/circleci: package_profiler"
- "status-success=ci/circleci: package_schema"
- "status-success=ci/circleci: package_std"
- "status-success=ci/circleci: package_storage"
Expand Down
Loading

0 comments on commit aefe114

Please sign in to comment.