Skip to content

Commit

Permalink
chore(cargo): this is 2.0.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aesedepece committed Nov 21, 2024
1 parent a4929b1 commit 75c17ee
Show file tree
Hide file tree
Showing 8 changed files with 100 additions and 99 deletions.
183 changes: 92 additions & 91 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "witnet"
version = "2.0.0-rc.2"
version = "2.0.0-rc.3"
authors = ["Witnet Foundation <[email protected]>"]
publish = false
repository = "witnet/witnet-rust"
Expand Down
2 changes: 1 addition & 1 deletion bridges/centralized-ethereum/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "witnet-centralized-ethereum-bridge"
version = "2.0.0-rc.2"
version = "2.0.0-rc.3"
authors = ["Witnet Foundation <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion data_structures/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["Witnet Foundation <[email protected]>"]
description = "data structures component"
edition = "2021"
name = "witnet_data_structures"
version = "2.0.0-rc.2"
version = "2.0.0-rc.3"
workspace = ".."

[features]
Expand Down
4 changes: 2 additions & 2 deletions docker/witnet-rust/testnet-1/witnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ environment = "development"

# Setting the environment to testnet allows us to define some consensus constants
[consensus_constants]
# Set the bootstrap time to 17/11/2024 20:00 UTC
checkpoint_zero_timestamp = 1731873600
# Set the bootstrap time to 21/11/2024 20:00 UTC
checkpoint_zero_timestamp = 1732219200
# Genesis block hash
genesis_hash = "5aaafb853ce897c1431ee5babc5533650d37c4fab44045bde9c74a3fff8c080e"
# Fix the bootstrap committee
Expand Down
2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "witnet_node"
version = "2.0.0-rc.2"
version = "2.0.0-rc.3"
authors = ["Witnet Foundation <[email protected]>"]
workspace = ".."
description = "node component"
Expand Down
2 changes: 1 addition & 1 deletion toolkit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "witnet_toolkit"
version = "2.0.0-rc.2"
version = "2.0.0-rc.3"
authors = ["Adán SDPC <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion wallet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Witnet Foundation <[email protected]>"]
edition = "2021"
name = "witnet_wallet"
version = "2.0.0-rc.2"
version = "2.0.0-rc.3"
workspace = ".."

[dependencies]
Expand Down

0 comments on commit 75c17ee

Please sign in to comment.