Daniel Olshansky

Results 68 issues of Daniel Olshansky

## Objective This ☂️ ticket organizes links, references and details to onboard a `Protocol Engineer to the protocol team.` It acts as a central point of coordination to capture questions,...

documentation
core
core starter task

## Objective Penalize validators that double-signed competing state transitions. ## Origin Document This was discussed during a [core team protocol hour](https://www.notion.so/pocketnetwork/2022-08-02-7c748d2d44434832a29027133ad94fed). Due to Pocket's application-specific stack, we can eliminate the...

consensus
utility

## Objective Leverage pocket specific error codes throughout the entire codebase. ## Origin Document `utility/types/error.go` defines error codes and messages that will return descriptive identifiers to the user. These are...

core
utility
code health

## Objective Make it clear and accessible to newcomers to the database how (and why) data is store in a certain way. ## Origin Document https://github.com/pokt-network/pocket/pull/847#discussion_r1239285490 ![Screenshot 2023-07-03 at 5...

documentation
persistence

## Objective Implement MVP E2E Feature Path A1: E2E Relay- Trustless Relay ## Origin Document **Purpose:** A `Fisherman` makes periodic relays to all `Servicers` during an active session, tracks the...

utility

_EDIT: Currently blocked by https://github.com/pokt-network/pocket/pull/683._ ## Objective Add the first iteration of GeoZones to the utility module. ## Origin Document * The [Utility Protocol Design Spec](https://github.com/pokt-network/pocket-network-protocol/tree/main/utility) * https://forum.pokt.network/t/v1-how-to-enforce-fairness-and-decentralization-a-first-approach/3992 ## Goals...

utility

## Objective A clear & modular to handle and maintain differences and commonalities between different actor protobuf types. ## Origin Document In #550, we tended #313 which consolidated `ActorSpecificParam` and...

core
utility
persistence

## Objective Update comments in `app/client/cli/debug.go` ## Origin Document [This comment](https://github.com/pokt-network/pocket/pull/891/files/04dc0aabcc96f5f66c0a7eade5225a85cd3fab8e..ffbc539459151ad6ba2be89f655b7f43ccd8523f#r1263073164) in #879 ## Goals - Update documentation on the functionality for future developers ## Deliverable - [ ] Update...

p2p

## Objective Set a foundation for automatic, and easy-to-approach, performance profiling on the Pocket Network v1 protocol. ## Origin Document We took an initial step at profiling in [docs/development/PROFILING.md](https://github.com/pokt-network/pocket/blob/main/docs/development/PROFILING.md) but...

infra

# Objective Prepare the consensus module for **Distributed Key Generation (DKG)** and **Threshold SIgnatures (TS)** implementation in the future. Though neither of these mechanisms is going to be fully implemented...

core
consensus