Commit 67d43e6
refactor(fault-proof): avoid IO under write lock (#693)
* fix: switch to RwLock for state
* fix: lower fetch_interval for tests
* fix: try with fetch_interval=5
* fix: test_proposer_recovery_after_canonical_head_invalidation
* nit
* fix: missing e2e feature flag
* fix: up to 10
* fix: look up for correct parent_id
* nit: bring back e2e feature
* nit: docstring
* fix: single lock on removing subtree of invalid games
* refactor(fault-proof): avoid IO under write lock
---------
Co-authored-by: Farhad Shabani <[email protected]>1 parent 10b6333 commit 67d43e6
1 file changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
987 | 987 | | |
988 | 988 | | |
989 | 989 | | |
990 | | - | |
| 990 | + | |
| 991 | + | |
991 | 992 | | |
992 | | - | |
993 | | - | |
| 993 | + | |
| 994 | + | |
| 995 | + | |
994 | 996 | | |
995 | 997 | | |
996 | 998 | | |
| |||
1059 | 1061 | | |
1060 | 1062 | | |
1061 | 1063 | | |
| 1064 | + | |
1062 | 1065 | | |
1063 | 1066 | | |
1064 | 1067 | | |
| |||
0 commit comments