juno
juno copied to clipboard
Starknet client implementation.
Right now RPC adapters are cluttering the `rpc` package.
Ensure Tx V0 are support as per https://docs.starknet.io/documentation/architecture_and_concepts/Network_Architecture/transactions/
Currently remote db doesnt emit any events that db.EventListener expects. https://github.com/NethermindEth/juno/blob/82e738efe30b7a748704330a24bd4811d59cb242/db/remote/db.go#L53-L55
Update README.md: - Align Roadmap ("Phase 1/Phase 2/Phase 3/ Phase 4") with https://www.nethermind.io/juno and indicate progress - Add "Quick start" section to provide the shortest possible sequence to setup and...
For example, caching latest storage of popular contracts (like ERC20 ETH, USDC etc) should give a decent boost to call/estimateFee/simluate requests that node gets
``` ERROR node/node.go:255 Service error {"name": "*l1.Client", "err": "retrieve Ethereum chain ID: daily request count exceeded, request rate limited"} ``` We probably should demote such errors to warnings and keep...
Useful for tracking the status of transactions.
- Initial Juno sync process: - Implement the ability for Juno node to run in one of two modes: 1. "bootstrap node" sync - syncing from from Feeder gateway, -...
Test the P2P network "golden scenario": - launch bootstrap node - launch N normal nodes - measure the time after which all nodes get synced up to the latest state...
Add links (e.g https://youtu.be/kh7f_Mvgpak?feature=shared) to presentations and slides by Juno team members in the docs to help improve the docs.