You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
As a minor extension, we have adopted a slightly different versioning convention for the Mithril distributions (<https://mithril.network/doc/adr/3#decision>)
9
9
10
+
## Mithril Distribution [XXXX] - UNRELEASED
11
+
12
+
- Aggregator, Common:
13
+
- Added the `/protocol-configuration/{epoch}` route to fetch aggregator configuration for a given epoch, `{epoch}` must be a number.
14
+
15
+
- Protocol-configuration, Signer:
16
+
- Enhanced HttpMithrilNetworkConfigurationProvider to return configuration with a window of three epoch.
17
+
18
+
- Addapt Signer to read configurations from HttpMithrilNetworkConfigurationProvider
0 commit comments