-
Notifications
You must be signed in to change notification settings - Fork 647
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
Fix locked accounts #1728
base: hardfork
Are you sure you want to change the base?
Fix locked accounts #1728
Conversation
Can you please point me to the issue # behind this PR? |
From reading the BSIPs and issues I am confused what is done and still needs doing. A massive amount of hours is invested here. Is there a roadmap or something similar for this task? |
@sschiessl-bcp, we had tasks list for this BSIP. At the first step, we have made research to identify locked accounts.
We have implemented to unlock accounts manually. It's a better idea because we don't know exactly if locking of accounts was by mistake or not. In conclusion, all Pull Request with the smoke and unit tests we published on GitHub. We have finished all task for this BSIP according to our specification. However, we have only one open question "how to take 10% from each account as payment for the implementation". |
Can you comment how exactly the manual way should work? |
@sschiessl-bcp, we see the following use case for "manual fix of locked accounts": Preconditions: Steps:
Expected Results: |
Can I unlock it manually now? or Do you still need hardfork? |
This is ongoing development and a core change, don't expect anything before autumn. |
Find locked accounts. Prevent update + create locked account. UT. Add unit tests: max auth depth limit
Remove unnecessary code
unit test: get restore point
- add restore point test - fix authority depth limit test
5514a8e
to
3256407
Compare
Has anything changed? Can I somehow withdraw funds from blocked accounts? When is Hardfork? |
No.
The next planned hardfork will not include a fix for this. The relevant BSIP is still being written. Even the BSIPs that were completed in the past month have not been voted in, so don't hold your breath. |
Another 1 year has passed. Anyone looking for a solution? |
Prevent to create cycled authorities. Some unit tests added.