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

Domain registry for domains v2 #1614

Merged
merged 12 commits into from
Jul 3, 2023
Merged

Domain registry for domains v2 #1614

merged 12 commits into from
Jul 3, 2023

Commits on Jun 30, 2023

  1. Add domain registry specific config items to pallet-domains

    These items will be used in later commit
    
    Signed-off-by: linning <[email protected]>
    NingLin-P committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    e834db5 View commit details
    Browse the repository at this point in the history
  2. Impl CheckedAdd for DomainId

    Required by upcoming changes, also considered changing DomainId to a
    type alias of u32, will be great to have some feedbacks
    
    Signed-off-by: linning <[email protected]>
    NingLin-P committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    c6a0ae1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82db2c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0eed54 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a94da1a View commit details
    Browse the repository at this point in the history
  6. Apply review suggestions

    Signed-off-by: linning <[email protected]>
    NingLin-P committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    473fdcf View commit details
    Browse the repository at this point in the history
  7. Add test test_domain_instantiation

    Signed-off-by: linning <[email protected]>
    NingLin-P committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    56ff72b View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

  1. Apply review suggestions

    Signed-off-by: linning <[email protected]>
    NingLin-P committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    44ecc6b View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    087aabc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    296507c View commit details
    Browse the repository at this point in the history
  3. Apply review suggestions

    Signed-off-by: linning <[email protected]>
    NingLin-P committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    71b4487 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    465b4bb View commit details
    Browse the repository at this point in the history