Commit 7e1e1e3
committed
fix(nonce-lanes): honor parallel/nonceKey in signTransaction
signTransaction routed through _resolveQuote, which never called
_resolveNonce, so a requested nonce lane was silently dropped and the
operation was signed at the default key-0 nonce. Route signTransaction
through _prepareForSend (the same helper sendTransaction/transfer use):
it resolves the lane, bypasses the key-0 quote cache for lane sends, and
builds at the lane nonce. The default path is unchanged (same cache reuse
+ staleness check, same async cost). Remove the now-dead _resolveQuote.1 parent cb496f2 commit 7e1e1e3
2 files changed
Lines changed: 3 additions & 22 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
| 164 | + | |
165 | 165 | | |
166 | | - | |
| 166 | + | |
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | | - | |
| 173 | + | |
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| |||
366 | 366 | | |
367 | 367 | | |
368 | 368 | | |
369 | | - | |
370 | | - | |
371 | | - | |
372 | | - | |
373 | | - | |
374 | | - | |
375 | | - | |
376 | | - | |
377 | | - | |
378 | | - | |
379 | | - | |
380 | | - | |
381 | | - | |
382 | | - | |
383 | | - | |
384 | | - | |
385 | | - | |
386 | 369 | | |
387 | 370 | | |
388 | 371 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
131 | | - | |
132 | 130 | | |
133 | 131 | | |
134 | 132 | | |
| |||
0 commit comments