mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-19 03:04:27 -05:00
fix(grafana): order MerkleChangeSets checkpoint after MerkleExecute (#21581)
This commit is contained in:
committed by
GitHub
parent
19bf580f93
commit
6beec25f43
@@ -714,18 +714,19 @@
|
||||
"AccountHashing": 6,
|
||||
"Bodies": 1,
|
||||
"Execution": 3,
|
||||
"Finish": 13,
|
||||
"Finish": 14,
|
||||
"Headers": 0,
|
||||
"IndexAccountHistory": 11,
|
||||
"IndexStorageHistory": 10,
|
||||
"IndexAccountHistory": 12,
|
||||
"IndexStorageHistory": 11,
|
||||
"MerkleChangeSets": 9,
|
||||
"MerkleExecute": 8,
|
||||
"MerkleUnwind": 5,
|
||||
"Prune": 12,
|
||||
"Prune": 13,
|
||||
"PruneSenderRecovery": 4,
|
||||
"SenderRecovery": 2,
|
||||
"StorageHashing": 7,
|
||||
"Time": 14,
|
||||
"TransactionLookup": 9
|
||||
"Time": 15,
|
||||
"TransactionLookup": 10
|
||||
},
|
||||
"renameByName": {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user