Commit 00881a1
committed
Fix Fusaka Cell Proof support for external signers
This change adds the BlobVersion field when signing blob transactions.
The Fusaka fork adds Version 1 blob sidecars which have cell proofs (128
cell proofs per blob) and without adding the version, external signers
don't have a direct way to tell aside from counting proofs which version
is being used.
This change also pulls in an updated version of go-ethereum which
adds BlobVersion to SendTxArgs.
This change depends on: OffchainLabs/go-ethereum#567
This is a cherry-pick of #3910
with updated submodules.1 parent f3dc927 commit 00881a1
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
| 261 | + | |
261 | 262 | | |
262 | 263 | | |
263 | 264 | | |
264 | 265 | | |
265 | 266 | | |
| 267 | + | |
266 | 268 | | |
267 | 269 | | |
268 | 270 | | |
| |||
278 | 280 | | |
279 | 281 | | |
280 | 282 | | |
| 283 | + | |
281 | 284 | | |
282 | 285 | | |
283 | 286 | | |
| |||
0 commit comments