-
Notifications
You must be signed in to change notification settings - Fork 16
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
Changes from 18 commits
298342a
389f38d
cdfb883
9410f94
fc76af7
172b49a
d206aac
4f1cafb
ab8559f
35993d0
149efe1
a01fb06
beb18a6
3212edd
05587d2
901a75c
1acdc6a
18df14e
7728026
056cb68
f575b39
26aa859
2cb2a22
6166d7f
5460173
a740d7e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Rename to There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. All appropriate renames will be considered in a separate pull request. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why renamed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Previously this error was related to space ownership, from now on we need more generalized error for it.
We can do
CurrentOwnerCannotAcceptOwnershipTransfer
, then this error will be more specific.