File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ pub const DB_VERSION: DbVersion = 10;
1818pub type ProtocolVersion = u32 ;
1919
2020/// Current latest version of the protocol.
21- pub const PROTOCOL_VERSION : ProtocolVersion = 38 ;
21+ pub const PROTOCOL_VERSION : ProtocolVersion = 39 ;
2222/// TODO: Remove in next release. This is to allow nodes with initial version 34
2323/// to be compatible with nodes at version 35
2424pub const NETWORK_PROTOCOL_VERSION : ProtocolVersion = 34 ;
Original file line number Diff line number Diff line change 11{
2- "protocol_version" : 38 ,
2+ "protocol_version" : 39 ,
33 "genesis_time" : " 1970-01-01T00:00:00.000000000Z" ,
44 "chain_id" : " sample" ,
55 "genesis_height" : 0 ,
236236 "fishermen_threshold" : " 10000000000000000000000000" ,
237237 "minimum_stake_divisor" : 10 ,
238238 "records" : []
239- }
239+ }
You can’t perform that action at this time.
0 commit comments