Han Yang
Han Yang
Is there an eta for this?
> Hey @billythedummy, any news about this? sry i pretty much forgot about this PR bec i was working on other stuff. The impl is pretty much done here, i...
> Can also confirm this behavior is inconsistent based on how the account name is camelcased in generated TS clients. It seems like for defined structs, the generated `idl.json` has...
https://github.com/igneous-labs/solores
> Transactions are given a (configurable, default to 5s) timeslot to complete Apologies for the sidetrack but how can users configure this timeout duration on turso or in libsql? We...
More on this if you ever run into such dependencies issues in the future: - Whatever version number you write for a dependency in your `Cargo.toml` actually defaults to `^version`...
~~Looks like someone on the team forgot to update the sbf sdk before releasing 1.18.0.~~ Basically when you build a solana program with `cargo-build-sbf`, you're not actually using your system's...
In general you need your solana tools versions to match whatever version of `solana-program` is being used in your program. To handle working with multiple `solana-program` versions across different programs,...
> error: linker cc not found > | > = note: No such file or directory (os error 2) Do you have build-essential and pkg-config apt installed?
> Can you rebase your branch to see what breaks downstream? Just merged master into this branch. Building takes too long on my machine so I'm just using the CI...