stranger80
stranger80
Ensure Tx V0 are support as per https://docs.starknet.io/documentation/architecture_and_concepts/Network_Architecture/transactions/
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...
- 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...
https://github.com/NethermindEth/juno/blob/main/p2p/starknet/handlers.go#L97
# Objective Create a design note and work breakdown structure for the baseline Tendermint implementation in Golang. More details on [notion](https://www.notion.so/nethermind/Tendermint-Consensus-f5f337c7a90046efbcf98fa2eafa8279) ## WIP: notes, design and implementation ## Phase 0...