attestantio / go-eth2-client

Apache License 2.0
102 stars 59 forks source link

Enforce transaction size limits #115

Closed jtraglia closed 4 months ago

jtraglia commented 4 months ago

When JSON unmarshaling execution payload transactions, it was possible to have more than MaxTransactionsPerPayload transactions or individual transactions which were larger than MaxBytesPerTransaction.