Skip to content

Commit

Permalink
Add missing Discv5 support for archive op/base nodes (#7870)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilchodola committed Dec 5, 2024
1 parent 949617c commit f8151a9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"TxPool": {
"BlobsSupport": "Disabled"
},
"Discovery": {
"DiscoveryVersion": "V5"
},
"Pruning": {
"Mode": "None"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"TxPool": {
"BlobsSupport": "Disabled"
},
"Discovery": {
"DiscoveryVersion": "V5"
},
"Pruning": {
"Mode": "None"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
"AncientBodiesBarrier": 105235063,
"AncientReceiptsBarrier": 105235063
},
"Discovery": {
"DiscoveryVersion": "V5"
},
"Pruning": {
"Mode": "None"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"TxPool": {
"BlobsSupport": "Disabled"
},
"Discovery": {
"DiscoveryVersion": "V5"
},
"Pruning": {
"Mode": "None"
},
Expand Down

0 comments on commit f8151a9

Please sign in to comment.