We should be able to detect large transactions that will not pass consensus rules before submitting them to the mempool.
A user should not have to wait a potentially long time for a transaction to be created and fail when we could instantly tell it will be rejected.
"error": {
"code": -26,
"message": "16: bad-txns-oversize"
We should be able to detect large transactions that will not pass consensus rules before submitting them to the mempool.
A user should not have to wait a potentially long time for a transaction to be created and fail when we could instantly tell it will be rejected.