acheron
acheron
Dependency issues should be the last thing people need to think about but it has been the biggest problem recently. ### SemVer > But Semantic Versioning is not necessarily a...
## TL;DR Doing the same thing and expecting different results. --- This is a long post, I've tried to reply to your comments as best as I could and this...
Hey, sorry for taking long to reply to this. > Instead of shadowing the source buffer, we can use an immutable reference to the source buffer and pass a mutable...
> Another option, like you mentioned, could be to automatically call `solana program extend` on behalf of the user. I believe this would massively improve the DX when using anchor....
@Sidkjr, @thiruofficalsp If you get `... is not assignable to the parameter Idl` error, it means the TS package and the crate/CLI version used to generate the IDL doesn't match....
Resolved by https://github.com/coral-xyz/anchor/pull/2939
Deployment experience is improved in the latest versions of the Solana CLI (after `1.18.12`). You usually need to supply different arguments/options to make it work properly though.
Yes, the motivation is to run programs in browsers with `wasm32-unknown-unknown` target as `wasm64` is not ready yet. Unfortunately, as you've said there seems to be a quite a bit...
> My personal recommendation is to publish a `0.3.3` version with the token feature still as default, and postpone clearing this default until a 0.4.x. +1. Making changes to how...
Not from the code you shared since there is no client code, but I had similar examples before as I've mentioned earlier. Need either a repo with both program and...