-
Formally, it is a great idea to include Statens Serum Institut (SSI) as a copyright holder and funder of this project.
I have done so for my own project and have discovered a nice feature, while d…
-
# Early Access: Mobile Wallet Adapter & Wallet Standard
Solana Labs is about to release a new version of the React Wallet Adapter that comes with support for the Solana Mobile Stack’s Mobile Wallet…
-
## Initial Request
### Goal
_Describe what you're trying to accomplish. This is the only necessary step to start this process. The Committee is available to assist with all other steps. Please cle…
-
**- Describe the issue or question:**
Hello,
I'm attempting to use the new diaTracer function in Fragpipe with diaPASEF data for no-enzyme peptidomics. Attaching the log file here. diaTracer seemed …
-
Related: https://github.com/project-serum/anchor/issues/1329
-
Hi,
According to the specification, if you want to encode 16 bits samples, you need the `flags = 0x0C` while it currently sets `flags = 0x04` which is for 15 bits samples.
Reference: https://git…
-
I got this error after updating Solana-cli to 1.9.4 and Anchor-cli to 0.20.1 and other local npm versions... please help.
Local npm package: @project-serum/anchor 0.18.2
Solana program dependencie…
-
Sorry if this is the wrong place but I think this is a bug? I'm trying to pass in the raydium liquidity pool v4 program account or the serum/openbook program account in an instruction, but the test ha…
-
#### Problem
Implement [EIP-747](https://eips.ethereum.org/EIPS/eip-747) similarly how Ethereum does it, to be integrated with wallet providers.
#### Proposed Solution
Request:
```json
curl h…
-
When I try to init a pda using the following, all is well:
```
#[derive(Accounts)]
pub struct CreateBlockRoot,
#[account(
init,
payer = user,
space = 8 + 4 + 4 + …