1. Dec 15, 2022
    • Kian Paimani's avatar
      companion for try-runtime revamp (#1997) · 42c99886
      Kian Paimani authored
      
      
      * companion for try-rutnime revamp
      
      * Fixes
      
      Co-authored-by: default avatarBastian Köcher <[email protected]>
      42c99886
    • Sebastian Kunert's avatar
      Allow to specify multiple relay chain RPC urls for collator node (#1880) · 7cab12e9
      Sebastian Kunert authored
      * Allow specification of multiple urls for relay chain rpc nodes
      
      * Add pooled RPC client basics
      
      * Add list of clients to pooled client
      
      * Improve
      
      * Forward requests to dispatcher
      
      * Switch clients on error
      
      * Implement rotation logic
      
      * Improve subscription handling
      
      * Error handling cleanup
      
      * Remove retry from rpc-client
      
      * Improve naming
      
      * Improve documentation
      
      * Improve `ClientManager` abstraction
      
      * Adjust zombienet test
      
      * Add more comments
      
      * fmt
      
      * Apply reviewers comments
      
      * Extract reconnection to extra method
      
      * Add comment to reconnection method
      
      * Clean up some dependencies
      
      * Fix build
      
      * fmt
      
      * Provide alias for cli argument
      
      * Apply review comments
      
      * Rename P* to Relay*
      
      * Improve zombienet test
      
      * fmt
      
      * Fix zombienet sleep
      
      * Simplify zombienet test
      
      * Reduce log clutter and fix starting position
      
      * Do not distribute duplicated imported and finalized blocks
      
      * fmt
      
      * Apply code review suggestions
      
      * Move building of relay chain interface to `cumulus-client-service`
      
      * Refactoring to not push back into channel
      
      * FMT
      7cab12e9
  2. Dec 14, 2022
  3. Dec 13, 2022
  4. Dec 12, 2022
  5. Dec 10, 2022
  6. Dec 09, 2022
  7. Dec 08, 2022
  8. Dec 07, 2022
  9. Dec 06, 2022
  10. Dec 05, 2022
  11. Dec 03, 2022
  12. Dec 02, 2022
    • Branislav Kontur's avatar
      BridgeHubKusama - initial setup - (chain_spec + basic runtime without any bridging pallets) (#1764) · c3df7db3
      Branislav Kontur authored
      * [BridgeHub] Setup Rococo backbone parachain
      
      * [BridgeHub] Setup Wococo parachain backbone (reused from Rococo)
      [Bridge-Backport] Rebase-fix
      BridgeHub] Added zombienet startup tomls for Rococo/Wococo
      Fix typo
      
      * [BridgeHub] Added chain_spec for live Rococo/Wococo
      
      * [BridgeHub] Clean bridge-hub-rococo runtime
      
      * [BridgeHub] Add bridge-hub-rococo to CI pipelines
      
      * [BridgeHub] Added bridge-hub-kusama - empty runtime/chain_spec setup
      
      * Fixes
      
      * Fixes for BH
      
      * Fixes for other runtimes - align all
      
      * Fixes - const
      
      * Fixes const
      
      * Fixes
      
      * Fix kusama-local
      
      * Sample zombienet runs
      
      * Fixes
      
      * Fixes for benchmarking
      
      * Fixes CI
      
      * Fixes
      
      * ".git/.scripts/bench-bot.sh" pallet bridge-hub-kusama bridge-hubs frame_system
      
      * ".git/.scripts/bench-bot.sh" pallet bridge-hub-kusama bridge-hubs pallet_collator_selection
      
      * ".git/.scripts/bench-bot.sh" pallet bridge-hub-kusama bridge-hubs pallet_balances
      
      * ".git/.scripts/bench-bot.sh" pallet bridge-hub-kusama bridge-hubs pallet_session
      
      * Fixes name
      
      * Fixes readme
      
      * ".git/.scripts/bench-bot.sh" pallet bridge-hub-kusama bridge-hubs pallet_timestamp
      
      * ".git/.scripts/bench-bot.sh" pallet bridge-hub-kusama bridge-hubs cumulus_pallet_xcmp_queue
      
      * ".git/.scripts/bench-bot.sh" pallet bridge-hub-kusama bridge-hubs pallet_collator_selection
      
      * Fixes
      
      * Fixes
      
      * rustfmt
      
      * Fixes
      
      * Added pallet_utility/pallet_multisig
      
      * Blind try for regex pr-custom-review.yml (added bridge-hub-kusama + collectives-polkadot)
      
      * Fixes
      
      * Fixes
      
      * ".git/.scripts/bench-bot.sh" pallet bridge-hub-kusama bridge-hubs pallet_utility
      
      * ".git/.scripts/bench-bot.sh" pallet bridge-hub-kusama bridge-hubs pallet_multisig
      
      * Trying to fix sed expression?
      
      * Added license headers + correct "DAG:" desc
      
      Co-authored-by: command-bot <>
      c3df7db3
  13. Dec 01, 2022
  14. Nov 30, 2022