Skip to content
  1. 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
  2. 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
    • 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
  3. Feb 16, 2023
  4. 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
  5. Feb 13, 2023
    • dependabot[bot]'s avatar
      Bump signal-hook from 0.3.14 to 0.3.15 · c4c0c7a1
      dependabot[bot] authored
      
      
      Bumps [signal-hook](https://github.com/vorner/signal-hook) from 0.3.14 to 0.3.15.
      - [Release notes](https://github.com/vorner/signal-hook/releases)
      - [Changelog](https://github.com/vorner/signal-hook/blob/master/CHANGELOG.md)
      - [Commits](https://github.com/vorner/signal-hook/compare/v0.3.14...v0.3.15)
      
      ---
      updated-dependencies:
      - dependency-name: signal-hook
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      c4c0c7a1
    • dependabot[bot]'s avatar
      Bump serde_json from 1.0.92 to 1.0.93 · 0ff597b9
      dependabot[bot] authored
      
      
      Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.92 to 1.0.93.
      - [Release notes](https://github.com/serde-rs/json/releases)
      - [Commits](https://github.com/serde-rs/json/compare/v1.0.92...v1.0.93)
      
      ---
      updated-dependencies:
      - dependency-name: serde_json
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      0ff597b9
    • dependabot[bot]'s avatar
      Bump subxt from `20adb19` to `9e2acff` · 1c5132eb
      dependabot[bot] authored
      
      
      Bumps [subxt](https://github.com/paritytech/subxt) from `20adb19` to `9e2acff`.
      - [Release notes](https://github.com/paritytech/subxt/releases)
      - [Commits](https://github.com/paritytech/subxt/compare/20adb198e42d1a36d0c919737230423c17ca78e6...9e2acff5b2838a59205fac1cedbf2c404f5eb9b7)
      
      ---
      updated-dependencies:
      - dependency-name: subxt
        dependency-type: direct:production
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      1c5132eb
  6. Feb 07, 2023
  7. Feb 06, 2023
    • Serban Iorga's avatar
      Add separate Cargo.lock for `tools/runtime-codegen` (#1854) · c438b9f7
      Serban Iorga authored
      * Use separate Cargo.lock for tools/runtime-codegen
      
      * Create separate workspace for tools/runtime-codegen
      c438b9f7
    • Svyatoslav Nikolsky's avatar
      Update Substrate/Polkadot/Cumulus dependencies + weights v2 (#1850) · d60a331e
      Svyatoslav Nikolsky authored
      * cargo update
      
      * weights v2
      
      * clippy
      
      * no spellcheck for weights.rs
      
      * fix proof_size component in MAXIMUM_BLOCK_WEIGHT  constants
      
      * "fix" proof_size in select_delivery_transaction_limits_works
      
      * spellcheck
      d60a331e
    • dependabot[bot]'s avatar
      Bump async-trait from 0.1.63 to 0.1.64 · 61b229b6
      dependabot[bot] authored
      
      
      Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.63 to 0.1.64.
      - [Release notes](https://github.com/dtolnay/async-trait/releases)
      - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.63...0.1.64)
      
      ---
      updated-dependencies:
      - dependency-name: async-trait
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      61b229b6
    • dependabot[bot]'s avatar
      Bump serde_json from 1.0.91 to 1.0.92 (#1845) · 36633310
      dependabot[bot] authored
      
      
      Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.91 to 1.0.92.
      - [Release notes](https://github.com/serde-rs/json/releases)
      - [Commits](https://github.com/serde-rs/json/compare/v1.0.91...v1.0.92)
      
      ---
      updated-dependencies:
      - dependency-name: serde_json
        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>
      36633310
    • dependabot[bot]'s avatar
      Bump trie-db from 0.24.0 to 0.25.0 · 4d917bb3
      dependabot[bot] authored
      
      
      Bumps [trie-db](https://github.com/paritytech/trie) from 0.24.0 to 0.25.0.
      - [Release notes](https://github.com/paritytech/trie/releases)
      - [Commits](https://github.com/paritytech/trie/commits/trie-db-v0.25.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]>
      4d917bb3
    • dependabot[bot]'s avatar
      Bump anyhow from 1.0.68 to 1.0.69 · 8d919eac
      dependabot[bot] authored
      
      
      Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.68 to 1.0.69.
      - [Release notes](https://github.com/dtolnay/anyhow/releases)
      - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.68...1.0.69)
      
      ---
      updated-dependencies:
      - dependency-name: anyhow
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      8d919eac
    • dependabot[bot]'s avatar
      Bump proc-macro2 from 1.0.49 to 1.0.51 · ef9364dd
      dependabot[bot] authored
      
      
      Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.49 to 1.0.51.
      - [Release notes](https://github.com/dtolnay/proc-macro2/releases)
      - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.49...1.0.51)
      
      ---
      updated-dependencies:
      - dependency-name: proc-macro2
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      ef9364dd
    • dependabot[bot]'s avatar
      Bump futures from 0.3.25 to 0.3.26 · 9ddeebed
      dependabot[bot] authored
      
      
      Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.25 to 0.3.26.
      - [Release notes](https://github.com/rust-lang/futures-rs/releases)
      - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
      - [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.25...0.3.26)
      
      ---
      updated-dependencies:
      - dependency-name: futures
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      9ddeebed
  8. Feb 03, 2023
  9. Jan 31, 2023
  10. Jan 30, 2023
    • dependabot[bot]'s avatar
      Bump tokio from 1.24.2 to 1.25.0 · 47bf5f69
      dependabot[bot] authored
      
      
      Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.24.2 to 1.25.0.
      - [Release notes](https://github.com/tokio-rs/tokio/releases)
      - [Commits](https://github.com/tokio-rs/tokio/commits/tokio-1.25.0)
      
      ---
      updated-dependencies:
      - dependency-name: tokio
        dependency-type: direct:production
        update-type: version-update:semver-minor
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      47bf5f69
    • dependabot[bot]'s avatar
      Bump clap from 4.1.3 to 4.1.4 · 6b307b48
      dependabot[bot] authored
      
      
      Bumps [clap](https://github.com/clap-rs/clap) from 4.1.3 to 4.1.4.
      - [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.3...v4.1.4)
      
      ---
      updated-dependencies:
      - dependency-name: clap
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      6b307b48
  11. Jan 24, 2023
    • dependabot[bot]'s avatar
      Bump clap from 4.1.1 to 4.1.3 · 873ea4e4
      dependabot[bot] authored
      
      
      Bumps [clap](https://github.com/clap-rs/clap) from 4.1.1 to 4.1.3.
      - [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/clap_complete-v4.1.1...v4.1.3)
      
      ---
      updated-dependencies:
      - dependency-name: clap
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      873ea4e4
  12. Jan 23, 2023
  13. Jan 20, 2023
    • dependabot[bot]'s avatar
      Bump sysinfo from 0.15.9 to 0.27.7 · a4873267
      dependabot[bot] authored
      
      
      Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.15.9 to 0.27.7.
      - [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]>
      a4873267
    • dependabot[bot]'s avatar
      Bump env_logger from 0.8.4 to 0.10.0 · 9a6e8bb1
      dependabot[bot] authored
      
      
      Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.8.4 to 0.10.0.
      - [Release notes](https://github.com/rust-cli/env_logger/releases)
      - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md)
      - [Commits](https://github.com/rust-cli/env_logger/compare/v0.8.4...v0.10.0)
      
      ---
      updated-dependencies:
      - dependency-name: env_logger
        dependency-type: direct:production
        update-type: version-update:semver-minor
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      9a6e8bb1
    • dependabot[bot]'s avatar
      Bump async-trait from 0.1.61 to 0.1.62 · 89c5e798
      dependabot[bot] authored
      
      
      Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.61 to 0.1.62.
      - [Release notes](https://github.com/dtolnay/async-trait/releases)
      - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.61...0.1.62)
      
      ---
      updated-dependencies:
      - dependency-name: async-trait
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      89c5e798
    • dependabot[bot]'s avatar
      Bump fixed-hash from 0.7.0 to 0.8.0 · ddd0a574
      dependabot[bot] authored
      
      
      Bumps [fixed-hash](https://github.com/paritytech/parity-common) from 0.7.0 to 0.8.0.
      - [Release notes](https://github.com/paritytech/parity-common/releases)
      - [Commits](https://github.com/paritytech/parity-common/compare/fixed-hash-v0.7.0...fixed-hash-v0.8.0)
      
      ---
      updated-dependencies:
      - dependency-name: fixed-hash
        dependency-type: direct:production
        update-type: version-update:semver-minor
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      ddd0a574
    • dependabot[bot]'s avatar
      Bump impl-serde from 0.3.2 to 0.4.0 · e8b0b819
      dependabot[bot] authored
      
      
      Bumps [impl-serde](https://github.com/paritytech/parity-common) from 0.3.2 to 0.4.0.
      - [Release notes](https://github.com/paritytech/parity-common/releases)
      - [Commits](https://github.com/paritytech/parity-common/compare/impl-serde-v0.3.2...impl-serde-v0.4.0)
      
      ---
      updated-dependencies:
      - dependency-name: impl-serde
        dependency-type: direct:production
        update-type: version-update:semver-minor
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      e8b0b819
    • dependabot[bot]'s avatar
      Bump jsonpath_lib from 0.2.6 to 0.3.0 · c5227460
      dependabot[bot] authored
      
      
      Bumps [jsonpath_lib](https://github.com/freestrings/jsonpath) from 0.2.6 to 0.3.0.
      - [Release notes](https://github.com/freestrings/jsonpath/releases)
      - [Commits](https://github.com/freestrings/jsonpath/compare/v0.2.6...0.3.0)
      
      ---
      updated-dependencies:
      - dependency-name: jsonpath_lib
        dependency-type: direct:production
        update-type: version-update:semver-minor
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      c5227460
    • dependabot[bot]'s avatar
      Bump parking_lot from 0.11.2 to 0.12.1 · 9f4771d3
      dependabot[bot] authored
      
      
      Bumps [parking_lot](https://github.com/Amanieu/parking_lot) from 0.11.2 to 0.12.1.
      - [Release notes](https://github.com/Amanieu/parking_lot/releases)
      - [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)
      - [Commits](https://github.com/Amanieu/parking_lot/compare/0.11.2...0.12.1)
      
      ---
      updated-dependencies:
      - dependency-name: parking_lot
        dependency-type: direct:production
        update-type: version-update:semver-minor
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      9f4771d3
    • dependabot[bot]'s avatar
      Bump backoff from 0.2.1 to 0.4.0 · dab5d72a
      dependabot[bot] authored
      
      
      Bumps [backoff](https://github.com/ihrwein/backoff) from 0.2.1 to 0.4.0.
      - [Release notes](https://github.com/ihrwein/backoff/releases)
      - [Commits](https://github.com/ihrwein/backoff/compare/v0.2.1...v0.4.0)
      
      ---
      updated-dependencies:
      - dependency-name: backoff
        dependency-type: direct:production
        update-type: version-update:semver-minor
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      dab5d72a
    • dependabot[bot]'s avatar
      Bump strum from 0.21.0 to 0.24.1 · d7dd3acc
      dependabot[bot] authored
      
      
      Bumps [strum](https://github.com/Peternator7/strum) from 0.21.0 to 0.24.1.
      - [Release notes](https://github.com/Peternator7/strum/releases)
      - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md)
      - [Commits](https://github.com/Peternator7/strum/commits)
      
      ---
      updated-dependencies:
      - dependency-name: strum
        dependency-type: direct:production
        update-type: version-update:semver-minor
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      d7dd3acc
    • dependabot[bot]'s avatar
      Bump tokio from 1.24.1 to 1.24.2 · c4979901
      dependabot[bot] authored
      
      
      Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.24.1 to 1.24.2.
      - [Release notes](https://github.com/tokio-rs/tokio/releases)
      - [Commits](https://github.com/tokio-rs/tokio/commits)
      
      ---
      updated-dependencies:
      - dependency-name: tokio
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      c4979901
    • dependabot[bot]'s avatar
      Bump clap from 4.1.0 to 4.1.1 · db614681
      dependabot[bot] authored
      
      
      Bumps [clap](https://github.com/clap-rs/clap) from 4.1.0 to 4.1.1.
      - [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/clap_complete-v4.1.0...v4.1.1)
      
      ---
      updated-dependencies:
      - dependency-name: clap
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      db614681
    • Svyatoslav Nikolsky's avatar
      Remove chain-specific dependencies from crates that will be used in Cumulus (#1783) · 33632313
      Svyatoslav Nikolsky authored
      * leave-modules.sh
      
      * remove bp-rialto dependency from bp-relayers
      
      * update leave-modules.sh
      
      * fix Cargo.toml of pallet-bridge-relayers
      
      * update leave-modules.sh
      
      * remove bp-rialto and millau-runtime frombridge-runtime-common Cargo.toml
      
      * update leave-modules.sh
      
      * remove chain dependencies from bridge-runtime-common crate
      
      * fix tests
      
      * cleanup script
      
      * rename script
      
      * kind of success message
      
      * remove leave-modules.sh
      
      * use TargetHeaderChainAdapter and SourceHeaderChainAdapter in our testnets
      
      * update script
      33632313
  14. Jan 19, 2023