-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: Refactor ownership pallet to transfer ownership of spaces, pos…
…ts and domains (#255) * Rename pallet-space-ownership to pallet-ownership * Provide interfaces for changing spaces and domains ownership * Introduce PostsProvider - Refactor other providers traits * Remove redundant code from domains pallet * Implement transfer ownership logic in ownership pallet * Add migration to the ownership pallet * Add migration to the runtime * Update spec_version to 41 * Update transaction_version to 9 * chore: Add tests for ownership pallet (#256) * Add utility function to ownership for benchmarking * Update benchmarks in ownership pallet * Add migration from old to new ownership pallet * Update spec_version to 42 * Add missing license headers --------- Co-authored-by: Oleh Mell <[email protected]> Co-authored-by: Alex Siman <[email protected]>
- Loading branch information
1 parent
da9c0b8
commit ed4da8c
Showing
35 changed files
with
1,439 additions
and
525 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.