We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b4c0d1 + 95a6887 commit cb445eeCopy full SHA for cb445ee
.github/workflows/hive-tests.yml
@@ -16,7 +16,7 @@ on:
16
- ethereum/consensus
17
- ethereum/engine
18
- ethereum/graphql
19
- - ethereum/pyspec
+ - ethereum/eest
20
- ethereum/rpc
21
- ethereum/rpc-compat
22
- ethereum/sync
src/Nethermind/Nethermind.JsonRpc/Modules/Admin/IAdminRpcModule.cs
@@ -62,6 +62,12 @@ ResultWrapper<PeerInfo[]> admin_peers(
62
IsImplemented = false)]
63
ResultWrapper<bool> admin_setSolc();
64
65
+ [JsonRpcMethod(Description = "Runs full pruning if enabled.",
66
+ EdgeCaseHint = "",
67
+ ExampleResponse = "\"Starting\"",
68
+ IsImplemented = true)]
69
+ ResultWrapper<PruningStatus> admin_prune();
70
+
71
[JsonRpcMethod(Description = "True if state root for the block is available",
72
EdgeCaseHint = "",
73
ExampleResponse = "\"Starting\"",
0 commit comments