Commit 2414251
committed
fix: TestWallet.simulateViaEntrypoint now propagates publicDataOverrides
TestWallet overrides BaseWallet.simulateViaEntrypoint and was dropping
publicDataOverrides on its way to pxe.simulateTx, so e2e tests using
.simulate({ publicDataOverrides }) saw the underlying real storage rather
than the override. Pull publicDataOverrides out of opts and pass it through.1 parent 7c70c29 commit 2414251
1 file changed
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
263 | | - | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
264 | 272 | | |
265 | 273 | | |
266 | 274 | | |
| |||
311 | 319 | | |
312 | 320 | | |
313 | 321 | | |
| 322 | + | |
314 | 323 | | |
315 | 324 | | |
316 | 325 | | |
| |||
0 commit comments