• Gavin Wood's avatar
    Extrinsic for reserving a parachain ID (#3008) · b5534481
    Gavin Wood authored
    
    
    * Extrinsic for reserving a parachain ID
    
    * Fixes
    
    * Fixes
    
    * Docs
    
    * cargo run --release --features=runtime-benchmarks -- benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=runtime_common::paras_registrar --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/westend/src/weights/runtime_common_paras_registrar.rs
    
    * Update runtime/common/src/paras_registrar.rs
    
    Co-authored-by: default avatarRobert Habermeier <[email protected]>
    
    * cargo run --release --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=runtime_common::paras_registrar --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/runtime_common_paras_registrar.rs
    
    Co-authored-by: default avatarParity Bot <[email protected]>
    Co-authored-by: default avatarShawn Tabrizi <[email protected]>
    Co-authored-by: default avatarRobert Habermeier <[email protected]>
    b5534481