-
Notifications
You must be signed in to change notification settings - Fork 33
Devlog 2023 03 21
- Current Iteration 🗓️
- Iteration Goals 🎯
- Iteration Results ✅
- External Contributions ⭐
- Upcoming Iteration 🗓️
- Feedback and Open Discussion 💡
- Contribute to V1 🧑💻
- About Pocket Network 💙
- Duration: March 8 to 21st 2023
- Backlog
- M1: PoS
- Finish the state sync MVP
- Build a foundation for rollbacks
- Get Raintree working with LibP2P
- M2: DoS
- Cont. deploy localnet in a remote environment
- Build Node resource dashboard foundations
- M3: RoS
- Implement the Session Protocol to enable session generation in V1
- Completed
- In Review
- In Progress
- https://github.com/pokt-network/pocket/issues/530 🐛
- https://github.com/pokt-network/pocket/issues/554
- https://github.com/pokt-network/pocket/issues/508
- https://github.com/pokt-network/pocket/issues/473
- https://github.com/pokt-network/pocket/issues/352
- https://github.com/pokt-network/pocket/issues/307
- https://github.com/pokt-network/pocket/issues/197
- https://github.com/pokt-network/pocket/issues/327
- https://github.com/pokt-network/pocket/issues/525
- https://github.com/pokt-network/pocket/pull/573
- https://github.com/pokt-network/pocket/issues/194
- Duration: March 8 to March 21 2023
- Backlog Candidates
Q: Does any other blockchain use PostGres as part of their state layer? I was excited to be able to query the state of the blockchain using SQL.
A: Last we checked the answer was no :) however, if you look at the Cosmos SDK they spent a lot of time looking into it, but it was too difficult to integrate into their legacy infrastructure, similar to Celestia's intention to build their own Merkle Trees but ultimately using IAVL. Newer systems like Aptos or Espresso Systems might have taken a similar approach to us, but we would have to double check.
Q: Once we have gone through testnet/localnet, etc. and are running nodes on mainnet, is the intention for them to be run on a Kubernetes cluster, or is this only for devnet purposes?
A: We have no expectations for the node runners to all utilize Kubernetes. Docker images are container images that can run on any container platform and we are going to supply binaries as well. We will also have documentation on how to spin up simple versions of Kubernetes that can run on one machine and Kubernetes operator to help configure and provision in an automated fashion.
V1 is an open source project that is open to external contributors. Find information about onboarding to the project, browse available bounties, or look for open issues in the linked resources below. For any questions about contributing, contact @jessicadaugherty
Pocket Network is a blockchain data platform, built for applications, that uses cost-efficient economics to coordinate and distribute data at scale.
Contents
- Home
- Persistence
- Changelog
-
Persistence
- Indexer
- Rpc
- Runtime
- State_Machine
-
Guides
- Roadmap
-
Guides
- Learning
- Guides
-
Guides
- Contributing
- Devlog
-
Guides
- Dependencies
-
Guides
- Releases
- Guides
- P2P
-
Shared
- Crypto
- Shared
-
Shared
- Modules
-
Build
- Config
- Consensus
-
Guides
- Telemetry
- Utility
- Logger