You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have no reason anymore to split Harvest between a module and an external library. Let's bring those library classes into the Harvest module and kill one more dependency.
Doing this will require:
Remove HarvestHashesEntityDatabaseTable so that we are not depending on DatabaseTableInterface.
Do any other refactoring necessary to eliminate dependence on GetDKAN/contracts.
The text was updated successfully, but these errors were encountered:
Related to #3821
We have no reason anymore to split Harvest between a module and an external library. Let's bring those library classes into the Harvest module and kill one more dependency.
Doing this will require:
HarvestHashesEntityDatabaseTable
so that we are not depending onDatabaseTableInterface
.The text was updated successfully, but these errors were encountered: