Skip to content
  1. Jan 11, 2023
  2. Jan 10, 2023
    • Bastian Köcher's avatar
      Refactor `validate_block` (#2069) · ee02f48d
      Bastian Köcher authored
      * Refactor `validate_block`
      
      This pull request changes the `validate_block` implementation. One of the key changes are that we
      free data structures as early as possible. The memory while validating the block is scarce and we
      need to give as much as possible to the actual execution of the block. Besides that the pr moves the
      validation of the `validation_data` into the `validate_block` implementation completely instead of
      using this machinery with putting the data into some global variable that would then be read while
      executing the block. There are also some new docs to explain the internals of `validate_block`.
      
      * No clone wars!!
      
      * Integrate more feedback
      
      * FMT
      
      * Delay the header encoding
      ee02f48d
  3. Jan 09, 2023
  4. Jan 07, 2023
  5. Jan 06, 2023
  6. Jan 05, 2023
  7. Jan 02, 2023
    • Michal Kucharczyk's avatar
      BlockId removal: refactor: BlockBackend::block|block_status (#2041) · 394abf5e
      Michal Kucharczyk authored
      * BlockId removal: refactor: BlockBackend::block|block_status
      
      It changes the arguments of:
      -  `BlockBackend::block`
      -  `BlockBackend::block_status`
      
      method from: `BlockId<Block>` to: `Block::Hash`
      
      This PR is part of BlockId::Number refactoring analysis (paritytech/substrate#11292)
      
      * update lockfile for {"polkadot", "substrate"}
      
      Co-authored-by: parity-processbot <>
      394abf5e
  8. Dec 30, 2022
  9. Dec 29, 2022
  10. Dec 28, 2022
  11. Dec 23, 2022
  12. Dec 22, 2022
  13. Dec 21, 2022
    • dependabot[bot]'s avatar
      Bump serde_json from 1.0.89 to 1.0.91 (#2009) · f008acac
      dependabot[bot] authored
      
      
      Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.89 to 1.0.91.
      - [Release notes](https://github.com/serde-rs/json/releases)
      - [Commits](https://github.com/serde-rs/json/compare/v1.0.89...v1.0.91)
      
      ---
      updated-dependencies:
      - dependency-name: serde_json
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
      f008acac
    • Dino Pačandi's avatar
      Companion for Substrate 12307 (#1947) · f9e49125
      Dino Pačandi authored
      * Companion for pallet-assets callback
      
      * Update lock file
      f9e49125
    • Michal Kucharczyk's avatar
      BlockId removal: refactor: HeaderBackend::status (#2007) · 525b0cc0
      Michal Kucharczyk authored
      * BlockId removal: refactor: HeaderBackend::status
      
      It changes the arguments of `HeaderBackend::status` method from: `BlockId<Block>` to: `Block::Hash`
      
      This PR is part of BlockId::Number refactoring analysis (paritytech/substrate#11292)
      
      * update lockfile for {"polkadot", "substrate"}
      
      Co-authored-by: parity-processbot <>
      525b0cc0
    • dependabot[bot]'s avatar
      Bump proc-macro2 from 1.0.47 to 1.0.49 (#2010) · c95ae780
      dependabot[bot] authored
      
      
      Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.47 to 1.0.49.
      - [Release notes](https://github.com/dtolnay/proc-macro2/releases)
      - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.47...1.0.49)
      
      ---
      updated-dependencies:
      - dependency-name: proc-macro2
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
      c95ae780
    • dependabot[bot]'s avatar
      Bump syn from 1.0.105 to 1.0.107 (#2008) · 9a32f99c
      dependabot[bot] authored
      
      
      Bumps [syn](https://github.com/dtolnay/syn) from 1.0.105 to 1.0.107.
      - [Release notes](https://github.com/dtolnay/syn/releases)
      - [Commits](https://github.com/dtolnay/syn/compare/1.0.105...1.0.107)
      
      ---
      updated-dependencies:
      - dependency-name: syn
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
      9a32f99c
    • Branislav Kontur's avatar
      Bridge hub kusama fine-tuning before release (#1999) · 0c836d3e
      Branislav Kontur authored
      * Fix benchmarks-ci.sh - missing pallet_utility/pallet_multisig
      
      * Missing ParentAsSuperuser for bridge-hubs
      
      * Fixed missing stuff in benchmarks.yml
      
      * Added MigrateToTrackInactive + CheckingAccount (for completness as other runtimes)
      
      * Measured xcm weights for bridge-hubs
      
      * Fix for fungible benchmarks
      
      * ".git/.scripts/bench-bot.sh" xcm bridge-hub-kusama bridge-hubs pallet_xcm_benchmarks::fungible
      
      * ".git/.scripts/bench-bot.sh" xcm bridge-hub-rococo bridge-hubs pallet_xcm_benchmarks::generic
      
      * ".git/.scripts/bench-bot.sh" xcm bridge-hub-rococo bridge-hubs pallet_xcm_benchmarks::fungible
      
      * ".git/.scripts/bench-bot.sh" xcm bridge-hub-kusama bridge-hubs pallet_xcm_benchmarks::generic
      
      * Reverting migrations - no need for them
      
      * script for generate genesis spec/head/wasm
      
      * Adding invulnerables and session.keys to the script
      (https://github.com/paritytech/devops/issues/2196)
      
      * update chainspec with cmd: ./scripts/create_bridge_hub_kusama_spec.sh ./target/release/wbuild/bridge-hub-kusama-runtime/bridge_hub_kusama_runtime.compact.compressed.wasm 1003
      
      * para_id 1003 -> 1002, cmd: ./scripts/create_bridge_hub_kusama_spec.sh ./target/release/wbuild/bridge-hub-kusama-runtime/bridge_hub_kusama_runtime.compact.compressed.wasm 1002
      
      Co-authored-by: command-bot <>
      0c836d3e
  14. Dec 20, 2022
  15. Dec 16, 2022
  16. Dec 15, 2022