Skip to content

Commit

Permalink
feat(config): set consensus constants for T7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aesedepece committed Mar 20, 2020
1 parent 27bb206 commit 9711502
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "witnet"
version = "0.7.0"
version = "0.7.1"
authors = ["Witnet Foundation <info@witnet.foundation>"]
publish = false
repository = "witnet/witnet-rust"
Expand Down
9 changes: 4 additions & 5 deletions witnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ enabled = true
server_address = "127.0.0.1:21338"

[consensus_constants]
checkpoints_period = 30
checkpoint_zero_timestamp = 1584111600
bootstrap_hash = "00000000000000000000000000000000000000007769746e65742d302e372e30"
genesis_hash = "7a7a438b857e8a50fb3281df32b34f8acd930da8f0d51f308903c8a55e6ff7a9"
checkpoints_period = 45
checkpoint_zero_timestamp = 1584748800
bootstrap_hash = "00000000000000000000000000000000000000007769746e65742d302e372e31"
genesis_hash = "a58ec82086f409247494eb05060e9433035426a33714e000e946e1d617fce698"
mining_replication_factor = 1
activity_period = 240

[ntp]
update_period_seconds = 8000000
Expand Down

0 comments on commit 9711502

Please sign in to comment.