File tree Expand file tree Collapse file tree 5 files changed +35
-5
lines changed
Expand file tree Collapse file tree 5 files changed +35
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "packages/discv5" : " 10 .0.1 " ,
3- "packages/enr" : " 4 .0.1 "
2+ "packages/discv5" : " 11 .0.0 " ,
3+ "packages/enr" : " 5 .0.0 "
44}
Original file line number Diff line number Diff line change 1212 * dependencies
1313 * @chainsafe/enr bumped from ^3.0.0 to ^3.1.0
1414
15+ ## [ 11.0.0] ( https://github.com/ChainSafe/discv5/compare/discv5-v10.0.1...discv5-v11.0.0 ) (2025-01-25)
16+
17+
18+ ### ⚠ BREAKING CHANGES
19+
20+ * Convert ` buffer ` usage to ` Uint8Array ` ([ #306 ] ( https://github.com/ChainSafe/discv5/issues/306 ) )
21+
22+ ### Features
23+
24+ * Convert ` buffer ` usage to ` Uint8Array ` ([ #306 ] ( https://github.com/ChainSafe/discv5/issues/306 ) ) ([ 1cdc424] ( https://github.com/ChainSafe/discv5/commit/1cdc424bca9efa8c260276514460f42b2e2593dd ) )
25+ * replace bcrypto ([ #302 ] ( https://github.com/ChainSafe/discv5/issues/302 ) ) ([ e6af632] ( https://github.com/ChainSafe/discv5/commit/e6af632b6ee268fb1d6d41395faf1261a4794f1f ) )
26+
27+
28+ ### Dependencies
29+
30+ * The following workspace dependencies were updated
31+ * dependencies
32+ * @chainsafe/enr bumped from ^4.0.1 to ^5.0.0
33+
1534## [ 10.0.1] ( https://github.com/ChainSafe/discv5/compare/discv5-v10.0.0...discv5-v10.0.1 ) (2024-09-12)
1635
1736
Original file line number Diff line number Diff line change 11{
22 "name" : " @chainsafe/discv5" ,
3- "version" : " 10 .0.1 " ,
3+ "version" : " 11 .0.0 " ,
44 "description" : " Discovery V5" ,
55 "type" : " module" ,
66 "files" : [
6666 "homepage" : " https://github.com/ChainSafe/discv5#readme" ,
6767 "devDependencies" : {},
6868 "dependencies" : {
69- "@chainsafe/enr" : " ^4 .0.1 " ,
69+ "@chainsafe/enr" : " ^5 .0.0 " ,
7070 "@ethereumjs/rlp" : " ^5.0.2" ,
7171 "@libp2p/crypto" : " ^5.0.1" ,
7272 "@libp2p/interface" : " ^2.0.1" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 5.0.0] ( https://github.com/ChainSafe/discv5/compare/enr-v4.0.1...enr-v5.0.0 ) (2025-01-25)
4+
5+
6+ ### ⚠ BREAKING CHANGES
7+
8+ * Convert ` buffer ` usage to ` Uint8Array ` ([ #306 ] ( https://github.com/ChainSafe/discv5/issues/306 ) )
9+
10+ ### Features
11+
12+ * Convert ` buffer ` usage to ` Uint8Array ` ([ #306 ] ( https://github.com/ChainSafe/discv5/issues/306 ) ) ([ 1cdc424] ( https://github.com/ChainSafe/discv5/commit/1cdc424bca9efa8c260276514460f42b2e2593dd ) )
13+
314## [ 4.0.1] ( https://github.com/ChainSafe/discv5/compare/enr-v4.0.0...enr-v4.0.1 ) (2024-09-12)
415
516
Original file line number Diff line number Diff line change 11{
22 "name" : " @chainsafe/enr" ,
3- "version" : " 4 .0.1 " ,
3+ "version" : " 5 .0.0 " ,
44 "description" : " Ethereum name record" ,
55 "type" : " module" ,
66 "files" : [
You can’t perform that action at this time.
0 commit comments