Skip to content

Commit 8bfd5ca

Browse files
committed
chore(cargo): this is 2.0.0-rc.4
1 parent 328c7db commit 8bfd5ca

File tree

8 files changed

+220
-221
lines changed

8 files changed

+220
-221
lines changed

Cargo.lock

+212-213
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "witnet"
3-
version = "2.0.0-rc.3"
3+
version = "2.0.0-rc.4"
44
authors = ["Witnet Foundation <[email protected]>"]
55
publish = false
66
repository = "witnet/witnet-rust"

bridges/centralized-ethereum/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "witnet-centralized-ethereum-bridge"
3-
version = "2.0.0-rc.3"
3+
version = "2.0.0-rc.4"
44
authors = ["Witnet Foundation <[email protected]>"]
55
edition = "2018"
66

config/src/defaults.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -550,8 +550,8 @@ impl Defaults for Testnet {
550550
}
551551

552552
fn consensus_constants_checkpoint_zero_timestamp(&self) -> i64 {
553-
// Thursday, 28-Nov-2024, 20:00 UTC
554-
1_732_824_000
553+
// Thursday, 11-Dec-2024, 22:00 UTC
554+
1_733_954_400
555555
}
556556

557557
fn consensus_constants_genesis_hash(&self) -> Hash {

data_structures/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = ["Witnet Foundation <[email protected]>"]
33
description = "data structures component"
44
edition = "2021"
55
name = "witnet_data_structures"
6-
version = "2.0.0-rc.3"
6+
version = "2.0.0-rc.4"
77
workspace = ".."
88

99
[features]

node/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "witnet_node"
3-
version = "2.0.0-rc.3"
3+
version = "2.0.0-rc.4"
44
authors = ["Witnet Foundation <[email protected]>"]
55
workspace = ".."
66
description = "node component"

toolkit/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "witnet_toolkit"
3-
version = "2.0.0-rc.3"
3+
version = "2.0.0-rc.4"
44
authors = ["Adán SDPC <[email protected]>"]
55
edition = "2021"
66

wallet/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Witnet Foundation <[email protected]>"]
33
edition = "2021"
44
name = "witnet_wallet"
5-
version = "2.0.0-rc.3"
5+
version = "2.0.0-rc.4"
66
workspace = ".."
77

88
[dependencies]

0 commit comments

Comments
 (0)