Skip to content
  1. Mar 14, 2022
  2. Mar 12, 2022
  3. Mar 11, 2022
  4. Mar 10, 2022
  5. Mar 09, 2022
  6. Mar 08, 2022
    • Robert Klotzner's avatar
      Improve parachain liveness by reducing required number of backing votes (#5016) · acaf0d84
      Robert Klotzner authored
      * Let node side take advantage reduced requirements
      
      in the runtime and hopefully improve liveness of parachains by means of
      that.
      
      * Fix tests.
      acaf0d84
    • dependabot[bot]'s avatar
      Bump clap from 3.1.5 to 3.1.6 (#5058) · 209c1298
      dependabot[bot] authored
      
      
      Bumps [clap](https://github.com/clap-rs/clap) from 3.1.5 to 3.1.6.
      - [Release notes](https://github.com/clap-rs/clap/releases)
      - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
      - [Commits](https://github.com/clap-rs/clap/compare/v3.1.5...v3.1.6)
      
      ---
      updated-dependencies:
      - dependency-name: clap
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      
      Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
      209c1298
    • Keith Yeung's avatar
      Add missing XCM benchmarks for ReserveAssetDeposited (#4923) · 5f349783
      Keith Yeung authored
      
      
      * Add missing XCM benchmarks for ReserveAssetDeposited
      
      * Check whether checking account is zero before minting
      
      * Try and prevent overflow
      
      * Remove minting currencies into the checking account
      
      * cargo run --quiet --profile=production  --features=runtime-benchmarks -- benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=pallet_xcm_benchmarks::fungible --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --template=./xcm/pallet-xcm-benchmarks/template.hbs --output=./runtime/westend/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs
      
      * Use a smaller divisor
      
      * Mint a smaller amount still
      
      * cargo run --quiet --profile=production  --features=runtime-benchmarks -- benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=pallet_xcm_benchmarks::fungible --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --template=./xcm/pallet-xcm-benchmarks/template.hbs --output=./runtime/westend/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs
      
      * Remove logic for minting assets to the checking account
      
      * Configure a smaller amount of reserve asset used for testing
      
      * Try unwrapping the result of an execution
      
      * Set the origin properly
      
      * Revert "Set the origin properly"
      
      This reverts commit c748a05733173fb7072878c19b10a583675a5f54.
      
      * Update license year
      
      * cargo run --quiet --profile=production  --features=runtime-benchmarks -- benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=pallet_xcm_benchmarks::fungible --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --template=./xcm/pallet-xcm-benchmarks/template.hbs --output=./runtime/westend/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs
      
      * Update license year
      
      Co-authored-by: default avatarParity Bot <[email protected]>
      5f349783
  7. Mar 07, 2022
    • ordian's avatar
      runtime/westend: add disputes (#5046) · dc25b326
      ordian authored
      
      
      * runtime/westend: add disputes
      
      * cargo run --quiet --profile=production  --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=runtime_parachains::disputes --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/runtime_parachains_disputes.rs
      
      * cargo run --quiet --profile=production  --features=runtime-benchmarks -- benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=runtime_parachains::disputes --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/westend/src/weights/runtime_parachains_disputes.rs
      
      Co-authored-by: default avatarParity Bot <[email protected]>
      dc25b326
    • Alexander Samusev's avatar
      53f5919c
  8. Mar 05, 2022
  9. Mar 04, 2022
    • Arkadiy Paronyan's avatar
      Companion PR for storage changes (#4837) · 1bdcf537
      Arkadiy Paronyan authored
      * Update for latests substrate
      
      * update substrate
      1bdcf537
    • Niklas Adolfsson's avatar
      staking miner: Check the queue one last time before submission (#4819) · 4649e767
      Niklas Adolfsson authored
      * staking miner: use config for emergency solution
      
      Fixes #4678
      
      * bump jsonrpsee
      
      * run `monitor_cmd_for` until the connection is closed
      
      * new tokio task for submit_and_watch xt
      
      * re-use header subscription
      
      * update jsonrpsee + simplify code
      
      * revert polkadot runtime changes
      
      * feat: add `ensure_no_better_solution` function
      
      * storage access for submissions and indices
      
      * check ensure_no_previous_solution before remote ext
      
      * fix todos
      
      * grumbles: Perbill::from_percent
      
      * hacky fix
      
      * use modified EPM pallet and various fixes
      
      * diener update --substrate --branch na-epm-pub
      
      * Revert "diener update --substrate --branch na-epm-pub"
      
      This reverts commit b3b9a58c9313372c8f21cf247ba0c8528d9953c0.
      
      * update substrate
      
      * tokio spawn on concurrent stuff
      
      * cleanup
      
      * Update utils/staking-miner/src/monitor.rs
      
      * Update utils/staking-miner/src/monitor.rs
      
      * more cleanup
      
      * fix nits
      
      * address grumbles
      
      * only run batch reqs when signed phase
      
      * better help menu for submission strategy CLI
      
      * add tests for submission strategy
      4649e767
    • dependabot[bot]'s avatar
      Bump clap from 3.1.3 to 3.1.5 (#5023) · cba48b2f
      dependabot[bot] authored
      
      
      Bumps [clap](https://github.com/clap-rs/clap) from 3.1.3 to 3.1.5.
      - [Release notes](https://github.com/clap-rs/clap/releases)
      - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
      - [Commits](https://github.com/clap-rs/clap/compare/v3.1.3...v3.1.5)
      
      ---
      updated-dependencies:
      - dependency-name: clap
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      
      Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
      cba48b2f
  10. Mar 03, 2022
  11. Mar 02, 2022