Skip to content

Commit ec1a481

Browse files
chore: update changelog
1 parent 02363d5 commit ec1a481

File tree

4 files changed

+26
-1
lines changed

4 files changed

+26
-1
lines changed

app/client/doc/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.0.0.24] - 2023-03-22
11+
12+
- Refactor debug CLI post P2P module re-consolidation
13+
1014
## [0.0.0.23] - 2023-03-21
1115

1216
- Refactor debug CLI to use new P2P interfaces

p2p/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

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+
1023
## [0.0.0.36] - 2023-03-22
1124

1225
- Improve URL validation and error handling in Libp2pMultiaddrFromServiceURL function

runtime/docs/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.0.0.26] - 2023-03-20
11+
12+
- Removed `runtime/configs.Config#UseLibp2p` field
13+
1014
## [0.0.0.25] - 2023-03-01
1115

1216
- replace `consensus_port` with `port` in P2P config

shared/CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.0.0.43] - 2023-03-22
11+
12+
- Removed *temporary* `shared/p2p` package; consolidated into `p2p`
13+
1014
## [0.0.0.42] - 2023-03-21
1115

1216
- Add `TransitionEventToMap()` helper function for logging
1317

14-
## [0.0.0.41] - 2023-03-21
18+
## [0.0.0.41] - 2023-03-20
1519

1620
- Added *temporary* `shared/p2p` package to hold P2P interfaces common to both legacy and libp2p modules
1721
- Added `Peerstore` interface

0 commit comments

Comments
 (0)