This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
Return appropriate error when data>300kb for own transactions #8417
Labels
F3-annoyance 💩
The client behaves within expectations, however this “expected behaviour” itself is at issue.
M2-config 📂
Chain specifications and node configurations.
M6-rpcapi 📣
RPC API.
P7-nicetohave 🐕
Issue is worth doing eventually.
Milestone
Following discussions at #8301
The limitation currently is imposed on the network layer (see MAX_TRANSACTION_SIZE) and we just ignore incoming transactions larger than 300kb, probably would be good to:
The text was updated successfully, but these errors were encountered: