Jacob Turner

Results 38 issues of Jacob Turner

## Describe your changes After auditing the abci++ shims, found some small cleanups. ## Indicate on which release or other PRs this topic is based on v0.33.0 ## Checklist before...

merged to draft
ready for draft

## Describe your changes Closes #3052. ## Indicate on which release or other PRs this topic is based on ## Checklist before merging to `draft` - [x] I have added...

merged to draft
ready for draft

## Describe your changes This PR refactors shielded sync to make the following improvements * Allow fetching new masp txs and trial-decrypting notes to happen asynchronously * Parallelize the trial-decryptions...

## Describe your changes Make the internals of ValueSum (in the masp crate) private so we know that invariants of representation are maintained ## Indicate on which release or other...

merged to draft
ready for draft

## Describe your changes Closes #1796 Extends claps `Arg` and `Command` types with namada traits. These add configurable line wrapping and hyphenation policies. Also sets help to always be on...

merged to draft
ready for draft

In order to quickly sync nodes, we need to enable the state sync protocol supported by Cometbft. An initial write-up has been created [here](https://hackmd.io/xAeRQtArRom-Ti3DUMkBXg). Tasks: - [x] Add the ability...

## Describe your changes Addresses the remaining points of Issue #3307 - Adds chunking logic to snapshots - Implements the `OfferSnapshot` ABCI call - Implements the `ApplySnapshotChunk` ABCI call ##...

In order to improve shielded sync, we need to address several issues across several PRs. Phase 1. - [ ] When fetching notes, connections and related failures should not halt...