• Gavin Wood's avatar
    Preimage registrar and Scheduler integration (#10356) · 5e50e0bc
    Gavin Wood authored
    
    
    * initial idea
    
    * more
    
    * fix compile
    
    * add clear and request logic
    
    * improve some docs
    
    * Add and implement trait
    
    * continuing to improve
    
    * refcount type
    
    * infallible system preimage upload
    
    * fmt
    
    * fix requests
    
    * Make it simple
    
    * Make it simple
    
    * Formatting
    
    * Initial draft
    
    * request when scheduled
    
    * Docs
    
    * Scheduler good
    
    * Scheduler good
    
    * Scheduler tests working
    
    * Add new files
    
    * Missing stuff
    
    * Repotting, add weights.
    
    * Add some tests to preimage pallet
    
    * More tests
    
    * Fix benchmarks
    
    * preimage benchmarks
    
    * All preimage benchmarks
    
    * Tidy cargo
    
    * Update weights.rs
    
    * Allow hash provision in benchmarks
    
    * Initial work on new benchmarks for Scheduler
    
    * Tests working, refactor looks good
    
    * Tests for new Scheduler functionality
    
    * Use real weight, make tests work with runtimes without Preimage
    
    * Rename
    
    * Update benchmarks
    
    * Formatting
    
    * Formatting
    
    * Fix weird formatting
    
    * Update frame/preimage/src/lib.rs
    
    * Fix try-runtime build
    
    * Fixes
    
    * Fixes
    
    * Update frame/support/src/traits/tokens/currency.rs
    
    Co-authored-by: default avatarKian Paimani <[email protected]>
    
    * Update frame/support/src/traits/tokens/currency/reservable.rs
    
    Co-authored-by: default avatarKian Paimani <[email protected]>
    
    * Update frame/support/src/traits/tokens/imbalance.rs
    
    Co-authored-by: default avatarKian Paimani <[email protected]>
    
    * Update frame/preimage/src/mock.rs
    
    Co-authored-by: default avatarGuillaume Thiolliere <[email protected]>
    
    * Update frame/scheduler/src/lib.rs
    
    Co-authored-by: default avatarGuillaume Thiolliere <[email protected]>
    
    * Update frame/preimage/src/lib.rs
    
    * Fixes
    
    * Fixes
    
    * Formatting
    
    * Fixes
    
    * Fixes
    
    * cargo run --quiet --release --features=runtime-benchmarks --manifest-path=bin/node/cli/Cargo.toml -- benchmark --chain=dev --steps=50 --repeat=20 --pallet=pallet_scheduler --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./frame/scheduler/src/weights.rs --template=./.maintain/frame-weight-template.hbs
    
    * cargo run --quiet --release --features=runtime-benchmarks --manifest-path=bin/node/cli/Cargo.toml -- benchmark --chain=dev --steps=50 --repeat=20 --pallet=pallet_preimage --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./frame/preimage/src/weights.rs --template=./.maintain/frame-weight-template.hbs
    
    Co-authored-by: default avatarShawn Tabrizi <[email protected]>
    Co-authored-by: default avatarKian Paimani <[email protected]>
    Co-authored-by: default avatarGuillaume Thiolliere <[email protected]>
    Co-authored-by: default avatarParity Bot <[email protected]>
    5e50e0bc