-
https://github.com/project-serum/swap/blob/7bfa4d6fab0ba7586f038389c5126c825a512324/programs/swap/src/lib.rs#L527
When creating the new token it was returning the promise but i missed it. I was not w…
-
`maxQuoteQuantity` is being calculated as `price*quantity`, which fails to take fees into account when the order is a bid that matches against a resting offer. Instead, `maxQuoteQuantity` should be se…
-
blocked by https://github.com/project-serum/anchor/issues/1410
-
Normally I believe this is taken from the README in the package directory, which is currently non existent for `anchor/ts/`.
See https://www.npmjs.com/package/@project-serum/anchor.
-
I want to write a Solana smart contract to get the market id via Cross Program Invocation (CPI) by providing the address of the tokens ,is this achievable, is there a simple example please? Thanks.
-
👋 This dashboard summarizes my activity on the repository, including available improvement opportunities.
## Recommendations
_Last analysis: Jun 15 | Next scheduled analysis: Jun 22_
**NOTE**: I'v…
-
Not sure where to put this, but trying to build the example page with `sol-wallet-adapter 0.2.5` and `anchor 0.11.1` gives a type mismatch.
```
Argument of type 'import("..../node_modules/@project…
-
We should expose the IDL constants introduced in https://github.com/project-serum/anchor/pull/956 in the TypeScript client.
-
In the ui tests, for example for recommended: https://github.com/project-serum/sealevel-attacks/blob/master/programs/1-account-data-matching/recommended/src/lib.rs, it refers to `ProgramResult` but do…
-
@armaniferrante and I have been discussing a plan for anchor's new documentation. This issue is to gather feedback before we proceed.
Here's the initial plan:
- three docs
- the guide: this …