Skip to content

Devlog 2023 03 21

user_name edited this page Apr 14, 2023 · 1 revision

Pocket V1 DevLog Call #5 Notes

  • Date and Time: Tuesday March 21, 2023 16:00 UTC
  • Location: Discord
  • Duration: 55 minutes
  • Recording

Agenda


Current Iteration 🗓️

  • Duration: March 8 to 21st 2023
  • Backlog

Iteration Goals 🎯

  • 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

Iteration Results ✅

External Contributions ⭐


Upcoming Iteration 🗓️


Feedback and Open Discussion 💡

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.


Contribute to V1 🧑‍💻

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

About Pocket Network 💙

Pocket Network is a blockchain data platform, built for applications, that uses cost-efficient economics to coordinate and distribute data at scale.

Clone this wiki locally