Samuel Vanderwaal

Results 10 issues of Samuel Vanderwaal

#### Problem Solana v1.8.x relied on [curve25519-dalek ^v2.1.0](https://crates.io/crates/curve25519-dalek/2.1.3) which itself has a zeroize dependency of ^1. However, Solana v1.9+ rely on curve25519-dalek ^v3.2.1 which limits zeroize to a range of...

dependencies

Use a builder pattern similar to [what Goose does](https://github.com/metaplex-foundation/goose/blob/main/src/setup.rs) to refactor Metaboss config set up and parsing to be cleaner.

good first issue

#### Problem Solana frequently ships versions of libraries used by developers that are not compatible with with [Semantic Versioning](https://semver.org/) which leads to numerous dependency issues in downstream libraries. One of...

community

For instructions with single arguments we should discuss/consider supporting Rust type aliases so something like this: ```rs pub struct SetCollectionSizeArgs { pub size: u64 } #[account(0, writable, name="collection_metadata", desc="Collection Metadata...

enhancement
priority: med

Frees up 30k of binary space by removing all the hard-coded error message strings and extracting them to an external file. Clients that want to display the full message can...

### Feature Some users report confusion/concern about not knowing how much upload and deployment costs, especially if those steps initially fail. Estimating fees for at least `deploy` should be fairly...

enhancement
good first issue