juno
juno copied to clipboard
Starknet client implementation.
As https://github.com/NethermindEth/juno/blob/main/vm/vm_test.go#L134, your test for `vm.Execute()` is filling nil transaction into it. I think we should add more tests with real cairo contracts to complete it. We make a test...
During a blockchain reorganization, Juno currently waits until the sequencer reaches Juno's current block state before beginning to roll back blocks. This delay can result in Juno returning outdated data...
I've found several outdated links to Starknet documentation and one link to Nethermind docs. This PR updates all links to actual documentation while preserving the linked topic.
to avoid sending 429s after waiting for 30s, due to feeder rate limiting.
## Description Currently, the README for the Juno Node setup provides comprehensive details on installation and running the node using Docker. However, it lacks instructions for updating the Juno Node....
Since go 1.18 we have a new kind of tests - [Fuzzing](https://go.dev/security/fuzz/). Looks like they can help us to find edge cases for tests
It should be easy to configure the public key or identity of the sequencing node.