Skip to content
  1. Jul 19, 2023
    • Svyatoslav Nikolsky's avatar
      Update dependecies (#2277) · af4609c0
      Svyatoslav Nikolsky authored
      * cargo update -p parachain-info
      
      * flush
      
      * it compiles
      
      * clippy
      
      * temporary add more logging to cargo deny
      
      * Revert "temporary add more logging to cargo deny"
      
      This reverts commit 20daa88b.
      
      * list installed Rust binaries before running cargo deny
      
      * changed prev commit
      
      * once again
      
      * try cargo update?
      
      * post-update fixes (nothing important)
      af4609c0
  2. Jul 17, 2023
    • Svyatoslav Nikolsky's avatar
      XCM bridge hub pallet (will be deployed at bridge hubs) (#2213) · f9cba27c
      Svyatoslav Nikolsky authored
      * XCM over bridge pallet (won't ever be merged to this repo): initial commit
      
      * try both bridge-id and lane-id
      
      * flush
      
      * flush
      
      * flush
      
      * flush
      
      * first prototype
      
      * started working on xcm-over-bridge tests
      
      * proper open_bridge_works test
      
      * more open_bridge tests
      
      * request_bridge_closure tests
      
      * tests for close_bridge
      
      * report_misbehavior tests
      
      * renaming xcm-over-bridge ad xcm-bridge-hub: we'll have two similar pallets for dynamic lanes/fees support. One will be deployed at the bridge hub (xcm-bridge-hub) and another one (xcm-bridge-hub-router) at sibling/parent chains to send messages to remote network over the bridge hub
      
      * added couple of TODOs
      
      * moved BridgeQueuesState here + TODO for implementing report_bridge_queues_state + fmt
      
      * fixing TODOs
      
      * fixing TODOs
      
      * moved bridge locations to primitives
      
      * added a couple of TODOs
      
      * ref issue from TODO
      
      * clippy and spelling
      
      * fix tests
      
      * another TODOs
      
      * typo
      
      * LaneState -> force_close_bridge
      
      * start_closing_the_bridge -> start_closing_bridge
      
      * removed Closing bridge state, so now we only have the Opened -> optional temporary Closed state -> None
      
      * spelling
      
      * started prototyping suspend+resume on misbehavior
      
      * continue prototyping
      
      * more tests for open_bridge
      
      * more tests for close_bridge
      
      * more tests for report_misbehavior
      
      * started tests for resume_misbehaving_bridges
      
      * implemented tests for resume_misbehaving_bridges
      
      * remove UnsuspendedChannelWithMisbehavingOwner because now, when all bridges are resumed at once + we assume that the inbound XCM channel is suspended immediately it is no longer actual
      
      * added TODO
      
      * add comment re misbehavior reporter if he's associated with the bridge owner
      
      * ignored clippy
      
      * fmt
      
      * use versioned XCM structs in public interfaces and storage + Box XCM locations where possible
      
      * spelling
      
      * removed TODO in favor of https://github.com/paritytech/parity-bridges-common/pull/2257
      
      * LocalChannelManager -> LocalXcmChannelManager
      
      * removed code specific to #2233, because it isn't the only option now
      
      * removemisbehavior mentions
      
      * also temporary (?) remove BridgesByLocalOrigin because the storage format will likely change to be able to resume bridges from the on_iniitalize/on_idle
      
      * AllowedOpenBridgeOrigin -> OpenBridgeOrigin
      
      * - TooManyBridgesForLocalOrigin
      
      * use bridge_destination_relative_location in args
      
      * better impl of strip_low_level_junctions
      
      * get rid of xcm_into_latest
      
      * clippy
      
      * added #![warn(missing_docs)] to new crates
      f9cba27c
    • Svyatoslav Nikolsky's avatar
      Some code grooming (#2276) · 059347f0
      Svyatoslav Nikolsky authored
      * some code grooming: enable warn(missing_docs) for all piblic crates + added missing documentation + removed obsolete clippy/deny workarounds
      
      * removed strange allow + added comment related to other allow
      
      * removed incorrect_clone_impl_on_copy_type which is unknown to CI clippy
      059347f0
    • dependabot[bot]'s avatar
      Bump clap from 4.3.11 to 4.3.12 · 472a07df
      dependabot[bot] authored
      
      
      Bumps [clap](https://github.com/clap-rs/clap) from 4.3.11 to 4.3.12.
      - [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.3.11...v4.3.12)
      
      ---
      updated-dependencies:
      - dependency-name: clap
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      472a07df
    • dependabot[bot]'s avatar
      Bump serde_json from 1.0.100 to 1.0.103 · f74786b0
      dependabot[bot] authored
      
      
      Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.100 to 1.0.103.
      - [Release notes](https://github.com/serde-rs/json/releases)
      - [Commits](https://github.com/serde-rs/json/compare/v1.0.100...v1.0.103)
      
      ---
      updated-dependencies:
      - dependency-name: serde_json
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      f74786b0
    • dependabot[bot]'s avatar
      Bump thiserror from 1.0.40 to 1.0.43 · dd167a05
      dependabot[bot] authored
      
      
      Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.40 to 1.0.43.
      - [Release notes](https://github.com/dtolnay/thiserror/releases)
      - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.40...1.0.43)
      
      ---
      updated-dependencies:
      - dependency-name: thiserror
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      dd167a05
    • dependabot[bot]'s avatar
      Bump anyhow from 1.0.71 to 1.0.72 · 3f727021
      dependabot[bot] authored
      
      
      Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.71 to 1.0.72.
      - [Release notes](https://github.com/dtolnay/anyhow/releases)
      - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.71...1.0.72)
      
      ---
      updated-dependencies:
      - dependency-name: anyhow
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      3f727021
    • dependabot[bot]'s avatar
      Bump async-trait from 0.1.69 to 0.1.71 · eaac1b5f
      dependabot[bot] authored
      
      
      Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.69 to 0.1.71.
      - [Release notes](https://github.com/dtolnay/async-trait/releases)
      - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.69...0.1.71)
      
      ---
      updated-dependencies:
      - dependency-name: async-trait
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      eaac1b5f
    • dependabot[bot]'s avatar
      Bump sysinfo from 0.29.4 to 0.29.5 · 5c7a5acc
      dependabot[bot] authored
      
      
      Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.29.4 to 0.29.5.
      - [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]>
      5c7a5acc
    • dependabot[bot]'s avatar
      Bump signal-hook from 0.3.15 to 0.3.16 · d37e27aa
      dependabot[bot] authored
      
      
      Bumps [signal-hook](https://github.com/vorner/signal-hook) from 0.3.15 to 0.3.16.
      - [Changelog](https://github.com/vorner/signal-hook/blob/master/CHANGELOG.md)
      - [Commits](https://github.com/vorner/signal-hook/compare/v0.3.15...v0.3.16)
      
      ---
      updated-dependencies:
      - dependency-name: signal-hook
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      d37e27aa
  3. Jul 13, 2023
  4. Jul 11, 2023
  5. Jul 10, 2023
    • Serban Iorga's avatar
    • dependabot[bot]'s avatar
      Bump serde_json from 1.0.99 to 1.0.100 · 7666bae8
      dependabot[bot] authored
      
      
      Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.99 to 1.0.100.
      - [Release notes](https://github.com/serde-rs/json/releases)
      - [Commits](https://github.com/serde-rs/json/compare/v1.0.99...v1.0.100)
      
      ---
      updated-dependencies:
      - dependency-name: serde_json
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      7666bae8
    • dependabot[bot]'s avatar
      Bump time from 0.3.22 to 0.3.23 · b109c126
      dependabot[bot] authored
      
      
      Bumps [time](https://github.com/time-rs/time) from 0.3.22 to 0.3.23.
      - [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.22...v0.3.23)
      
      ---
      updated-dependencies:
      - dependency-name: time
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      b109c126
    • dependabot[bot]'s avatar
      Bump clap from 4.3.10 to 4.3.11 · 7328864c
      dependabot[bot] authored
      
      
      Bumps [clap](https://github.com/clap-rs/clap) from 4.3.10 to 4.3.11.
      - [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.3.10...v4.3.11)
      
      ---
      updated-dependencies:
      - dependency-name: clap
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      7328864c
    • dependabot[bot]'s avatar
      Bump sysinfo from 0.29.3 to 0.29.4 · 94b6461e
      dependabot[bot] authored
      
      
      Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.29.3 to 0.29.4.
      - [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]>
      94b6461e
  6. Jul 07, 2023
  7. Jul 04, 2023
  8. Jul 03, 2023
  9. Jun 27, 2023
  10. Jun 26, 2023
  11. Jun 22, 2023
  12. Jun 21, 2023
  13. Jun 20, 2023