Skip to content

Fix duplicate host contracts

Matthew Sevey requested to merge two-host-contracts into master

There was a bug where hosts could have two active contracts for the same period.

Changed order of how old contract was removed in renew code.

Added additional check for contract link in managedArchiveContracts

Created managedCheckForDuplicates to remove old contracts that might still be active due to an interruption during renewal.

Added siatest.

Edited by Christopher Schinnerl

Merge request reports