juno icon indicating copy to clipboard operation
juno copied to clipboard

Starknet client implementation.

Results 334 juno issues
Sort by recently updated
recently updated
newest added

Add new block listener and propagation logic

P2P

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...

Good first issue
Test
no-stale

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...

Synchronisation
no-stale

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.

no-stale

## 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

Test

It should be easy to configure the public key or identity of the sequencing node.

P2P
Sequencer