|
60 | 60 | AuthoritySelectionInputs, |
61 | 61 | ScEpochNumber, |
62 | 62 | >, |
63 | | - T::Api: BlockProductionLogApi<Block, CommitteeMember<CrossChainPublic, SessionKeys>>, |
| 63 | + T::Api: BlockProductionLogApi<Block, CommitteeMember<CrossChainPublic, SessionKeys>, Slot>, |
64 | 64 | T::Api: BlockParticipationApi<Block, BlockAuthor>, |
65 | 65 | T::Api: GovernedMapIDPApi<Block>, |
66 | 66 | T::Api: TokenBridgeIDPRuntimeApi<Block>, |
|
70 | 70 | TimestampIDP, |
71 | 71 | McHashIDP, |
72 | 72 | AriadneIDP, |
73 | | - BlockAuthorInherentProvider<BlockAuthor>, |
| 73 | + BlockAuthorInherentProvider<Slot, BlockAuthor>, |
74 | 74 | BlockParticipationInherentDataProvider<BlockAuthor, DelegatorKey>, |
75 | 75 | GovernedMapInherentDataProvider, |
76 | 76 | TokenBridgeInherentDataProvider<AccountId>, |
@@ -183,15 +183,15 @@ where |
183 | 183 | AuthoritySelectionInputs, |
184 | 184 | ScEpochNumber, |
185 | 185 | >, |
186 | | - T::Api: BlockProductionLogApi<Block, CommitteeMember<CrossChainPublic, SessionKeys>>, |
| 186 | + T::Api: BlockProductionLogApi<Block, CommitteeMember<CrossChainPublic, SessionKeys>, Slot>, |
187 | 187 | T::Api: BlockParticipationApi<Block, BlockAuthor>, |
188 | 188 | T::Api: GovernedMapIDPApi<Block>, |
189 | 189 | T::Api: TokenBridgeIDPRuntimeApi<Block>, |
190 | 190 | { |
191 | 191 | type InherentDataProviders = ( |
192 | 192 | TimestampIDP, |
193 | 193 | AriadneIDP, |
194 | | - BlockAuthorInherentProvider<BlockAuthor>, |
| 194 | + BlockAuthorInherentProvider<Slot, BlockAuthor>, |
195 | 195 | BlockParticipationInherentDataProvider<BlockAuthor, DelegatorKey>, |
196 | 196 | GovernedMapInherentDataProvider, |
197 | 197 | TokenBridgeInherentDataProvider<AccountId>, |
|
0 commit comments