Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions KIPs/kip-279.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,10 +238,12 @@ eth_getRawTransaction returns the raw transaction RLP prefixed with `BLOB_TX_TYP
#### eth_getBlock, eth_getTransaction, eth_getTransactionReceipt

These eth namespace APIs that return transaction fields MUST show the `maxFeePerBlobGas` and `blobVersionedHashes` fields, and its `type: "0x03"`.
The `eth_getTransactionReceipt` MUST also show `blobGasUsed` and `blobGasPrice` fileds.

#### kaia_getBlock, kaia_getTransaction, kaia_getTransactionReceipt

These kaia namespace APIs that return transaction fields MUST show the `maxFeePerBlobGas` and `blobVersionedHashes` fields, and its `typeInt: 30723`, and `type: "TxTypeEthereumBlob"`.
The `eth_getTransactionReceipt` MUST also show `blobGasUsed` and `blobGasPrice` fileds.

#### eth_getBlobSidecars

Expand Down
Loading