Daniel Olshansky

Results 68 issues of Daniel Olshansky

Just investigation https://github.com/pokt-network/pocket/assets/1892194/e73b52e1-4b32-4093-aa2b-4fd6373c077e

small

## Description ### Summary generated by Reviewpad on 21 Jul 23 19:52 UTC This pull request includes several file diffs with various changes. Here is a summary of the changes:...

large

## Objective Document (visually) the current & future state of consensus orchestration and block validation ## Origin Document - #890 - [Notes on consensus internal orchestration](https://www.notion.so/pocketnetwork/Notes-on-consensus-internal-orchestration-a8f4a37e609e479b826b96270bff38e0?pvs=4) ## Goals - **Leverage...

documentation
consensus

### Problem description The auto-generated OpenAPI spec in the Cosmos SDK is bug-prone per the description [here](https://github.com/cosmos/cosmos-sdk/issues/19268). This feature request is an ask of the fern ecosystem, with experience and...

## Describe the Bug We're hitting the following issue in this PR: [pokt-network/poktroll/pull/344](https://github.com/pokt-network/poktroll/pull/344) ``` [api]: Found 5 errors and 6 warnings. Run fern check --warnings to print out the warnings....

openapi

Stack trace: `$ flake8-rst --filename="*.rst" .` ``` Traceback (most recent call last): File "/Users/olshansky/.pyenv/versions/3.7.7/bin/flake8-rst", line 10, in sys.exit(main()) File "/Users/olshansky/.pyenv/versions/3.7.7/lib/python3.7/site-packages/flake8_rst/cli.py", line 16, in main app.run(argv) File "/Users/olshansky/.pyenv/versions/3.7.7/lib/python3.7/site-packages/flake8/main/application.py", line 363, in...

```bash go test -v -count=1 -run TestTiger_Encode ./app/... ```

## Goal My goal is to add a "Subscribe" button on the front page linking to my email provider of choice. ## What I've looked into 1. Override `index.html` -...