This repository was archived by the owner on Dec 10, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +36
-1
lines changed Expand file tree Collapse file tree 2 files changed +36
-1
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+ All notable changes to this project will be documented in this file.
3+
4+ The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5+ (modification: no type change headlines) and this project adheres to
6+ [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7+
8+
9+ ## [ 2.2.0] - 2017-12-07
10+ - `` EIP-8 `` compatibility
11+ - Improved debug messages
12+ - Fixes a bug on DPT ping timeout being triggered even if pong message is received
13+ - Only send connect event after both HELLO msgs are exchanged (fixes unreliable upper-protocol communication start)
14+ - Connection reliability improvements for `` peer-communication `` example
15+ - API documentation
16+
17+ [ 2.2.0 ] : https://github.com/ethereumjs/ethereumjs-devp2p/compare/v2.1.3...v2.2.0
18+
19+ ## [ 2.1.3] - 2017-11-09
20+ - Dependency updates
21+ - Improved README documentation
22+
23+ [ 2.1.3 ] : https://github.com/ethereumjs/ethereumjs-devp2p/compare/v2.1.2...v2.1.3
24+
25+ ## Older releases:
26+
27+ - [ 2.1.2] ( https://github.com/ethereumjs/ethereumjs-devp2p/compare/v2.1.1...v2.1.2 ) - 2017-05-16
28+ - [ 2.1.1] ( https://github.com/ethereumjs/ethereumjs-devp2p/compare/v2.1.0...v2.1.1 ) - 2017-04-27
29+ - [ 2.1.0] ( https://github.com/ethereumjs/ethereumjs-devp2p/compare/v2.0.0...v2.1.0 ) - 2016-12-11
30+ - [ 2.0.0] ( https://github.com/ethereumjs/ethereumjs-devp2p/compare/v1.0.0...v2.0.0 ) - 2016-11-14
31+ - 1.0.0 - 2016-10-18
32+
33+
34+
35+
Original file line number Diff line number Diff line change 11{
22 "name" : " ethereumjs-devp2p" ,
3- "version" : " 2.1.3 " ,
3+ "version" : " 2.2.0 " ,
44 "description" : " A JavaScript implementation of ÐΞVp2p" ,
55 "keywords" : [
66 " ethereum" ,
You can’t perform that action at this time.
0 commit comments