- heavy groundwork on deploying a new client and JSON-RPC API
- massive performance improvements after profiling through algorithm updates, caching, indexing and pre-hashing
- massively reduced redundant inter-node communication through earlier and more precise caching, and reducing the max number of incoming connections to 20
- various documentation improvements
- added EditorConfig file
- various logging improvements (removed spurious logs, added miss and implicit roll sell warns)
- improved client user interaction
- various code clarity improvements
- test suite improvements
- added ouf-of-the-box IPV6 compatibility
- corrected a timing bug causing slots to be slightly shifted in time
- improved the bootstrap process (breaking)
Full Changelog: TEST.2.2...TEST.3.0