Commit e0038e7 1 parent dc8a5c8 commit e0038e7 Copy full SHA for e0038e7
File tree 4 files changed +26
-1
lines changed
4 files changed +26
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.0.0.24] - 2023-03-23
11
+
12
+ - Refactor debug CLI post P2P module re-consolidation
13
+
10
14
## [ 0.0.0.23] - 2023-03-21
11
15
12
16
- Refactor debug CLI to use new P2P interfaces
Original file line number Diff line number Diff line change @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.0.0.37] - 2023-03-23
11
+
12
+ - Moved peer & url conversion utils to ` p2p/utils ` package
13
+ - Refactor ` getPeerIP ` to use ` net.DefaultResolver ` for easier testing
14
+ - Moved & refactor libp2p ` host.Host ` setup util to ` p2p/utils `
15
+ - Consolidated Libp2p & P2P ` modules.Module ` implementations
16
+ - Consolidated Libp2p & P2P ` stdnetwork ` ` typesP2P.Network ` implementations
17
+ - Refactored raintree ` typesP2P.Network ` implementation to use libp2p
18
+ - Moved ` shared/p2p ` package into ` p2p/types ` packages
19
+ - Removed ` Trnasport ` interface and implementations
20
+ - Removed ` ConnectionFactory ` type and related members
21
+ - Added libp2p ` host.Host ` mock generator
22
+
10
23
## [ 0.0.0.36] - 2023-03-22
11
24
12
25
- Improve URL validation and error handling in Libp2pMultiaddrFromServiceURL function
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.0.0.26] - 2023-03-23
11
+
12
+ - Removed ` runtime/configs.Config#UseLibp2p ` field
13
+
10
14
## [ 0.0.0.25] - 2023-03-01
11
15
12
16
- replace ` consensus_port ` with ` port ` in P2P config
Original file line number Diff line number Diff line change @@ -7,11 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.0.0.43] - 2023-03-23
11
+
12
+ - Removed * temporary* ` shared/p2p ` package; consolidated into ` p2p `
13
+
10
14
## [ 0.0.0.42] - 2023-03-21
11
15
12
16
- Add ` TransitionEventToMap() ` helper function for logging
13
17
14
- ## [ 0.0.0.41] - 2023-03-21
18
+ ## [ 0.0.0.41] - 2023-03-20
15
19
16
20
- Added * temporary* ` shared/p2p ` package to hold P2P interfaces common to both legacy and libp2p modules
17
21
- Added ` Peerstore ` interface
You can’t perform that action at this time.
0 commit comments