Skip to content
  1. Jul 28, 2022
  2. Jul 06, 2022
  3. Jun 29, 2022
  4. Jun 27, 2022
  5. Jun 23, 2022
  6. Jun 21, 2022
    • Mara Broda's avatar
      bump versions to 0.9.25 (#5684) · 97f9b840
      Mara Broda authored
      * kusama: bump spec_version to 9250
      
      * polkadot: bump spec_version to 9250
      
      * rococo: bump spec_version to 9250
      
      * westend: bump spec_version to 9250
      
      * bump version to 0.9.25
      
      * bump transaction version (polkadot & kusama) (#5690)
      
      * kusama: bump transaction_version to 12
      
      * polkadot: bump transaction_version to 13
      97f9b840
  7. Jun 16, 2022
  8. May 27, 2022
  9. May 25, 2022
    • Nazar Mokrynskyi's avatar
      Companion for #11415 (WeightToFee) (#5525) · c090fb4c
      Nazar Mokrynskyi authored
      * Companion for https://github.com/paritytech/substrate/pull/11415
      
      * Rename `WeightToFee::calc()` to `WeightToFee::wight_to_fee()`
      
      * Fix typo
      
      * Fix compile errors
      
      * update lockfile for {"substrate"}
      
      Co-authored-by: parity-processbot <>
      c090fb4c
  10. May 20, 2022
  11. May 19, 2022
  12. May 17, 2022
  13. May 16, 2022
  14. May 08, 2022
    • dependabot[bot]'s avatar
      Bump log from 0.4.16 to 0.4.17 · 992705d1
      dependabot[bot] authored
      
      
      Bumps [log](https://github.com/rust-lang/log) from 0.4.16 to 0.4.17.
      - [Release notes](https://github.com/rust-lang/log/releases)
      - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
      - [Commits](https://github.com/rust-lang/log/commits/0.4.17)
      
      ---
      updated-dependencies:
      - dependency-name: log
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      992705d1
  15. May 03, 2022
  16. Apr 29, 2022
    • dependabot[bot]'s avatar
      Bump syn from 1.0.91 to 1.0.92 · e4199f90
      dependabot[bot] authored
      
      
      Bumps [syn](https://github.com/dtolnay/syn) from 1.0.91 to 1.0.92.
      - [Release notes](https://github.com/dtolnay/syn/releases)
      - [Commits](https://github.com/dtolnay/syn/compare/1.0.91...1.0.92)
      
      ---
      updated-dependencies:
      - dependency-name: syn
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      e4199f90
  17. Apr 15, 2022
  18. Apr 14, 2022
  19. Apr 09, 2022
  20. Apr 08, 2022
  21. Apr 04, 2022
  22. Apr 03, 2022
  23. Apr 02, 2022
  24. Mar 30, 2022
  25. Mar 29, 2022
  26. Mar 23, 2022
  27. Mar 18, 2022
  28. Mar 17, 2022
  29. Mar 15, 2022
  30. Mar 14, 2022
  31. Mar 11, 2022
  32. Mar 08, 2022
    • 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