Questions tagged [eip-4844]
Questions about EIP-4844 aka proto-danksharding
10 questions
2 votes
1 answer
30 views
Were larger trusted setups run?
Vitalik said here that the plan was to run multiple trusted setups, with 4096th, 8192th, 16384th, and 32768th roots of unity. Have all those setups been run, and if so, are the outputs available ...
4 votes
1 answer
503 views
How to send an eip-4844 (blob transaction / type 3 transaction)?
I'd like to send a type 3 transaction. Could I see some raw API calls using a type 3 / eip-4844 transaction? How would one send one?
3 votes
2 answers
1k views
How do I send a transaction with a blob in solidity?
In solidity, how can I attach blob data to a transaction?
0 votes
1 answer
294 views
Does `BLOBHASH` opcode stop working after blob data is pruned?
According to EIP-4844 Instead, the data from this transaction format is simply part of the beacon chain and is fully downloaded by all consensus nodes (but can be deleted after only a relatively ...
2 votes
3 answers
1k views
How is rollup data verified with blobs?
Historically, rollups post compressed batches of transactions to the L1 which can be verified because all the data is stored in calldata. However, as of EIP-4844 which was included in the Dencun ...
3 votes
1 answer
159 views
Are there real; EIP-4844 transaction? Anyone has an example?
I would like to understand how EIP-4844 would affect miner reward. In EIP-1559 base fee per gas and max fee per gas have been introduced, and base fee is burned, while actual fee - base fee goes to ...
1 vote
0 answers
59 views
Danksharding questions
After reading so many articles, still feel like several gaps in my understanding. Posting my current understanding/questions, appreciate any insights, corrections. At the blob source (e.g) say the L2 ...
2 votes
1 answer
113 views
Life cycle of a blob
I am trying to understand the life cycle of a blob (in the context of proto danksharding/danksharding). Basically from the point it is assembled by a source(like a L2 node) to the time it is ...
2 votes
2 answers
390 views
How does EIP-4844 make rollups 100x cheaper?
I have been seeing claims that proto-danksharding is going to make rollups 10-100x cheaper at various sources. I understand how it would be ~10x cheaper: right now, rollups use calldata and it costs ...
1 vote
2 answers
268 views
How many proposers are selected during one epoch?
Suppose there are enough validators(128 X 64 X 32). In one epoch, which one is true? 64 x 32 proposers/ one proposer for each (shard, slot) 32 proposers/ one proposer for each slot 64 proposers/ one ...