juno
                                
                                
                                
                                    juno copied to clipboard
                            
                            
                            
                        Starknet client implementation.
Trace log changes
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...
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...
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...
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...
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....
Reduce the overloading of the Transaction keyword.