input-output-hk / partner-chains-smart-contracts

Command Line Tool and Cardano Plutus Contracts for interacting with Partner Chains.
Apache License 2.0
9 stars 2 forks source link

Performance optimisations for the committee hash update #4

Open szg251 opened 1 year ago

szg251 commented 1 year ago

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:

Also, 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

szg251 commented 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

szg251 commented 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

jstolarek commented 2 months ago

Possibly related to #64