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

It's either 0.6 or 0.7 handlers.

Currently, Juno retries failed L1 requests immediately, causing potential spamming of l1 node. We need to introduce a delay between retries to manage load and improve system stability. Sample logs...

no-stale

Increased traffic targeting the `starknet_call` method on our k8s pod pushed CPU usage to 100%, leading to request failures and block sync issues. Subsequent restarts of the pod resulted in...

Bug
DB
no-stale

Tasks: - [x] Leaf proof and verification - ...including the iterator (Rian) - [x] Leaf range (Pawel & Rian) https://github.com/NethermindEth/juno/issues/1871 - [x] Refactor the original PoC code to align with...

SnapSync

Pending Block and State are written to the DB this means that any subsequent runs of Juno when `pending-poll` is disabled would have access to the old Pending Block and...

no-stale

Encountering an "txn hash not found" error when using `starknet_traceTransaction` on pending transactions. The transactions are initially visible through `starknet_getTransactionReceipt` and `starknet_traceBlockTransactions - pending`. However, an immediate trace attempt fails....

Bug

Reduce the overloading of the Transaction keyword.

Good first issue
Trie