Skip to content

Commit

Permalink
Deploying to gh-pages from @ c88b70b 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
mlegner committed Oct 28, 2024
1 parent 7a12911 commit 00237d9
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion design/architecture.html
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ <h1 id="basic-architecture-and-security-assumptions"><a class="header" href="#ba
</li>
<li>
<p>All clients and storage nodes operate a blockchain client (specifically on Sui), and mediate
payments, resources (space), mapping of shards to storage nodes ,and metadata through blockchain
payments, resources (space), mapping of shards to storage nodes, and metadata through blockchain
smart contracts. Users interact with the blockchain to acquire storage resources and upload
certificates for stored blobs. Storage nodes listen to the blockchain events to coordinate
their operations.</p>
Expand Down
2 changes: 1 addition & 1 deletion dev-guide/dev-operations.html
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ <h2 id="certify-availability"><a class="header" href="#certify-availability">Cer
used to authenticate the Sui blob object corresponding to the blob ID, and check it is certified,
before the expiry epoch, and not deletable.</li>
<li>A Sui smart contract can read the blob object on Sui (or a reference to it) to check
is is certified, before the expiry epoch, and not deletable.</li>
it is certified, before the expiry epoch, and not deletable.</li>
</ul>
<p>The underlying protocol of the
<a href="https://github.com/MystenLabs/sui/tree/main/crates/sui-light-client">Sui light client</a>
Expand Down
8 changes: 4 additions & 4 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ <h1 id="basic-architecture-and-security-assumptions"><a class="header" href="#ba
</li>
<li>
<p>All clients and storage nodes operate a blockchain client (specifically on Sui), and mediate
payments, resources (space), mapping of shards to storage nodes ,and metadata through blockchain
payments, resources (space), mapping of shards to storage nodes, and metadata through blockchain
smart contracts. Users interact with the blockchain to acquire storage resources and upload
certificates for stored blobs. Storage nodes listen to the blockchain events to coordinate
their operations.</p>
Expand Down Expand Up @@ -1874,7 +1874,7 @@ <h2 id="certify-availability"><a class="header" href="#certify-availability">Cer
used to authenticate the Sui blob object corresponding to the blob ID, and check it is certified,
before the expiry epoch, and not deletable.</li>
<li>A Sui smart contract can read the blob object on Sui (or a reference to it) to check
is is certified, before the expiry epoch, and not deletable.</li>
it is certified, before the expiry epoch, and not deletable.</li>
</ul>
<p>The underlying protocol of the
<a href="https://github.com/MystenLabs/sui/tree/main/crates/sui-light-client">Sui light client</a>
Expand Down Expand Up @@ -2996,7 +2996,7 @@ <h3 id="the-end-to-end-resolution-of-a-walrus-site"><a class="header" href="#the
<em>origin</em> <code>dapp.walrus.site</code>, and makes a SuiNS resolution for <code>dapp.sui</code>, obtaining the related
object ID. Using the object ID, it then fetches the dynamic fields of the object (also checking
<a href="walrus-sites/./portal.html">redirects</a>). From the dynamic fields, it selects the one for <code>/index.html</code>, and
extracts its Walrus blob ID and headers (see the <a href="walrus-sites/./routing.html">advanced section on headers</a>.</li>
extracts its Walrus blob ID and headers (see the <a href="walrus-sites/./routing.html">advanced section on headers</a>).</li>
<li><strong>Blob fetch</strong> (steps 11-14): Given the blob ID, the service worker queries a Walrus aggregator
for the blob.</li>
<li><strong>Returning the response</strong> (steps 15-16): Now that the service worker has the bytes for
Expand Down Expand Up @@ -3131,7 +3131,7 @@ <h2 id="ios-sui-mobile-wallets-do-not-work-with-the-service-worker-portal"><a cl
iOS. Therefore, Sui wallets cannot currently be used on a service-worker portal on iOS. Note,
however, that <em>browsing</em> a Walrus Site is still possible on iOS through any browser.</p>
<p>To provide a seamless experience for iOS users (and other users on browsers that do not support
service workers), we implemented a redidect to a server-side portal (<a href="https://blob.store">https://blob.store</a>). Whenever
service workers), we implemented a redirect to a server-side portal (<a href="https://blob.store">https://blob.store</a>). Whenever
a user on an iOS wallet browses a Walrus Site, the redirect will automatically take them to the
<code>&lt;site_name&gt;.blob.store</code> server-side portal. This way, the user can still use the wallet.</p>
<div id="admonition-note-1" class="admonition admonish-note" role="note" aria-labelledby="admonition-note-1-title">
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion walrus-sites/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ <h3 id="the-end-to-end-resolution-of-a-walrus-site"><a class="header" href="#the
<em>origin</em> <code>dapp.walrus.site</code>, and makes a SuiNS resolution for <code>dapp.sui</code>, obtaining the related
object ID. Using the object ID, it then fetches the dynamic fields of the object (also checking
<a href="./portal.html">redirects</a>). From the dynamic fields, it selects the one for <code>/index.html</code>, and
extracts its Walrus blob ID and headers (see the <a href="./routing.html">advanced section on headers</a>.</li>
extracts its Walrus blob ID and headers (see the <a href="./routing.html">advanced section on headers</a>).</li>
<li><strong>Blob fetch</strong> (steps 11-14): Given the blob ID, the service worker queries a Walrus aggregator
for the blob.</li>
<li><strong>Returning the response</strong> (steps 15-16): Now that the service worker has the bytes for
Expand Down
2 changes: 1 addition & 1 deletion walrus-sites/restrictions.html
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ <h2 id="ios-sui-mobile-wallets-do-not-work-with-the-service-worker-portal"><a cl
iOS. Therefore, Sui wallets cannot currently be used on a service-worker portal on iOS. Note,
however, that <em>browsing</em> a Walrus Site is still possible on iOS through any browser.</p>
<p>To provide a seamless experience for iOS users (and other users on browsers that do not support
service workers), we implemented a redidect to a server-side portal (<a href="https://blob.store">https://blob.store</a>). Whenever
service workers), we implemented a redirect to a server-side portal (<a href="https://blob.store">https://blob.store</a>). Whenever
a user on an iOS wallet browses a Walrus Site, the redirect will automatically take them to the
<code>&lt;site_name&gt;.blob.store</code> server-side portal. This way, the user can still use the wallet.</p>
<div id="admonition-note-1" class="admonition admonish-note" role="note" aria-labelledby="admonition-note-1-title">
Expand Down

0 comments on commit 00237d9

Please sign in to comment.