Skip to content
  1. Aug 19, 2022
  2. Aug 18, 2022
    • Branislav Kontur's avatar
      Bko cosmetics (#1550) · 260bc3cf
      Branislav Kontur authored
      * Bump log version to 0.4.17
      
      * Removed unnecesseray dependency + rename BridgeGrandpaMillauCall to BridgeGrandpaCall
      260bc3cf
  3. Aug 10, 2022
  4. Aug 02, 2022
  5. Aug 01, 2022
  6. Jul 27, 2022
  7. Jul 14, 2022
  8. Jul 13, 2022
  9. Jul 04, 2022
  10. Jun 21, 2022
  11. Jun 01, 2022
  12. May 30, 2022
  13. May 27, 2022
    • Svyatoslav Nikolsky's avatar
      Add RialtoParachain <> Millau bridge to test deployments (#1412) · df5f8d2b
      Svyatoslav Nikolsky authored
      * add RialtoParachain <> Millau bridge to test deployments
      
      * flush (still not working, but possible fix in comments)
      
      * proper fix
      
      * fixed on-demand parachains relay case: if better relay header is delivered, then we must select para header that may be proved using this relay header
      
      * dashboards
      
      * fmt
      
      * removing debugging code
      
      * more cleanup
      df5f8d2b
  14. May 25, 2022
  15. May 20, 2022
  16. Apr 28, 2022
  17. Apr 14, 2022
  18. Mar 28, 2022
  19. Mar 18, 2022
  20. Mar 15, 2022
    • Svyatoslav Nikolsky's avatar
      Update Substrate/Polkadot/Cumulus references (#1353) · ff5d539f
      Svyatoslav Nikolsky authored
      * cumulus: 4e952282914719fafd2df450993ccc2ce9395415
      polkadot: 975e780ae0d988dc033f400ba822d14b326ee5b9
      substrate: 89fcb3e4f62d221d4e161a437768e77d6265889e
      
      * fix refs
      
      * sync changes from https://github.com/paritytech/polkadot/pull/3828
      
      * sync changes from https://github.com/paritytech/polkadot/pull/4387
      
      * sync changes from https://github.com/paritytech/polkadot/pull/3940
      
      * sync with changes from https://github.com/paritytech/polkadot/pull/4493
      
      * sync with changes from https://github.com/paritytech/polkadot/pull/4958
      
      * sync with changes from https://github.com/paritytech/polkadot/pull/3889
      
      * sync with changes from https://github.com/paritytech/polkadot/pull/5033
      
      * sync with changes from https://github.com/paritytech/polkadot/pull/5065
      
      * compilation fixes
      
      * fixed prometheus endpoint startup (it now requires to be spawned within tokio context)
      ff5d539f
  21. Mar 09, 2022
  22. Feb 24, 2022
  23. Feb 21, 2022
  24. Jan 21, 2022
  25. Jan 18, 2022
  26. Jan 13, 2022
  27. Jan 12, 2022
  28. Dec 23, 2021
  29. Dec 21, 2021
  30. Dec 16, 2021
    • fewensa's avatar
      Change submit transaction spec_version and transaction_version query from chain (#1248) · edfcb74e
      fewensa authored
      * The `spec_version` and `transaction_version` query from chain
      
      * fix compile
      
      * Lint
      
      * Custom spec_version and transaction_version
      
      * runtime version params struct opt
      
      * runtime version cli
      
      * cli params
      
      * Add missing types defined
      
      * fix compile
      
      * debug cli
      
      * clippy
      
      * clippy
      
      * Query spec_version and transaction_version same times
      
      * Fix vars
      
      * Wrap option
      
      * Wrap option
      
      * Try fix ci
      
      * Change follow suggestions
      edfcb74e
  31. Dec 06, 2021
    • Svyatoslav Nikolsky's avatar
      Refactor message relay helpers (#1234) · fed54371
      Svyatoslav Nikolsky authored
      * refactor message relay helpers
      
      * single standalone_metrics function
      
      * fixed tests
      
      * clippy + fmt
      
      * removed commented code
      
      * add calls tracing
      
      * fix spelling
      
      * cargo fmt
      
      * -commented code
      
      * fix build again
      
      * post-merge build fix
      
      * clippy + fmt
      fed54371
    • Svyatoslav Nikolsky's avatar
      Fix transactions mortality (#1196) · 52232d8d
      Svyatoslav Nikolsky authored
      * added lost stall timeout fix
      
      * use best_block.parent() to start mortal tx era
      
      * fmt
      
      * Revert "revert messages transactions mortality"
      
      This reverts commit 77776357.
      52232d8d
  32. Dec 03, 2021
  33. Nov 22, 2021
    • Svyatoslav Nikolsky's avatar
      Unify metric names (#1209) · 6b5cf2b5
      Svyatoslav Nikolsky authored
      * unify metric names
      
      * refactor standalone metrics
      
      * headers sync metrics
      
      * post-merge fix
      
      * fix compilation
      
      * fmt
      
      * fix dashboards
      
      * fix local dashboards
      
      * update Rococo/Wococo runtime version
      
      * remove commented code
      
      * fixed grumbles
      
      * fmt
      
      * fixed widget names
      6b5cf2b5
  34. Nov 16, 2021
    • Adrian Catangiu's avatar
      Remove unused `relays/headers` (#1216) · 39140d0b
      Adrian Catangiu authored
      
      
      * Decouple `relays/client-substrate` from `headers_relay`
      * Remove `blocks_in_state` from `SyncLoopMetrics`
          This metric was only relevant for PoA <> Substrate bridge.
      * Move `sync_loop_metrics.rs` to `relays/finality`
      * Remove unused `SyncLoopMetrics::update()`
      * Hook up SyncLoopMetrics to finality_loop
      * Delete now unused `relays/headers`
      
      Signed-off-by: default avataracatangiu <[email protected]>
      39140d0b
  35. Oct 25, 2021