Skip to content
  1. Nov 13, 2023
    • dependabot[bot]'s avatar
      Bump env_logger from 0.10.0 to 0.10.1 · fc251b62
      dependabot[bot] authored
      
      
      Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.10.0 to 0.10.1.
      - [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.10.0...v0.10.1)
      
      ---
      updated-dependencies:
      - dependency-name: env_logger
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      fc251b62
  2. Nov 08, 2023
    • Yuri Volkov's avatar
      Fixing gitspiegel trigger workflow (#2679) · 167c65ab
      Yuri Volkov authored
      The first attept to use a workflow to protect GitLab CI from untrusted contributors failed, because GitHub doesn't pass secrets to workflows for PRs that originate from forks. 
       
      This uses a different approach: instead of triggerring gitspiegel API directly from the workflow, we're just spawning an empty workflow with a specific path, and gitspiegel listens for `workflow_run` event to start mirroring.  
      
      The idea is the same: for the first-time contributors, running workflows would require manual aciton and that would block mirroring. But this time, we don't need any secrets to make it work.
      167c65ab
  3. Nov 03, 2023
  4. Nov 02, 2023
    • Oleg Plakida's avatar
      Revert cffc3432 (#2672) · 38d3ad1e
      Oleg Plakida authored
      Revert switching to llinux-docker tags because of updated k8s runners.
      Add retry policy for k8s runners.
      38d3ad1e
  5. Nov 01, 2023
  6. Oct 30, 2023
    • Yuri Volkov's avatar
      Adding gitspiegel-trigger workflow (#2661) · 75df0eb2
      Yuri Volkov authored
      Using a workflow to trigger mirroring instead of a webhook allows us to reuse "Approving workflow runs from public forks" GitHub feature to somewhat protect us from malicious PRs
      75df0eb2
    • dependabot[bot]'s avatar
      Bump clap from 4.4.6 to 4.4.7 · 9765e530
      dependabot[bot] authored
      
      
      Bumps [clap](https://github.com/clap-rs/clap) from 4.4.6 to 4.4.7.
      - [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.4.6...v4.4.7)
      
      ---
      updated-dependencies:
      - dependency-name: clap
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      9765e530
    • dependabot[bot]'s avatar
      Bump tempfile from 3.8.0 to 3.8.1 · 43f0a848
      dependabot[bot] authored
      
      
      Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.8.0 to 3.8.1.
      - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
      - [Commits](https://github.com/Stebalien/tempfile/commits)
      
      ---
      updated-dependencies:
      - dependency-name: tempfile
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      43f0a848
    • dependabot[bot]'s avatar
      Bump serde from 1.0.189 to 1.0.190 · 7294b73f
      dependabot[bot] authored
      
      
      Bumps [serde](https://github.com/serde-rs/serde) from 1.0.189 to 1.0.190.
      - [Release notes](https://github.com/serde-rs/serde/releases)
      - [Commits](https://github.com/serde-rs/serde/compare/v1.0.189...v1.0.190)
      
      ---
      updated-dependencies:
      - dependency-name: serde
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      7294b73f
    • dependabot[bot]'s avatar
      Bump futures from 0.3.28 to 0.3.29 · 1cf4bdef
      dependabot[bot] authored
      
      
      Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.28 to 0.3.29.
      - [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.28...0.3.29)
      
      ---
      updated-dependencies:
      - dependency-name: futures
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      1cf4bdef
    • Svyatoslav Nikolsky's avatar
      Add basic zombienet test to be used in the future (#2649) · f3ad9052
      Svyatoslav Nikolsky authored
      * add basic zombienet test to be used in the future
      
      * removed unneeded variables
      
      * add README.md for zombienet folder
      f3ad9052
  7. Oct 27, 2023
  8. Oct 23, 2023
    • dependabot[bot]'s avatar
      Bump thiserror from 1.0.49 to 1.0.50 · a485a9ae
      dependabot[bot] authored
      
      
      Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.49 to 1.0.50.
      - [Release notes](https://github.com/dtolnay/thiserror/releases)
      - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.49...1.0.50)
      
      ---
      updated-dependencies:
      - dependency-name: thiserror
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      a485a9ae
    • dependabot[bot]'s avatar
      Bump scale-info from 2.9.0 to 2.10.0 · 7f439b73
      dependabot[bot] authored
      
      
      Bumps [scale-info](https://github.com/paritytech/scale-info) from 2.9.0 to 2.10.0.
      - [Release notes](https://github.com/paritytech/scale-info/releases)
      - [Changelog](https://github.com/paritytech/scale-info/blob/master/CHANGELOG.md)
      - [Commits](https://github.com/paritytech/scale-info/compare/v2.9.0...v2.10.0)
      
      ---
      updated-dependencies:
      - dependency-name: scale-info
        dependency-type: direct:production
        update-type: version-update:semver-minor
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      7f439b73
  9. Oct 20, 2023
  10. Oct 19, 2023
  11. Oct 18, 2023
  12. Oct 17, 2023
  13. Oct 16, 2023
    • Svyatoslav Nikolsky's avatar
      Add reward field to unrewarded relayers (#2613) · 50928a65
      Svyatoslav Nikolsky authored
      * report expected reward from target to source chain in confirmation transaction
      
      * added tests for new code
      
      * fix benchmarks compilation
      
      * clippy + spelling
      
      * remove extra requirements
      
      * RewardAtSource -> RelayerRewardAtSource, delivery_reward_per_message -> relayer_reward_per_message
      50928a65
    • dependabot[bot]'s avatar
      Bump fixed-hash · e0b280f4
      dependabot[bot] authored
      
      
      Bumps [fixed-hash](https://github.com/paritytech/parity-common) from `d3a9327` to registry+https://github.com/rust-lang/crates.io-index.
      - [Commits](https://github.com/paritytech/parity-common/commits)
      
      ---
      updated-dependencies:
      - dependency-name: fixed-hash
        dependency-type: direct:production
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      e0b280f4
    • dependabot[bot]'s avatar
      Bump time from 0.3.29 to 0.3.30 · 22ad006b
      dependabot[bot] authored
      
      
      Bumps [time](https://github.com/time-rs/time) from 0.3.29 to 0.3.30.
      - [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.29...v0.3.30)
      
      ---
      updated-dependencies:
      - dependency-name: time
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      22ad006b
    • dependabot[bot]'s avatar
      Bump serde from 1.0.188 to 1.0.189 · 7d82a649
      dependabot[bot] authored
      
      
      Bumps [serde](https://github.com/serde-rs/serde) from 1.0.188 to 1.0.189.
      - [Release notes](https://github.com/serde-rs/serde/releases)
      - [Commits](https://github.com/serde-rs/serde/compare/v1.0.188...v1.0.189)
      
      ---
      updated-dependencies:
      - dependency-name: serde
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      7d82a649
    • dependabot[bot]'s avatar
      Bump async-trait from 0.1.73 to 0.1.74 · aeaa3f7e
      dependabot[bot] authored
      
      
      Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.73 to 0.1.74.
      - [Release notes](https://github.com/dtolnay/async-trait/releases)
      - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.73...0.1.74)
      
      ---
      updated-dependencies:
      - dependency-name: async-trait
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      aeaa3f7e
  14. Oct 12, 2023
  15. Oct 11, 2023
  16. Oct 09, 2023
    • dependabot[bot]'s avatar
      Bump subxt from 0.32.0 to 0.32.1 · 66750173
      dependabot[bot] authored
      
      
      Bumps [subxt](https://github.com/paritytech/subxt) from 0.32.0 to 0.32.1.
      - [Release notes](https://github.com/paritytech/subxt/releases)
      - [Changelog](https://github.com/paritytech/subxt/blob/master/CHANGELOG.md)
      - [Commits](https://github.com/paritytech/subxt/commits)
      
      ---
      updated-dependencies:
      - dependency-name: subxt
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      66750173
    • dependabot[bot]'s avatar
      Bump num-traits from 0.2.16 to 0.2.17 · 0a58a880
      dependabot[bot] authored
      
      
      Bumps [num-traits](https://github.com/rust-num/num-traits) from 0.2.16 to 0.2.17.
      - [Changelog](https://github.com/rust-num/num-traits/blob/master/RELEASES.md)
      - [Commits](https://github.com/rust-num/num-traits/compare/num-traits-0.2.16...num-traits-0.2.17)
      
      ---
      updated-dependencies:
      - dependency-name: num-traits
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      0a58a880
  17. Oct 06, 2023
  18. Oct 03, 2023
  19. Oct 02, 2023
    • dependabot[bot]'s avatar
      Bump subxt from 0.31.0 to 0.32.0 · cb7bdf19
      dependabot[bot] authored
      
      
      Bumps [subxt](https://github.com/paritytech/subxt) from 0.31.0 to 0.32.0.
      - [Release notes](https://github.com/paritytech/subxt/releases)
      - [Changelog](https://github.com/paritytech/subxt/blob/master/CHANGELOG.md)
      - [Commits](https://github.com/paritytech/subxt/commits)
      
      ---
      updated-dependencies:
      - dependency-name: subxt
        dependency-type: direct:production
        update-type: version-update:semver-minor
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      cb7bdf19
    • dependabot[bot]'s avatar
      Bump thiserror from 1.0.48 to 1.0.49 · 16f9801e
      dependabot[bot] authored
      
      
      Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.48 to 1.0.49.
      - [Release notes](https://github.com/dtolnay/thiserror/releases)
      - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.48...1.0.49)
      
      ---
      updated-dependencies:
      - dependency-name: thiserror
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      16f9801e
    • dependabot[bot]'s avatar
      Bump clap from 4.4.4 to 4.4.6 · 282bdc16
      dependabot[bot] authored
      
      
      Bumps [clap](https://github.com/clap-rs/clap) from 4.4.4 to 4.4.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.4.4...v4.4.6)
      
      ---
      updated-dependencies:
      - dependency-name: clap
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      282bdc16