scavenger icon indicating copy to clipboard operation
scavenger copied to clipboard

A fast Burstcoin miner written in Rust

Results 5 scavenger issues
Sort by recently updated
recently updated
newest added

Bumps [tokio](https://github.com/tokio-rs/tokio) from 0.1.22 to 1.8.4. Release notes Sourced from tokio's releases. Tokio v1.8.4 1.8.4 (November 15, 2021) This release backports a bugfix for a data race when sending and...

dependencies

Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) from 0.3.9 to 0.5.1. Release notes Sourced from crossbeam-channel's releases. crossbeam-channel 0.5.1 Fix memory leak in unbounded channel. (#669) Changelog Sourced from crossbeam-channel's changelog. Version 0.8.1 Support targets...

dependencies

Bumps [crossbeam-deque](https://github.com/crossbeam-rs/crossbeam) from 0.7.3 to 0.7.4. Changelog Sourced from crossbeam-deque's changelog. Version 0.8.1 Support targets that do not have atomic CAS on stable Rust (#698) Version 0.8.0 Bump the minimum...

dependencies

Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.7.0 to 3.12.0. Changelog Sourced from bumpalo's changelog. 3.12.0 Released 2023-01-17. Added Added the bumpalo::boxed::Box::bump and bumpalo::collections::String::bump getters to get the underlying Bump that a string or...

dependencies

Hi, I am scanning the scavenger in the latest version with my own static analyzer tool. Unsafe conversion found at: src/miner.rs#L141 ``` rust pub fn new(buffer_size: usize) -> Self {...