Michalis Kargakis

Results 39 issues of Michalis Kargakis

It'd be great for the plugin to be able to verify in Sourcify the proxies/beacons it deploys.

The action as it is currently set up, is not suitable for a mono-repo where the dependency lock file exists at the top-level of the repo and the target directory...

Currently missing is the estimation of proof quality.

Ref verifier can be found in https://github.com/Chia-Network/chia-blockchain

afero can easily integrate cloud backends so we should be able to plot an S3 or GCS bucket. As a matter of fact, there are outstanding PRs for both backends...

Need to take memory and CPU profiles of the plotter to identify bottlenecks in the code.

Ensure proofs returned by the prover are verified internally by leveraging the same verification code used by the verifier.

hex encoding takes up twice the necessary space for an entry. Maybe flatbuffers can be used here: https://google.github.io/flatbuffers/

Currently set to 64 and 32 bits respectively. These are tracking byte positions in the file so need to consider large file sizes.