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
We need the signing configurations advertised by the /epoch-settings route to be constant for an epoch.
What
Record the signing configurations one epoch in advance in the aggregator.
How
Refactor EpochSettings namings
Rework EpochSettingsStorer to handle the new AggregatorEpochSettings structure, which will contain the signing configurations
Store signing configurations in the epoch_settings table
Record the signing configurations when the aggregator starts
Record the signing configurations when transitioning to a new epoch
Use the signing configurations recorded at the previous epoch in the cardano_transactions_signing_config and next_cardano_transactions_signing_config fields of the /epoch-settings/ route
The text was updated successfully, but these errors were encountered:
Why
We need the signing configurations advertised by the
/epoch-settings
route to be constant for an epoch.What
Record the signing configurations one epoch in advance in the aggregator.
How
EpochSettings
namingsEpochSettingsStorer
to handle the newAggregatorEpochSettings
structure, which will contain the signing configurationsepoch_settings
tablecardano_transactions_signing_config
andnext_cardano_transactions_signing_config
fields of the/epoch-settings/
routeThe text was updated successfully, but these errors were encountered: