cavemanloverboy
cavemanloverboy
It's not 100% clear to me this is possible, but just putting it out here: it'd be great if we got warnings for unused accounts in an Accounts struct and...
As @thesoftwarejedi pointed out, presently the `overflow-checks = true` does nothing. It must be at the root Cargo.toml. I will submit a PR this AM with the fix and more...
### Problem When resolving dependency issues during e.g. `cargo build`, it is neither easy on the eyes nor effective to read e.g. ``` ... required by A ... which satisfies...
#### Problem The `getTokenLargestAccounts` rpc method gathers all token accounts belonging to a mint, sorts the **complete** list, and then truncates the list. This is no bueno, because only a...
#### Problem mpsc send on every account update to background hasher #### Summary of Changes replace individual send with batch send
I'm running `trunk serve` on a fresh clone and I get ``` Compiling web-sys v0.3.59 Compiling wasm-bindgen-futures v0.4.32 Compiling tracing-wasm v0.2.1 Compiling emath v0.19.0 Compiling ron v0.8.0 error: linking with...
The `Universe` type calls `MPI_FINALIZE()` upon being dropped, but it is possible to hold a `universe.world()` after dropping a `Universe` and the internode communications methods are impl'd on the world....
Now that `Signer` is implemented for all `Deref` within `solana-sdk`, we can remove this from the client without introducing breaking changes. This simplifies the code and allows `rust-analyzer` to better...
When trying to build rocksdb for android arm64-v8a (I'm using NDK 25, API 33), I am able to get everything to compile but at link time I seem to get...
### Problem: A port remains bound after a type which binds to a port is dropped. For example, in the following modified echo server code, the second server `start` fails:...