Skip to content

Commit

Permalink
Disable removing tx index on archive (#5693)
Browse files Browse the repository at this point in the history
(cherry picked from commit 76dd8bd)
  • Loading branch information
asdacap authored and MarekM25 committed May 15, 2023
1 parent 15d2378 commit 7bec712
Show file tree
Hide file tree
Showing 13 changed files with 47 additions and 8 deletions.
3 changes: 3 additions & 0 deletions src/Nethermind/Nethermind.Runner/configs/chiado_archive.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
"SecondsPerSlot": 5,
"TargetBlockGasLimit": 30000000
},
"Receipt": {
"TxLookupLimit": 0
},
"AuRaMerge": {
"Enabled": false
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
"Pruning": {
"Mode": "None"
},
"Receipt": {
"TxLookupLimit": 0
},
"Merge": {
"Enabled": false
}
Expand Down
3 changes: 3 additions & 0 deletions src/Nethermind/Nethermind.Runner/configs/exosama_archive.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"Sync": {
"UseGethLimitsInFastBlocks": false
},
"Receipt": {
"TxLookupLimit": 0
},
"EthStats": {
"Name": "Nethermind Exosama Archive"
},
Expand Down
3 changes: 3 additions & 0 deletions src/Nethermind/Nethermind.Runner/configs/gnosis_archive.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"SecondsPerSlot": 5,
"TargetBlockGasLimit": 30000000
},
"Receipt": {
"TxLookupLimit": 0
},
"EthStats": {
"Name": "Nethermind Gnosis Archive"
},
Expand Down
3 changes: 3 additions & 0 deletions src/Nethermind/Nethermind.Runner/configs/goerli_archive.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
"Blocks": {
"TargetBlockGasLimit": 30000000
},
"Receipt": {
"TxLookupLimit": 0
},
"Bloom": {
"IndexLevelBucketSizes" : [16, 16, 16, 16]
},
Expand Down
7 changes: 5 additions & 2 deletions src/Nethermind/Nethermind.Runner/configs/kovan_archive.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
"Size": 1024
},
"Sync": {
"TotalDifficultyOverrides": [148240, 19430113280]
"TotalDifficultyOverrides": [148240, 19430113280]
},
"Receipt": {
"TxLookupLimit": 0
},
"EthStats": {
"Name": "Nethermind kovan"
Expand All @@ -28,4 +31,4 @@
"Pruning": {
"Mode": "None"
}
}
}
3 changes: 3 additions & 0 deletions src/Nethermind/Nethermind.Runner/configs/mainnet_archive.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
"Blocks": {
"TargetBlockGasLimit": 30000000
},
"Receipt": {
"TxLookupLimit": 0
},
"Pruning": {
"Mode": "None"
},
Expand Down
3 changes: 3 additions & 0 deletions src/Nethermind/Nethermind.Runner/configs/poacore_archive.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"Metrics": {
"NodeName": "POA Core Archive"
},
"Receipt": {
"TxLookupLimit": 0
},
"Bloom": {
"IndexLevelBucketSizes" : [16, 16, 16, 16]
},
Expand Down
7 changes: 5 additions & 2 deletions src/Nethermind/Nethermind.Runner/configs/rinkeby_archive.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@
},
"TxPool": {
"Size": 1024
},
},
"Receipt": {
"TxLookupLimit": 0
},
"Metrics": {
"NodeName": "Rinkeby Archive"
},
"Pruning": {
"Mode": "None"
}
}
}
5 changes: 4 additions & 1 deletion src/Nethermind/Nethermind.Runner/configs/ropsten_archive.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
"Metrics": {
"NodeName": "Ropsten Archive"
},
"Receipt": {
"TxLookupLimit": 0
},
"Pruning": {
"Mode": "None"
},
Expand All @@ -29,4 +32,4 @@
"Merge": {
"Enabled": true
}
}
}
3 changes: 3 additions & 0 deletions src/Nethermind/Nethermind.Runner/configs/sepolia_archive.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"Blocks": {
"TargetBlockGasLimit": 30000000
},
"Receipt": {
"TxLookupLimit": 0
},
"JsonRpc": {
"Enabled": true,
"Timeout": 20000,
Expand Down
9 changes: 6 additions & 3 deletions src/Nethermind/Nethermind.Runner/configs/volta_archive.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Init": {
"Init": {
"ChainSpecPath": "chainspec/volta.json",
"GenesisHash": "0xebd8b413ca7b7f84a8dd20d17519ce2b01954c74d94a0a739a3e416abe0e43e5",
"BaseDbPath": "nethermind_db/volta_archive",
Expand All @@ -8,13 +8,16 @@
},
"Network": {
"ActivePeersMaxCount": 25
},
},
"EthStats": {
"Name": "Nethermind Volta"
},
"Metrics": {
"NodeName": "Volta Archive"
},
"Receipt": {
"TxLookupLimit": 0
},
"Mining": {
"MinGasPrice": 1
},
Expand All @@ -24,4 +27,4 @@
"Merge": {
"Enabled": false
}
}
}
3 changes: 3 additions & 0 deletions src/Nethermind/Nethermind.Runner/configs/xdai_archive.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"SecondsPerSlot": 5,
"TargetBlockGasLimit": 30000000
},
"Receipt": {
"TxLookupLimit": 0
},
"EthStats": {
"Name": "Nethermind xDai"
},
Expand Down

0 comments on commit 7bec712

Please sign in to comment.