mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-13 13:43:30 +00:00
added all roadmap phases for sharding
Former-commit-id: 04f5fb76b8ef008a66f4e5361cc4ea56d7baa453 [formerly c5f714b9f48d0dc69b6f88916c83543b1cb36d23] Former-commit-id: 4c16327f354ee7276d62a31dcad6444b05b70c82
This commit is contained in:
parent
2f2f68009d
commit
bda2415416
@ -106,12 +106,32 @@ Among its basic responsibilities, the SMC is be responsible for reconciling coll
|
||||
|
||||
# Roadmap Phases
|
||||
|
||||
Prysmatic Labs will follow the updated Phase 1 Spec posted on ETHResearch by the Foundation's research team to roll out a local version of qudratic sharding. In essence, the high-level sharding roadmap is as follows:
|
||||
Prysmatic Labs will follow the updated Phase 1 Spec posted on [ETHResearch](https://ethresear.ch/t/sharding-phase-1-spec/1407) by the Foundation's research team to roll out a local version of qudratic sharding. In essence, the high-level sharding roadmap is as follows as outlined by Justin Drake:
|
||||
|
||||
1. **Phase 1:** Basic SMC shard system with no cross-shard communication along with a proposer + collator node architecture
|
||||
2. **Phase 2:** Receipt-based, cross-shard communication
|
||||
3. **Phase 3:** Require collation headers to be added in as uncles instead of as transactions
|
||||
4. **Phase 4:** Tightly-coupled sharding with data availability proofs and robust security
|
||||
- Phase 1: Basic sharding without EVM
|
||||
- Blob shard without transactions
|
||||
- Proposers
|
||||
- Proposal commitments
|
||||
- Collation availability challenges
|
||||
- Phase 2: EVM state transition function
|
||||
- Full nodes only
|
||||
- Asynchronous cross-contract calls only
|
||||
- Account abstraction
|
||||
- eWASM
|
||||
- Archive accumulators
|
||||
- Storage rent
|
||||
- Phase 3: Light client state protocol
|
||||
- Executors
|
||||
- Stateless clients
|
||||
- Phase 4: Cross-shard transactions
|
||||
- Internally-synchronous zones
|
||||
- Phase 5: Tight coupling with main chain security
|
||||
- Data availability proofs
|
||||
- Casper integration
|
||||
- Internally fork-free sharding
|
||||
- Manager shard
|
||||
- Phase 6: Super-quadratic sharding
|
||||
- Load balancing
|
||||
|
||||
To concretize these phases, we will be releasing our implementation of sharding for the geth client as follows:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user