gitmalong

Results 63 issues of gitmalong

Please provide a tooling that allows users to fetch a transaction history with all actions made on (a certain) Serum market. I'm currently in the unfortunate situation that I have...

https://github.com/project-serum/serum-dex/blob/master/dex/Cargo.toml#L18 solana-program dependency version is pinned. When using that program as library it causes issues when having other libs in place that require newer versions of solana-program.

Hi @armaniferrante ! Does that hex value refer to a certain line of the code? I have a hard time debugging this error. Thanks

Scenario: Token A decimals: 6 Token B decimals: 0 Exchange Rate: 1 -> 6 A * 1 = 6 B Program internally expects a min_amount_out of 6 A * 1...

Could you update to latest anchor 0.24?

Cargo.toml ```toml [package] name = "aptostest" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] aptos-sdk = "0.2.7" ``` `cargo check` ``` aptos...

bug

Can I also make this lib work with a pure Rust WASM project such as https://github.com/leptos-rs/leptos/tree/main/examples/tailwind_csr_trunk ?

Hi! What is the recommended approach to debug dead locks associated with Dashmap? Is there some tooling for that purpose? Thanks

When debugging deadlocks one may want to get more insights and check if a key is locked before doing an insert. Currently this can be done with ```rust match map.try_get_mut(&key)...

Hi! Could you provide an example that shows how to compile a small project that uses DuckDb to WASM and then is runnable in the browser? That would be a...