Skip to content
This repository was archived by the owner on May 14, 2021. It is now read-only.

optimize for zero balance + caching layer#9

Merged
doodyparizada merged 14 commits intolior/ecosystemfrom
doody/optimize_zero_balance
May 29, 2019
Merged

optimize for zero balance + caching layer#9
doodyparizada merged 14 commits intolior/ecosystemfrom
doody/optimize_zero_balance

Conversation

@doodyparizada
Copy link

No description provided.

src/app.py Outdated
"""migrate an account with zero balance."""
if kin3_account_data is None:
try:
main_account.create_account(account_address, starting_balance=0, fee=0)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We always create the proxy account as well, as proof that the migration passed. Although it is fine if it has 0 balance.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Ronserruya Does anyone other than the migration service use the proxy accounts?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No

@doodyparizada doodyparizada force-pushed the doody/optimize_zero_balance branch from c1efbf1 to a9a58b9 Compare May 27, 2019 09:56
@doodyparizada doodyparizada changed the title optimize for zero balance optimize for zero balance + caching layer May 27, 2019
@doodyparizada doodyparizada force-pushed the doody/optimize_zero_balance branch from ae6f2ca to f6811fe Compare May 29, 2019 11:50
@doodyparizada doodyparizada merged commit 3b1c1ae into lior/ecosystem May 29, 2019
@doodyparizada doodyparizada deleted the doody/optimize_zero_balance branch May 29, 2019 11:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants