Skip to content
  1. Apr 26, 2023
  2. Apr 25, 2023
  3. Apr 24, 2023
  4. Apr 21, 2023
    • Serban Iorga's avatar
    • Svyatoslav Nikolsky's avatar
      submit lane unblock transactions from relay (#2030) · 4942c12a
      Svyatoslav Nikolsky authored
      * submit lane unblock transactions from relay
      
      * moved body of select_nonces_to_deliver to the separate select_race_action
      
      * extracted latest_confirmed_nonce_at_source method
      
      * return Option<RaceAction> from select_race_action
      
      * make required_source_header_at_target async
      
      * remove extra argument from required_source_header_at_target
      
      * small fixes in tests
      
      * Revert "return Option<RaceAction> from select_race_action"
      
      This reverts commit 9f13dbfa.
      
      * implement required_source_header_at_target using what-if approach
      
      * fix compilation
      
      * fmt
      
      * clippy
      
      * moved some code to the can_submit_transaction_with
      4942c12a
  5. 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
  6. Apr 18, 2023
  7. Apr 17, 2023
  8. Apr 14, 2023
    • dependabot[bot]'s avatar
      Bump h2 from 0.3.16 to 0.3.17 in /tools/runtime-codegen · fcf46205
      dependabot[bot] authored
      
      
      Bumps [h2](https://github.com/hyperium/h2) from 0.3.16 to 0.3.17.
      - [Release notes](https://github.com/hyperium/h2/releases)
      - [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md)
      - [Commits](https://github.com/hyperium/h2/compare/v0.3.16...v0.3.17)
      
      ---
      updated-dependencies:
      - dependency-name: h2
        dependency-type: indirect
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      fcf46205
    • dependabot[bot]'s avatar
      Bump h2 from 0.3.16 to 0.3.17 · b751fb24
      dependabot[bot] authored
      
      
      Bumps [h2](https://github.com/hyperium/h2) from 0.3.16 to 0.3.17.
      - [Release notes](https://github.com/hyperium/h2/releases)
      - [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md)
      - [Commits](https://github.com/hyperium/h2/compare/v0.3.16...v0.3.17)
      
      ---
      updated-dependencies:
      - dependency-name: h2
        dependency-type: indirect
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      b751fb24
  9. Apr 13, 2023
  10. Apr 12, 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
    • dependabot[bot]'s avatar
      Bump hex-literal from 0.4.0 to 0.4.1 · d1e852cc
      dependabot[bot] authored
      
      
      Bumps [hex-literal](https://github.com/RustCrypto/utils) from 0.4.0 to 0.4.1.
      - [Release notes](https://github.com/RustCrypto/utils/releases)
      - [Commits](https://github.com/RustCrypto/utils/compare/hex-literal-v0.4.0...hex-literal-v0.4.1)
      
      ---
      updated-dependencies:
      - dependency-name: hex-literal
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      d1e852cc
  12. Apr 07, 2023
  13. Apr 04, 2023