Skip to content
  1. May 18, 2021
  2. May 17, 2021
  3. May 15, 2021
  4. May 14, 2021
  5. May 13, 2021
  6. May 12, 2021
  7. May 11, 2021
    • Shawn Tabrizi's avatar
      Add Auctions and Crowdloans to Kusama and Westend (#2999) · c68903f3
      Shawn Tabrizi authored
      
      
      * add to westend
      
      * fixes
      
      * fix runtime tests
      
      * add to kusama
      
      * cargo run --release --features=runtime-benchmarks -- benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=runtime_common::auctions --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/westend/src/weights/runtime_common_auctions.rs
      
      * cargo run --release --features=runtime-benchmarks -- benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=runtime_common::crowdloan --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/westend/src/weights/runtime_common_crowdloan.rs
      
      * fix auctions benchmarks
      
      * add benchmark to kusama
      
      * update weights
      
      * cargo run --release --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=runtime_common::crowdloan --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/runtime_common_crowdloan.rs
      
      * cargo run --release --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=runtime_common::auctions --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/runtime_common_auctions.rs
      
      * update to use weights
      
      * cargo run --release --features=runtime-benchmarks -- benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=runtime_common::auctions --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/westend/src/weights/runtime_common_auctions.rs
      
      * Initiate auctions with 2/3 council
      
      * add check and docs
      
      * update crowdloan deposits
      
      * move tests
      
      * move other tests
      
      * update ending period
      
      * cargo run --release --features=runtime-benchmarks -- benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=runtime_common::auctions --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/westend/src/weights/runtime_common_auctions.rs
      
      * fix origin
      
      * cargo run --release --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=runtime_common::auctions --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/runtime_common_auctions.rs
      
      Co-authored-by: default avatarParity Bot <[email protected]>
      Co-authored-by: default avatarGavin Wood <[email protected]>
      c68903f3
    • 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
    • Gavin Wood's avatar
      Initial integration of Gilts pallet (Kusama) (#2587) · bc6efb04
      Gavin Wood authored
      
      
      * Initial integration of Gilts pallet (Kusama)
      
      * Fixes
      
      * Fixes
      
      * Fixes
      
      * Fixes
      
      * Fixes
      
      * Fixes
      
      * cargo run --release --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=pallet_gilt --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/
      
      * Use real weights
      
      * Update lock
      
      * Merge
      
      * Fixes
      
      * Add working.
      
      * Add proper curve arithmetic
      
      * Fixes
      
      * Fixes
      
      * Make build
      
      * Fixes
      
      * Fixes
      
      * Fix build
      
      * remove dep.
      
      * undo dep.
      
      * upadte substrate
      
      * Fix
      
      * Bump Substrate
      
      * Fixes
      
      * Fixes
      
      * Fix test
      
      * Remove cap and some tests
      
      * Fixes
      
      * Fixes
      
      * Update runtime/kusama/src/lib.rs
      
      Co-authored-by: default avatarKian Paimani <[email protected]>
      
      * bump the lock file
      
      * Fixes
      
      * Fixes
      
      * Fixes
      
      * Fixes
      
      * Fixes
      
      * Fixes
      
      * Fixes
      
      * Fixes
      
      * Fixes
      
      Co-authored-by: default avatarParity Benchmarking Bot <[email protected]>
      Co-authored-by: default avatarkianenigma <[email protected]>
      Co-authored-by: default avatarKian Paimani <[email protected]>
      Co-authored-by: default avatarShawn Tabrizi <[email protected]>
      bc6efb04
    • Martin Pugh's avatar
      Bump version to v0.9.1 and spec_version to v9010 (#3001) · 25cd6743
      Martin Pugh authored
      * bump version and spec_version
      
      * fix generate_release_text.rb
      
      * Revert "fix generate_release_text.rb"
      
      This reverts commit 9e01e0ae4f6db2155d123f69063db7d7564588e0.
      
      * fix publish_draft_release
      
      * fix publish_draft_release
      
      * update target cache
      25cd6743
  8. May 10, 2021
  9. May 07, 2021
  10. May 06, 2021
  11. May 04, 2021
    • Hernando Castano's avatar
      Squashed 'bridges/' changes from 89a76998..b2099c5c · f9c24ef0
      Hernando Castano authored
      b2099c5c Bump Substrate to `b094edaf` (#958)
      3f037094 Bump endowment amounts on Rialto and Millau (#957)
      b21fd07c Bump Substrate WASM builder (#947)
      30ccd07c Bump Substrate to `ec180313` (#955)
      a7422ab1 Upgrade to GitHub-native Dependabot (#945)
      ed20ef34 Move pallet-bridge-dispatch types to primitives (#948)
      2070c4d6 Endow accounts and add `bridgeIds` to chainspec. (#951)
      f43c9243 Fix account derivation in CLI (#952)
      9ac07e73 Add backbone configuration of cargo-spellcheck (#924)
      2761c3fe Message dispatch support multiple instances (#942)
      801c99f3 Add Wococo<>Rococo Header Relayer (#925)
      21f49051 Remove Westend<>Rococo header sync (#940)
      06235f16 do not panic if pallet is not yet initialized (#937)
      a13ee0bc Bump Substrate (#939)
      f8680cbf jsonrpsee alpha6 (#938)
      6163bcbf reonnect to failed client in on-demand relay background task (#936)
      14e82bea Do not spawn additional task for on-demand relays (#933)
      b1557b88 Relay at least one header for every source chain session (#923)
      9420649c Remove deprecated Runtime Header APIs (#932)
      9627011e Update README.md (#931)
      7b736b9c Truncate output in logs. (#930)
      faad06e3 Make sure that relayers have dates in logs. (#927)
      07734535 Update dump-logs script. (#928)
      c2d56b2e Add pruning to bechmarks & update weights. (#918)
      a30c51dc Add properties to Chain Spec (#917)
      d691c73e Fix issue with on-demand headers relay not starting (#921)
      8ee55c1e Fix image publishing. (#922)
      f51fb59d Prefix in relay loops logs (#920)
      
      git-subtree-dir: bridges
      git-subtree-split: b2099c5c0baf569e2ec7228507b6e4f3972143cc
      f9c24ef0
    • Gavin Wood's avatar
      Enable Pallet XCM for Kusama & Westend (#2970) · e33e7452
      Gavin Wood authored
      
      
      * Enable Pallet XCM for Kusama & Westend
      
      * Fixes
      
      Co-authored-by: default avatarAndré Silva <[email protected]>
      e33e7452
    • André Silva's avatar
      kusama, westend: use proper parachain session keys (#2975) · d362e605
      André Silva authored
      * runtime: westend: don't use placeholder parachains session keys
      
      * runtime: kusama: don't use placeholder parachains session keys
      d362e605
    • joe petrowski's avatar
      26ac14f0
    • André Silva's avatar
      runtime: remove random_seed from BlockBuilder API (#2968) · c6df9fcb
      André Silva authored
      
      
      * runtime: remove random_seed from BlockBuilder API
      
      * update Substrate
      
      * runtime: remove unused imports
      
      * revert Cargo.lock version 3 removal, update sp-io
      
      Co-authored-by: parity-processbot <>
      Co-authored-by: default avatarAndronik Ordian <[email protected]>
      c6df9fcb
    • André Silva's avatar
      runtime: remove beefy and mmr from westend (again) (#2972) · bbf08129
      André Silva authored
      * runtime: remove beefy and mmr from westend (again)
      
      * node: add borked westend runtime upgrade as bad block
      bbf08129