Commit 0920134
EIP-7594: PeerDAS (#8417)
* calculate cell kzg proofs
* extent tx network wrapper
* add cell proofs to test tx builder
* add test for blob txs with cell proofs
* add tx extension to supply both blob proofs and cell proofs
* adjust tx builder to current master
* fix data length
* adjust tx validator
* extend test
* simplify network wrapper
* cosmetics
* hack decoder to accept optional blob proofs
* cleaning
* add cell proofs verification
* fix
* draft of translation logic
* enable translation in tx validator
* fix commitments
* Send blobs update
* Add engine_getBlobsV2, Fusaka
* Fix proofs
* drop BlobSender changes
* Fix encoding
* undo remaining blob sender changes
* Fix block production
* undo bs
* Fix multiple blobs sending
* Add more structs and APIs
* Split GetBlobsHandler file
* cleaning
* fix blob tx decoder
* fix old proof length in transaction builder
* fix transaction builder
* whitespaces, encoding
* add getBlobsV2 to engine rpc capabilities
* fix test
* fix proofs validation
* bring back Alexey's BlobSender changes
* whitespace
* fix
* Add manager(just PoC)
* Add osaka blobs settings change handling
* add ProofVersion to ChainHeadInfoProvider and add SpecDrivenTxGossipPolicy
* Fix some tests
* Fix V2 proofs
* fix file encoding
* add error InvalidProofVersion
* invalidate if proof version is not correct
* add test OsakaSpecProvider
* adjust and extend test for cell proofs pre and post osaka
* Fix APIs
* Fix a test
* Move name to spec to Spec project
* Fix build
* fix cancun caps
* Make tx pool return blob txs with applicable proof version
* Change proof version
* Display better error
* add ProofsTranslationEnabled to config
* convert old proof to cell proofs if enabled and after fusaka
* add test
* allow replacement: new proofs for old proof
* add regression test
* fix transaction selector tests
* Fix blob sender #2 and #3 breaks
* fix engine_getBlobsV2 warning
* fix osaka caps activation
* fix tests
* extend test for blobs bundle v1
* add regression test for blobs bundle v2
* whitespaces
* fix blobs bundle v2
* cosmetic
* fix versions
* add AreBlobsAvailable
* add metrics
* return empty array if not all blobs are available
* add tests, fix disposing issues
* fix build
* Dial back JsonRpc log spam
* fix test
* default ProofsTranslationEnabled to false
* fix test
* Rename proof versions for less confusion
* Fix naming change
* One does not simply rename an enum value
* Simplify proof version checkers
* Clean up
* Ckzg.Ckzg -> Ckzg. (#8568)
Ckzg./2
* Rename peerdas getBlobsV2 metrics (#8579)
* Add metrics for getBlobsV2
* Remove AreBlobsAvailable
* Rename metrics
* fix
* fix build
* fix test
* readd proof version validation
* Quick cleanup
* Fix gpv3 fork validation
* Fix building
* Clean up
* Evict transactions with old proofs
* Improve test
* Fix test
* Fix some comments
* Update src/Nethermind/Nethermind.Merge.Plugin/Metrics.cs
Co-authored-by: Lukasz Rozmej <[email protected]>
* More fixes
* More
* More fixes
* More fixes
* Use preallocated span not list
* Segregate; statics
* Update src/Nethermind/Nethermind.Merge.Plugin.Test/EngineModuleTests.V4.cs
Co-authored-by: Ben {chmark} Adams <[email protected]>
* Fix
---------
Co-authored-by: Alexey Osipov <[email protected]>
Co-authored-by: Ben Adams <[email protected]>
Co-authored-by: Minhyuk Kim <[email protected]>
Co-authored-by: Lukasz Rozmej <[email protected]>1 parent 99e074e commit 0920134
File tree
86 files changed
+1548
-401
lines changed- src/Nethermind
- Ethereum.Test.Base
- Nethermind.Blockchain.Test
- Validators
- Nethermind.Blockchain
- Nethermind.Consensus.AuRa/InitializationSteps
- Nethermind.Consensus
- Messages
- Producers
- Validators
- Nethermind.Core.Test
- Builders
- Encoding
- Nethermind.Core
- Collections
- Specs
- Nethermind.Crypto
- Nethermind.Flashbots.Test
- Nethermind.Flashbots/Handlers
- Nethermind.Init/Steps
- Nethermind.Merge.Plugin.Test
- Nethermind.Merge.Plugin
- Data
- Handlers
- Nethermind.Optimism
- Nethermind.Serialization.Rlp/TxDecoders
- Nethermind.Specs.Test
- Nethermind.Specs
- ChainSpecStyle
- Json
- Forks
- Nethermind.Taiko.Test
- Nethermind.Taiko
- Rpc
- Nethermind.TxPool.Test
- Nethermind.TxPool
- Collections
- Comparison
- tools
- Evm/T8n
- SendBlobs
- Properties
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
86 files changed
+1548
-401
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | 25 | | |
71 | 26 | | |
72 | 27 | | |
| |||
252 | 207 | | |
253 | 208 | | |
254 | 209 | | |
255 | | - | |
| 210 | + | |
256 | 211 | | |
257 | 212 | | |
258 | 213 | | |
| |||
410 | 365 | | |
411 | 366 | | |
412 | 367 | | |
413 | | - | |
| 368 | + | |
414 | 369 | | |
415 | 370 | | |
416 | 371 | | |
417 | | - | |
| 372 | + | |
418 | 373 | | |
419 | 374 | | |
420 | 375 | | |
| |||
Lines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| 164 | + | |
164 | 165 | | |
165 | 166 | | |
166 | 167 | | |
| |||
179 | 180 | | |
180 | 181 | | |
181 | 182 | | |
| 183 | + | |
| 184 | + | |
182 | 185 | | |
183 | 186 | | |
184 | 187 | | |
| 188 | + | |
| 189 | + | |
185 | 190 | | |
186 | 191 | | |
187 | 192 | | |
| |||
230 | 235 | | |
231 | 236 | | |
232 | 237 | | |
233 | | - | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
234 | 242 | | |
235 | | - | |
236 | 243 | | |
237 | 244 | | |
238 | | - | |
239 | 245 | | |
240 | 246 | | |
241 | 247 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
792 | 792 | | |
793 | 793 | | |
794 | 794 | | |
795 | | - | |
| 795 | + | |
796 | 796 | | |
797 | 797 | | |
798 | 798 | | |
799 | 799 | | |
800 | 800 | | |
801 | 801 | | |
802 | | - | |
| 802 | + | |
803 | 803 | | |
804 | 804 | | |
805 | 805 | | |
806 | 806 | | |
807 | 807 | | |
808 | 808 | | |
809 | | - | |
| 809 | + | |
810 | 810 | | |
811 | 811 | | |
812 | 812 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
| 60 | + | |
59 | 61 | | |
60 | 62 | | |
61 | 63 | | |
| |||
82 | 84 | | |
83 | 85 | | |
84 | 86 | | |
| 87 | + | |
85 | 88 | | |
86 | 89 | | |
87 | 90 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
245 | | - | |
| 245 | + | |
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | | - | |
| 261 | + | |
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
| |||
Lines changed: 13 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
35 | | - | |
| 34 | + | |
36 | 35 | | |
37 | 36 | | |
38 | 37 | | |
| |||
59 | 58 | | |
60 | 59 | | |
61 | 60 | | |
62 | | - | |
63 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
64 | 72 | | |
65 | | - | |
66 | | - | |
67 | 73 | | |
68 | | - | |
69 | | - | |
70 | 74 | | |
71 | 75 | | |
72 | 76 | | |
| |||
77 | 81 | | |
78 | 82 | | |
79 | 83 | | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | 84 | | |
87 | 85 | | |
88 | 86 | | |
| |||
Lines changed: 10 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
106 | 113 | | |
107 | 114 | | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | 115 | | |
| 116 | + | |
113 | 117 | | |
114 | 118 | | |
115 | 119 | | |
| |||
Lines changed: 15 additions & 36 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | 6 | | |
9 | 7 | | |
10 | 8 | | |
| |||
172 | 170 | | |
173 | 171 | | |
174 | 172 | | |
175 | | - | |
| 173 | + | |
176 | 174 | | |
177 | 175 | | |
178 | 176 | | |
| |||
239 | 237 | | |
240 | 238 | | |
241 | 239 | | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | | - | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
248 | 246 | | |
249 | | - | |
| 247 | + | |
250 | 248 | | |
251 | | - | |
| 249 | + | |
252 | 250 | | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | | - | |
265 | | - | |
266 | | - | |
| 251 | + | |
267 | 252 | | |
268 | 253 | | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
| 254 | + | |
277 | 255 | | |
278 | | - | |
279 | | - | |
280 | | - | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
281 | 260 | | |
282 | 261 | | |
283 | 262 | | |
| |||
0 commit comments