-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🚧 | B4: Integrate IPC and Mir into a production system #7
Labels
Comments
This was referenced Dec 6, 2021
2022-09-26✋ Attendees
📣 Updates
🧵 Discussion🎯 Up next
|
This was referenced Oct 3, 2022
2022-10-03✋ Attendees
📣 Updates
🎯 Up next
|
2022-10-10📣 Updates
🧵 Discussion🎯 Up next
|
2022-10-17📣 Updates
🧵 Discussion
🎯 Up next
|
2022-10-25✋ Attendees📣 Updates
🧵 Discussion
|
2022-10-31✋ Attendees
📣 Updates
🧵 Discussion
🎯 Up next
|
2022-11-07✋ Attendees
📣 Updates
🧵 Discussion
🎯 Up next
|
2022-11-14✋ Attendees
📣 Updates
🧵 Discussion🎯 Up next
|
2022-11-21📣 Updates
🧵 Discussion
🎯 Up next
|
jsoares
changed the title
🚧 | B4: Integrate B3 and Y3 into a production system
🚧 | B4: Integrate IPC and Mir into a production system
Nov 28, 2022
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@jsoares commented on Wed Nov 24 2021
Description
Once we have a production-level implementation of hierarchical consensus (#6) and efficient subnet consensus protocols (#9), the next step is to combine them into a production system, deployable on the Filecoin mainnet.
Scope
Interplanetary Consensus (IPC) is a framework to enable on-demand horizontal scalability of Filecoin through the deployment of subnets (self-governing chains) that spawn their own state, validate messages in parallel, and seamlessly interact with any network in the hierarchy, as well as the Filecoin mainnet. Subnets can run different consensus algorithms, adjusting to the needs of the application. IPC is complementary to the programmability introduced by FVM, in that it provides a framework to further program the Filecoin network, accommodating a wide variety of use cases while overcoming potential consensus bottlenecks.
This project combines the outputs of #6 and #9 into a production implementation of IPC. It ends with actual real-world deployment but, as a first step towards that, it will launch Spacenet.
Dependencies
Roadmap
eta: 2023-12-31
children:
Talks
2022-10-27, Interplanetary Consensus: Scaling Blockchains with Subnets in an Easy-to-Trust Model
2022-10-27, Interplanetary Consensus: Now Playing in Eudico Near You
2022-10-27, Applications of IPC
2022-10-27, Building Modular and Scalable BFT Consensus Using the Mir Framework
Demos
2022-10-14, uptimeChecker — an FVM actor & service for cluster management
2022-12-05, Spacenet
2022-12-05, IPC FVM Actors Implementation
2023-03-21, Running an IPC Subnet
Resources
The text was updated successfully, but these errors were encountered: