Concordium / concordium-governance-committee-voting

This repository holds the components required to facilitate elections for the Concordium governance committee
Apache License 2.0
3 stars 8 forks source link

[election contract] Remove guardian keys from "viewConfig" entrypoint #143

Closed soerenbf closed 5 months ago

soerenbf commented 6 months ago

As the guardian keys are very big in terms of size, it is not feasible to include these as part of the config response from the guardian contract.

As an example, with 11 guardians the viewConfig response is 100kb and takes the web-sdk (by using the contract schema) a few seconds to parse.