-
The open orders account should be a user associated PDA to eliminate calls to getProgramAccounts and provide better UX.
-
base_vault, quote_vault and ideally the orderbook account would all be PDAs associated with the dex state.
-
I got an error when doing `npm i -g @bonfida/sns-deploy` as shown in the screenshot below:
Thanks!
-
![Screen Shot 2021-08-22 at 8 27 54 PM](https://user-images.githubusercontent.com/32071703/130386190-abb50f65-0b9c-4166-afea-6a9e093a8f65.png)
-
When going to a Metaplex store the pages on the website take a long time (more than 30 seconds) to load. All you can see is the spaces for the NFT's and their details loading indefinitely
-
A bunch of projects on the solana blockchain that rely on `zeroize` broke because of a recent update.
Eg the examples in [anchor](https://github.com/project-serum/anchor) don't compile, and neither…
ilmoi updated
3 years ago
-
For release schedule
when parsing the input the cli looks for `release-times`
https://github.com/Bonfida/token-vesting/blob/0f655ef79fbdba44c41c70b2bedbcdfbd7313e9f/cli/src/main.rs#L326-L327
but…
-
I'm looking at the api docs and the candles seem to be broken, I get a 404 messages trying to use the example link
candles/BTCUSDC?resolution=3600 yields 404 page not found.
-
#### Problem
Users need to verify programs that manage large amounts of on-chain capital against open-source implementations to trust there is no back-door in the program
#### Proposed Solution
T…
-
When i try to compile with "make" i get this:
```
cargo build-bpf --manifest-path "third_party/serum_dex/dex/Cargo.toml" --bpf-out-dir target/deploy
error: no such subcommand: `build-bpf`
make:…