Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion binaryVersion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tags/v2.0.9
tags/v2.1.2
24 changes: 24 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1008,6 +1008,30 @@ ConsensusConfigsByEpoch = [
"erd1qqqqqqqqqqqqqpgq73dzn6rmncfsr9054hjam3zc0th7w7ex8tksv9z97n"
]

[[HardforkRoundExclusions]]
StartRound = 19831501
EndRound = 20409896

[HardforkRecoveryCheckpoint]
Enabled = true
Round = 19831500

[[HardforkRecoveryCheckpoint.Headers]]
ShardID = 4294967295
Hash = "80b24671db82a9f096b5debd89d68182ec8c6f8a8752c429b02dd50a21a29a97"

[[HardforkRecoveryCheckpoint.Headers]]
ShardID = 0
Hash = "d4b5254decfa1aa3a7429ba5c62d1d8ea3caa486e9f1f56679653aa4180b4664"

[[HardforkRecoveryCheckpoint.Headers]]
ShardID = 1
Hash = "fa33d89248663617245528b387e1dc93330a46d31852d05aeedb4833513aafc2"

[[HardforkRecoveryCheckpoint.Headers]]
ShardID = 2
Hash = "933428ae2498dc6864a1d6a59d35f46aaaf04eaa0f3419f2375009f838a7e576"

[Hardfork]
EnableTrigger = true
EnableTriggerFromP2P = true
Expand Down
7 changes: 3 additions & 4 deletions fullArchiveP2P.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@
# ProtocolIDs represents the protocols that this node will advertise to other peers
# To connect to other nodes, those nodes should have at least one common protocol string
ProtocolIDs = [
"/erd/kad/0.2.4",
"/mvx/devnet-full-archive/1.0.0",
"/mvx/devnet/archive/2",
]

# InitialPeerList represents the list of strings of some known nodes that will bootstrap this node
Expand All @@ -68,8 +67,8 @@
# If the initial peers list is left empty, the node will not try to connect to other peers during initial bootstrap
# phase but will accept connections and will do the network discovery if another peer connects to it
InitialPeerList = [
"/ip4/43.157.41.132/tcp/10000/p2p/16Uiu2HAkvvZQ4v2rQ8jNMnPFySx49g7J3yGcuqhvrtXaMZW8QGH6",
"/ip4/5.22.211.171/tcp/10000/p2p/16Uiu2HAm5GuMtpQTr2e8xfw4uengasiVpwVXUcG62eWd3iRvwLCH",
"/ip4/43.157.41.132/tcp/10000/p2p/16Uiu2HAmKMcf21EefV3sfRW3BdVuWU282jhnDB4Wg9fQy2v53cSi",
"/ip4/5.22.211.171/tcp/10000/p2p/16Uiu2HAmJDiX4azMtuoPJkPybXx26ZAmCx7Qd6qx3W2DfJoth1G5",
]

# kademlia's routing table bucket size
Expand Down
7 changes: 3 additions & 4 deletions p2p.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@
# ProtocolIDs represents the protocols that this node will advertise to other peers
# To connect to other nodes, those nodes should have at least one common protocol string
ProtocolIDs = [
"/erd/kad/0.2.3",
"/mvx/devnet-main/1.0.0",
"/mvx/devnet/2",
]

# InitialPeerList represents the list of strings of some known nodes that will bootstrap this node
Expand All @@ -68,8 +67,8 @@
# If the initial peers list is left empty, the node will not try to connect to other peers during initial bootstrap
# phase but will accept connections and will do the network discovery if another peer connects to it
InitialPeerList = [
"/ip4/162.62.61.226/tcp/10000/p2p/16Uiu2HAkzD8BFZZGVQgAFrcC4hLMFfcQpdRvGez6Sz1toSicRLwx",
"/ip4/94.237.47.181/tcp/10000/p2p/16Uiu2HAkvL78zxX4NtcxFFrykGeppDMB2BuQCtRMziuDyUouUYmw",
"/ip4/162.62.61.226/tcp/10000/p2p/16Uiu2HAm65xQ42Lu19rWWDFK4Goy6TRr33WUNTir13Y8f81MAoDp",
"/ip4/94.237.47.181/tcp/10000/p2p/16Uiu2HAmTdHgfqAKMihEtZDWjn3YpyVfYzj1KmU7Gh5roMnNnUJZ",
]

# kademlia's routing table bucket size
Expand Down
Loading