Skip to content
  1. May 18, 2023
  2. May 16, 2023
    • Branislav Kontur's avatar
      Bump polkadot/substrate (#2134) · 0f6091d4
      Branislav Kontur authored
      * Bump polkadot/substrate
      
      * Fix millau network service
      
      * Fix polkadot_node_core_pvf_worker
      
      * Fix sc-network
      
      * Fix parachain rpc stuff
      
      * Check `integrity-test` for `bridge-runtime-common`
      
      * Backport fix from cumulus https://github.com/paritytech/cumulus/pull/2585/files#diff-5a942d80670b5ef31bb18b5acacab93ff30512d7cd21c19d7da364f76f6bb5c3 because of https://gitlab.parity.io/parity/mirrors/cumulus/-/jobs/2842938
      
      * TODO
      
      * Bump cumulus
      0f6091d4
  3. May 11, 2023
    • Branislav Kontur's avatar
      BHK/P alignments (#2115) · 696ff1c3
      Branislav Kontur authored
      * Constants
      
      * Unused import?
      
      * Cargo.lock
      
      * Unused deps
      
      * TODO: fix doc or reimport?
      
      * Try to aviod redefine para_id constant for `RefundableParachainId`
      
      * Checked and removed TODOs
      696ff1c3
  4. May 10, 2023
  5. May 09, 2023
  6. May 08, 2023
    • dependabot[bot]'s avatar
      Bump clap from 4.2.5 to 4.2.7 · da88d044
      dependabot[bot] authored
      
      
      Bumps [clap](https://github.com/clap-rs/clap) from 4.2.5 to 4.2.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.2.5...v4.2.7)
      
      ---
      updated-dependencies:
      - dependency-name: clap
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      da88d044
  7. May 03, 2023
  8. May 02, 2023
  9. 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
  10. 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
  11. Apr 26, 2023
  12. Apr 25, 2023
  13. Apr 24, 2023
  14. Apr 21, 2023
  15. 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
  16. 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
  17. Apr 13, 2023
  18. 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
  19. Apr 07, 2023
  20. Apr 04, 2023
  21. 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
  22. Mar 28, 2023