Skip to content
  1. Mar 03, 2023
  2. Mar 02, 2023
  3. Mar 01, 2023
  4. Feb 28, 2023
  5. Feb 27, 2023
    • Svyatoslav Nikolsky's avatar
      fix nightly clippy issues (#1915) · cccf73b3
      Svyatoslav Nikolsky authored
      cccf73b3
    • dependabot[bot]'s avatar
      Bump tempfile from 3.3.0 to 3.4.0 · a33a91e7
      dependabot[bot] authored
      
      
      Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.3.0 to 3.4.0.
      - [Release notes](https://github.com/Stebalien/tempfile/releases)
      - [Changelog](https://github.com/Stebalien/tempfile/blob/master/NEWS)
      - [Commits](https://github.com/Stebalien/tempfile/commits)
      
      ---
      updated-dependencies:
      - dependency-name: tempfile
        dependency-type: direct:production
        update-type: version-update:semver-minor
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      a33a91e7
    • dependabot[bot]'s avatar
      Bump time from 0.3.17 to 0.3.20 · 1df768a2
      dependabot[bot] authored
      
      
      Bumps [time](https://github.com/time-rs/time) from 0.3.17 to 0.3.20.
      - [Release notes](https://github.com/time-rs/time/releases)
      - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
      - [Commits](https://github.com/time-rs/time/compare/v0.3.17...v0.3.20)
      
      ---
      updated-dependencies:
      - dependency-name: time
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      1df768a2
    • dependabot[bot]'s avatar
      Bump sysinfo from 0.28.0 to 0.28.1 · cf17b424
      dependabot[bot] authored
      
      
      Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.28.0 to 0.28.1.
      - [Release notes](https://github.com/GuillaumeGomez/sysinfo/releases)
      - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md)
      - [Commits](https://github.com/GuillaumeGomez/sysinfo/commits)
      
      ---
      updated-dependencies:
      - dependency-name: sysinfo
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      cf17b424
    • dependabot[bot]'s avatar
      Bump jsonrpsee from 0.15.1 to 0.16.2 · 0b6276b4
      dependabot[bot] authored
      
      
      Bumps [jsonrpsee](https://github.com/paritytech/jsonrpsee) from 0.15.1 to 0.16.2.
      - [Release notes](https://github.com/paritytech/jsonrpsee/releases)
      - [Changelog](https://github.com/paritytech/jsonrpsee/blob/master/CHANGELOG.md)
      - [Commits](https://github.com/paritytech/jsonrpsee/compare/v0.15.1...v0.16.2)
      
      ---
      updated-dependencies:
      - dependency-name: jsonrpsee
        dependency-type: direct:production
        update-type: version-update:semver-minor
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      0b6276b4
    • dependabot[bot]'s avatar
      Bump rand from 0.7.3 to 0.8.5 · 328dde02
      dependabot[bot] authored
      
      
      Bumps [rand](https://github.com/rust-random/rand) from 0.7.3 to 0.8.5.
      - [Release notes](https://github.com/rust-random/rand/releases)
      - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
      - [Commits](https://github.com/rust-random/rand/compare/0.7.3...0.8.5)
      
      ---
      updated-dependencies:
      - dependency-name: rand
        dependency-type: direct:production
        update-type: version-update:semver-minor
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      328dde02
    • dependabot[bot]'s avatar
      Bump trie-db from 0.25.1 to 0.26.0 · 2f302a4b
      dependabot[bot] authored
      
      
      Bumps [trie-db](https://github.com/paritytech/trie) from 0.25.1 to 0.26.0.
      - [Release notes](https://github.com/paritytech/trie/releases)
      - [Commits](https://github.com/paritytech/trie/compare/trie-db-v0.25.1...trie-db-v0.26.0)
      
      ---
      updated-dependencies:
      - dependency-name: trie-db
        dependency-type: direct:production
        update-type: version-update:semver-minor
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      2f302a4b
  6. Feb 24, 2023
  7. Feb 23, 2023
  8. Feb 22, 2023
  9. Feb 21, 2023
    • Branislav Kontur's avatar
      Rewards refund for relaying BridgeHubRococo/BridgeHubWococo (#1894) · 5b5627e9
      Branislav Kontur authored
      * Rewards refund for relaying BridgeHubRococo/BridgeHubWococo
      
      * spellcheck + clippy
      
      * RefundBridgedParachainMessages move to bp-runtime
      
      * Dedicated RewardingBridgeSignedExtra for Rococo/Wococo shared runtime with two instances of `RefundBridgedParachainMessages`
      
      * RefundBridgedParachainMessages with Tuple support for multiple
      
      * Fix additional_signed
      
      * revert fix
      
      * Refactor to `RefundBridgedParachainMessagesSchema`
      
      * removed unused deps
      5b5627e9
  10. Feb 20, 2023
    • Serban Iorga's avatar
      RefundRelayerForMessagesFromParachain improvements (#1895) · 78e3357c
      Serban Iorga authored
      * RefundRelayerForMessagesFromParachain changes
      
      - some renamings and cosmetics
      - removing the GI generic param since we can get it from the parachains
        config
      - merging (Parachains Instance, Parachain Id) and (Messages Instance,
        Messages lane Id) generic params
      - removing unnecessay derives
      - renaming for the `TransactionFeeCalculation` and defining
        `ActualFeeRefund` concrete implementation
      - adding support for multiple RefundRelayerForMessagesFromParachain
        (by adding a `StaticStrProvider` generic param)
      
      * Revert to using RuntimeDebug
      78e3357c
    • Svyatoslav Nikolsky's avatar
      optimize justification before submit (#1887) · 131b1735
      Svyatoslav Nikolsky authored
      * optimize justification before submit
      
      * fmt
      
      * spelling
      
      * clippy
      
      * fmt again
      
      * aaand compilation
      
      * clippy
      131b1735
    • Svyatoslav Nikolsky's avatar
    • dependabot[bot]'s avatar
      Bump clap from 4.1.4 to 4.1.6 · 8f0c09ab
      dependabot[bot] authored
      
      
      Bumps [clap](https://github.com/clap-rs/clap) from 4.1.4 to 4.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/v4.1.4...v4.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]>
      8f0c09ab
    • dependabot[bot]'s avatar
      Bump sysinfo from 0.27.7 to 0.28.0 · 66429b06
      dependabot[bot] authored
      
      
      Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.27.7 to 0.28.0.
      - [Release notes](https://github.com/GuillaumeGomez/sysinfo/releases)
      - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md)
      - [Commits](https://github.com/GuillaumeGomez/sysinfo/commits)
      
      ---
      updated-dependencies:
      - dependency-name: sysinfo
        dependency-type: direct:production
        update-type: version-update:semver-minor
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      66429b06
    • dependabot[bot]'s avatar
      Bump trie-db from 0.25.0 to 0.25.1 · 8b329ee8
      dependabot[bot] authored
      
      
      Bumps [trie-db](https://github.com/paritytech/trie) from 0.25.0 to 0.25.1.
      - [Release notes](https://github.com/paritytech/trie/releases)
      - [Commits](https://github.com/paritytech/trie/compare/trie-db-v0.25.0...trie-db-v0.25.1)
      
      ---
      updated-dependencies:
      - dependency-name: trie-db
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      8b329ee8
    • dependabot[bot]'s avatar
      Bump time from 0.3.17 to 0.3.19 · 635cfccf
      dependabot[bot] authored
      
      
      Bumps [time](https://github.com/time-rs/time) from 0.3.17 to 0.3.19.
      - [Release notes](https://github.com/time-rs/time/releases)
      - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
      - [Commits](https://github.com/time-rs/time/compare/v0.3.17...v0.3.19)
      
      ---
      updated-dependencies:
      - dependency-name: time
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      635cfccf
  11. Feb 16, 2023
  12. Feb 15, 2023
    • Svyatoslav Nikolsky's avatar
      Reject storage proofs with unused nodes: begin (#1878) · 0bd77f45
      Svyatoslav Nikolsky authored
      * reject storage proofs with unused nodes: begin
      
      * fix ignores_parachain_head_if_it_is_missing_from_storage_proof
      
      * message_proof_is_rejected_if_it_has_duplicate_trie_nodes && message_proof_is_rejected_if_it_has_unused_trie_nodes
      
      * proof_with_duplicate_items_is_rejected and proof_with_unused_items_is_rejected
      
      * clippy
      
      * fix benchmarks compilation
      
      * impl From<Error> for &'static str
      
      * fix review comments
      
      * added comment
      0bd77f45