-
https://github.com/project-serum/serum-ts/blob/b7e821efe569b33695439f5771354e958f5e536b/packages/borsh/src/index.ts#L112
https://github.com/solana-labs/solana-program-library/blob/6eac7bc33122412a6…
-
Update list here https://docs.rs/anchor-lang/0.4.1/anchor_lang/derive.Accounts.html
-
```rust
#[derive(Accounts)]
pub struct MyInstruction,
}
```
Should add a constraint that asserts the given account is an `executable` program accounnt.
-
*I searched the MIMICⅢ database for GFR,Search in labevents with number50920,then its volum show see comments.I want to know where can i find 'see comments'?Can someone give me pointers. Thanks.
-
Currently the migrations feature is javascript only.
-
Requires the solana bpf sdk to be on Rust 1.45 or above, so that we can remove `#![feature(proc_macro_hygiene)]` everywhere.
Until we do this, CI will sometimes fail, because `rustfmt` is not alway…
-
Hi @Alanocallaghan
thanks so much for setting this up - really great stuff!
I get the following issue when running it on my mac using `sudo make`. I also get the same issue when running it in R…
-
Regarding Mimic III lab events, are these taken directly from the Lab Information System software or the EHR? The reason I ask is that many of the lab values I have run across recently are clearly sp…
-
Hi! I'm an engineer from solana. :)
To make long story short, could you update your forked `borsh` crate to be rebased onto `borsh-rs` v0.8.1?
We noticed updating `serde` to v1.0.122 at the sola…
-
Currently all the tests are run on every invocation of `anchor test`.