1. Mar 21, 2023
    • Gavin Wood's avatar
      Introduce OpenGov into Polkadot (#6701) · 7beeba5f
      Gavin Wood authored
      
      
      * OpenGov for Polkadot
      
      * Integrate OpenGov into XCM
      
      * Formatting
      
      * Missing files
      
      * Remove Gov1 from Kusama
      
      * Fixes
      
      * Update runtime/polkadot/src/governance/origins.rs
      
      Co-authored-by: default avatarAnkan <[email protected]>
      
      * Revert scheduler origin changes
      
      * Fixes
      
      * Docs
      
      * Remove todo
      
      * Docs
      
      * Move Fellowship to Collectives  (#6718)
      
      * FellowshipAdmin origin over xcm
      
      * accept Fellows origin from Collectives
      
      * remove Fellowship
      
      * remove unreachable arm
      
      * define benchmarks
      
      * correct comment for DOLLARS constant
      
      * Add OpenGov Calls to Proxy Definitions (#6729)
      
      * add opengov calls to proxy definitions
      
      * fix build
      
      * Update runtime/polkadot/src/governance/mod.rs
      
      Co-authored-by: default avatarjoe petrowski <[email protected]>
      
      * Update runtime/polkadot/src/governance/tracks.rs
      
      Co-authored-by: default avatarjoe petrowski <[email protected]>
      
      * Update runtime/polkadot/src/lib.rs
      
      Co-authored-by: default avatarjoe petrowski <[email protected]>
      
      * Update runtime/polkadot/src/governance/origins.rs
      
      Co-authored-by: default avatarjoe petrowski <[email protected]>
      
      * Update runtime/polkadot/src/governance/mod.rs
      
      Co-authored-by: default avatarjoe petrowski <[email protected]>
      
      * Update old.rs
      
      * Update old.rs
      
      * weights with new api
      
      * XCM tweaks for OpenGov (#6855)
      
      * pass xcm origin, allow unpaid form Collectives and Fellows, whitelist call
      
      * unpaid execution only for Fellows
      
      * Apply suggestions from code review
      
      Co-authored-by: default avatarjoe petrowski <[email protected]>
      
      * rename const namespace to system_parachains
      
      * remove prod_or_fast
      
      ---------
      
      Co-authored-by: default avatarjoe petrowski <[email protected]>
      
      * remove unused import
      
      ---------
      
      Co-authored-by: default avatarAnkan <[email protected]>
      Co-authored-by: parity-processbot <>
      Co-authored-by: default avatarMuharem Ismailov <[email protected]>
      Co-authored-by: default avatarjoe petrowski <[email protected]>
      7beeba5f
    • Chris Sosnin's avatar
      introduce new well known key (#6915) · 2e5da3cb
      Chris Sosnin authored
      2e5da3cb
    • Martin Pugh's avatar
      [CI] Add bootnode checking CI jobs (#6889) · 270540cf
      Martin Pugh authored
      * Add check_bootnode script and github action
      
      * fix mktemp for linux machines
      
      * Update check_bootnodes.sh
      
      show logs to see what's going wrong
      
      * fix ephemeral ports and fetch polkadot
      
      * fix check-bootnodes.yml
      
      * increase node spawn holdoff
      
      * disable fail-fast
      
      * refactor, separate out check_bootnodes and make it posix-compliant
      
      * add new job for detecting new bootnodes
      
      * fix check-bootnodes.yml
      
      * only check all bootnodes on release
      
      * Add test bad bootnode
      
      REVERT ME before merging PR. Should cause the test to fail, then
      when we remove it, we should succeed. Sadly doesn't account for a
      new successful bootnode, should ask if we have one we can use for
      testing.
      
      * fix paths
      
      * fix paths and git... hopefully
      
      * this better work...
      
      * fix
      
      * test
      
      * last test
      
      * Revert "Add test bad bootnode"
      
      This reverts commit 540dd9754a1f8e2d3fef33f7f5a033b8c2aa4dcb.
      
      * Update check_bootnodes.sh
      
      * optimisations
      
      Begin polling the RPC node right after spawning, allowing us to break
      early on detecting peers
      
      * increase holdoff to 5 seconds
      
      * dont delete chainspec til we kill the node
      
      * Update check-bootnodes.yml
      
      * Remove checking bootnodes on pushing of this branch
      
      ---------
      
      Co-authored-by: parity-processbot <>
      270540cf
    • Arkadiy Paronyan's avatar
      Bump parity-db (#6921) · 3264cb7b
      Arkadiy Paronyan authored
      3264cb7b
    • Bradley Olson's avatar
      Handling timers for repeat dispute participation requests (#6901) · b26cf3b7
      Bradley Olson authored
      * Added participation and queue sizes metrics
      
      * First draft of all metric code
      
      * Tests pass
      
      * Changed Metrics to field on participation + queues
      
      * fmt
      
      * Improving naming
      
      * Refactor, placing timer in ParticipationRequest
      
      * fmt
      
      * Final cleanup
      
      * Revert "Final cleanup"
      
      This reverts commit 02e5608df64b2e0f7810905e4508673b2037d351.
      
      * Changing metric names
      
      * Implementing Eq only for unit tests
      
      * fmt
      
      * Removing Clone trait from ParticipationRequest
      
      * fmt
      
      * Moved clone functionality to tests helper
      
      * fmt
      
      * Fixing dropped timers on repeat requests
      
      * Keep older best effort timers
      
      * Removing comment redundency and explaining better
      
      * Updating queue() to use single mem read
      
      * fmt
      b26cf3b7
  2. Mar 20, 2023
  3. Mar 17, 2023
  4. Mar 16, 2023
  5. Mar 15, 2023
  6. Mar 14, 2023
  7. Mar 13, 2023
  8. Mar 11, 2023
    • Davide Galassi's avatar
      Companion for Substrate #13564 (#6845) · 5cbfc6c5
      Davide Galassi authored
      * Update beefy pallet to last offence report system
      
      * update lockfile for {"substrate"}
      
      ---------
      
      Co-authored-by: parity-processbot <>
      5cbfc6c5
    • Bradley Olson's avatar
      Adding Dispute Participation Metrics (#6838) · c99362e5
      Bradley Olson authored
      * Added participation and queue sizes metrics
      
      * First draft of all metric code
      
      * Tests pass
      
      * Changed Metrics to field on participation + queues
      
      * fmt
      
      * Improving naming
      
      * Refactor, placing timer in ParticipationRequest
      
      * fmt
      
      * Final cleanup
      
      * Revert "Final cleanup"
      
      This reverts commit 02e5608df64b2e0f7810905e4508673b2037d351.
      
      * Changing metric names
      
      * Implementing Eq only for unit tests
      
      * fmt
      c99362e5
  9. Mar 09, 2023
  10. Mar 08, 2023
  11. Mar 07, 2023