Skip to content

Commit

Permalink
Merge branch 'main' into rel/v3.6.0
Browse files Browse the repository at this point in the history
# Conflicts:
#	Cargo.lock
#	contracts/pair_concentrated_inj/Cargo.toml
#	contracts/tokenomics/generator/Cargo.toml
#	contracts/tokenomics/maker/Cargo.toml
#	packages/astroport/Cargo.toml
  • Loading branch information
epanchee committed Sep 27, 2023
2 parents 52af83e + 66d00d7 commit 8c3e2c1
Show file tree
Hide file tree
Showing 110 changed files with 8,279 additions and 5,431 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
fail-on-cache-miss: true
- name: Install cosmwasm-check
# Uses --debug for compilation speed
run: cargo install --debug --version 1.3.1 cosmwasm-check
run: cargo install --debug --version 1.4.0 cosmwasm-check
- name: Cosmwasm check
run: |
cosmwasm-check $GITHUB_WORKSPACE/artifacts/*.wasm --available-capabilities staking,cosmwasm_1_1,injective,iterator,stargate
Loading

0 comments on commit 8c3e2c1

Please sign in to comment.