+Ch0pin

Results 85 issues of +Ch0pin

https://github.com/shresthagrawal/eth-pos-superlight-client/blob/master/notes/snark-nipopos.md just saw this - maybe makes sense to take a look at the code written here https://github.com/celo-org/celo-bls-snark-rs, where we build a snark over each validator set rotation which verifies...

Secrets such as Private Keys must remain in memory for as little as possible to minimize chances of extraction via side-channels and similar methods. They must also never be logged....

enhancement

1. Ask it "code review this branch against this other branch" 2. Gives you a `git add -p`-like interface which also shows an explanation of each patch 3. Then you...

idea

@sorpaas unfortunately #92 wasn't sufficient because we have our own `MemoryStackStateOwned` implementation which owns the backend, so we do need to access the substate's method, instead of via the `MemoryStackState`....

[https://twitter.com/gakonst/status/1790770389523583163](https://twitter.com/gakonst/status/1790770389523583163) ## Fuzz tests Fuzzing-testing specific improvements, continuation of https://github.com/foundry-rs/foundry/issues/4433 ### UX/Features #### High - https://github.com/foundry-rs/foundry/issues/4300 - https://github.com/foundry-rs/foundry/issues/990 - https://github.com/foundry-rs/foundry/issues/8788 #### Nice to have - https://github.com/foundry-rs/foundry/issues/4271 - https://github.com/foundry-rs/foundry/issues/8117 - https://github.com/foundry-rs/foundry/issues/4097...

A-testing
T-meta