Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update gssmr genesis to use pallet_babe::SameAuthoritiesForever #1696

Merged
merged 9 commits into from
Jul 19, 2021
5 changes: 3 additions & 2 deletions chain/gssmr/genesis-spec.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion chain/gssmr/genesis.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/runtime/life/exports_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func TestInstance_BabeConfiguration_NodeRuntime_WithAuthorities(t *testing.T) {
SlotDuration: 3000,
EpochLength: 200,
C1: 1,
C2: 4,
C2: 2,
GenesisAuthorities: expectedAuthData,
Randomness: [32]byte{},
SecondarySlots: 1,
Expand Down