mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-20 09:21:02 +00:00
Companion for sub/8176 (#2622)
* Merge * Fixes * Fix build * remove dep. * undo dep. * upadte substrate * cargo run --release --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=pallet_staking --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/ * Fix lock * revert lock; cargo update -p sp-io * from_rational_approx -> from_rational * Silence more warnings Co-authored-by: Gav Wood <gavin@parity.io> Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com> Co-authored-by: Parity Benchmarking Bot <admin@parity.io>
This commit is contained in:
@@ -809,7 +809,7 @@ mod tests {
|
||||
alice(),
|
||||
50,
|
||||
50,
|
||||
Permill::from_rational_approximation(77u32, 1000u32),
|
||||
Permill::from_rational(77u32, 1000u32),
|
||||
));
|
||||
assert_eq!(
|
||||
Accounts::<Test>::get(alice()),
|
||||
|
||||
Reference in New Issue
Block a user