Skip to content
  1. Dec 02, 2022
  2. Dec 01, 2022
  3. Nov 30, 2022
  4. Nov 29, 2022
  5. Nov 28, 2022
  6. Nov 25, 2022
  7. Nov 23, 2022
  8. Nov 22, 2022
  9. Nov 21, 2022
  10. Nov 18, 2022
    • Svyatoslav Nikolsky's avatar
      Remove callbacks from the messages pallet (#1649) · eb4d859f
      Svyatoslav Nikolsky authored
      * remove callbacks
      
      * clippy
      
      * fmt
      eb4d859f
    • Svyatoslav Nikolsky's avatar
      Remove message fee + message send calls (#1642) · 73c06c52
      Svyatoslav Nikolsky authored
      * remove message fee
      
      * it is compiling!
      
      * fixes + fmt
      
      * more cleanup
      
      * more cleanup
      
      * restore MessageDeliveryAndDispatchPayment since we'll need relayer rewards
      
      * started rational relayer removal
      
      * more removal
      
      * removed estimate fee subcommand
      
      * remove DispatchFeePayment
      
      * more removals
      
      * removed conversion rates && some metrics
      
      * - unneeded associated type
      
      * - OutboundMessageFee
      
      * fix benchmarks compilation
      
      * fmt
      
      * test + fix benchmarks
      
      * fix send message
      
      * clippy
      73c06c52
  11. Nov 17, 2022
  12. Nov 14, 2022
    • Branislav Kontur's avatar
      Rococo/Wococo bridge hub relay integration (#1565) · d841826a
      Branislav Kontur authored
      
      
      * [BridgeHub] Added bridge-hub-rococo/wococo clients with bridge-hub-rococo-runtime
      
      * [BridgeHub] Add init-bridge stuff for bridge-hub-rococo/wococo
      
      * [BridgeHub] Add init-bridge stuff for bridge-hub-rococo/wococo
      
      * [BridgeHub] Fixed Call-encoding for init-bridge rococo runtime wrapper
      
      * Final index update to runtime calls
      
      * [BridgeHub] Add init-bridge stuff for bridge-hub-rococo/wococo (otherside)
      
      * Added runtime best_finalized functions + relay-headers init
      
      * Renaming and change BridgeHubRococo/Wococo to Rococo/Wococo config
      
      * [BridgeHub] Add relay-parachains (Rococo/Wococo)
      
      * Missing stuff for adding xcm messaging to BridgeHub
      
      * extracted parachain IDs to the primitives
      
      * fix compilation
      
      * Fixes
      
      * Init setup for Rococo->Wococo messaging support
      
      * Removed unused AccountId from `trait MessagesBridge`
      
      * Removed unused trait SenderOrigin
      
      * Small fixes
      
      * Cleaning after master-merge
      
      * Fixes
      
      * Fixes
      
      * Fixes
      
      * Fixes
      
      * Fixes:
      - align WeightToFee with BridgeHubRococo runtime
      - MAX_HEADER_SIZE
      - updated TODOs
      
      * Added relay_messages cfg for BridgeHubWococo -> BridgeHubRococo
      
      Co-authored-by: default avatarSvyatoslav Nikolsky <[email protected]>
      d841826a
    • Svyatoslav Nikolsky's avatar
  13. Nov 11, 2022
  14. Nov 08, 2022
    • Svyatoslav Nikolsky's avatar
      Statemine primitives (#1625) · 8525de49
      Svyatoslav Nikolsky authored
      * Statemine primitives
      
      * ref issue in TODO
      
      * fix TODO
      8525de49
    • Branislav Kontur's avatar
      Bump xcm v3 + substrate · 895624c8
      Branislav Kontur authored
      * Bumping substrate/polkadot/cumulus
      
      * Update Cargo.lock
      
      * Fixes
      
      * Fixes for mmr
      
      * Bump clap
      
      * Fix for millau - added CompatibilityMode
      
      * Fixes for rialto-parachain
      
      * Align everywhere branch='master' and just use overrides from main Cargo.toml
      895624c8
  15. Nov 02, 2022
  16. Oct 28, 2022
  17. Oct 24, 2022
  18. Oct 21, 2022
  19. Oct 20, 2022
    • Serban Iorga's avatar
      Finality loop - cosmetic changes (#1609) · ccc3b30d
      Serban Iorga authored
      * Move some logic to RestartableFinalityProofsStream
      
      * Move some logic to `Transaction`
      
      * Avoid unnecessary split_off
      ccc3b30d
    • Svyatoslav Nikolsky's avatar
      Bump Substrate/Polkadot/Cumulus refs (aka Weights v1.5) (#1597) · 40666343
      Svyatoslav Nikolsky authored
      * update Substrate + Polkadot + Cumulus refs
      
      * Origin -> RuntimeOrigin
      
      * weights v1.5
      
      * update refs once again + `cargo test -p pallet-bridge-grandpa` works
      
      * started work on `cargo test -p pallet-bridge-messages`
      
      * cargo test -p pallet-bridge-relayers
      
      * cargo test -p pallet-bridge-parachains
      
      * cargo test -p millau-runtime
      
      * cargo test -p bridge-runtime-common
      
      * cargo test -p rialto-runtime
      
      * cargo test -p rialto-parachain-runtime
      
      * cargo test -p millau-bridge-node
      
      * cargo test -p rialto-bridge-node
      
      * cargo test -p rialto-parachain-collator
      
      * cargo test -p messages-relay
      
      * cargo test -p parachains-relay
      
      * cargo test -p substrate-relay
      
      * cargo test --all
      
      * cargo check -p millau-runtime --locked --features runtime-benchmarks
      
      * fix remaining test
      
      * fmt
      
      * try to allow clippy failure temporarily
      
      * Revert "try to allow clippy failure temporarily"
      
      This reverts commit d1b6593580f07e0dbeecb7ab0aa92cee98888ed3.
      
      * use min_by
      
      * Revert "use min_by"
      
      This reverts commit 33042f49ed37e8dd0505370289e17f03bf1a56ee.
      
      * Revert "Revert "use min_by""
      
      This reverts commit 1d2204f0b14dc81e5650bb574dedb5fa78c7097d.
      
      * trigger CI
      
      * Revert "trigger CI"
      
      This reverts commit 259d91b5606743bba9d043c69f07eac6c8700ef5.
      
      * new day, new clippy warning
      
      * more clippy issues
      40666343
  20. Oct 18, 2022
  21. Oct 17, 2022