Skip to content

Commit

Permalink
Deploy preview for PR 206 🛫
Browse files Browse the repository at this point in the history
  • Loading branch information
mlegner committed Jan 16, 2025
1 parent ead390a commit 4f89dd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pr-preview/pr-206/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -1581,7 +1581,8 @@ <h2 id="storing-blobs"><a class="header" href="#storing-blobs">Storing blobs</a>
the command does not store it again. This behavior can be overwritten with the <code>--force</code>
CLI option, which stores the blob again and creates a fresh blob object on Sui belonging to the
wallet address.</li>
<li>If the user's wallet has a storage resource of suitable size and duration, it is (re-)used instead of buying a new one.</li>
<li>If the user's wallet has a storage resource of suitable size and duration, it is (re-)used instead
of buying a new one.</li>
<li>If the blob is already certified on Walrus but as a <em>deletable</em> blob or not for a sufficient
number of epochs, the command skips sending encoded blob data to the storage nodes and just
collects the availability certificate</li>
Expand Down
3 changes: 2 additions & 1 deletion pr-preview/pr-206/usage/client-cli.html
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,8 @@ <h2 id="storing-blobs"><a class="header" href="#storing-blobs">Storing blobs</a>
the command does not store it again. This behavior can be overwritten with the <code>--force</code>
CLI option, which stores the blob again and creates a fresh blob object on Sui belonging to the
wallet address.</li>
<li>If the user's wallet has a storage resource of suitable size and duration, it is (re-)used instead of buying a new one.</li>
<li>If the user's wallet has a storage resource of suitable size and duration, it is (re-)used instead
of buying a new one.</li>
<li>If the blob is already certified on Walrus but as a <em>deletable</em> blob or not for a sufficient
number of epochs, the command skips sending encoded blob data to the storage nodes and just
collects the availability certificate</li>
Expand Down

0 comments on commit 4f89dd9

Please sign in to comment.