What's Changed
Bugfixes
- fix spamming warnings from apiTransactionProcessor by @sstanculeanu in #6604
- Fix get non fungible tokens list by @ssd04 in #6647
Other Notable Changes
- Mempool improvements by @andreibancioiu in #6640
- Mempool: improve selection algorithm by @andreibancioiu in #6581
- Mempool: Don't notify cache about nonces; pass the account nonce provider, instead by @andreibancioiu in #6603
- Mempool: handle not-executable transactions related to guardians by @andreibancioiu in #6628
- Mempool: completely handle fees and transferred balances within "detectWillFeeExceedBalance()" by @andreibancioiu in #6637
- Mempool optimization: on transaction addition, call "GetTransferredValue" and retain its value by @andreibancioiu in #6641
- Mempool: Implement an ephemeral accounts cache within a selection session by @andreibancioiu in #6643
- Mempool: adjust sender constraints by @andreibancioiu in #6644
- Mempool: lower "maxNum" when selecting transactions by @andreibancioiu in #6645
- compressed flags by @sstanculeanu in #6602
- Optimization: encode hash to hex only on log TRACE level set by @cristure in #6338
Full Changelog: v1.8.4...v1.8.6