Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: Refactor ownership pallet to transfer ownership of spaces, posts and domains #255

Merged
merged 26 commits into from
Mar 27, 2024

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    298342a View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    389f38d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdfb883 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9410f94 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Introduce PostsProvider

    - Refactor other providers traits
    F3Joule committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    fc76af7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    172b49a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d206aac View commit details
    Browse the repository at this point in the history
  4. Add migration to the ownership pallet

    Fix runtime
    F3Joule committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    4f1cafb View commit details
    Browse the repository at this point in the history
  5. Fix mocks

    F3Joule committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    ab8559f View commit details
    Browse the repository at this point in the history
  6. Add migration to the runtime

    F3Joule committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    35993d0 View commit details
    Browse the repository at this point in the history
  7. Update spec_version to 41

    F3Joule committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    149efe1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a01fb06 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    beb18a6 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. chore: Add tests for ownership pallet (#256)

    * Add tests for ownership pallet
    
    * Add utility function to ownership for benchmarking
    
    * Update benchmarks in ownership pallet
    
    ---------
    
    Co-authored-by: Oleh Mell <[email protected]>
    F3Joule and olehmell authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    3212edd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05587d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    901a75c View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    1acdc6a View commit details
    Browse the repository at this point in the history
  2. Update spec_version to 42

    F3Joule committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    18df14e View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Apply suggestions after a code review

    Co-Authored-By: Alex Siman <[email protected]>
    F3Joule and siman committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    7728026 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    056cb68 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Alex Siman <[email protected]>
    F3Joule and siman authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    f575b39 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Apply suggestions from code review

    Co-Authored-By: Alex Siman <[email protected]>
    F3Joule and siman committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    26aa859 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cb2a22 View commit details
    Browse the repository at this point in the history
  3. Apply final suggestions after code review

    Co-Authored-By: Alex Siman <[email protected]>
    F3Joule and siman committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    6166d7f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5460173 View commit details
    Browse the repository at this point in the history
  5. Fix migration after review

    F3Joule committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    a740d7e View commit details
    Browse the repository at this point in the history