Skip to content
  1. May 02, 2023
  2. May 01, 2023
    • Svyatoslav Nikolsky's avatar
      Add millau specific messages weights (#2097) · ae44c6b7
      Svyatoslav Nikolsky authored
      * refactor weights a bit
      
      * post cherry-pick fixes
      
      * do not run spellcheck on new weight files
      
      * fix
      ae44c6b7
    • Svyatoslav Nikolsky's avatar
      Add integrity tests to rialto parachain runtiime (#2096) · 6ad0bd1f
      Svyatoslav Nikolsky authored
      * add integrity tests to rialto-parachain runtime
      
      * post cherry-pick fixes
      6ad0bd1f
    • dependabot[bot]'s avatar
      Bump clap from 4.2.4 to 4.2.5 · 58795fcb
      dependabot[bot] authored
      
      
      Bumps [clap](https://github.com/clap-rs/clap) from 4.2.4 to 4.2.5.
      - [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.2.4...v4.2.5)
      
      ---
      updated-dependencies:
      - dependency-name: clap
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      58795fcb
    • 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
  3. Apr 27, 2023
    • Svyatoslav Nikolsky's avatar
      Benchmarks for new relayers pallet calls (#2040) · 9904d09c
      Svyatoslav Nikolsky authored
      * slash relayer balance for invalid transactions
      
      * require some gap before unstake is possible
      
      * more clippy
      
      * log priority boost
      
      * add issue ref to TODO
      
      * fix typo
      
      * is_message_delivery_call -> is_receive_messages_proof_call
      
      * moved is_receive_messages_proof_call above
      
      * only slash relayers for priority transactions
      
      * benchmarks for new relayers pallet calls
      
      * generated weights
      
      * regenerated weights afer master merge
      
      * actually use weights
      9904d09c
    • Branislav Kontur's avatar
      Nits (#2083) · 66aaf0dd
      Branislav Kontur authored
      66aaf0dd
  4. Apr 26, 2023
  5. Apr 25, 2023
  6. Apr 24, 2023
  7. Apr 21, 2023
  8. Apr 19, 2023
    • Serban Iorga's avatar
      Test deployments fixes (#2057) · c0325d3c
      Serban Iorga authored
      * Fix node_impl_version error
      
      ```
      error: unexpected argument '--node-impl-version' found
      
        tip: to pass '--node-impl-version' as a value, use '-- --node-impl-version'
      
      Usage: rialto-bridge-node prepare-worker <SOCKET_PATH> <NODE_IMPL_VERSION>
      
      For more information, try '--help'.
      
      ```
      
      * Fix rialto-parachain not producing blocks
      
      We must have at least 2 validators for each collator
      c0325d3c
  9. Apr 17, 2023
    • Svyatoslav Nikolsky's avatar
      Revert dispatch-results (#2048) · d30927c0
      Svyatoslav Nikolsky authored
      * Revert "Reintroduce msg dispatch status reporting (#2027)"
      
      This reverts commit 68ba699b.
      
      * post-revert fix
      d30927c0
    • dependabot[bot]'s avatar
      Bump clap from 4.2.1 to 4.2.2 · 956a2c68
      dependabot[bot] authored
      
      
      Bumps [clap](https://github.com/clap-rs/clap) from 4.2.1 to 4.2.2.
      - [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.2.1...v4.2.2)
      
      ---
      updated-dependencies:
      - dependency-name: clap
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      956a2c68
    • dependabot[bot]'s avatar
      Bump serde_json from 1.0.95 to 1.0.96 · 91951583
      dependabot[bot] authored
      
      
      Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.95 to 1.0.96.
      - [Release notes](https://github.com/serde-rs/json/releases)
      - [Commits](https://github.com/serde-rs/json/compare/v1.0.95...v1.0.96)
      
      ---
      updated-dependencies:
      - dependency-name: serde_json
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      91951583
  10. Apr 13, 2023
  11. Apr 10, 2023
    • Svyatoslav Nikolsky's avatar
      Boost message delivery transaction priority (#2023) · 77f1641d
      Svyatoslav Nikolsky authored
      * reject delivery transactions with at least one obsolete message
      
      * clippy
      
      * boost priority of message delivery transactions: transaction with more messages has larger priority than the transaction with less messages
      
      * apply review suggestion
      
      * CallInfo::bundled_messages
      
      * validate_does_not_boost_priority_of_message_delivery_transactons_with_too_many_messages
      
      * clippy
      77f1641d
    • Svyatoslav Nikolsky's avatar
      Reject delivery transactions with at least one obsolete message (#2021) · c23c4e44
      Svyatoslav Nikolsky authored
      * reject delivery transactions with at least one obsolete message
      
      * clippy
      
      * allow empty delivery transactions with rewards confirmations BUT only when there's no room left in the unrewarded relayers vector
      
      * clippy
      
      * allow empty delivery transactions if no message slots in unrewarded relayers vector
      c23c4e44
    • Serban Iorga's avatar
      Reintroduce msg dispatch status reporting (#2027) · 68ba699b
      Serban Iorga authored
      * Use an actual Result inside MessageDispatchResult
      
      We need this in order to distinguish between Ok and Err
      
      * Revert #1660
      
      * Fixes + simplifications
      
      * Implement review suggestions
      68ba699b
  12. Apr 07, 2023
  13. Apr 04, 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 clap from 4.1.13 to 4.2.1 · 04c56977
      dependabot[bot] authored
      
      
      Bumps [clap](https://github.com/clap-rs/clap) from 4.1.13 to 4.2.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/v4.1.13...v4.2.1)
      
      ---
      updated-dependencies:
      - dependency-name: clap
        dependency-type: direct:production
        update-type: version-update:semver-minor
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      04c56977
    • 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
    • dependabot[bot]'s avatar
      Bump serde_json from 1.0.94 to 1.0.95 · 2e6e79ef
      dependabot[bot] authored
      
      
      Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.94 to 1.0.95.
      - [Release notes](https://github.com/serde-rs/json/releases)
      - [Commits](https://github.com/serde-rs/json/compare/v1.0.94...v1.0.95)
      
      ---
      updated-dependencies:
      - dependency-name: serde_json
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      2e6e79ef
  15. Mar 28, 2023
  16. Mar 27, 2023
    • Svyatoslav Nikolsky's avatar
      Rust cargo doc for all features (#1995) · ecddd4a3
      Svyatoslav Nikolsky authored
      * run rustfix rustdoc in grandpa pallet benchmarks
      
      * enable rustdoc for all features
      
      * fix rialto parachain runtime compilation
      ecddd4a3
    • dependabot[bot]'s avatar
      Bump clap from 4.1.11 to 4.1.13 · 5284850e
      dependabot[bot] authored
      
      
      Bumps [clap](https://github.com/clap-rs/clap) from 4.1.11 to 4.1.13.
      - [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.11...v4.1.13)
      
      ---
      updated-dependencies:
      - dependency-name: clap
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      5284850e
  17. Mar 24, 2023
  18. Mar 23, 2023
    • Svyatoslav Nikolsky's avatar
      Remove deprecated code from bridge-runtime-common (#1983) · 6540f74d
      Svyatoslav Nikolsky authored
      * removed FromBridgedChainMessageDispatch in favor of XcmBlobMessageDispatch
      
      * use HaulBlobExporter/HaulBlobExporterAdapter instead of XcmBridge/XcmBridgeAdapter
      
      * tests for sending/dispatching messages
      
      * use new schema in testnet bridges + some cleanup
      
      * clippy
      
      * spelling + added TODO
      
      * cleanup some checks
      
      * benchmarks compilation
      
      * all is XCM
      
      * updated README.md
      
      * ref issue from TODO
      6540f74d
  19. Mar 22, 2023
  20. Mar 20, 2023
    • dependabot[bot]'s avatar
      Bump clap from 4.1.8 to 4.1.11 · 40937e8a
      dependabot[bot] authored
      
      
      Bumps [clap](https://github.com/clap-rs/clap) from 4.1.8 to 4.1.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.1.8...v4.1.11)
      
      ---
      updated-dependencies:
      - dependency-name: clap
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      40937e8a
  21. Mar 17, 2023