Skip to main content

debug_startWarmUp RPC Method

The startWarmUp iterates the latest state trie to warm-up the trie cache. The iteration will be automatically stopped if 90% of the trie cache is full. The method returns an error if it fails in starting a warm-up, or null if it successfully has started it.

Updated on
Aug 7, 2024

debug_startWarmUp RPC Method

Parameters

This method does not accept any parameters

Returns

result
array
Return null if a warm-up is started, or an error if not
Request
1
curl https://docs-demo.kaia-kairos.quiknode.pro/ \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{
5
"method": "debug_startWarmUp",
6
"id": 1,
7
"jsonrpc": "2.0",
8
"params": []
9
}'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free