Add StatePayloadStatus to storage_strategy

This commit is contained in:
Michael Sproul
2026-02-24 17:48:28 +11:00
parent 99e6ad5ca3
commit e2b3971cbd
4 changed files with 74 additions and 29 deletions

View File

@@ -5097,7 +5097,7 @@ async fn replay_from_split_state() {
assert!(
store
.hierarchy
.storage_strategy(split.slot, anchor_slot)
.storage_strategy(split.slot, anchor_slot, StatePayloadStatus::Pending)
.unwrap()
.is_replay_from()
);