Jacob Creech

Results 16 issues of Jacob Creech

Would be awesome if you could push back to a git repo if you imported it into the workspace

help wanted
github

Recently offline message signing was shipped to Ledger and it doesn't look like it is fully supported on Realms. See: https://twitter.com/knox_trades/status/1602381928174419969 Context for Ledger Offline Message Signing: https://github.com/solana-labs/solana/blob/e80f67dd58b7fa3901168055211f346164efa43a/docs/src/proposals/off-chain-message-signing.md

**Problem**: Governance DAO metadata is currently added to [a json file](https://github.com/solana-labs/governance-ui/blob/main/public/realms/mainnet-beta.json) to show up on the realms deployed UI. This is not scalable and if DAOs ever get popular on...

### Problem For writing code within markdown, we're often writing it directly in it. This causes problems if we want to write tests on it later down the line. ###...

The main token extensions page can be improved. Feedback as follows: > a couple of suggestions on docs-related improvements for extensions - it’d be useful to split up the extensions...

The RPC API for the method `getRecentPrioritizationFees` is not including all the information required to use the method effectively. The [source code](https://github.com/solana-labs/solana/blob/master/runtime/src/prioritization_fee_cache.rs#L405-L431) suggests that the recent prioritization fees are calculated...

During some user experience tests, users were having trouble figuring out how to deploy the program. They found the build button on the main screen, but expected the deploy program...

enhancement
deploy

### Problem ``` "i18n/ru/content/guides/getstarted/local-rust-hello-world.md" of type "GuideRecord" has the following incompatible fields: • date: "" ``` ### Proposed Solution Have some way to avoid this error in the future. Maybe...

## Problem Anchor uses borsh 0.10 which is really old at this point ## Solution Upgrade to latest for major release

v1.0.0-blocker

## Problem Currently when a docs change is made, all tests are run. That's not a requirement for a docs change, as docs change don't touch any actual Anchor code....