betheluniversity / programs

0 stars 0 forks source link

Reworked the process for the audit a bit #24

Closed c-schwarze closed 5 years ago

c-schwarze commented 5 years ago

Description

This PR fixes some of the errors there were in the audit: 1) If the sync ever had an error, then it would consider everything new as “synced”. I changed this to only run AFTER we finish the sync. 2) If we ran the sync single block, it would consider every block as seen.

Both of those were major flaws in the design, as the program blocks are always out of date.

Fixes #20

Size and Type of change

Delete any of these you don't use.

How Has This Been Tested?

Checklist:

Only check what applies and what you have done.