-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* set provenance version to 1.19.0-rc2 * update list of provenance types to generate * add oracle message types to generator * update provenance version in generate script and COMMIT file * add ibchooks types * add ibcratelimit types * add oracle types * qualify TryFrom/Into Result in CosmwasmExt macro * correct the mod path in exclusions for generation * set excludes paths for generating types * generate all types instead of whitelisting types * remove serde alias transform and add custom as_str_bytes transform for specific metadata field types * remove dead code and add custom as_str_bytes_vec transform for specific metadata field types * add serde vec<u8> as base64 encoded str or str bytes * add transformer that adds serde emun_as_i32 to enumerated types * fix enum_as_i32 transformer and add implementation * allow clippy::large_enum_variant on generated types * add generated capability types * add generated cosmos types * add generated cosmwasm types * add generated ibc types * add generated provenance types * add generated tendermint types * add types mod * update to cosmwasm 2.1 * cleanup transformers * add ability to exclude specific structure types from generation * add code generator for root modules as feature flags * generated feature flags and update cargo.toml * update contract schemas * update changelog * update migration doc * update to optimizer 0.16.0 * update to provenance v1.19.0-rc3 * fix serde of i32 or vec<i32> as str or enum string * fix format * regenerate types with latest fix * set 64 & 128 bit int types to string serialization * regenerate types with latest fix * update changelog, readme, migration docs * remove module feature. will wait for grpc * update to provenance v1.19.0-rc5 * add default features since they are still used internally to the code --------- Co-authored-by: Stephen Cirner <[email protected]>
- Loading branch information
Showing
236 changed files
with
41,776 additions
and
3,561 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -35,7 +35,7 @@ jobs: | |
uses: provenance-io/[email protected] | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
provenance_version: "v1.19.0-rc2" | ||
provenance_version: "v1.19.0-rc5" | ||
test_script: "./scripts/gh-action-test/tutorial_test.sh" | ||
|
||
test_attrs_smart_contract: | ||
|
@@ -55,7 +55,7 @@ jobs: | |
uses: provenance-io/[email protected] | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
provenance_version: "v1.19.0-rc2" | ||
provenance_version: "v1.19.0-rc5" | ||
smart_contract_action_version: "latest" | ||
test_script: "./scripts/gh-action-test/attrs_test.sh" | ||
|
||
|
@@ -76,7 +76,7 @@ jobs: | |
uses: provenance-io/[email protected] | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
provenance_version: "v1.19.0-rc2" | ||
provenance_version: "v1.19.0-rc5" | ||
smart_contract_action_version: "latest" | ||
test_script: "./scripts/gh-action-test/marker_test.sh" | ||
|
||
|
@@ -97,7 +97,7 @@ jobs: | |
uses: provenance-io/[email protected] | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
provenance_version: "v1.19.0-rc2" | ||
provenance_version: "v1.19.0-rc5" | ||
smart_contract_action_version: "latest" | ||
test_script: "./scripts/gh-action-test/msgfees_test.sh" | ||
|
||
|
@@ -118,7 +118,7 @@ jobs: | |
uses: provenance-io/[email protected] | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
provenance_version: "v1.19.0-rc2" | ||
provenance_version: "v1.19.0-rc5" | ||
smart_contract_action_version: "latest" | ||
test_script: "./scripts/gh-action-test/name_test.sh" | ||
|
||
|
@@ -139,7 +139,7 @@ jobs: | |
# uses: provenance-io/[email protected] | ||
# with: | ||
# github_token: ${{ secrets.GITHUB_TOKEN }} | ||
# provenance_version: "v1.19.0-rc2" | ||
# provenance_version: "v1.19.0-rc5" | ||
# smart_contract_action_version: "latest" | ||
# test_script: "./scripts/gh-action-test/scope_test.sh" | ||
|
||
|
@@ -160,6 +160,6 @@ jobs: | |
uses: provenance-io/[email protected] | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
provenance_version: "v1.19.0-rc2" | ||
provenance_version: "v1.19.0-rc5" | ||
smart_contract_action_version: "latest" | ||
test_script: "./scripts/gh-action-test/trigger_test.sh" |
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
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.