Jacob Turner

Results 38 issues of Jacob Turner

## Describe your changes Simplified the note scanning algorithm so that it does not require a merge operation when new keys are introduced into the wallet. Instead of having two...

Resolves #2495 ## Describe your changes It now fully initializes the node and outputs logs before sleeping until genesis start time. Previously it would not start any processes until genesis...

## Describe your changes Previously, the scanning of MASP notes was done as part of various MASP commands. This moves that logic into a separate command so that it can...

Because wasmer only supports certain cpu instruction sets, servers without those will be unable to process wasm properly. This will cause them to diverge from the chain fairly silently. On...

good first issue
prio:high
namada

The field here https://github.com/anoma/namada/blob/a7e581ab9ddddecc0cea2539cd32dbdbb2d867ff/crates/state/src/lib.rs#L124 is actually always a hash of an empty vector. However, this field is not used meaningfully anywhere. It should probably just be removed.

bug
pre-mainnet

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

Based on a partial code coverage report for tarpaulin, we should increase the code coverage of `apps/src/lib/node/ledger/shell/finalize_block.rs`. This following code paths should be covered - [ ] The `update_state` function...

ledger
testing
pre-mainnet

The app root hash field is stored along with all data to disk. On restart, the hash field is read but not checked against the data that has been reloaded....

pre-mainnet

In tpke, the `thiserror` version was pinned to `1.0.30`. We need `1.0.37` for dependency resolution in namada.

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

merged to draft
ready for draft