Skip to content
  1. Aug 16, 2023
    • Svyatoslav Nikolsky's avatar
      Dynamic fees for bridges-v1 (#2294) · 277f0d54
      Svyatoslav Nikolsky authored
      * impl backpressure in the XcmBlobHaulerAdapter
      
      * LocalXcmQueueManager + more adapters
      
      * OnMessageDelviered callback
      
      * forbid mesage delivery transactions when the channel between target bridge hub and target asset hub is suspended
      
      * pallet-xcm-bridge-hub-router
      
      * removed commented code
      
      * improvements and tests for palle-xcm-bridge-router
      
      * use LocalXcmChannel in XcmBlobMessageDispatch
      
      * new tests for logic changes in messages pallet
      
      * tests for LocalXcmQueueSuspender
      
      * tests for LocalXcmQueueMessageProcessor
      
      * tests for new logic in the XcmBlobHaulerAdapter
      
      * fix other tests in the bridge-runtime-common
      
      * extension_reject_call_when_dispatcher_is_inactive
      
      * benchmarks for pallet-xcm-bridge-hub-router
      
      * get rid of redundant storage value
      
      * add new pallet to verify-pallets-build.sh
      
      * fixing spellcheck, clippy and rustdoc
      
      * trigger CI
      
      * Revert "trigger CI"
      
      This reverts commit 48f1ba03...
  2. Aug 04, 2023
  3. Jul 19, 2023
    • Svyatoslav Nikolsky's avatar
      Update dependecies (#2277) (#2281) · 3c4ada92
      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)
      3c4ada92
  4. Jul 04, 2023
  5. May 09, 2023
  6. May 01, 2023
    • dependabot[bot]'s avatar
      Bump scale-info from 2.5.0 to 2.6.0 · 01bf3108
      dependabot[bot] authored
      
      
      Bumps [scale-info](https://github.com/paritytech/scale-info) from 2.5.0 to 2.6.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/commits)
      
      ---
      updated-dependencies:
      - dependency-name: scale-info
        dependency-type: direct:production
        update-type: version-update:semver-minor
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      01bf3108
  7. Apr 27, 2023
  8. Apr 26, 2023
  9. Apr 17, 2023
  10. Apr 13, 2023
  11. Apr 12, 2023
  12. Apr 10, 2023
  13. Apr 07, 2023
  14. Apr 03, 2023
    • dependabot[bot]'s avatar
      Bump scale-info from 2.4.0 to 2.5.0 · c35f1a18
      dependabot[bot] authored
      
      
      Bumps [scale-info](https://github.com/paritytech/scale-info) from 2.4.0 to 2.5.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.4.0...v2.5.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]>
      c35f1a18
    • dependabot[bot]'s avatar
      Bump hex-literal from 0.3.4 to 0.4.0 · 481371f3
      dependabot[bot] authored
      
      
      Bumps [hex-literal](https://github.com/RustCrypto/utils) from 0.3.4 to 0.4.0.
      - [Release notes](https://github.com/RustCrypto/utils/releases)
      - [Commits](https://github.com/RustCrypto/utils/compare/hex-literal-v0.3.4...hex-literal-v0.4.0)
      
      ---
      updated-dependencies:
      - dependency-name: hex-literal
        dependency-type: direct:production
        update-type: version-update:semver-minor
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      481371f3
  15. Mar 22, 2023
  16. Mar 09, 2023
    • Serban Iorga's avatar
      Some error improvements (#1956) · ef1b1bcd
      Serban Iorga authored
      * Use `HeaderChainError` in parachains module
      
      * Use MessageProofError instead of 'static str in some places
      
      * Avoid implementing Into<'static str> for some errors
      
      We avoid deriving `Debug` for the structs that we use in the runtime and
      we derive `RuntimeDebug` instead in order to avoid bloating th eruntime
      with static strs. But implementing `Into<'static str>` does the same. So
      in some places it makes sense to replace `Into<'static str>` with `Debug`.
      
      * Move the messages error definition
      
      Move the messages error definition outside of `mod target`
      ef1b1bcd
  17. Jan 27, 2023
  18. Jan 20, 2023
    • 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
  19. Jan 11, 2023
  20. Jan 09, 2023
    • Serban Iorga's avatar
      Deduplicate pallet call structs used for indirect runtime calls (#1744) · 6c826a6c
      Serban Iorga authored
      * Small changes
      
      * Define generic bridge pallets call structs
      
      * polkadot-core SignedExtension simplifications
      
      - we don't seem to need to pass the Call as a generic param
      - we can use codec(skip) instead of implementing Encode and Decode
      
      * Split BridgeHubRococo and BridgeHubWococo calls
      
      * code review fixes
      6c826a6c
  21. Dec 30, 2022
  22. Dec 09, 2022
  23. Dec 06, 2022
  24. Dec 05, 2022
  25. Dec 02, 2022
  26. Dec 01, 2022
  27. Nov 30, 2022
  28. Nov 22, 2022
  29. Nov 21, 2022
  30. Nov 18, 2022
    • Svyatoslav Nikolsky's avatar
      Remove callbacks from the messages pallet (#1649) · c0c0c7db
      Svyatoslav Nikolsky authored
      * remove callbacks
      
      * clippy
      
      * fmt
      c0c0c7db
    • Svyatoslav Nikolsky's avatar
      Remove message fee + message send calls (#1642) · 7b24cd3a
      Svyatoslav Nikolsky authored
      * remove message fee
      
      * it is compiling!
      
      * fixes + fmt
      
      * more cleanup
      
      * more cleanup
      
      * restore MessageDeliveryAndDispatchPayment since we'll need relayer rewards
      
      * started rational relayer removal
      
      * more removal
      
      * removed estimate fee subcommand
      
      * remove DispatchFeePayment
      
      * more removals
      
      * removed conversion rates && some metrics
      
      * - unneeded associated type
      
      * - OutboundMessageFee
      
      * fix benchmarks compilation
      
      * fmt
      
      * test + fix benchmarks
      
      * fix send message
      
      * clippy
      7b24cd3a
  31. Oct 21, 2022