EPIC: Implement Block verification (TSS) prior to persistence #193
Open
Description
Problem
The BN must only store verified blocks utilizing TSS signature.
Solution
Add new logic to verify the block based on the block proof
Estimation considerations
- Construct Proof Merkle Tree of hashes (this is not the State Tree)
- Verify the proof/sign at the end using TSS library
- Verify agg sign. (block poof in the incoming block) with a given a Public Key (Long term ledger Id) -- This can be achieved when some parts of ""TSS Library"" are available.
Alternatives
No response