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

Support shared hold id to have constant number of hold id #3013

Merged
merged 8 commits into from
Sep 25, 2024
Merged

Commits on Sep 11, 2024

  1. Support direct withdraw of the storage fund

    Previously, we need to use withdraw_and_hold and then Currency::release
    
    Signed-off-by: linning <[email protected]>
    NingLin-P committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    60198a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f135b8 View commit details
    Browse the repository at this point in the history
  3. Remove the operator id from the staking hold id

    Signed-off-by: linning <[email protected]>
    NingLin-P committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    c0677dc View commit details
    Browse the repository at this point in the history
  4. Remove the domain id from the domain instantiation hold id

    NOTE: we still need to keep track of the domain instantiation deposit in the state in
    case the DomainInstantiationDeposit change in the future
    
    Signed-off-by: linning <[email protected]>
    NingLin-P committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    6071cb0 View commit details
    Browse the repository at this point in the history
  5. Remove the channel id from the channel hold id

    NOTE: we still need to keep track of the channel reserve fee in the state in
    case the ChannelReserveFee change in the future
    
    Signed-off-by: linning <[email protected]>
    NingLin-P committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    2bce7ce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    338cf7b View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Fix typos

    Signed-off-by: linning <[email protected]>
    NingLin-P committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    ddbeb94 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Merge all HoldIdentifier into one

    Signed-off-by: linning <[email protected]>
    NingLin-P committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    c798cdb View commit details
    Browse the repository at this point in the history