Skip to content

Commit

Permalink
feat: upgrade to v1.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scirner22 committed Aug 9, 2024
1 parent 3abd304 commit 70be558
Show file tree
Hide file tree
Showing 13 changed files with 6,433 additions and 2,924 deletions.
10 changes: 5 additions & 5 deletions proto-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ edition = "2021"
publish = false

[dependencies]
prost = "0.11"
prost-build = "0.11"
tonic = "0.8"
tonic-build = "0.8"
prost = "0.13"
prost-build = "0.13"
tonic = "0.12"
tonic-build = "0.12"
regex = "1"
walkdir = "2.3"
walkdir = "2.5"
2 changes: 1 addition & 1 deletion proto-build/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use walkdir::WalkDir;
static QUIET: AtomicBool = AtomicBool::new(false);

/// The Provenance SDK commit or tag to be cloned and used to build the proto files
const PROVENANCE_SDK_REV: &str = "v1.13.0";
const PROVENANCE_SDK_REV: &str = "v1.19.1";

// All paths must end with a / and either be absolute or include a ./ to reference the current
// working directory.
Expand Down
2 changes: 1 addition & 1 deletion provenance-sdk-go
6 changes: 3 additions & 3 deletions provenance-sdk-proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ keywords = ["blockchain", "cosmos", "proto", "provenance", "tendermint"]
edition = "2021"

[dependencies]
cosmos-sdk-proto = { version = "0.16", default-features = false }
prost = "0.11"
prost-types = "0.11"
cosmos-sdk-proto = { version = "0.23", default-features = false }
prost = "0.13"
prost-types = "0.13"

[package.metadata.docs.rs]
all-features = true
Expand Down
6 changes: 0 additions & 6 deletions provenance-sdk-proto/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,4 @@ pub mod provenance {
include!("prost/provenance-sdk/provenance.name.v1.rs");
}
}

pub mod reward {
pub mod v1 {
include!("prost/provenance-sdk/provenance.reward.v1.rs");
}
}
}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.13.0
v1.19.1
941 changes: 805 additions & 136 deletions provenance-sdk-proto/src/prost/provenance-sdk/provenance.attribute.v1.rs

Large diffs are not rendered by default.

2,785 changes: 2,352 additions & 433 deletions provenance-sdk-proto/src/prost/provenance-sdk/provenance.marker.v1.rs

Large diffs are not rendered by default.

Loading

0 comments on commit 70be558

Please sign in to comment.