Skip to content

Commit

Permalink
Migrate testnet.json towards V3 (#1201)
Browse files Browse the repository at this point in the history
* WIP. Migrate script

* Upgrade testnet.json towards V3
  • Loading branch information
Evgeny Kuzyakov authored and bowenwang1996 committed Aug 22, 2019
1 parent bdabd99 commit 1481a90
Show file tree
Hide file tree
Showing 5 changed files with 15,535 additions and 11,447 deletions.
2 changes: 1 addition & 1 deletion chain/network/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use near_primitives::utils::{from_timestamp, to_timestamp};
use crate::peer::Peer;

/// Current latest version of the protocol
pub const PROTOCOL_VERSION: u32 = 2;
pub const PROTOCOL_VERSION: u32 = 3;

/// Peer id is the public key.
#[derive(BorshSerialize, BorshDeserialize, Copy, Clone, Eq, PartialOrd, Ord, PartialEq)]
Expand Down
Loading

0 comments on commit 1481a90

Please sign in to comment.