v0.1.40
What's Changed
The previous version v0.1.39 used a lot of additional memory because adding known transaction filters to each peer. This release reverts that change and adds a few more changes since the last release.
Full Changes
- Revert 'Replace gossip nonces with peer seen transaction filter' by @danield9tqh in #1851
- Remove TransactionSerde by @mat-if in #1825
- Remove some unnecessary vec allocations by @mat-if in #1830
- Show max heap sizes in debug command by @NullSoldier in #1839
- Change status memory to be relative to max heap by @NullSoldier in #1840
Full Changelog: v0.1.39...v0.1.40