Rian Hughes
Rian Hughes
The test data should come from the Sepolia network, not the Goerli network. See PR https://github.com/NethermindEth/juno/pull/1793 for more details
I think it would be a good idea to break this into much smaller issues that interns etc could work on. I've opened a new issue here https://github.com/NethermindEth/juno/issues/1758
> I tried to implement `NodesFromRoot` Mock... but I'm facing little difficulty in doing so... Can you please have a look at the code and tell me what I'm doing...
See this branch for prototype implementation https://github.com/NethermindEth/juno/tree/proto/p2p-snap-sync
Note: Starknet updates the 0x1 contract after the 10th block (see [here](https://docs.starknet.io/architecture-and-concepts/network-architecture/starknet-state/#address_0x1)). This is the cause of the state-diff commitment change after the 10th block despite no incoming transactions, which...
Note: the token contract should be updated to remove the assertions that the permissioned_minter can't be the zero address (when calling the token constructor blockifier, the sender address is the...
You should also remove the changes to cmd/juno, and the juno/*.sst files. After that run `make format`, `make lint`, and fix any lint errors. Finally, just make sure the tests...
Note: I still need to account for edge cases (eg either single or no proof), but it would be useful to have a set of eyes on this now Update:...
This PR is / can be replaced by this https://github.com/NethermindEth/juno/pull/1901
closing for https://github.com/NethermindEth/juno/pull/1901