-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b57dd6b
commit 33c6f96
Showing
1 changed file
with
101 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,101 @@ | ||
# Pocket V1 DevLog Call #5 Notes <!-- omit in toc --> | ||
|
||
- **Date and Time**: Tuesday April 4, 2023 16:00 UTC | ||
- **Location**: [Discord](https://discord.gg/pokt) | ||
- **Duration**: 55 minutes | ||
- [Recording](https://drive.google.com/file/d/1MNaQv4spbxmkbTlivtBHrVIWnY4L8bMe/view?usp=sharing) | ||
|
||
--- | ||
|
||
## Agenda <!-- omit in toc --> | ||
|
||
- [Current Iteration 🗓️](#current-iteration-️) | ||
- [Iteration Goals 🎯](#iteration-goals-) | ||
- [Iteration Results ✅](#iteration-results-) | ||
- [External Contributions ⭐](#external-contributions-) | ||
- [Upcoming Iteration 🗓️](#upcoming-iteration-️) | ||
- [Feedback and Open Discussion 💡](#feedback-and-open-discussion-) | ||
- [Contribute to V1 🧑💻](#contribute-to-v1-) | ||
- [About Pocket Network 💙](#about-pocket-network-) | ||
|
||
--- | ||
|
||
## Current Iteration 🗓️ | ||
|
||
- Duration: March 8 to 21st 2023 | ||
- [Backlog](https://github.com/orgs/pokt-network/projects/142/views/12?layout=table&filterQuery=iteration%3A%22Iteration+12%22) | ||
|
||
## Iteration Goals 🎯 | ||
|
||
- M1: PoS | ||
- Demo State Sync 🥳 | ||
- Finalize rollback direction (JSON vs. Merkle) | ||
- M2: DoS | ||
- Provide team shell access to devnet | ||
- Stand up E2E testing on devnet | ||
- Produce foundations of telemetry dashboards | ||
- M3: RoS | ||
- Identify gaps in session interface implementation requirements | ||
|
||
## Iteration Results ✅ | ||
|
||
- Completed | ||
- https://github.com/pokt-network/pocket/pull/586 | ||
- https://github.com/pokt-network/pocket/pull/587 | ||
- https://github.com/pokt-network/pocket/pull/590 | ||
- https://github.com/pokt-network/pocket/pull/591 | ||
- https://github.com/pokt-network/pocket/pull/561 | ||
- In Review | ||
- https://github.com/pokt-network/pocket/pull/596 | ||
- https://github.com/pokt-network/pocket/pull/577 | ||
- https://github.com/pokt-network/pocket/pull/589 | ||
- https://github.com/pokt-network/pocket/pull/598 | ||
- In Progress | ||
- https://github.com/pokt-network/pocket/pull/627 | ||
- https://github.com/pokt-network/pocket/pull/576 | ||
- https://github.com/pokt-network/pocket/pull/652 | ||
- https://github.com/pokt-network/pocket/issues/473 | ||
- https://github.com/pokt-network/pocket/issues/197 | ||
- https://github.com/pokt-network/pocket/issues/327 | ||
|
||
## External Contributions ⭐ | ||
|
||
- https://github.com/pokt-network/pocket/issues/525 | ||
- https://github.com/pokt-network/pocket/pull/573 | ||
|
||
--- | ||
|
||
## Upcoming Iteration 🗓️ | ||
|
||
- Duration: March 8 to March 21 2023 | ||
- [Backlog Candidates](https://github.com/orgs/pokt-network/projects/142/views/12?layout=table&filterQuery=iteration%3A%22Iteration+14%22) | ||
|
||
--- | ||
|
||
## Feedback and Open Discussion 💡 | ||
|
||
### Q: I saw that Milestones are past due so when I attach issues or PRs I receive notifications. Is this expected? How can I stop receiving these notifications? | ||
|
||
A: Roadmap timelines need to be updated per Q1 results and Q2 planning. Check [here](https://github.com/pokt-network/pocket/blob/main/docs/roadmap/README.md#m1-pocket-pos-proof-of-stake) for the latest updates! | ||
|
||
--- | ||
|
||
## 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 | ||
|
||
- [Configure Development Environment](https://github.com/pokt-network/pocket/blob/main/docs/development/README.md) | ||
- [Available Developer Bounties](https://app.dework.xyz/pokt-network/v1-protocol) | ||
- [V1 Project Board](https://github.com/orgs/pokt-network/projects/142/views/12) | ||
- [V1 Roadmap](https://github.com/pokt-network/pocket/blob/main/docs/roadmap/README.md#m1-pocket-pos-proof-of-stake) | ||
|
||
## 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. | ||
|
||
- [Website](https://pokt.network) | ||
- [Documentation](https://docs.pokt.network) | ||
- [Discord](https://discord.gg/pokt) | ||
- [Twitter](https://twitter.com/POKTnetwork) | ||
|
||
<!-- GITHUB_WIKI: devlog/2023_03_21 --> |