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
Its necessary to have StatementStore implemented, it is used to store statements signed under the same relay-parent.
We need it to use within local_knowledge_filter, basically fills a StatementFilter to be used in the grid topology with all statements we are already aware of.
Issue summary
handle_backed_candidate_message
https://github.com/paritytech/polkadot-sdk/blob/7725890d114ea420e2d946b4d9e0a823d20cf0d8/polkadot/node/network/statement-distribution/src/v2/mod.rs#L2824C21-L2824C52Its necessary to have
StatementStore
implemented, it is used to store statements signed under the same relay-parent.We need it to use within
local_knowledge_filter
, basically fills aStatementFilter
to be used in the grid topology with all statements we are already aware of.Implement
StatementFilter
https://github.com/paritytech/polkadot-sdk/blob/16e877be9afef58e3376d46ea96067aecd5b0dad/polkadot/node/network/protocol/src/lib.rs#L630Implement
StatementStore
https://github.com/paritytech/polkadot-sdk/blob/16e877be9afef58e3376d46ea96067aecd5b0dad/polkadot/node/network/statement-distribution/src/v2/statement_store.rs#L59C12-L59C26Other information and links
The text was updated successfully, but these errors were encountered: