Parallelized multi-backend KZG library for Ethereum Data Sharding (aka Proto-Danksharding, EIP-4844)The goal is to create a parallelized KZG library for Ethereum Data Sharding (aka Proto-Danksharding, EIP-4844) that supports multiple ECC (Elliptic-curve cryptography) backend libraries.Backend...
At the time of publishing, the Ethereum developers haven’t specified a date when EIP-4844 will go live. However, they expect the upgrade to happen sometime in the second half of 2023. Will EIP-4844 lower gas fees on Ethereum? Yes, the primary goal of EIP-4844, or proto-danksharding...
ethereum/c-kzg-4844Public NotificationsYou must be signed in to change notification settings Fork130 Star141 main 1Branch15Tags Code Folders and files Name Last commit message Last commit date Latest commit jtraglia Maybe fix python release publishing (#547) ...
When obtaining the gasLimit of eip-4844 type transaction, need to bringblobVersionedHashes. 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...
The goal is to create a parallelized KZG library for Ethereum Data Sharding (aka Proto-Danksharding, EIP-4844) that supports multiple ECC (Elliptic-curve cryptography) backend libraries.Backend ECC librariesSupport for multiple backend ECC libraries is implemented via Traits. Such an approach allows...