Skip to content
  1. Feb 21, 2023
    • Michal Kucharczyk's avatar
      `BlockId` removal: refactor of runtime API (#2190) · 21e5a982
      Michal Kucharczyk authored
      * BlockId removal: refactor of runtime API
      
      It changes the first argument of all generated runtime API calls from: `BlockId<Block>` to: `Block::Hash`
      
      * fmt
      
      * cargo update -p polkadot-primitives
      
      * Revert "cargo update -p polkadot-primitives"
      
      This reverts commit 58506ecd31e1e5e42b78c2db3982acbc4d8edc70.
      
      * update lockfile for {"substrate", "polkadot"}
      
      ---------
      
      Co-authored-by: parity-processbot <>
      21e5a982
  2. Feb 14, 2023
  3. Feb 06, 2023
  4. Jan 24, 2023
  5. Jan 11, 2023
  6. Dec 23, 2022
  7. Dec 21, 2022
    • Michal Kucharczyk's avatar
      BlockId removal: refactor: HeaderBackend::status (#2007) · 525b0cc0
      Michal Kucharczyk authored
      * BlockId removal: refactor: HeaderBackend::status
      
      It changes the arguments of `HeaderBackend::status` method from: `BlockId<Block>` to: `Block::Hash`
      
      This PR is part of BlockId::Number refactoring analysis (paritytech/substrate#11292)
      
      * update lockfile for {"polkadot", "substrate"}
      
      Co-authored-by: parity-processbot <>
      525b0cc0
  8. Nov 30, 2022
  9. Nov 18, 2022
  10. Nov 07, 2022
    • Michal Kucharczyk's avatar
      BlockId removal: &Hash to Hash (#1818) · eb4aabf8
      Michal Kucharczyk authored
      * BlockId removal: &Hash to Hash
      
      It changes &Block::Hash argument to Block::Hash.
      
      This PR is part of BlockId::Number refactoring analysis (paritytech/substrate#11292)
      
      * update lockfile for {"polkadot", "substrate"}
      
      Co-authored-by: parity-processbot <>
      eb4aabf8
  11. Oct 20, 2022
  12. Oct 14, 2022
  13. Oct 10, 2022
    • Sebastian Kunert's avatar
      Enable collation via RPC relay chain node (#1585) · cdcf5ddd
      Sebastian Kunert authored
      * Add minimal overseer gen with dummy subsystems
      
      * Fix dependencies
      
      * no-compile: only client transaction pool missing
      
      * Remove unused imports
      
      * Continue to hack towards PoC
      
      * Continue
      
      * Make mini node compile
      
      * Compiling version with blockchainevents trait
      
      * Continue
      
      * Check in lockfile
      
      * Block with tokio
      
      * update patches
      
      * Update polkadot patches
      
      * Use polkadot-primitives v2
      
      * Fix build problems
      
      * First working version
      
      * Adjust cargo.lock
      
      * Add integration test
      
      * Make integration test work
      
      * Allow startinc collator without relay-chain args
      
      * Make OverseerRuntimeClient async
      
      * Create separate integration test
      
      * Remove unused ChainSelection code
      
      * Remove unused parameters on new-mini
      
      * Connect collator node in test to relay chain nodes
      
      * Make BlockChainRPCClient obsolete
      
      * Clean up
      
      * Clean up
      
      * Reimplement blockchain-rpc-events
      
      * Revert "Allow startinc collator without relay-chain args"
      
      This reverts commit f22c70e16521f375fe125df5616d48ceea926b1a.
      
      * Add `strict_record_validation` to AuthorityDiscovery
      
      * Move network to cumulus
      
      * Remove BlockchainRPCEvents
      
      * Remove `BlockIdTo` and `BlockchainEvents`
      
      * Make AuthorityDiscovery async
      
      * Use hash in OverseerRuntime
      
      * Adjust naming of runtime client trait
      
      * Implement more rpc-client methods
      
      * Improve error handling for `ApiError`
      
      * Extract authority-discovery creationand cleanup
      
      * RPC -> Rpc
      
      * Extract bitswap
      
      * Adjust to changes on master
      
      * Implement `hash` method
      
      * Introduce DummyChainSync, remove ProofProvider and BlockBackend
      
      * Remove `HeaderMetadata` from blockchain-rpc-client
      
      * Make ChainSync work
      
      * Implement NetworkHeaderBackend
      
      * Cleanup
      
      * Adjustments after master merge
      
      * Remove ImportQueue from network parameters
      
      * Remove cargo patches
      
      * Eliminate warnings
      
      * Revert to HeaderBackend
      
      * Add zombienet test
      
      * Implement `status()` method
      
      * Add more comments, improve readability
      
      * Remove patches from Cargo.toml
      
      * Remove integration test in favor of zombienet
      
      * Remove unused dependencies, rename minimal node crate
      
      * Adjust to latest master changes
      
      * fmt
      
      * Execute zombienet test on gitlab ci
      
      * Reuse network metrics
      
      * Chainsync metrics
      
      * fmt
      
      * Feed RPC node as boot node to the relay chain minimal node
      
      * fmt
      
      * Add bootnodes to zombienet collators
      
      * Allow specification of relay chain args
      
      * Apply review suggestions
      
      * Remove unnecessary casts
      
      * Enable PoV recovery for rpc full nodes
      
      * Revert unwanted changes
      
      * Make overseerHandle non-optional
      
      * Add availability-store subsystem
      
      * Add AuxStore and ChainApiSubsystem
      
      * Add availability distribution subsystem
      
      * Improve pov-recovery logging and add RPC nodes to tests
      
      * fmt
      
      * Make availability config const
      
      * lock
      
      * Enable debug logs for pov-recovery in zombienet
      
      * Add log filters to test binary
      
      * Allow wss
      
      * Address review comments
      
      * Apply reviewer comments
      
      * Adjust to master changes
      
      * Apply reviewer suggestions
      
      * Bump polkadot
      
      * Add builder method for minimal node
      
      * Bump substrate and polkadot
      
      * Clean up overseer building
      
      * Add bootnode to two in pov_recovery test
      
      * Fix missing quote in pov recovery zombienet test
      
      * Improve zombienet pov test
      
      * More debug logs for pov-recovery
      
      * Remove reserved nodes like on original test
      
      * Revert zombienet test to master
      cdcf5ddd
  14. Sep 29, 2022
  15. Sep 23, 2022
  16. Sep 06, 2022
  17. Aug 30, 2022
  18. Aug 17, 2022
  19. Aug 09, 2022
  20. Aug 04, 2022
  21. Jul 23, 2022
  22. Jul 21, 2022
  23. Jun 17, 2022
  24. Jun 08, 2022
  25. Jun 07, 2022
  26. Jun 05, 2022
  27. May 31, 2022
  28. May 30, 2022
  29. May 06, 2022
  30. Apr 26, 2022
    • Koute's avatar
      Companion for Substrate#11062 (#1113) · 9550172c
      Koute authored
      * Align to changes in Substrate
      
      * Align to the newest changes in substrate
      
      * Update `Cargo.lock`
      
      * Add hwbenches to `parachain-template` too
      
      * update lockfile for {"polkadot"}
      
      Co-authored-by: parity-processbot <>
      9550172c
  31. Apr 16, 2022
  32. Apr 12, 2022
  33. Mar 28, 2022
  34. Mar 10, 2022
  35. Mar 04, 2022
  36. Mar 02, 2022