diff --git a/src/Nethermind/Nethermind.Runner/configs/goerli.cfg b/src/Nethermind/Nethermind.Runner/configs/goerli.cfg index 470ba7b110b..94ed1cc647b 100644 --- a/src/Nethermind/Nethermind.Runner/configs/goerli.cfg +++ b/src/Nethermind/Nethermind.Runner/configs/goerli.cfg @@ -29,9 +29,9 @@ }, "Sync": { "FastSync": true, - "PivotNumber": 3060000, - "PivotHash": "0xc270c9090002739caf628e1d4a2c6cd834346dc52aceb753122a174140aa7bd9", - "PivotTotalDifficulty": "4483747", + "PivotNumber": 3180000, + "PivotHash": "0xa13b5e60c03916aaa52a30bbf72832c7af9a56df844f5aadf25709749e5c0f5e", + "PivotTotalDifficulty": "4650033", "FastBlocks": true, "BeamSync": false, "DownloadBodiesInFastSync": true, diff --git a/src/Nethermind/Nethermind.Runner/configs/goerli_beam.cfg b/src/Nethermind/Nethermind.Runner/configs/goerli_beam.cfg index 57c897a4426..ee23b9d8b08 100644 --- a/src/Nethermind/Nethermind.Runner/configs/goerli_beam.cfg +++ b/src/Nethermind/Nethermind.Runner/configs/goerli_beam.cfg @@ -14,9 +14,9 @@ "DiscoveryPort": 30303, "P2PPort": 30303 }, - "TxPool": { - "Size": 1024 - }, + "TxPool": { + "Size": 1024 + }, "JsonRpc": { "Enabled": false, "TracerTimeout": 20000, @@ -29,9 +29,9 @@ "Sync": { "BeamSync": true, "FastSync": true, - "PivotNumber": 3060000, - "PivotHash": "0xc270c9090002739caf628e1d4a2c6cd834346dc52aceb753122a174140aa7bd9", - "PivotTotalDifficulty": "4483747", + "PivotNumber": 3180000, + "PivotHash": "0xa13b5e60c03916aaa52a30bbf72832c7af9a56df844f5aadf25709749e5c0f5e", + "PivotTotalDifficulty": "4650033", "FastBlocks": true, "DownloadHeadersInFastSync": false, "DownloadBodiesInFastSync": false, diff --git a/src/Nethermind/Nethermind.Runner/configs/mainnet.cfg b/src/Nethermind/Nethermind.Runner/configs/mainnet.cfg index 93221fdc8e2..9f1912007c3 100644 --- a/src/Nethermind/Nethermind.Runner/configs/mainnet.cfg +++ b/src/Nethermind/Nethermind.Runner/configs/mainnet.cfg @@ -29,9 +29,9 @@ }, "Sync": { "FastSync": true, - "PivotNumber": 10480000, - "PivotHash": "0xac21875769135e47e83ca6d3ef93a6d38952078d98730fed8b9e7183e32d23a1", - "PivotTotalDifficulty": "16390688060848671834695", + "PivotNumber": 10630000, + "PivotHash": "0x3814968889819615b928e5666fde736b59bfae0ddec8b2afbcd3b50e26ce610e", + "PivotTotalDifficulty": "16757287659989673494826", "FastBlocks": true, "DownloadBodiesInFastSync": false, "DownloadReceiptsInFastSync": false, diff --git a/src/Nethermind/Nethermind.Runner/configs/mainnet_beam.cfg b/src/Nethermind/Nethermind.Runner/configs/mainnet_beam.cfg index 78588e9e901..9ac05c555c7 100644 --- a/src/Nethermind/Nethermind.Runner/configs/mainnet_beam.cfg +++ b/src/Nethermind/Nethermind.Runner/configs/mainnet_beam.cfg @@ -30,9 +30,9 @@ "Sync": { "FastSync": true, "BeamSync": true, - "PivotNumber": 10480000, - "PivotHash": "0xac21875769135e47e83ca6d3ef93a6d38952078d98730fed8b9e7183e32d23a1", - "PivotTotalDifficulty": "16390688060848671834695", + "PivotNumber": 10630000, + "PivotHash": "0x3814968889819615b928e5666fde736b59bfae0ddec8b2afbcd3b50e26ce610e", + "PivotTotalDifficulty": "16757287659989673494826", "FastBlocks": true, "DownloadHeadersInFastSync": false, "DownloadBodiesInFastSync": false, diff --git a/src/Nethermind/Nethermind.Runner/configs/poacore.cfg b/src/Nethermind/Nethermind.Runner/configs/poacore.cfg index aff2eadb104..53b82a94037 100644 --- a/src/Nethermind/Nethermind.Runner/configs/poacore.cfg +++ b/src/Nethermind/Nethermind.Runner/configs/poacore.cfg @@ -9,9 +9,9 @@ "LogFileName": "poacore.logs.txt", "MemoryHint": 768000000 }, - "TxPool": { - "Size": 512 - }, + "TxPool": { + "Size": 512 + }, "Network": { "DiscoveryPort": 30303, "P2PPort": 30303 @@ -28,9 +28,9 @@ }, "Sync": { "FastSync": true, - "PivotNumber": 16140000, - "PivotHash": "0x5259c4f6af265026b5100ee44afb2b97afd172065096af02ad1536b8d51839f7", - "PivotTotalDifficulty": "5492157402103946800298866163948738932564830697", + "PivotNumber": 16560000, + "PivotHash": "0x4352f78378795a91bfa846ed78aacaa84b28c6acf773f7893d1429145fd851a2", + "PivotTotalDifficulty": "5635075996210740954953483499070081581375502769", "FastBlocks": true, "UseGethLimitsInFastBlocks": false, "FastSyncCatchUpHeightDelta": 10000000000 diff --git a/src/Nethermind/Nethermind.Runner/configs/poacore_beam.cfg b/src/Nethermind/Nethermind.Runner/configs/poacore_beam.cfg index fb35b7b801d..a82337f96ab 100644 --- a/src/Nethermind/Nethermind.Runner/configs/poacore_beam.cfg +++ b/src/Nethermind/Nethermind.Runner/configs/poacore_beam.cfg @@ -13,9 +13,9 @@ "DiscoveryPort": 30303, "P2PPort": 30303 }, - "TxPool": { - "Size": 512 - }, + "TxPool": { + "Size": 512 + }, "JsonRpc": { "Enabled": false, "TracerTimeout": 20000, @@ -29,9 +29,9 @@ "Sync": { "FastSync": true, "BeamSync": true, - "PivotNumber": 16140000, - "PivotHash": "0x5259c4f6af265026b5100ee44afb2b97afd172065096af02ad1536b8d51839f7", - "PivotTotalDifficulty": "5492157402103946800298866163948738932564830697", + "PivotNumber": 16560000, + "PivotHash": "0x4352f78378795a91bfa846ed78aacaa84b28c6acf773f7893d1429145fd851a2", + "PivotTotalDifficulty": "5635075996210740954953483499070081581375502769", "FastBlocks": true, "DownloadHeadersInFastSync": false, "DownloadBodiesInFastSync": false, diff --git a/src/Nethermind/Nethermind.Runner/configs/rinkeby.cfg b/src/Nethermind/Nethermind.Runner/configs/rinkeby.cfg index 740444ec455..c44dec47af8 100644 --- a/src/Nethermind/Nethermind.Runner/configs/rinkeby.cfg +++ b/src/Nethermind/Nethermind.Runner/configs/rinkeby.cfg @@ -13,9 +13,9 @@ "DiscoveryPort": 30303, "P2PPort": 30303 }, - "TxPool": { - "Size": 1024 - }, + "TxPool": { + "Size": 1024 + }, "JsonRpc": { "Enabled": false, "TracerTimeout": 20000, @@ -28,9 +28,9 @@ "Sync": { "FastSync": true, "BeamSync": false, - "PivotNumber": 6840000, - "PivotHash": "0x6385d563968f8b206404629731b4c42af6cbbc1ebc27ec0c4ac27892eae0069c", - "PivotTotalDifficulty": "12231393", + "PivotNumber": 6990000, + "PivotHash": "0x09944c1a16d9a1317583b748e68098810ef83337361995d3b80452b230d77c84", + "PivotTotalDifficulty": "12504841", "FastBlocks": true, "DownloadBodiesInFastSync": true, "DownloadReceiptsInFastSync": true, diff --git a/src/Nethermind/Nethermind.Runner/configs/rinkeby_beam.cfg b/src/Nethermind/Nethermind.Runner/configs/rinkeby_beam.cfg index 1eb09a8e45d..81f08ca812d 100644 --- a/src/Nethermind/Nethermind.Runner/configs/rinkeby_beam.cfg +++ b/src/Nethermind/Nethermind.Runner/configs/rinkeby_beam.cfg @@ -13,9 +13,9 @@ "DiscoveryPort": 30303, "P2PPort": 30303 }, - "TxPool": { - "Size": 1024 - }, + "TxPool": { + "Size": 1024 + }, "JsonRpc": { "Enabled": false, "TracerTimeout": 20000, @@ -28,9 +28,9 @@ "Sync": { "FastSync": true, "BeamSync": true, - "PivotNumber": 6840000, - "PivotHash": "0x6385d563968f8b206404629731b4c42af6cbbc1ebc27ec0c4ac27892eae0069c", - "PivotTotalDifficulty": "12231393", + "PivotNumber": 6990000, + "PivotHash": "0x09944c1a16d9a1317583b748e68098810ef83337361995d3b80452b230d77c84", + "PivotTotalDifficulty": "12504841", "FastBlocks": true, "DownloadHeadersInFastSync": false, "DownloadBodiesInFastSync": false, diff --git a/src/Nethermind/Nethermind.Runner/configs/ropsten.cfg b/src/Nethermind/Nethermind.Runner/configs/ropsten.cfg index 08a4421e396..c8775a38001 100644 --- a/src/Nethermind/Nethermind.Runner/configs/ropsten.cfg +++ b/src/Nethermind/Nethermind.Runner/configs/ropsten.cfg @@ -13,9 +13,9 @@ "DiscoveryPort": 30303, "P2PPort": 30303 }, - "TxPool": { - "Size": 1024 - }, + "TxPool": { + "Size": 1024 + }, "JsonRpc": { "Enabled": false, "TracerTimeout": 20000, @@ -30,11 +30,11 @@ "FastBlocks": true, "BeamSync": false, "UseGethLimitsInFastBlocks": true, - "PivotNumber": 8310000, + "PivotNumber": 8460000, "DownloadBodiesInFastSync": true, "DownloadReceiptsInFastSync": true, - "PivotHash": "0x6240a41c39fed990812238ccb0739234b2e6ab2983249a3aa55b59168d332a6c", - "PivotTotalDifficulty": "30967437998370350" + "PivotHash": "0x3091eb97af655e735568f1480ed8cecb384687b50dd23f91637facd530ffb7fc", + "PivotTotalDifficulty": "31275197401425121" }, "EthStats": { "Enabled": false, diff --git a/src/Nethermind/Nethermind.Runner/configs/ropsten_beam.cfg b/src/Nethermind/Nethermind.Runner/configs/ropsten_beam.cfg index b15032d53f1..3824b95d1c3 100644 --- a/src/Nethermind/Nethermind.Runner/configs/ropsten_beam.cfg +++ b/src/Nethermind/Nethermind.Runner/configs/ropsten_beam.cfg @@ -13,9 +13,9 @@ "DiscoveryPort": 30303, "P2PPort": 30303 }, - "TxPool": { - "Size": 1024 - }, + "TxPool": { + "Size": 1024 + }, "JsonRpc": { "Enabled": false, "TracerTimeout": 20000, @@ -30,12 +30,12 @@ "FastBlocks": true, "BeamSync": true, "UseGethLimitsInFastBlocks": true, - "PivotNumber": 8310000, + "PivotNumber": 8460000, "DownloadHeadersInFastSync": false, "DownloadBodiesInFastSync": false, "DownloadReceiptsInFastSync": false, - "PivotHash": "0x6240a41c39fed990812238ccb0739234b2e6ab2983249a3aa55b59168d332a6c", - "PivotTotalDifficulty": "30967437998370350" + "PivotHash": "0x3091eb97af655e735568f1480ed8cecb384687b50dd23f91637facd530ffb7fc", + "PivotTotalDifficulty": "31275197401425121" }, "EthStats": { "Enabled": false, diff --git a/src/Nethermind/Nethermind.Runner/configs/sokol.cfg b/src/Nethermind/Nethermind.Runner/configs/sokol.cfg index 68694481cae..03d018ed2ea 100644 --- a/src/Nethermind/Nethermind.Runner/configs/sokol.cfg +++ b/src/Nethermind/Nethermind.Runner/configs/sokol.cfg @@ -13,9 +13,9 @@ "DiscoveryPort": 30303, "P2PPort": 30303 }, - "TxPool": { - "Size": 512 - }, + "TxPool": { + "Size": 512 + }, "JsonRpc": { "Enabled": false, "TracerTimeout": 20000, @@ -28,9 +28,9 @@ }, "Sync": { "FastSync": true, - "PivotNumber": 15780000, - "PivotHash": "0x6d4dd79a6e4dd7ee7ada4c1e1f40a22ceb5d10fdc2c70d2789468e516fa52d13", - "PivotTotalDifficulty": "5369655750012408953452051305273302376441026120", + "PivotNumber": 16200000, + "PivotHash": "0x77153d39d97ef89ea1e1c636b4a1d432c168740a6f7645a50dc98b35734fb11b", + "PivotTotalDifficulty": "5512574344119203108106668640394645025251705298", "FastBlocks": true, "UseGethLimitsInFastBlocks": false, "FastSyncCatchUpHeightDelta": 10000000000 diff --git a/src/Nethermind/Nethermind.Runner/configs/xdai.cfg b/src/Nethermind/Nethermind.Runner/configs/xdai.cfg index 86c5695fac1..cf5cc26416a 100644 --- a/src/Nethermind/Nethermind.Runner/configs/xdai.cfg +++ b/src/Nethermind/Nethermind.Runner/configs/xdai.cfg @@ -13,9 +13,9 @@ "DiscoveryPort": 30303, "P2PPort": 30303 }, - "TxPool": { - "Size": 1024 - }, + "TxPool": { + "Size": 1024 + }, "JsonRpc": { "Enabled": false, "TracerTimeout": 20000, @@ -28,9 +28,9 @@ }, "Sync": { "FastSync": true, - "PivotNumber": 11010000, - "PivotHash": "0x8ffb9fe387042efb8c35b7fecd64153f9cce2b205ca796f8121468dcf02464be", - "PivotTotalDifficulty": "3746508859799532482731754427823768007800673403", + "PivotNumber": 11400000, + "PivotHash": "0x5d344c100acfea2c01a7c4ba510d5c37121a3cc6cb922367c483911da8f58a9c", + "PivotTotalDifficulty": "3879218982898698483482470524722157610267729559", "FastBlocks": true, "UseGethLimitsInFastBlocks": false, "FastSyncCatchUpHeightDelta": 10000000000