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
Provision light-client in mutual remote attestation (#1399)
* [block-import] add `ImportType` to distinguish sync and block-production import type.
* Revert "[block-import] add `ImportType` to distinguish sync and block-production import type."
This reverts commit c3c46fd.
* [light-validation] add genesis_hash field and introduce header prunging
* [light-client] add `LightClientStateSealSync` which has some mechanisms such that it can be shared across threads in an arc.
[light-client] add constructor to `LightClientStateSealSync`
fix light-client adjustments
remove pending wip of sealing adjustements
* provision light-client state wip
* [tls-ra] provision light-client state too
* fix clippy
* fix cargo test compilation
0 commit comments