mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 09:57:56 +00:00
4d036e0053
* Mockup * Fix offchain election to respect the weight * Fix builds a bit * Update frame/staking/src/offchain_election.rs Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com> * Update frame/staking/src/offchain_election.rs Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com> * Make it build, binary search * Fix a number of grumbles * one more fix. * remove unwrap. * better alg. * Better alg again. * Final fixes * Fix * Rollback to normal * Final touches. * Better tests. * Update frame/staking/src/lib.rs Co-authored-by: Guillaume Thiolliere <gui.thiolliere@gmail.com> * Proper maxExtWeight * Final fix * Final fix for the find_voter Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com> Co-authored-by: Guillaume Thiolliere <gui.thiolliere@gmail.com>
26 lines
334 B
Plaintext
26 lines
334 B
Plaintext
**/target/
|
|
**/*.rs.bk
|
|
*.swp
|
|
.wasm-binaries
|
|
pwasm-alloc/target/
|
|
pwasm-libc/target/
|
|
pwasm-alloc/Cargo.lock
|
|
pwasm-libc/Cargo.lock
|
|
bin/node/runtime/wasm/target/
|
|
**/._*
|
|
**/.criterion/
|
|
.vscode
|
|
polkadot.*
|
|
.DS_Store
|
|
.idea/
|
|
nohup.out
|
|
rls*.log
|
|
*.orig
|
|
*.rej
|
|
**/wip/*.stderr
|
|
.local
|
|
**/hfuzz_target/
|
|
**/hfuzz_workspace/
|
|
.cargo/
|
|
.cargo-remote.toml
|