Sync with betanet

This commit is contained in:
Benjamin Canou 2018-06-30 17:33:52 +02:00
parent 6c00f64dfb
commit 74732d7711
4 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
2018-04-17T11:46:23Z
2018-06-30T16:07:32Z

View File

@ -103,7 +103,7 @@ let default_p2p_limits : P2p.limits = {
let default_p2p = {
expected_pow = 26. ;
bootstrap_peers = ["bootstrap.tezos.com"] ;
bootstrap_peers = [] ;
listen_addr = Some ("[::]:" ^ string_of_int default_p2p_port) ;
private_mode = false ;
limits = default_p2p_limits ;

View File

@ -27,10 +27,10 @@ open Node_logging
let genesis : State.Chain.genesis = {
time =
Time.of_notation_exn "2018-04-17T11:46:23Z" ;
Time.of_notation_exn "2018-06-30T16:07:32Z" ;
block =
Block_hash.of_b58check_exn
"BLockGenesisGenesisGenesisGenesisGenesisa52f8bUWPcg" ;
"BLockGenesisGenesisGenesisGenesisGenesisf79b5d1CoW2" ;
protocol =
Protocol_hash.of_b58check_exn
"Ps9mPmXaRzmzk35gbAYNCAw6UXdE2qoABTHbN2oEEc1qM7CwT9P" ;

View File

@ -305,7 +305,7 @@ let encoding =
let versions =
let open P2p_version in
[ { name = "TEZOS_2018-04-17T11:46:23Z" ;
[ { name = "TEZOS_2018-06-30T16:07:32Z" ;
major = 0 ;
minor = 0 ;
}