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

Using https://free-rpc.nethermind.io/sepolia-juno endpoint Encountered issue that if i query event and filter by complex component key node will fire for me events that not satisfy filter. I didn't manage to...

Bug
no-stale

Use all content on SnapSync (clips, slides, quick-and-dirty implementation) to put down a high-level SnapSync algorithm specification in pseudo code or sequence/flow diagrams. This should be the baseline for identification...

Given the following scenario: - `Node A` is a feeder node. - `Node B` is a regular P2P node. - `Node A` is online first. `Node B` syncs successfully from...

Currently we handle left and right proofs separately but it [seems](https://github.com/starknet-io/starknet-p2p-specs/blob/main/p2p/proto/snapshot.proto#L24) that we need to merge the proofs. Implement the logic to merge and de-merge the proofs

**Problem** Currently, if we try to fetch the block (lets say 1,000,000) from the feeder we get `400 Bad Request` which is a generic error. Meanwhile the feeder gateway shows:...

Good first issue
Synchronisation
no-stale

### Description Fixes #2205 Fixes #2207 Fixes #2232 The difference between the previous implementation of `juno_subscribeNewHeads` is that it supports streaming historical block headers up to 1024 blocks ago, as...

Going on with #2035

Juno panics and exits when it receives a Transaction message with a `nil` `transaction_hash` in P2P sync. According to the Starnet P2P spec, `transaction_hash` is required, but this could happen...

Bug
P2P