Skip to content

Commit

Permalink
rc16-tm35
Browse files Browse the repository at this point in the history
  • Loading branch information
fmorency committed Mar 2, 2023
1 parent 64eee77 commit 9281371
Show file tree
Hide file tree
Showing 12 changed files with 364 additions and 139 deletions.
68 changes: 51 additions & 17 deletions Cargo.Bazel.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1153,6 +1153,19 @@ dependencies = [
"zeroize",
]

[[package]]
name = "curve25519-dalek-ng"
version = "4.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c359b7249347e46fb28804470d071c921156ad62b3eef5d34e2ba867533dec8"
dependencies = [
"byteorder",
"digest 0.9.0",
"rand_core 0.6.4",
"subtle-ng",
"zeroize",
]

[[package]]
name = "darling"
version = "0.12.4"
Expand Down Expand Up @@ -1455,6 +1468,19 @@ dependencies = [
"signature",
]

[[package]]
name = "ed25519-consensus"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "758e2a0cd8a6cdf483e1d369e7d081647e00b88d8953e34d8f2cbba05ae28368"
dependencies = [
"curve25519-dalek-ng",
"hex",
"rand_core 0.6.4",
"sha2 0.9.9",
"zeroize",
]

[[package]]
name = "ed25519-dalek"
version = "1.0.1"
Expand Down Expand Up @@ -3964,19 +3990,19 @@ dependencies = [

[[package]]
name = "prost"
version = "0.11.6"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21dc42e00223fc37204bd4aa177e69420c604ca4a183209a8f9de30c6d934698"
checksum = "71adf41db68aa0daaefc69bb30bcd68ded9b9abaad5d1fbb6304c4fb390e083e"
dependencies = [
"bytes",
"prost-derive",
]

[[package]]
name = "prost-derive"
version = "0.11.6"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8bda8c0881ea9f722eb9629376db3d0b903b462477c1aafcb0566610ac28ac5d"
checksum = "7b670f45da57fb8542ebdbb6105a925fe571b67f9e7ed9f47a06a84e72b4e7cc"
dependencies = [
"anyhow",
"itertools",
Expand All @@ -3987,9 +4013,9 @@ dependencies = [

[[package]]
name = "prost-types"
version = "0.11.6"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5e0526209433e96d83d750dd81a99118edbc55739e7e61a46764fd2ad537788"
checksum = "2d0a014229361011dc8e69c8a1ec6c2e8d0f2af7c91e3ea3f5b2170298461e68"
dependencies = [
"bytes",
"prost",
Expand Down Expand Up @@ -4772,6 +4798,12 @@ dependencies = [
"zeroize",
]

[[package]]
name = "subtle-ng"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "734676eb262c623cec13c3155096e08d1f8f29adce39ba17948b18dad1e54142"

[[package]]
name = "syn"
version = "1.0.107"
Expand Down Expand Up @@ -4875,13 +4907,14 @@ dependencies = [

[[package]]
name = "tendermint"
version = "0.28.0"
version = "0.24.0-pre.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c518c082146825f10d6f9a32159ae46edcfd7dae8ac630c8067594bb2a784d72"
checksum = "c321f411bdfb772bca0c5d9c94d8f45e3a992fae44baa60d17b99d8aaae58d04"
dependencies = [
"async-trait",
"bytes",
"ed25519",
"ed25519-dalek",
"ed25519-consensus",
"flex-error",
"futures",
"num-traits",
Expand All @@ -4903,9 +4936,9 @@ dependencies = [

[[package]]
name = "tendermint-abci"
version = "0.28.0"
version = "0.24.0-pre.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "890340677de267793c691648d8e10d5e50f5a7fb5a8b60f96c36041cc68a1f04"
checksum = "f53ac0f0d3c1e479c35db7fe815257be95a1c9b37630b0a58292766ecf1a65e9"
dependencies = [
"bytes",
"flex-error",
Expand All @@ -4916,9 +4949,9 @@ dependencies = [

[[package]]
name = "tendermint-config"
version = "0.28.0"
version = "0.24.0-pre.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f58b86374e3bcfc8135770a6c55388fce101c00de4a5f03224fa5830c9240b7"
checksum = "ac3eac1b63f911a7524ab44a67dcf4370dd44a3ee8f9e6524bd7be426dcfdc55"
dependencies = [
"flex-error",
"serde",
Expand All @@ -4930,9 +4963,9 @@ dependencies = [

[[package]]
name = "tendermint-proto"
version = "0.28.0"
version = "0.24.0-pre.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "890f1fb6dee48900c85f0cdf711ebf130e505ac09ad918cee5c34ed477973b05"
checksum = "5820a81dfb85011220d2b24323870ad30a56ae446f92b170911574c79d385bc5"
dependencies = [
"bytes",
"flex-error",
Expand All @@ -4948,9 +4981,9 @@ dependencies = [

[[package]]
name = "tendermint-rpc"
version = "0.28.0"
version = "0.24.0-pre.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06df4715f9452ec0a21885d6da8d804799455ba50d8bc40be1ec1c800afd4bd8"
checksum = "2f2a9433b4385bf54dbda310fa6df993b6777123d77caa08119361ce6fb7d628"
dependencies = [
"async-trait",
"bytes",
Expand All @@ -4970,6 +5003,7 @@ dependencies = [
"subtle-encoding",
"tendermint",
"tendermint-config",
"tendermint-proto",
"thiserror",
"time",
"tokio",
Expand Down
68 changes: 51 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Below are some examples of how to use the different CLI.

## Requirements
1. Install `tendermint`
1. Download `tendermint` **v0.34.24** from https://github.com/tendermint/tendermint/releases/tag/v0.34.24
1. Download `tendermint` **v0.35.8** from https://github.com/tendermint/tendermint/releases/tag/v0.35.8
2. Extract the archive
3. Put the path to the `tendermint` executable in your `$PATH`

Expand Down
4 changes: 2 additions & 2 deletions WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,10 @@ container_pull(

container_pull(
name = "tendermint",
digest = "sha256:66a31574012e080fcad37bb94cb088109dc898fe21432059793388a47962b3cd", # amd64
digest = "sha256:c203d223c640ceb61f1e1b15370342150d681655f282ff3b20a8d7e2984abff8",
registry = "index.docker.io",
repository = "tendermint/tendermint",
tag = "v0.34.24",
tag = "v0.35.8",
)

# TODO: LL should have it's own openssl image
Expand Down
Loading

0 comments on commit 9281371

Please sign in to comment.