Skip to content

Commit

Permalink
Merge branch 'main' into taztingo/138-nav-contract
Browse files Browse the repository at this point in the history
  • Loading branch information
Taztingo committed Feb 13, 2024
2 parents 2fb771c + 16c8d89 commit 2aff109
Show file tree
Hide file tree
Showing 105 changed files with 6,253 additions and 4,174 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: provenance-io/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
provenance_version: "v1.17.0-rc1"
provenance_version: "v1.17.1"
smart_contract_action_version: "v1.2.0"
test_script: "./scripts/gh-action-test/tutorial_test.sh"

Expand All @@ -56,7 +56,7 @@ jobs:
uses: provenance-io/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
provenance_version: "v1.17.0-rc1"
provenance_version: "v1.17.1"
smart_contract_action_version: "v1.2.0"
test_script: "./scripts/gh-action-test/attrs_test.sh"

Expand All @@ -77,7 +77,7 @@ jobs:
uses: provenance-io/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
provenance_version: "v1.17.0-rc1"
provenance_version: "v1.17.1"
smart_contract_action_version: "v1.2.0"
test_script: "./scripts/gh-action-test/marker_test.sh"

Expand All @@ -98,7 +98,7 @@ jobs:
uses: provenance-io/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
provenance_version: "v1.17.0-rc1"
provenance_version: "v1.17.1"
smart_contract_action_version: "v1.2.0"
test_script: "./scripts/gh-action-test/msgfees_test.sh"

Expand All @@ -119,7 +119,7 @@ jobs:
uses: provenance-io/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
provenance_version: "v1.17.0-rc1"
provenance_version: "v1.17.1"
smart_contract_action_version: "v1.2.0"
test_script: "./scripts/gh-action-test/name_test.sh"

Expand All @@ -140,7 +140,7 @@ jobs:
# uses: provenance-io/[email protected]
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# provenance_version: "v1.17.0-rc1"
# provenance_version: "v1.17.1"
# smart_contract_action_version: "v1.2.0"
# test_script: "./scripts/gh-action-test/nft_test.sh"

Expand All @@ -161,7 +161,7 @@ jobs:
uses: provenance-io/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
provenance_version: "v1.17.0-rc1"
provenance_version: "v1.17.1"
smart_contract_action_version: "v1.2.0"
test_script: "./scripts/gh-action-test/scope_test.sh"

Expand All @@ -182,6 +182,6 @@ jobs:
uses: provenance-io/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
provenance_version: "v1.17.0-rc1"
provenance_version: "v1.17.1"
smart_contract_action_version: "v1.2.0"
test_script: "./scripts/gh-action-test/trigger_test.sh"
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
## Unreleased changes

* Add wasm message types ([#133](https://github.com/provenance-io/provwasm/issues/133))
* Bump to Provenance 1.17.1 ([#135](https://github.com/provenance-io/provwasm/issues/135))
* Add ibc message types ([#136](https://github.com/provenance-io/provwasm/issues/136))
* Update contracts to use `cosmwasm/optimzer` ([#140](https://github.com/provenance-io/provwasm/issues/140))

## Releases

Expand Down
Loading

0 comments on commit 2aff109

Please sign in to comment.