-
Notifications
You must be signed in to change notification settings - Fork 94
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
Gj/fix race condition #858
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## Develop #858 +/- ##
===========================================
+ Coverage 39.36% 39.81% +0.45%
===========================================
Files 49 50 +1
Lines 2919 2971 +52
===========================================
+ Hits 1149 1183 +34
- Misses 1770 1788 +18
☔ View full report in Codecov by Sentry. |
LGTM |
## Describe your changes 1. Offchain state is stored with fullnodes 2. Bug: state id is now saved with state info ( used in recovery ) 3. Withdrawal race condition is solved for now. There is a TODO for future fix
Describe your changes