Skip to content

Commit 4589585

Browse files
chore: update changelogs
1 parent 0d109b6 commit 4589585

4 files changed

Lines changed: 12 additions & 2 deletions

File tree

app/client/doc/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.33] - 2023-06-12
11+
12+
- Renamed `NewRPCPeerstoreProvider()` and `NewPersistencePeerstoreProvider()` to `Create()` (per package)
13+
1014
## [0.0.0.32] - 2023-05-25
1115

1216
- Add the `nonInteractive` flag in a couple spots where it was missing

consensus/doc/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.54] - 2023-06-12
11+
12+
- Fix tests
13+
1014
## [0.0.0.53] - 2023-06-08
1115

1216
- Add consensus README

p2p/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [0.0.0.54] - 2023-06-08
10+
## [0.0.0.54] - 2023-06-12
1111

1212
- Replaced embedded `modules.Module` with simpler `modules.IntegratableModule` in `PeerstoreProvider` interface
1313
- Removed unused `PeerstoreProvider#GetP2PConfig()` method
1414
- Added `PeerstoreProvider#GetUnstakedPeerstore()` method
1515
- Added temporary `unstakedPeerstoreProvider` interface
16+
- Renamed `NewRPCPeerstoreProvider()` and `NewPersistencePeerstoreProvider()` to `Create()` (per package)
17+
- Updated `persistencePeerstoreProvider` to retrieve all staked actors (not just validators)
1618

1719
## [0.0.0.53] - 2023-06-01
1820

shared/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [0.0.0.60] - 2023-06-08
10+
## [0.0.0.60] - 2023-06-12
1111

1212
- Added `Factory` generic type
1313
- Improved godoc comments

0 commit comments

Comments
 (0)