Commit c32de25
committed
test(fast-inbox): gate L1->L2 message readiness on the PXE sync tip (A-1384)
The shared cross-chain readiness helper evaluated isL1ToL2MessageReady against the
default 'latest' tip while these suites anchor the PXE to 'checkpointed'. With per-block
inbox insertion the proposed chain reaches a message's consume-checkpoint before that
checkpoint is published, so readiness flipped true a checkpoint early and the private
consume simulated against a PXE that had not yet synced the message. Gate readiness on
the configured PXE sync tip instead.1 parent a17dce8 commit c32de25
2 files changed
Lines changed: 13 additions & 1 deletion
File tree
- yarn-project/end-to-end/src/single-node/cross-chain
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
109 | 110 | | |
110 | 111 | | |
111 | 112 | | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
112 | 124 | | |
113 | 125 | | |
114 | 126 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
0 commit comments