Skip to content

Commit

Permalink
deploy: 3d42f18
Browse files Browse the repository at this point in the history
  • Loading branch information
digorithm committed Jan 29, 2024
1 parent b0c1778 commit 064b873
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions master/connecting/short-lived.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,11 @@ <h1 id="running-a-short-lived-fuel-node-with-the-sdk"><a class="header" href="#r
<h2 id="features"><a class="header" href="#features">Features</a></h2>
<h3 id="fuel-core-lib"><a class="header" href="#fuel-core-lib">Fuel-core lib</a></h3>
<p>The <code>fuel-core-lib</code> feature allows us to run a <code>fuel-core</code> node without installing the <code>fuel-core</code> binary on the local machine. Using the <code>fuel-core-lib</code> feature flag entails downloading all the dependencies needed to run the fuel-core node.</p>
<pre><code class="language-rust ignore">fuels = { version = &quot;0.54.0&quot;, features = [&quot;fuel-core-lib&quot;] }
<pre><code class="language-rust ignore">fuels = { version = &quot;0.55.0&quot;, features = [&quot;fuel-core-lib&quot;] }
</code></pre>
<h3 id="rocksdb"><a class="header" href="#rocksdb">RocksDB</a></h3>
<p>The <code>rocksdb</code> is an additional feature that, when combined with <code>fuel-core-lib</code>, provides persistent storage capabilities while using <code>fuel-core</code> as a library.</p>
<pre><code class="language-rust ignore">fuels = { version = &quot;0.54.0&quot;, features = [&quot;rocksdb&quot;] }
<pre><code class="language-rust ignore">fuels = { version = &quot;0.55.0&quot;, features = [&quot;rocksdb&quot;] }
</code></pre>

</main>
Expand Down
4 changes: 2 additions & 2 deletions master/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -316,11 +316,11 @@ <h2 id="more-in-depth-fuel-and-sway-knowledge"><a class="header" href="#more-in-
<h2 id="features"><a class="header" href="#features">Features</a></h2>
<h3 id="fuel-core-lib"><a class="header" href="#fuel-core-lib">Fuel-core lib</a></h3>
<p>The <code>fuel-core-lib</code> feature allows us to run a <code>fuel-core</code> node without installing the <code>fuel-core</code> binary on the local machine. Using the <code>fuel-core-lib</code> feature flag entails downloading all the dependencies needed to run the fuel-core node.</p>
<pre><code class="language-rust ignore">fuels = { version = &quot;0.54.0&quot;, features = [&quot;fuel-core-lib&quot;] }
<pre><code class="language-rust ignore">fuels = { version = &quot;0.55.0&quot;, features = [&quot;fuel-core-lib&quot;] }
</code></pre>
<h3 id="rocksdb"><a class="header" href="#rocksdb">RocksDB</a></h3>
<p>The <code>rocksdb</code> is an additional feature that, when combined with <code>fuel-core-lib</code>, provides persistent storage capabilities while using <code>fuel-core</code> as a library.</p>
<pre><code class="language-rust ignore">fuels = { version = &quot;0.54.0&quot;, features = [&quot;rocksdb&quot;] }
<pre><code class="language-rust ignore">fuels = { version = &quot;0.55.0&quot;, features = [&quot;rocksdb&quot;] }
</code></pre>
<div style="break-before: page; page-break-before: always;"></div><h1 id="rocksdb-1"><a class="header" href="#rocksdb-1">RocksDB</a></h1>
<p>RocksDB enables the preservation of the blockchain's state locally, facilitating its future utilization.</p>
Expand Down
2 changes: 1 addition & 1 deletion master/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion master/searchindex.json

Large diffs are not rendered by default.

0 comments on commit 064b873

Please sign in to comment.