Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Introduce OpenGov into Polkadot #6701

Merged
merged 32 commits into from
Mar 21, 2023
Merged

Commits on Feb 10, 2023

  1. OpenGov for Polkadot

    gavofyork committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    7775806 View commit details
    Browse the repository at this point in the history
  2. Integrate OpenGov into XCM

    gavofyork committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    e44fb68 View commit details
    Browse the repository at this point in the history
  3. Formatting

    gavofyork committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    9d50725 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

  1. Missing files

    gavofyork committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    a824333 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. Remove Gov1 from Kusama

    gavofyork committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    5efe485 View commit details
    Browse the repository at this point in the history
  2. Fixes

    gavofyork committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    93ccc33 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Update runtime/polkadot/src/governance/origins.rs

    Co-authored-by: Ankan <10196091+Ank4n@users.noreply.github.com>
    gavofyork and Ank4n committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    1e5595e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1dd6547 View commit details
    Browse the repository at this point in the history
  3. Fixes

    gavofyork committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    8b789a3 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'gav-polkadot-opengov' of github.com:paritytech/polkadot…

    … into gav-polkadot-opengov
    gavofyork committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    8a97aff View commit details
    Browse the repository at this point in the history
  5. Docs

    gavofyork committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    61a9d4c View commit details
    Browse the repository at this point in the history
  6. Remove todo

    gavofyork committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    5801157 View commit details
    Browse the repository at this point in the history
  7. Docs

    gavofyork committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    8a0cfe7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b24a265 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Configuration menu
    Copy the full SHA
    f95b1c2 View commit details
    Browse the repository at this point in the history
  2. Move Fellowship to Collectives (#6718)

    * FellowshipAdmin origin over xcm
    
    * accept Fellows origin from Collectives
    
    * remove Fellowship
    
    * remove unreachable arm
    muharem committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    ae2ad9b View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. define benchmarks

    muharem committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    b8e250a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d754468 View commit details
    Browse the repository at this point in the history
  3. Add OpenGov Calls to Proxy Definitions (#6729)

    * add opengov calls to proxy definitions
    
    * fix build
    joepetrowski committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    8266b6a View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Update runtime/polkadot/src/governance/mod.rs

    Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com>
    gavofyork and joepetrowski committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    4f0e3c5 View commit details
    Browse the repository at this point in the history
  2. Update runtime/polkadot/src/governance/tracks.rs

    Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com>
    gavofyork and joepetrowski committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    46390e9 View commit details
    Browse the repository at this point in the history
  3. Update runtime/polkadot/src/lib.rs

    Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com>
    gavofyork and joepetrowski committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    a13c87f View commit details
    Browse the repository at this point in the history
  4. Update runtime/polkadot/src/governance/origins.rs

    Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com>
    gavofyork and joepetrowski committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    c82efaa View commit details
    Browse the repository at this point in the history
  5. Update runtime/polkadot/src/governance/mod.rs

    Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com>
    gavofyork and joepetrowski committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    3b4bf5b View commit details
    Browse the repository at this point in the history
  6. Update old.rs

    gavofyork committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    9cbffa4 View commit details
    Browse the repository at this point in the history
  7. Update old.rs

    gavofyork committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    2a980ba View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    42e4d14 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Configuration menu
    Copy the full SHA
    509f723 View commit details
    Browse the repository at this point in the history
  2. weights with new api

    muharem committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    97e7f75 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. 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: joe petrowski <25483142+joepetrowski@users.noreply.github.com>
    
    * rename const namespace to system_parachains
    
    * remove prod_or_fast
    
    ---------
    
    Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com>
    muharem and joepetrowski committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    c2b8e5a View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Configuration menu
    Copy the full SHA
    94ed887 View commit details
    Browse the repository at this point in the history
  2. remove unused import

    muharem committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    fda6c7c View commit details
    Browse the repository at this point in the history