Skip to content

Conversation

@Mdaiki0730
Copy link
Contributor

Proposed changes

Specify that blobGasUsed and blobGasPrice should be added to getTransactionReceipt for blobTx.

Types of changes

Please put an x in the boxes related to your change.

  • Bugfix
  • KIP Proposal
  • KIP Improvement

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

  • Used the suggested template: https://github.com/kaiachain/KIPs/blob/main/kip-template.md
  • I have read the CLA and signed by comment I have read the CLA Document and I hereby sign the CLA in first time contribution
  • I have added necessary documentation (if appropriate)
  • Any dependent changes have been merged and published in downstream modules

Related issues

Further comments

If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you proposed and what alternatives you have considered, etc.

KIPs/kip-279.md Outdated
#### 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"`.
Regarding `getTransactionReceipt`, the blob-related fields `blobGasUsed` and `blobGasPrice` are added only to the receipt for blobTx.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
Regarding `getTransactionReceipt`, the blob-related fields `blobGasUsed` and `blobGasPrice` are added only to the receipt for blobTx.
The `eth_getTransactionReceipt` MUST also show `blobGasUsed` and `blobGasPrice` fileds.

The API section implicitly assumes that we're dealing with BlobTx type

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Changed it at 0c15625. Thanks!

@Mdaiki0730 Mdaiki0730 requested a review from blukat29 December 5, 2025 05:55
@hyeonLewis hyeonLewis merged commit fac337a into kaiachain:main Dec 8, 2025
2 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Dec 8, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants