This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Version 2.3.3
Change Log
v2.3.3 (2019-09-09)
Released packages
Patch releases
- lisk-sdk@2.3.3
- lisk-framework@0.4.3
- lisk-elements@2.4.2
- @liskhq/lisk-p2p@0.3.3
Improvements
Bugs
All the issues
Closed issues:
- Transaction count wasn't cached TypeError #4206
- The rate limiter is not banning peers #4180
- Shuffling should not evict fixed peer from peer pool #4213
- Show progress of genesis block #4209
- Handle transport endpoints from malicious payload #4208
- Improve cache logging #4198
- Issue with fixed/white peers config #4197
Merged pull requests:
- Fix white/fixed/blacklist config and manage it in peer pool for connections- Closes#4197#4213#4214 #4216 (ishantiw)
- Add logs for starting genesis block apply - Closes #4209 #4212 (shuse2)
- Fix event handling - Closes #4208 #4211 (shuse2)
- Fix cache logging and destruction - Closes #4198, #4206 #4210 (shuse2)
- Fix critical severity security alerts #4207 (ManuGowda)
- The rate limiter is not banning peers - Closes #4180 #4184 (jondubois)