-
## Description and context
The Solana Token Bridge requires the recipient of an inbound transfer to be the Associated Token Address (ATA) for the receiver + mint address.
Without knowing this d…
-
Currently solana-go only allows creating non-idempotent instruction for the `associatedtokenaccount.NewCreateInstructionBuilder` program instruction.
It would be nice to allow it to be created usin…
-
While running the example code:
```python
from pyserum.connection import get_live_markets, get_token_mints
print("tokens: ")
print(get_token_mints())
print("markets: ")
print(get_live_markets(…
-
0xAsen
High
# get_price.rs - Missing Ownership Validation on Oracle Accounts
## Summary
The contract does not verify that the `price_update` and `quote_price_update` accounts used to fetch oracle …
-
I’m trying to run the tests as outlined in the README, but I keep getting errors in the output. I’m new to the Solana ecosystem, so any guidance would be greatly appreciated!
```sh
1) initialize t…
-
src/RaydiumSwap.ts:109:7 - error TS2353: Object literal may only specify known properties, and 'makeTxVersion' does not exist in type 'LiquiditySwapInstructionSimpleParams'.
109 makeTxVersi…
-
**Problem:**
It is possible to brake external programs which use token extension with transfer hook if it requires more than 6 additional extra account meta.
sdk function `invoke_transfer_checked`…
-
Hi,
I've deployed a Token2022 on Solana and deployed Metadata using Metaplex, yet when I receive tokens to my Nightly wallet it doesn't show the logo I can see on Solana Explorer
![image](https://gi…
-
## Severity
Critical Risk
## Description
The `ld2sd_rate` (local-to-shared decimal rate) can be manipulated by the initializer through the exploitation of the `MintCloseAuthority` extension i…
-
Hi,
first of all I think you have done an excellent job at creating a Python version of the Solana CLI!
I have seen the[ SPL client](https://michaelhly.github.io/solana-py/spl.html) it seems to re…