solana-program-library icon indicating copy to clipboard operation
solana-program-library copied to clipboard

A collection of Solana-maintained on-chain programs

Results 122 solana-program-library issues
Sort by recently updated
recently updated
newest added

@joncinque responded to most of your comments. sorry for the delay

community

Creating a memo to send to satisfy the required memo extension could be easier with the addition of a `createMemoInstruction` helper function. What is required right now: ```ts const message...

[fd6ee0e](https://github.com/solana-labs/solana-program-library/pull/6376/commits/fd6ee0efbf94d39b9ad151e9fed74c14f9488a4f): Upgrade to clap version `3.2.23` and change dependency `solana-clap-utils` --> `solana-clap-v3-utils` [145285f](https://github.com/solana-labs/solana-program-library/pull/6376/commits/145285f3b3266b3b0ec473d22b66afb78773607c), [515ddc4](https://github.com/solana-labs/solana-program-library/pull/6376/commits/515ddc4c5636684dc9f878c0a0022a4f5b45804e), [ad1fa87](https://github.com/solana-labs/solana-program-library/pull/6376/commits/ad1fa8755e2e654e2cdb90badade35ea6be5b9c5): Lifetimes were removed from `ArgMatches`, `Arg`, and `App` with clap-v3 (https://github.com/clap-rs/clap/pull/4223, https://github.com/clap-rs/clap/issues/2150, https://github.com/clap-rs/clap/issues/1041), so they...

do-not-close

Handle potential serialization errors gracefully rather than using unwrap(), which could cause the program to panic at runtime.

community

Try to solve #6577 update `empty_node_cache` promptly.

community
stale

Hi friends! Happy holidays to all that are celebrating! :) As 2021 draws to a close would like to propose additional features / open standards to incorporate into SPL Token,...

stale

#### Problem As pointed out at https://github.com/solana-labs/solana-program-library/issues/6655#issuecomment-2085980581, we're missing some documentation about how to actually perform a transfer with a memo. #### Solution Add a CLI and JS example. Closes...

#### Problem The serialization format for the `next*` fees was changed in 1.0 to take effect two epochs later instead of one. This breaks the previous serialization format used in...

I've added a `createSendMemoInstruction` as a helper for the required memo extension.

community