-
Notifications
You must be signed in to change notification settings - Fork 327
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
EIP-4844 Implementers' Call #21 #760
Comments
I wrote a simple EVM assembly code to support DATAHASH (0x49) opcode and a solidity library to use the assembly https://github.com/ethstorage/eip4844-blob-hash-getter. I hope that this may reduce the efforts of developers to experiment with BLOBs. Tested the code by setting up an EIP-4844 devnet following https://hackmd.io/@jimmygchen/H1XUtBIfn from lighthouse. Both the devnet and contract code work as expected as the 4844's spec. |
Nice! thanks for sharing! |
Another (tiny) spec update from Etan: ethereum/EIPs#6503 |
And lastly I believe Etan is out today but maybe we could discuss his question here about whether we should use opaque signature format (the format expected by the crypto libraries) in the SSZ rather than splitting out v,r,s https://ethereum-magicians.org/t/eip-6493-ssz-transaction-signature-scheme/13050/4?u=roberto-bayardo |
Closed in favour of #772 |
Meeting Info
📆 Subscribe to the Ethereum Protocol Call calendar for calendar invites
Agenda
getPayloadV3
&getBlobsBundleV1
mergeMAX_VERSIONED_HASHES_LIST_SIZE
to 2**12 EIPs#6503The text was updated successfully, but these errors were encountered: