Ömer Faruk Irmak
Ömer Faruk Irmak
https://github.com/NethermindEth/juno/blob/main/p2p/starknet/handlers.go#L127
https://github.com/NethermindEth/juno/blob/main/p2p/starknet/handlers.go#L135
Stream internally uses a regular pool, there is no way to upgrade it to a `ContextPool`, or `ErrorPool`
Currently, wallet shares its seed with the Flash node for it to create all necessary signatures during a channel's lifetime. This assumes that each user runs their own Flash node,...
Currently, only a single peer (which we call the funding peer) can deposit funds to a flash channel, see if we can overcome this limitation.
a sentinel value could indicate that it is not
``` txpool demotes pending txns only if their nonce is now lower than the nonce in the latest state or the account no longer has enough funds to cover the...
From Evyatar on slack > We also fixed the state commitments (old_root / new_root / state_root) fields to have 0x prefix like all other felts do. Other than that no...