diff --git a/binaryVersion b/binaryVersion index 2d47c50..762cd63 100644 --- a/binaryVersion +++ b/binaryVersion @@ -1 +1 @@ -tags/v1.11.1 +tags/v1.11.1-bon diff --git a/config.toml b/config.toml index 7a0c567..fcd4698 100644 --- a/config.toml +++ b/config.toml @@ -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 @@ -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 = [] @@ -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 diff --git a/enableEpochs.toml b/enableEpochs.toml index 6481eaa..a8d5a36 100644 --- a/enableEpochs.toml +++ b/enableEpochs.toml @@ -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 diff --git a/enableRounds.toml b/enableRounds.toml index 1d4710a..daffa50 100644 --- a/enableRounds.toml +++ b/enableRounds.toml @@ -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) diff --git a/fullArchiveP2P.toml b/fullArchiveP2P.toml index a226191..8df1a46 100644 --- a/fullArchiveP2P.toml +++ b/fullArchiveP2P.toml @@ -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 diff --git a/p2p.toml b/p2p.toml index e9800b2..f7ae57f 100644 --- a/p2p.toml +++ b/p2p.toml @@ -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 @@ -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