Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update to provenance 1.20.0 #164

Merged
merged 14 commits into from
Nov 3, 2024
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: provenance-io/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
provenance_version: "v1.19.0-rc5"
provenance_version: "v1.20.0"
test_script: "./scripts/gh-action-test/tutorial_test.sh"

test_attrs_smart_contract:
Expand All @@ -57,7 +57,7 @@ jobs:
uses: provenance-io/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
provenance_version: "v1.19.0-rc5"
provenance_version: "v1.20.0"
smart_contract_action_version: "latest"
test_script: "./scripts/gh-action-test/attrs_test.sh"

Expand All @@ -78,7 +78,7 @@ jobs:
uses: provenance-io/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
provenance_version: "v1.19.0-rc5"
provenance_version: "v1.20.0"
smart_contract_action_version: "latest"
test_script: "./scripts/gh-action-test/marker_test.sh"

Expand All @@ -99,7 +99,7 @@ jobs:
uses: provenance-io/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
provenance_version: "v1.19.0-rc5"
provenance_version: "v1.20.0"
smart_contract_action_version: "latest"
test_script: "./scripts/gh-action-test/msgfees_test.sh"

Expand All @@ -120,7 +120,7 @@ jobs:
uses: provenance-io/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
provenance_version: "v1.19.0-rc5"
provenance_version: "v1.20.0"
smart_contract_action_version: "latest"
test_script: "./scripts/gh-action-test/name_test.sh"

Expand All @@ -141,7 +141,7 @@ jobs:
# uses: provenance-io/[email protected]
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# provenance_version: "v1.19.0-rc5"
# provenance_version: "v1.20.0"
# smart_contract_action_version: "latest"
# test_script: "./scripts/gh-action-test/scope_test.sh"

Expand All @@ -162,7 +162,7 @@ jobs:
uses: provenance-io/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
provenance_version: "v1.19.0-rc5"
provenance_version: "v1.20.0"
smart_contract_action_version: "latest"
test_script: "./scripts/gh-action-test/trigger_test.sh"

Expand Down
14 changes: 7 additions & 7 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.19.1"
provenance_version: "v1.20.0"
test_script: "./scripts/gh-action-test/tutorial_test.sh"

test_attrs_smart_contract:
Expand All @@ -55,7 +55,7 @@ jobs:
uses: provenance-io/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
provenance_version: "v1.19.1"
provenance_version: "v1.20.0"
smart_contract_action_version: "latest"
test_script: "./scripts/gh-action-test/attrs_test.sh"

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

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

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

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

Expand All @@ -160,6 +160,6 @@ jobs:
uses: provenance-io/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
provenance_version: "v1.19.1"
provenance_version: "v1.20.0"
smart_contract_action_version: "latest"
test_script: "./scripts/gh-action-test/trigger_test.sh"
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,17 @@

## Unreleased changes

* Update to Provenance 1.20.0 ([#163](https://github.com/provenance-io/provwasm/issues/163))
* Update to cosmwasm 2.1.4 ([#163](https://github.com/provenance-io/provwasm/issues/163))

## Releases

### [v2.4.0](https://github.com/provenance-io/provwasm/tree/v2.4.0)

* migrate to GRPC queries ([#157](https://github.com/provenance-io/provwasm/issues/157))
* add `MetadataAddress` type for encoding/decoding metadata
addresses ([#161](https://github.com/provenance-io/provwasm/pull/161))

## Releases

### [v2.3.0](https://github.com/provenance-io/provwasm/tree/v2.3.0)

* test tube integration tests ([#150](https://github.com/provenance-io/provwasm/pull/150))
Expand Down
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,24 @@ members = [
]

[workspace.package]
version = "2.4.0"
version = "2.5.0"
repository = "https://github.com/provenance-io/provwasm"
edition = "2021"
license = "Apache-2.0"

[workspace.dependencies]
### CosmWasm

cosmwasm-schema = { version = "2.0.6" }
cosmwasm-std = { version = "2.1.3", default-features = false, features = ["cosmwasm_2_1", "stargate", "std"] }
cosmwasm-schema = { version = "2.1.4" }
cosmwasm-std = { version = "2.1.4", default-features = false, features = ["cosmwasm_2_1", "stargate", "std"] }
cw-storage-plus = { version = "2.0.0" }

### ProvWasm
provwasm-common = { version = "0.1.1", path = "packages/provwasm-common" }
provwasm-mocks = { version = "2.4.0", path = "packages/provwasm-mocks" }
provwasm-common = { version = "0.2.0", path = "packages/provwasm-common" }
provwasm-mocks = { version = "2.5.0", path = "packages/provwasm-mocks" }
provwasm-proc-macro = { version = "0.2.0", path = "packages/provwasm-proc-macro" }
provwasm-proto-build = { version = "0.1.0", path = "packages/proto-build" }
provwasm-std = { version = "2.4.0", path = "packages/provwasm-std" }
provwasm-std = { version = "2.5.0", path = "packages/provwasm-std" }

base64 = "0.22.0"
chrono = { version = "0.4.37", default-features = false }
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ The following table shows provwasm version compatibility for smart contract deve

| provwasm | wasmd | cosmos | provenance | module support |
|----------|---------|---------|-------------------|---------------------------------------------------------------------|
| v2.5.0 | v0.52.X | v0.50.X | v1.20.X | all Provenance and third-party |
| v2.4.0 | v0.51.X | v0.50.X | v1.19.X | all Provenance and third-party |
| v2.3.0 | v0.51.X | v0.50.X | v1.19.X | all Provenance and most built-in third-party |
| v2.2.0 | v0.30.X | v0.46.X | v1.18.X | attribute,exchange,hold,marker,metadata,msgfees,name,reward,trigger |
Expand Down
7 changes: 3 additions & 4 deletions RELEASE_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
### [v2.4.0](https://github.com/provenance-io/provwasm/tree/v2.4.0)
### [v2.5.0](https://github.com/provenance-io/provwasm/tree/v2.5.0)

* migrate to GRPC queries ([#157](https://github.com/provenance-io/provwasm/issues/157))
* add `MetadataAddress` type for encoding/decoding metadata
addresses ([#161](https://github.com/provenance-io/provwasm/pull/161))
* Update to Provenance 1.20.0 ([#163](https://github.com/provenance-io/provwasm/issues/163))
* Update to cosmwasm 2.1.4 ([#163](https://github.com/provenance-io/provwasm/issues/163))
Loading
Loading