-
Notifications
You must be signed in to change notification settings - Fork 244
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the DomainBlockDescendants storage item to pallet-domains
This storage item is used to keek track of the immediate descendants of an ER, it is used during fraud proof processing to prune all the descendants of the targetted fraudulent ER. This storage item can be removed after this task #1731 is implemented, by then every ER should only have one immediate descendant Signed-off-by: linning <linningde25@gmail.com>
- Loading branch information
Showing
2 changed files
with
22 additions
and
7 deletions.
There are no files selected for viewing
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