-
For SPL programs, namely the token program, we should create clients for CPI that can be created from the accounts array. I.e. a manual version of https://github.com/project-serum/anchor/issues/7, sin…
-
Unlike the `solana program deploy` command, the `anchor deploy` command deploys to a new address everytime. To upgrade, we should implement an explicit `anchor upgrade` command.
-
The work in https://github.com/project-serum/serum-dex/pull/32 introduces a rewards proxy program for cranks. We should add a CLI option to use this to the crank client uility.
-
Hello, sorry for opening an issue here, but couldn't find any other way to message you. We would like to contact you regarding a project we're building on serum & solana. If you're interested our emai…
-
There's now more than just the dex in the repo. We should move the current README into the `dex` crate and update the main readme to describe the entire monorepo.
-
Tracking issue for https://github.com/project-serum/rfcs/blob/master/text/0001-registry.md
-
As discussed with @sconybeare, we should explore adding an account deserialization trait that looks something like
```rust
impl TRAIT for STRUCT {
fn deserialize(deserializer: D, accounts: &mut…
-
@timmolter do you think we can cut a release?
earce updated
3 years ago
-
Merge https://github.com/project-serum/serum-js with this repo
-
In the docs, `https://spl.solana.com/token` if you search for `spl-token create-account AQoKYV7tYpTrFZN6P5oUufbQKAUr9mNYGe1TTJC9wajM`, it is called two separate times, and we can see it produces two d…