Hannes Karppila
Hannes Karppila
Another interesting case is Oracle energy: The ability itself costs 25 energy to activate, and then some energy per every second. Viper has similar ability, Consume. Both abilities take hp,...
I feel like there is no good way to expose this information, since it's not possible to make it "unreliable".
Dynamically linking [`librocksdb-sys` crate](https://crates.io/crates/librocksdb-sys) has most potential to reduce compile times. It contains bindgen-generated bindings, and having a wrapper crate with dylib type might help, see https://github.com/bevyengine/bevy/blob/main/crates/bevy_dylib/Cargo.toml
## Some notes on attempted optimizations Testing on: * Hardware: Apple M1 air with 16GB RAM * OS: macOS11.3.1 * Compiler: rustc 1.64.0-nightly (1b57946a4 2022-08-03) * Debug builds only, as...
This and some other RUSTSEC issues like #117 exist beacuse `cynic` had outdated transitive dependencies. (Found using `cargo tree`). Changes are progpagating through dependency tree. As of 2022-06-13, this is...
We no longer depend on `cpuid-bool`
As discussed with @Voxelot earlier today, this PR now contains the standalone block producer module with minimal implementation. It will not be used elsewhere in the code yet, but to...
> Is there a reason we want to reintroduce the DummyDb struct and all its prefilled data? No, the `helpers` file just slipped by me when merging from master. I'll...
Blocker cleared. Now this has merge conflicts.
1. I'm not sure if there are any low-hanging fruits anymore 2. Combining the current exports seems to give 227 KiB. This includes `fuel-asm` and `fuel-tx`, which also export related...