File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 5353 "@ethereumjs/block" : " ^3.6.2" ,
5454 "@ethereumjs/blockchain" : " ^5.5.2" ,
5555 "@ethereumjs/common" : " ^2.6.4" ,
56- "@ethereumjs/devp2p" : " ^4.2.1 " ,
56+ "@ethereumjs/devp2p" : " ^4.2.2 " ,
5757 "@ethereumjs/ethash" : " ^1.1.0" ,
5858 "@ethereumjs/tx" : " ^3.5.1" ,
5959 "@ethereumjs/vm" : " ^5.9.0" ,
Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66(modification: no type change headlines) and this project adheres to
77[ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
88
9+ ## 4.2.2 - 2022-04-29
10+
11+ - Solved memory leak "DPT discovers nodes when open_slots = 0", PR [ #1816 ] ( https://github.com/ethereumjs/ethereumjs-monorepo/pull/1816 )
12+ - Fixed per-message debug logging, PR [ #1776 ] ( https://github.com/ethereumjs/ethereumjs-monorepo/pull/1776 )
13+ - ETH-LES class refactor, PR [ #1600 ] ( https://github.com/ethereumjs/ethereumjs-monorepo/pull/1600 )
14+
915## 4.2.1 - 2022-02-01
1016
1117- Dependencies: deduplicated RLP import, PR [ #1549 ] ( https://github.com/ethereumjs/ethereumjs-monorepo/pull/1549 )
Original file line number Diff line number Diff line change 11{
22 "name" : " @ethereumjs/devp2p" ,
3- "version" : " 4.2.1 " ,
3+ "version" : " 4.2.2 " ,
44 "description" : " A JavaScript implementation of ÐΞVp2p" ,
55 "license" : " MIT" ,
66 "keywords" : [
You can’t perform that action at this time.
0 commit comments