-
Domain separation is done by prefixing account discriminators and instruction hashes with a `` prei-image. Instructions are prefixed with `::` where as accounts are prefixed with `:`. Colon count sho…
-
From #2534
still needs consideration.
"Tissueness" is still an attribute of a catalog record, not a specific part.
How things like disposition affect "tissueness" (or search, or whatever ya'll do…
-
-
# named
account A have 2 derived account key C and D, they are both derived from A key, plus some string representing entity type, like "C" and "D". A, B, C all owned by my program
it would be o…
-
Javascript implementation can be found here: https://github.com/raydium-io/raydium-ui/blob/b2b3e773e902db7f6e53ecfc53d5e6db836b4aac/src/utils/stake.ts#L275
-
There is a bug in Sollet.io! When I want to send my SOL back to my Binance Wallet I get a error message ...
failed to send transaction: Transaction simulation failed: Error processing Instruction 0…
-
The existing `#[account(associated)]` api should just check the seeds provided indeed result in the correct associated address. It shouldn't create the PDA account, as it currently does.
Instead, w…
-
Related https://github.com/project-serum/anchor/issues/134
-
Hi! At first, thank you for the awesome project! I'm testing it for a week now and I see it's all stable, but the CPU load average differs from 16 to 100+ day to day for my setup process 140+ Serum ma…
-
Using program derived addresses for account data is cumbersome. One has to
* allocate space for the account, manually adding `8+` for the account discriminator
* invoke the system program's creat…