Open szg251 opened 1 year ago
Comment by: gege251 Original date: 2022-10-12 15:24:40 UTC
UPDATE: this is quite low priority at the moment, the current goal is to build an MVP, and it's okay if it can only handle fewer committee members
Comment by: gege251 Original date: 2022-10-12 15:24:40 UTC
UPDATE: this is quite low priority at the moment, the current goal is to build an MVP, and it's okay if it can only handle fewer committee members
Possibly related to #64
Issue by: gege251 Original date: 2022-10-12 13:23:47 UTC Originally opened as: mlabs-haskell/trustless-sidechain/issues/242 Original assignees: Status on 2023-06-20: open
Description
As described in input-output-hk/trustless-sidechain#223, we have some performance regression:
and update the
UpdateCommitteeHashMessage
toAlso, we can't have committees of 100 people because the saveRoot endpoint runs into performance issues. Perhaps it would be worth optimizing our onchain verifyMultiSig function.
Blocked By
input-output-hk/trustless-sidechain#223
Goals
Tests
Links