-
We no longer need serum-borsh since solana implements the borsh traits in solana_program
-
### Feature Inspiration
1. Project goal from the [overview doc](https://docs.google.com/document/d/1E6-r6rbDN3mehIxCZ4zXEknY3simOVx-0Vn7orqa8aY/edit): "Researchers will be able to search, retrieve,…
-
Changing the owner set might change the order of the owners or removes some owners entirely, which causes the `signers` vec to be incorrect.
Solution: invalidate all previous transactions whenever …
-
- [ ] Set up a multi-sig contract that will act as Governance for Lido
- [ ] The contract (given sufficient signatures) should be able to call functions in the Lido program and the Stake Pool Progra…
-
We should run this example in CI https://github.com/project-serum/anchor/blob/master/client/example/src/main.rs.
-
Explore adding a zero-copy deserialization feature that can be opted into instead of using borsh.
-
-
An `associated` account attribute should be provided to encourage application developers to use deterministic addressing in their programs by default.
For example,
```rust
#[derive(Accounts)]
…
-
Had to switch to pascal case to support the upgradeable loader. https://github.com/project-serum/anchor/blob/master/cli/src/main.rs#L676
-