Skip to content

Commit

Permalink
clients/nethermind: update TxPool config (ethereum#956)
Browse files Browse the repository at this point in the history
Nethermind recently refactored blob pool to support blob transaction reorgs, introducing an additional flag. We decided to consolidate three blob pool-related flags into one enum. This PR enables support for blob transactions + persistent blob storage + blob transactions reorgs.
  • Loading branch information
marcindsobczak authored and Eikix committed Mar 1, 2024
1 parent 7d0350f commit 1fd74a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions clients/nethermind/mkconfig.jq
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ def txpool_config:
if env.HIVE_CANCUN_TIMESTAMP != null then
{
"TxPool": {
"BlobSupportEnabled": true,
"PersistentBlobStorageEnabled": true
"BlobsSupport": "StorageWithReorgs"
}
}
else
Expand Down

0 comments on commit 1fd74a7

Please sign in to comment.