These two are failing for me:
RemoveTransactionsByIdsAlsoRemovesUnconfirmedSpendingDetailsTransactions
RemoveTransactionsByIdsWhenTransactionsAreUnconfirmedReturnsRemovedTransactionsList
Did a bit of investigation into this and these tests seems to use LiteDB which I don't think we are supporting? Seems related to the transaction CreationTime which the test seems to let default and not specify explicitly. I think I can fix it by setting a CreationTime but not sure whether these tests are useful since we aren't using LiteDB? Let me know if you think they are worth fixing and I'll fix them up.
These two are failing for me:
Did a bit of investigation into this and these tests seems to use LiteDB which I don't think we are supporting? Seems related to the transaction
CreationTimewhich the test seems to let default and not specify explicitly. I think I can fix it by setting aCreationTimebut not sure whether these tests are useful since we aren't using LiteDB? Let me know if you think they are worth fixing and I'll fix them up.