-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
estimateGas does not support eip-4844. #4728
Comments
I believe you absolutely correct. I will experiment with this and get a fix asap. |
FYI, I've deployed the follow contract to sepolia:
which indeed demonstrates the issue. |
The biggest issue right now is that Etherscan's proxy API doesn't support passing hashes along. I'll contact them, but for now will throw an unsupported operations error in the event someone tries passing |
Added in v6.12.2. Let me know if you still have any issues. Thanks! :) |
Ethers Version
6.12.1
Search Terms
No response
Describe the Problem
When obtaining the gasLimit of eip-4844 type transaction, need to bring blobVersionedHashes.
blobhash estimated gas error.
bytes32 dataHash = blobhash(blobIdx); require(dataHash != 0, "failed to get blob hash");
Code Snippet
No response
Contract ABI
No response
Errors
No response
Environment
Ethereum (mainnet/ropsten/rinkeby/goerli)
Environment (Other)
No response
The text was updated successfully, but these errors were encountered: