Commit 057892b
eth: EIP-4844 and EIP-4788 updates for cancun (#477)
* Add Parent Beacon Block Root to Block (#450)
* Add EIP-4844 transaction and receipt (#398)
* Add dataGasUsed to receipt
* Make dataGasUsed optional
* Add dataGasPrice
* Update src/schemas/receipt.yaml
Co-authored-by: Sally MacFarlane <[email protected]>
* Update src/schemas/receipt.yaml
Co-authored-by: Sally MacFarlane <[email protected]>
* Update src/schemas/receipt.yaml
Co-authored-by: Sally MacFarlane <[email protected]>
* rename data gas to blob gas - eip 7354
* schemas/tx: add 4844 tx
* schemas/tx: add 4844 blob fields to generic transaction
* eth/submit: make note that 4844 txs must be in network form for sendRawTransaction
* schemas: fix typo in 4844 tx uint ref
* schemas: remove some extra spacing
* schema: update required fields for blob tx repr
---------
Co-authored-by: Sally MacFarlane <[email protected]>
Co-authored-by: lightclient <[email protected]>
* eth: add new 4844 header fields
* tests: update for cancun
* tests: non-zero parent beacon block root
---------
Co-authored-by: Ahmad Bitar <[email protected]>
Co-authored-by: acolytec3 <[email protected]>
Co-authored-by: Sally MacFarlane <[email protected]>1 parent 150a7b6 commit 057892b
File tree
41 files changed
+169
-39
lines changed- src
- eth
- schemas
- tests
- debug_getRawBlock
- debug_getRawHeader
- eth_getBalance
- eth_getBlockByHash
- eth_getBlockByNumber
- eth_getBlockReceipts
- eth_getBlockTransactionCountByHash
- eth_getProof
- eth_getTransactionByBlockHashAndIndex
- eth_getTransactionByBlockNumberAndIndex
- eth_getTransactionByHash
- eth_getTransactionReceipt
- eth_sendRawTransaction
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
41 files changed
+169
-39
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
82 | 91 | | |
83 | 92 | | |
84 | 93 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
87 | 91 | | |
88 | 92 | | |
89 | 93 | | |
| |||
109 | 113 | | |
110 | 114 | | |
111 | 115 | | |
112 | | - | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
113 | 121 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 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 | + | |
1 | 62 | | |
2 | 63 | | |
3 | 64 | | |
| |||
164 | 225 | | |
165 | 226 | | |
166 | 227 | | |
| 228 | + | |
167 | 229 | | |
168 | 230 | | |
169 | 231 | | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
170 | 253 | | |
171 | 254 | | |
172 | 255 | | |
| |||
239 | 322 | | |
240 | 323 | | |
241 | 324 | | |
| 325 | + | |
242 | 326 | | |
243 | 327 | | |
244 | 328 | | |
| |||
313 | 397 | | |
314 | 398 | | |
315 | 399 | | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
316 | 404 | | |
317 | 405 | | |
318 | 406 | | |
319 | 407 | | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
320 | 420 | | |
321 | 421 | | |
322 | 422 | | |
| |||
Binary file not shown.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
0 commit comments