erigon-pulse/eth/stagedsync
ledgerwatch a8c9910f04
Various fixes to make sync work (#663)
* Fix body fetch

* Reduce spurious reorgs

* Exit the sync cycle after unwinds

* Fix out of range

* No stalling check for staged sync

* Disable failing tests

* Remove duplicate log message

* Fix UnwindTest and add assertions

* Fix formatting

* Cleanup

* Fix off by one error with bodies

* Remove rollback
2020-06-13 22:39:55 +01:00
..
stages [WIP] TxLookup stage (#646) 2020-06-10 23:07:14 +03:00
stage_bodies.go stagedsync: allow long stages/unwinds to be interrupted (#643) 2020-06-09 15:49:49 +03:00
stage_execute_test.go stagedsync: allow long stages/unwinds to be interrupted (#643) 2020-06-09 15:49:49 +03:00
stage_execute.go Re-enable TestUnwind test and fix issues in the stage sync (#659) 2020-06-13 13:39:04 +01:00
stage_hashstate_test.go Support ETL interruptions while promoting plain state (#662) 2020-06-13 16:03:38 +01:00
stage_hashstate.go Support ETL interruptions while promoting plain state (#662) 2020-06-13 16:03:38 +01:00
stage_headers.go Various fixes to make sync work (#663) 2020-06-13 22:39:55 +01:00
stage_indexes.go Re-enable TestUnwind test and fix issues in the stage sync (#659) 2020-06-13 13:39:04 +01:00
stage_interhashes.go stagedsync: allow long stages/unwinds to be interrupted (#643) 2020-06-09 15:49:49 +03:00
stage_senders.go Re-enable TestUnwind test and fix issues in the stage sync (#659) 2020-06-13 13:39:04 +01:00
stage_txlookup.go Re-enable TestUnwind test and fix issues in the stage sync (#659) 2020-06-13 13:39:04 +01:00
stage.go stagedsync: allow long stages/unwinds to be interrupted (#643) 2020-06-09 15:49:49 +03:00
stagedsync.go Re-enable TestUnwind test and fix issues in the stage sync (#659) 2020-06-13 13:39:04 +01:00
state_test.go Various fixes to make sync work (#663) 2020-06-13 22:39:55 +01:00
state.go Various fixes to make sync work (#663) 2020-06-13 22:39:55 +01:00
testutil.go Issue 635: Stage4 to optionally generate persisted receipts (#644) 2020-06-09 14:11:09 +01:00
types.go refactor stagedsync unwind, add tests(#636) 2020-06-08 07:01:26 +03:00
unwind_test.go stagedsync: allow long stages/unwinds to be interrupted (#643) 2020-06-09 15:49:49 +03:00
unwind.go stagedsync: allow long stages/unwinds to be interrupted (#643) 2020-06-09 15:49:49 +03:00