Skip to content

Commit 5851e72

Browse files
authored
bump devp2p to v4.2.2, add changelog entries (#1872)
1 parent 8cef587 commit 5851e72

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
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",

packages/devp2p/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

packages/devp2p/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": [

0 commit comments

Comments
 (0)