ordian
ordian
https://github.com/bheisler/criterion.rs compiles on rust stable, meaning you can `cargo check --benches` in your CI to catch accidentally broken benches. You also get charts and statistics for free.
There are [some needs](https://eips.ethereum.org/EIPS/eip-152) to use the [compression function](https://tools.ietf.org/html/rfc7693#section-3.2) from RFC 7693. Would you be willing to expose it in your awesome crate or extract it in a lower-level crate...
#11467 was just a start, but still it's a way to go. * For printing duplicate dependency one could use `cargo-guppy` (`cargo install cargo-guppy --git https://github.com/calibra/cargo-guppy --force`): * `cargo guppy...
The hack causes troubles for projects utilizing `wasm32-unknown-unknown` targets as rust uses a custom linker [`wasm-lld`](https://github.com/rust-lang/rust/blob/d2b38d6b3c9d1ee52a360c3ce61e54b7aa91d405/src/doc/rustc/src/codegen-options/index.md#linker-flavor) for it. I don't see any `__sancov_guards` errors when the hack is removed with...
Alternative to #5858. See https://github.com/paritytech/polkadot/pull/5858#issuecomment-1205153586 for justification. The original purpose of the check was to ensure we bump the spec_version on releases properly based on what's changed in master. Our...
This PR implements runtime logic for dispute slashing. * Validator who voted that a valid (decided by a supermajority) candidate (parachain block) is invalid will be slashed **1%** of their...
Reward part of #3161. * Changes the backing rewards to limit to the current active set (fewer rewards on session boundaries) * Add rewards for disputes votes (the era points...
> It already outperforms many well-known coverage-guided fuzzers in Google's fuzzbench[^1] benchmark, including honggfuzz, libfuzzer/entropic, as well as old-skool afl. On top, LibAFL[^2] scales better across cores and machines. [^1]:...
Unfortunately it's more involved than #500.
As mentioned in https://github.com/paritytech/substrate/pull/6745, this is not future-proof and leads to runtime panics. Instead, if there is no way to compute `malloc_size_of`, we should either make it a compile-time/link-time error,...