Skip to content
  1. Aug 16, 2023
    • Serban Iorga's avatar
      Add equivocation detector crate and implement clients (#2348) (#2353) · 620db2b1
      Serban Iorga authored
      * Split FinalitySyncPipeline and SourceClient
      
      * Move some logic to finality_base
      
      * Add empty equivocation detection clients
      
      * Add equivocation reporting logic to the source client
      
      * Use convenience trait for SubstrateFinalitySyncPipeline
      
      * Define JustificationVerificationContext for GRANDPA
      
      * Equivocation source client: finality_verification_context()
      
      * Equivocation source client: synced_headers_finality_info()
      
      * reuse HeaderFinalityInfo
      
      * Define EquivocationsFinder
      
      * Fix spellcheck
      
      * Address review comments
      
      * Avoid equivocations lookup errors
      620db2b1
  2. Aug 11, 2023
  3. Jul 27, 2023
  4. 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
  5. Jul 13, 2023
  6. Jul 07, 2023
  7. May 09, 2023
  8. Apr 21, 2023
    • 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
  9. Apr 03, 2023
    • dependabot[bot]'s avatar
      Bump futures from 0.3.27 to 0.3.28 · e71877a2
      dependabot[bot] authored
      
      
      Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.27 to 0.3.28.
      - [Release notes](https://github.com/rust-lang/futures-rs/releases)
      - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
      - [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.27...0.3.28)
      
      ---
      updated-dependencies:
      - dependency-name: futures
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      e71877a2
  10. Mar 24, 2023
  11. Mar 20, 2023
    • dependabot[bot]'s avatar
      Bump thiserror from 1.0.39 to 1.0.40 · 3dc640d3
      dependabot[bot] authored
      
      
      Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.39 to 1.0.40.
      - [Release notes](https://github.com/dtolnay/thiserror/releases)
      - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.39...1.0.40)
      
      ---
      updated-dependencies:
      - dependency-name: thiserror
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      3dc640d3
    • dependabot[bot]'s avatar
      Bump finality-grandpa from 0.16.1 to 0.16.2 · d72394c4
      dependabot[bot] authored
      
      
      Bumps [finality-grandpa](https://github.com/paritytech/finality-grandpa) from 0.16.1 to 0.16.2.
      - [Release notes](https://github.com/paritytech/finality-grandpa/releases)
      - [Commits](https://github.com/paritytech/finality-grandpa/compare/v0.16.1...v0.16.2)
      
      ---
      updated-dependencies:
      - dependency-name: finality-grandpa
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      d72394c4
  12. Mar 14, 2023
    • Svyatoslav Nikolsky's avatar
      Fix invalid batch transaction (#1957) · a3f07d5d
      Svyatoslav Nikolsky authored
      * fix invalid batch transaction
      
      * RaceState is now trait
      
      * clippy
      a3f07d5d
    • Branislav Kontur's avatar
      Bump substrate/polkadot/cumulus (#1962) · 897b1c0b
      Branislav Kontur authored
      * Bump substrate/polkadot/cumulus
      
      * sp_finality_grandpa - >sp_consensus_grandpa
      
      * sp_beefy -> sp_consensus_beefy
      
      * pallet_randomness_collective_flip -> pallet_insecure_randomness_collective_flip
      
      * fix
      
      * Cumulus parachain stuff
      
      * Cumulus parachain stuff one more
      
      * Millau/Rialto runtimes
      
      * Removed pallet_insecure_randomness_collective_flip
      
      * Millau node
      
      * Removed session historial
      
      * TMP: just try disable all fetches
      
      * Docs in gitlab.yml
      897b1c0b
  13. Mar 13, 2023
    • dependabot[bot]'s avatar
      Bump futures from 0.3.26 to 0.3.27 · 88c1114e
      dependabot[bot] authored
      
      
      Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.26 to 0.3.27.
      - [Release notes](https://github.com/rust-lang/futures-rs/releases)
      - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
      - [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.26...0.3.27)
      
      ---
      updated-dependencies:
      - dependency-name: futures
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      88c1114e
  14. Mar 08, 2023
  15. Mar 06, 2023
    • dependabot[bot]'s avatar
      Bump thiserror from 1.0.38 to 1.0.39 · fe246d1e
      dependabot[bot] authored
      
      
      Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.38 to 1.0.39.
      - [Release notes](https://github.com/dtolnay/thiserror/releases)
      - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.38...1.0.39)
      
      ---
      updated-dependencies:
      - dependency-name: thiserror
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      fe246d1e
  16. Mar 02, 2023
  17. Mar 01, 2023
  18. Feb 28, 2023
  19. Feb 23, 2023
  20. Feb 22, 2023
  21. Feb 20, 2023
  22. Feb 07, 2023
  23. Feb 06, 2023
    • Svyatoslav Nikolsky's avatar
      Update Substrate/Polkadot/Cumulus dependencies + weights v2 (#1850) · d60a331e
      Svyatoslav Nikolsky authored
      * cargo update
      
      * weights v2
      
      * clippy
      
      * no spellcheck for weights.rs
      
      * fix proof_size component in MAXIMUM_BLOCK_WEIGHT  constants
      
      * "fix" proof_size in select_delivery_transaction_limits_works
      
      * spellcheck
      d60a331e
    • dependabot[bot]'s avatar
      Bump futures from 0.3.25 to 0.3.26 · 9ddeebed
      dependabot[bot] authored
      
      
      Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.25 to 0.3.26.
      - [Release notes](https://github.com/rust-lang/futures-rs/releases)
      - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
      - [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.25...0.3.26)
      
      ---
      updated-dependencies:
      - dependency-name: futures
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      9ddeebed
  24. Jan 31, 2023
  25. Jan 30, 2023
  26. Jan 27, 2023
  27. Jan 25, 2023
  28. Jan 18, 2023
    • Svyatoslav Nikolsky's avatar
      Relayer reward metric (#1742) · 68344e32
      Svyatoslav Nikolsky authored
      * use StorageDoubleMapKeyProvider in RelayerRewards
      
      * add metrics
      
      * clippy
      
      * fixed alerts that have caused missing dashboards
      
      * fix metric name
      
      * fix metric name again
      
      * add new metrics to the RialtoParachain <> Millau maintenance dashboard
      
      * remove obsolete dashboard
      68344e32
  29. Jan 13, 2023
    • Branislav Kontur's avatar
      Bump xcm-v3 + substrate (#1767) · 6fc931d0
      Branislav Kontur authored
      
      
      * Bump xcm-v3 + substrate
      
      * More fixes
      
      * Added `#[pallet::call_index`
      
      * Fixes for MMR (TODO:plese check)
      
      * More call indexes
      
      * Cumulus bump
      
      * Fixes for mmr
      
      * Fixes for weights
      
      * Fixes for xcm
      
      * MMR fixes + cargo fmt
      
      * Fix some rpc errors (bump jsonrpsee version)
      
      * Fix cumulus stuff
      
      * Fixes cumulus
      
      * clippy
      
      * more clipy
      
      * Fix test + unused deps
      
      * PR fixes
      
      * cargo update (bump xcm-v3)
      
      Co-authored-by: default avatarSerban Iorga <[email protected]>
      6fc931d0
  30. Jan 11, 2023
  31. Jan 10, 2023
  32. 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
  33. Jan 04, 2023