Skip to content
This repository was archived by the owner on Dec 10, 2020. It is now read-only.

Commit 630adf2

Browse files
authored
Merge pull request #39 from ethereumjs/new-release-v250
New release v2.5.0
2 parents c04c0a2 + 1ef7b77 commit 630adf2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88

9+
## [2.5.0] - 2018-03-22
10+
- Light client protocol (``LES/2``) implementation, PR [#21](https://github.com/ethereumjs/ethereumjs-devp2p/pull/21)
11+
- ``LES/2`` usage example, see: ``examples/peer-communication-les.js``
12+
- Better test coverage for upper-layer protocols (``ETH``, ``LES/2``), PR [#34](https://github.com/ethereumjs/ethereumjs-devp2p/pull/34)
13+
14+
[2.5.0]: https://github.com/ethereumjs/ethereumjs-devp2p/compare/v2.4.0...v2.5.0
15+
916
## [2.4.0] - 2018-02-28
1017
- First release providing a reliable ``ETH`` connection
1118
- Fix Parity ``DPT`` ping echo hash bug preventing the library to connect

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": "2.4.0",
3+
"version": "2.5.0",
44
"description": "A JavaScript implementation of ÐΞVp2p",
55
"keywords": [
66
"ethereum",

0 commit comments

Comments
 (0)