-
Replacing `@solana/wallet-adapter-walletconnect` with `@walletconnect/solana-adapter@0.0.1-beta.0` adds around 1.5 mb to my bundle. (before compression)
That is way too much for a wallet connector,…
-
When I run the anchor commands `pnpm anchor-build`, `pnpm anchor-localnet`, etc it gives me the error
```
error: no such command: `build-sbf`
View all installed commands with `cargo --list`…
-
Functions like `create_metadata_accounts_v3`, and other SPL functions (for eg, token2022 program and its corresponding functions) present in `anchor-spl` crate are not supported.
This issue is blo…
-
Can I obtain Solana event
-
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 …
-
1. Change the `PROGRAMIDS` in `config.ts`
```diff
- export const PROGRAMIDS = MAINNET_PROGRAM_ID;
+ export const PROGRAMIDS = DEVNET_PROGRAM_ID;
```
Also
```diff
- marketProgramId: MAINNET_PROG…
-
Hi, I'm experiencing an issue here when send the transaction to the sendTransaction from the MobileAdapter, I have the following error:
```
WalletSendTransactionError: Found no installed wallet that…
-
**Describe the bug**
Solana addresses don't start with 0x ... but the placeholder in the add address field says "0x ..."
**To Reproduce**
Steps to reproduce the behavior:
1. Go to 'manage addres…
-
When running `cargo build --release --target sbf-solana-solana` inside `nix develop github:nasadorian/solflake`, you'll get an error that
```
Could not start dynamically linked executable: cargo
Ni…
-
I haven't tested it much, but someone wrote this awesome [solana-nostd-entrypoint](https://github.com/cavemanloverboy/solana-nostd-entrypoint/tree/main) crate.
I just played around with a feature-f…