erigontech / erigontech/erigon
rpc/ethapi: remove raw field from FillTransactionResult when execution-apis#803 is adopted
Open
RPC
- Dominant language
- Go
- Stars
- 3.6k
- Forks
- 1.5k
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 455
Description
`SignTransactionResult.Raw` (the `raw` field in `eth_fillTransaction` response) is kept for compatibility with current Geth, but [ethereum/execution-apis#803](https://github.com/ethereum/execution-apis/pull/803) drops it from the spec.
When that PR is merged and adopted, `raw` must be removed from `SignTransactionResult` and `signedTxJSON`.
Tracked here per yperbasis's review of #21870.
Contributor guide
Assessment
This issue has not been assessed yet.