Alexis Hernandez
|
c410771ed4
|
server: Run the BackwardsSynchronizerTask after replacing a block by height (#30)
|
7 years ago |
Alexis Hernandez
|
032fac4378
|
server: Remove the FirstBlockSynchronizerTask
The same job can be done by the BackwardsSynchronizerTask, there is no
need to keep both.
|
7 years ago |
Alexis Hernandez
|
0317a4d933
|
server: Refactor DatabaseSeeder and BlockEventsProcessor
|
7 years ago |
Alexis Hernandez
|
9dd94f299b
|
server: Add retries to the SQSSeederTask
Don't stop consuming messages when the connection to SQS is lost,
instead, retry to connect.
|
7 years ago |
Alexis Hernandez
|
2f789bbf13
|
server: Fix non-exhaustive pattern matches
|
7 years ago |
Alexis Hernandez
|
4ce253ab90
|
server: Use BackwardsSynchronizerTask on SQSSeederTask
|
7 years ago |
Alexis Hernandez
|
73646f71cd
|
server: Rename BlockSynchronizerTask to FirstBlockSynchronizerTask
|
7 years ago |
Alexis Hernandez
|
78dbc3d160
|
server: Update BlockEventsProcessor to return detailed results
|
7 years ago |
Alexis Hernandez
|
1f8c53ddc9
|
server: Move SQSSeederTask to the tasks package
|
7 years ago |
Alexis Hernandez
|
e93ec20cdb
|
server: Update the SQSSeederTask to call the BlockSynchronizerTask
|
7 years ago |
Alexis Hernandez
|
96c774c430
|
server: Add SeederModule
|
7 years ago |