Skip to content

eth: add fillTransaction, drop raw field#803

Open
bomanaps wants to merge 2 commits into
ethereum:mainfrom
bomanaps:eth-filltransaction-drop-raw-from-result
Open

eth: add fillTransaction, drop raw field#803
bomanaps wants to merge 2 commits into
ethereum:mainfrom
bomanaps:eth-filltransaction-drop-raw-from-result

Conversation

@bomanaps
Copy link
Copy Markdown
Contributor

Comment thread src/schemas/transaction.yaml Outdated
FilledTransaction:
oneOf:
- $ref: '#/components/schemas/Transaction4844UnsignedWithSidecar'
- $ref: '#/components/schemas/Transaction4844Unsigned'
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Want 7702 tx too

type: array
items:
$ref: '#/components/schemas/bytes'
commitments:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We might need to update these to support the more recent cell proofs

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for the post-PeerDAS sidecar shape would you prefer we mirror the engine API pattern with a separate Transaction4844UnsignedWithSidecarV2 cell proofs variant added alongside the existing one in FilledTransaction.oneOf, replace the current proofs field outright since the spec ships through-fork, or keep proofs as bytes[] with a fork conditional description?

Comment thread src/eth/sign.yaml
name: Transaction result
schema:
$ref: '#/components/schemas/bytes'
examples:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Example could have been kept btw

@bomanaps bomanaps requested a review from s1na May 31, 2026 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants