Skip to content

Commit cb445ee

Browse files
committed
Merge branch 'master' into eip-7840
2 parents 5b4c0d1 + 95a6887 commit cb445ee

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/hive-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
- ethereum/consensus
1717
- ethereum/engine
1818
- ethereum/graphql
19-
- ethereum/pyspec
19+
- ethereum/eest
2020
- ethereum/rpc
2121
- ethereum/rpc-compat
2222
- ethereum/sync

src/Nethermind/Nethermind.JsonRpc/Modules/Admin/IAdminRpcModule.cs

+6
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ ResultWrapper<PeerInfo[]> admin_peers(
6262
IsImplemented = false)]
6363
ResultWrapper<bool> admin_setSolc();
6464

65+
[JsonRpcMethod(Description = "Runs full pruning if enabled.",
66+
EdgeCaseHint = "",
67+
ExampleResponse = "\"Starting\"",
68+
IsImplemented = true)]
69+
ResultWrapper<PruningStatus> admin_prune();
70+
6571
[JsonRpcMethod(Description = "True if state root for the block is available",
6672
EdgeCaseHint = "",
6773
ExampleResponse = "\"Starting\"",

0 commit comments

Comments
 (0)