Rian Hughes

Results 22 issues of Rian Hughes

Context: the Goerli network is being deprecated, but Juno tests still rely on it. The tests that rely on Goerli should be updated to use the Sepolia network instead. RPC...

no-stale

The goal is to generate inputs for a STARK Prover, using Juno blocks+state. - [X] Look into the different options on how we can generate Prover inputs. Namely the CairoRunner...

Sequencer
no-stale

Lavanet https://docs.lavanet.xyz/ allows users to run api providers, and gain rewards in decentralized manner. An interesting issue would be to write a guide showing how users can run Juno on...

I think [this](https://github.com/NethermindEth/juno/blob/main/node/node.go#L59) and [this](https://github.com/NethermindEth/juno/blob/main/cmd/juno/juno.go#L48) should be removed

closes: https://github.com/NethermindEth/juno/issues/1851

this branch takes the work from feature/sequencer and applies it on top of main (saves me going through a nasty rebase on feature/sequencer)

follow logic defined in pathfinders get_proof() and verify_proof() functions

Need to co-author @asdacap closes: https://github.com/NethermindEth/juno/issues/1849

Merging https://github.com/NethermindEth/juno/compare/main...feature/sequencer into main, by cherry-picking

Note: this is an exercise - it's NOT to be merged