Commit f6a6f52
authored
Fix some types in transaction schema (#552)
* Fix transaction type for EIP-4844 transaction.
According to https://github.com/ethereum/EIPs/blob/master/EIPS/eip-4844.md
The type should be `Bytes1(0x03)`
* Fix missing required fields in AccessListEntry
According to https://eips.ethereum.org/EIPS/eip-2930
> For the transaction to be valid, accessList must be of type [[{20 bytes}, [{32 bytes}...]]...]1 parent b05b8e4 commit f6a6f52
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
66 | 70 | | |
67 | 71 | | |
68 | 72 | | |
| |||
0 commit comments