-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: use pinned IPFS container version, other improvements (#1006)
* feat: many CUs in worker * Apply automatic changes * use nox with multiCU * up * improve workers remove, rename property in provider config * fix * Apply automatic changes * fix * strip ansi colors from connector messages * add provider name to provider info * improve tx error * return descriptions * Apply automatic changes * add new line * remove price per worker epoch mentions * Apply automatic changes * fix(deps,deal): update multicu deal-ts-clients, fix deal init balance calc * Apply automatic changes * fix account switching, update default curl CID * fix offer update false positives * chore(versions): set nox 0.26.1 * update versions.json * Update cli/src/versions.json * feat: chunk offer create (#1004) * feat: chunk offer create * add chunking to update offer * fix(deal-ts-clients): rename Multicall import to IMulticall (#1005) * fix(deal-ts-clients): rename import * fix(deps): revert version, keep fix * feat: create only one ipfs client * debug all * use specific container version * use a different ipfs version * push cli version, don't allow to send tx if wallet is different * show warnings instead of failing on offer create * improve contributing doc * fix --------- Co-authored-by: shamsartem <[email protected]> Co-authored-by: folex <[email protected]> Co-authored-by: folex <[email protected]> Co-authored-by: Alexey Proshutinskiy <[email protected]>
- Loading branch information
1 parent
4cc06c0
commit 3095b26
Showing
8 changed files
with
140 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,7 +75,7 @@ summary { | |
} | ||
|
||
.button_disabled { | ||
cursor: wait; | ||
cursor: not-allowed; | ||
opacity: 0.5; | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters