New prune err (#796)
This commit is contained in:
@@ -30,6 +30,7 @@ class EthereumLowerBoundBlockDetector(
|
||||
"invalid block height", // hyperliquid
|
||||
"pruned history unavailable", // xlayer
|
||||
"no transactions snapshot file for",
|
||||
"has been pruned; earliest available is",
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
@@ -34,6 +34,7 @@ class EthereumLowerBoundReceiptsDetector(
|
||||
"header not found",
|
||||
"pruned history unavailable", // xlayer
|
||||
"transaction indexing is in progress",
|
||||
"has been pruned; earliest available is",
|
||||
).plus(EthereumLowerBoundBlockDetector.NO_BLOCK_ERRORS)
|
||||
}
|
||||
|
||||
|
||||
@@ -85,6 +85,7 @@ class EthereumLowerBoundStateDetector(
|
||||
"state histories haven't been fully indexed yet",
|
||||
"but it out-of-bounds",
|
||||
"not supported",
|
||||
"has been pruned; earliest available is",
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
@@ -29,6 +29,7 @@ class EthereumLowerBoundTxDetector(
|
||||
"invalid block height", // hyperliquids
|
||||
"pruned history unavailable", // xlayer blocks
|
||||
"transaction indexing is in progress",
|
||||
"has been pruned; earliest available is",
|
||||
).plus(EthereumLowerBoundBlockDetector.NO_BLOCK_ERRORS)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user