fuel-block-committer icon indicating copy to clipboard operation
fuel-block-committer copied to clipboard

KZGConfig to be loaded from static bytes

Open segfault-magnet opened this issue 7 months ago • 0 comments

Currently we're loading trusted_setup.txt into our binary's RO only to write it out to a file again during runtime so that it may again be read.

We should rewrite this so that the config is loaded from the bytes in the binary's RO data.

segfault-magnet avatar Jul 17 '24 22:07 segfault-magnet