Michalis Kargakis

Results 39 issues of Michalis Kargakis

Which is weird and needs to be looked at

https://github.com/rs/zerolog Move commented logs in the trace or debug level

Currently there is only one checkpoints table used which cannot be loaded in memory if too large. Add second checkpoints table as documented in https://www.chia.net/assets/proof_of_space.pdf

As documented in https://www.chia.net/assets/proof_of_space.pdf

As documented in https://www.chia.net/assets/proof_of_space.pdf

Currently the number of tables is hardcoded to 7, following the reference implementation but ideally it should be configurable so we can request to generate smaller plots which would be...

Is it possible to replace the [use of `openssl`](https://github.com/paradigmxyz/artemis/blob/5311f4b7658696a4b1f8ad70de804bf1042f0062/Dockerfile#L29) with rustls? If so, you should be able to change the runtime image to use distroless which would reduce the image...

It would be nice to provide a boolean CLI flag that when used, a non-zero code is returned in case any findings are reported. Such a feature would be useful...

We tried a UUPS deployment on Base a few moments ago with `deployProxy` (via Hardhat) and the deployment failed midway due to a "nonce too low" issue. The implementation contract...