Skip to content
Draft
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/v1.11.1
tags/v1.11.1-bon
11 changes: 8 additions & 3 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# "1" for Mainnet
# "D" for Devnet
# "T" for Testnet
ChainID = "1"
ChainID = "B"

# MinTransactionVersion represents the minimum transaction version accepted
MinTransactionVersion = 1
Expand Down Expand Up @@ -52,6 +52,11 @@ EpochChangeGracePeriodByEpoch = [
{EnableEpoch = 1763, GracePeriodInRounds = 10 }, # Andromeda epoch comes with a longer grace period
]

[RoundCPUProfiling]
Enabled = false
RoundsPerFile = 1
FolderPath = "round-cpu-profiles"

[HardwareRequirements]
CPUFlags = []

Expand Down Expand Up @@ -664,8 +669,8 @@ EpochChangeGracePeriodByEpoch = [

[EpochStartConfig]
GenesisEpoch = 0
MinRoundsBetweenEpochs = 14400
RoundsPerEpoch = 14400
MinRoundsBetweenEpochs = 4800
RoundsPerEpoch = 4800
# Min and Max ShuffledOutRestartThreshold represents the minimum and maximum duration of an epoch (in percentage) after a node which
# has been shuffled out has to restart its process in order to start in a new shard
MinShuffledOutRestartThreshold = 0.01
Expand Down
2 changes: 1 addition & 1 deletion enableEpochs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@
AndromedaEnableEpoch = 1763

# CheckBuiltInCallOnTransferValueAndFailEnableRound represents the ROUND when the check on transfer value fix is activated
CheckBuiltInCallOnTransferValueAndFailEnableRound = 25184293 # THIS MUST BE A ROUND
CheckBuiltInCallOnTransferValueAndFailEnableRound = 8392400 # THIS MUST BE A ROUND

# MaskVMInternalDependenciesErrorsEnableEpoch represents the epoch when the additional internal erorr masking in vm is enabled
MaskVMInternalDependenciesErrorsEnableEpoch = 1820
Expand Down
2 changes: 1 addition & 1 deletion enableRounds.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
[RoundActivations]
[RoundActivations.DisableAsyncCallV1]
Options = []
Round = "18216765" # epoch 1265 should begin at round 14401 * 1265 = 18217265 (500 will be subtracted)
Round = "6072765" # epoch 1265 should begin at round 4801 * 1265 = 6073265 (500 will be subtracted)
3 changes: 1 addition & 2 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/1.1.1",
"/mvx/mainnet-full-archive/1.0.0",
"/mvx/bon-full-archive/1.0.0",
]

# InitialPeerList represents the list of strings of some known nodes that will bootstrap this node
Expand Down
9 changes: 3 additions & 6 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/1.1.0",
"/mvx/mainnet-main/1.0.0",
"/mvx/bon-main/1.0.0",
]

# InitialPeerList represents the list of strings of some known nodes that will bootstrap this node
Expand All @@ -68,10 +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/159.89.24.251/tcp/10000/p2p/16Uiu2HAm2WGUwnyg6fKTVtPMrDdhyhzhwNqUFN5qLZytQoCwN6a6",
"/ip4/209.151.150.243/tcp/10000/p2p/16Uiu2HAkyuCWFj29ajUtKFDAUkPAj9AXqyeNe2B3yDQ4kjAD3iFx",
"/ip4/188.166.192.50/tcp/10000/p2p/16Uiu2HAmT2rqgzWYnFe7YL4poyjXvKhGtrwkhaAibSDFCjGATDZ7",
"/ip4/188.166.203.198/tcp/10000/p2p/16Uiu2HAmJeuEEczm6kLyBKAJQobVn7ARmGFQ5mPrbNVsjdhJz9s1",
"/ip4/139.59.134.45/tcp/10000/p2p/16Uiu2HAmLUJHXjw5gEXMfsEQ7QG24N6X4ZoMBWMFfCHRScWcVViQ",
"/ip4/167.71.57.194/tcp/10000/p2p/16Uiu2HAkwHEeNTLrhALqjT1uoscLCLymtjoPDk64goQLqDSDimse",
]

# kademlia's routing table bucket size
Expand Down