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

Storage deposit before account register #79

Merged
merged 4 commits into from
Apr 28, 2024
Merged

Storage deposit before account register #79

merged 4 commits into from
Apr 28, 2024

Conversation

olga24912
Copy link
Collaborator

@olga24912 olga24912 commented Feb 14, 2024

Support storage deposit before account registration.

Currently, the self.storage_balance_bounds().min = 0, and no storage deposit is needed. In that PR I support case when the self.storage_balance_bounds().min > 0. Before the new account is registered, the storage deposit will be charged. The storage deposit should be provided by the relayer.

While self.storage_balance_bounds().min = 0 no change in relayer is needed.

@olga24912 olga24912 requested a review from karim-en as a code owner February 14, 2024 14:41
@karim-en karim-en requested a review from kiseln April 28, 2024 23:04
@karim-en karim-en merged commit 5fee989 into master Apr 28, 2024
6 checks passed
@karim-en karim-en deleted the storage_deposit branch April 28, 2024 23:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants