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

Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 5.2.1 to 5.2.3. Release notes Sourced from eslint-plugin-prettier's releases. v5.2.3 Patch Changes #703 9c6141f Thanks @​BPScott! - Add name field to recommended flat config v5.2.2 Patch Changes...

Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 9.1.0 to 10.0.2. Release notes Sourced from eslint-config-prettier's releases. v10.0.2 Patch Changes #299 e750edc Thanks @​Fdawgs! - chore(package): explicitly declare js module type v10.0.1 eslint-config-prettier 10.0.1 What's...

Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.66 to 0.10.71. Release notes Sourced from openssl's releases. openssl-v0.10.71 What's Changed Expose rc2 ciphers on symm::Cipher by @​alex in sfackler/rust-openssl#2361 add full Apache license file to...

automerge

Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) from 6.0.1 to 6.0.2. Release notes Sourced from serialize-javascript's releases. v6.0.2 fix: serialize URL string contents to prevent XSS (#173) f27d65d Bump @​babel/traverse from 7.10.1 to 7.23.7 (#171)...

dependencies
javascript

Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.1 to 44.0.1. Changelog Sourced from cryptography's changelog. 44.0.1 - 2025-02-11 * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.4.1. * We now...

dependencies
python

Bumps [curve25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek) from 2.1.3 to 4.1.3. Release notes Sourced from curve25519-dalek's releases. v4.0.0-pre.5 curve25519-dalek is a library providing group operations on the Edwards and Montgomery forms of Curve25519, and on...

dependencies
rust

Example tx: `2LQT3oZSoAyrzAC59wfMfbiZtF74YPcw5rQuaAmBu1FhuVe1f3CZoms8wKETJYVx8q9Bi8wT8v337iMDg4PJysF2` The problem is caused by exact span check [here](https://github.com/solana-labs/solana-program-library/blob/d544111b4cc193394b9bb00ac3e1482bb08a5fa0/token/js/src/instructions/initializeMint.ts#L96) Proposed solution: check if length of the data is equal to 35 (data with empty freeze authority) or...

good first issue

### Problem Running the `transfer` command with the `--no-wait` flag still waits for transaction confirmation. https://github.com/solana-labs/solana-program-library/blob/9d467db8a93034fb2e61857343a1e76e9794f804/token/cli/src/clap_app.rs#L1401-L1404 Given the above description, the expected behavior is to return the transaction signature immediately...

#### Problem In token-cli, there are still some deprecated functions from clap-v2 that should be removed. In particular, we still use input validators, which should be replaced with input parsers....

do-not-close

#### Problem The ScaledUiAmount extension added in https://github.com/solana-labs/solana-program-library/pull/7511 has no support in token-js. #### Proposed solution Similar to the interest-bearing extension support in #3266, add support in token-js.