-
This proposal is about adding support for resizable lists in zero-copy accounts. It comes from existing unusual anchor use in the Mango program and the needs of OpenBook v2.
Resizing accounts and `…
ckamm updated
7 months ago
-
I'm trying to get started with Solana dev, so I may be doing something wrong here. But when I try to run `cargo build-bpf` for a tutorial using this flake, I get:
`BPF SDK path does not exist: /nix…
-
I'd like to use this in Explorer to get support for multiple domain services (we currently only support .sol). See https://github.com/solana-labs/explorer/issues/271
One requirement we have is bei…
-
Anyone working on it?
Need to bump docker solana version to latest.
- New transaction [confirmation strategy](https://github.com/solana-labs/solana/blob/752c851070873a180d815f8b4e447e8b83be2a3…
-
#### Problem
When calling `ProgramTestContext::set_account` twice for the same program `address: &Pubkey`, the second call gets ignored, so the account data will always be the one set on the firs…
-
Currently the Solana crates are filtered out of our [test suite here](https://github.com/Eh2406/pubgrub-crates-benchmark/blob/5362f29e63b26f521e7693544616de0d455f14bf/src/main.rs#L11). For some reason…
-
Solana's ABIs that are exposed to application developers make extensive use of bincode or plain C structs:
* Transaction format.
* Account state and ABI of built-in programs like the stake, budget…
-
Hi
I want to place orders but I dont understand who are owner and payer and what I need to put in this variables.
// Placing orders
let owner = new Account('????????');
console.log(owner)
…
-
When making a CPI call with an UncheckedAccount as signer, the is_signer field doesn't carry through the CPI and so the invoked instruction has no signer.
The current functioning workaround is to r…
-
- **I'm submitting a ...**
[ ] bug report
[ ] feature request
[x] question about the decisions made in the repository
[ ] question about how to use this project
- **Summary**
Hi th…