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
feat!: add datacenter and resource tests, print offer-info to stdout (#1096)
* feat: add datacenter and resource tests
* use sign for txs in tests
* fix
* add test for new resources
* add resource update
* use different commit
* temporary override addrs
* fix
* fix
* remove unnecessary setTryTimeout
* add checks that all metadata is updated
* update to the latest compute-marketplace
* use latest
title: `Moving resources from the following deals:\n${dealsString}`,
578
+
populatedTxs: [
579
+
firstMoveResourcesFromDealTx,
580
+
...restMoveResourcesFromDealTxs,
581
+
],
582
+
});
580
583
}catch(e){
581
584
commandObj.warn(
582
585
`Wasn't able to move resources from deals for ${stringifyBasicCommitmentInfo(commitment)}. Most likely the reason is you must wait until the provider exits from all the following deals:\n${dealsString}`,
@@ -609,22 +612,23 @@ export async function collateralWithdraw(
609
612
},
610
613
);
611
614
612
-
awaitsignBatch(
613
-
`${firstNotExitedUnit===undefined ? "Finish" : "Remove compute units from capacity commitments and finish"} commitment ${peerName===undefined ? ccId : `for ${peerName} (${ccId})`}${ccId}`,
0 commit comments