Sync with betanet
This commit is contained in:
parent
6c00f64dfb
commit
74732d7711
@ -1 +1 @@
|
||||
2018-04-17T11:46:23Z
|
||||
2018-06-30T16:07:32Z
|
||||
|
@ -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 ;
|
||||
|
@ -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" ;
|
||||
|
@ -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 ;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user