- Fix memory leak in the transaction pool - thanks to external contributor @dmitry123 for bringing attention to it
- Memory leak fix in transaction pool also fixes failure in
txpool_content
RPC method, now it works well even for the large pool sizes. - Fixed the output format of
erigon_issuance
RPC method. - Asynchronous transaction broadcast in transaction pool to fix slow pending transaction feed for
eth_subscribe
- Penalise peers for more cases of invalid RLPs
- Compatibility fix for
eth_getTransactionByBlockHashAndIndex
for the cases where transaction index is higher or equal than number of transactions in the block. - Updates to pre-verified hashes for Ropsten and Mainnet, change of skip analysis optimisation parameter