Skip to content

Commit

Permalink
set final versions in cargo and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kwtalley committed Sep 30, 2024
1 parent 604fbb4 commit 5947b13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 799 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ cosmwasm-std = { version = "2.1.3", default-features = false, features = ["cosmw
cw-storage-plus = { version = "2.0.0" }

### ProvWasm
provwasm-proto-build = { version = "0.1.0", path = "packages/proto-build" }
provwasm-common = { version = "0.1.0", path = "packages/provwasm-common" }
provwasm-common = { version = "0.1.1", path = "packages/provwasm-common" }
provwasm-mocks = { version = "2.4.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" }

base64 = "0.22.0"
Expand Down
10 changes: 1 addition & 9 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.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 |
| v2.1.0 | v0.30.X | v0.46.X | v1.17.X | attribute,exchange,hold,marker,metadata,msgfees,name,reward,trigger |
Expand Down Expand Up @@ -46,15 +47,6 @@ The [list](https://github.com/provenance-io/provenance/blob/7d6c507cab780bb6f0bd
is maintained
in [Provenance](https://github.com/provenance-io/provenance/).

__The following are known to have deserialization issues and will be `None` until upstream is fixed__ (
see [this issue](https://github.com/provenance-io/provwasm/issues/132)):

- `ContractSpecification.source`
- `InputSpecification.source`
- `Process.process_id`
- `SessionIdComponents.scope_identifier`
- `QualifyingAction.type`

### Message Encoding

_Provenance includes third-party protobuf definitions to maintain compatibility_
Expand Down
Loading

0 comments on commit 5947b13

Please sign in to comment.