Skip to content

Commit

Permalink
docs: [ADP-3288] Extract cardano-wallet-api cabal package (#4460) A…
Browse files Browse the repository at this point in the history
…nother step in de-cluttering the `cardano-wallet` cabal. As for HLS, with this PR opening together - lib/benchmarks/exe/latency-bench.hs - lib/integration/framework/Test/Integration/Framework/DSL.hs should not create false positives of overlapping instances on the - lib/api/src/Cardano/Wallet/Api/Types.hs - [x] Extract `cardano-wallet-api-http` and `cardano-wallet` exe in the new `cardano-wallet-api` cabal package ADP-3288 Source commit: 1c6f193
  • Loading branch information
Cardano Wallet Documentation Bot committed Mar 19, 2024
1 parent c8d2fb0 commit a9f98db
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions contributor/what/building.html
Original file line number Diff line number Diff line change
Expand Up @@ -207,12 +207,12 @@ <h2 id="cabal"><a class="header" href="#cabal">Cabal</a></h2>
<li>
<p>Run the freshly-built <code>cardano-wallet</code> executable.</p>
<p>As an example, this will show the help page:</p>
<pre><code class="language-console">&gt; cabal run cardano-wallet:exe:cardano-wallet -- --help
<pre><code class="language-console">&gt; cabal run cardano-wallet-api:exe:cardano-wallet -- --help
</code></pre>
</li>
<li>
<p>Make a build with <code>-O2</code> level compiler optimizations:</p>
<pre><code class="language-console">&gt; cabal build cardano-wallet:exe:cardano-wallet -frelease
<pre><code class="language-console">&gt; cabal build cardano-wallet-api:exe:cardano-wallet -frelease
</code></pre>
</li>
<li>
Expand All @@ -221,13 +221,13 @@ <h2 id="cabal"><a class="header" href="#cabal">Cabal</a></h2>
<pre><code class="language-console">&gt; cabal configure --enable-tests --enable-benchmarks
</code></pre>
<p>To run one of the unit test suites:</p>
<pre><code class="language-console">&gt; cabal run cardano-wallet:test:unit
<pre><code class="language-console">&gt; cabal run cardano-wallet-unit:test:unit
</code></pre>
<p>To run the DB benchmark:</p>
<pre><code class="language-console">&gt; cabal run cardano-wallet:bench:db
<pre><code class="language-console">&gt; cabal run cardano-wallet-benchmarks:bench:db
</code></pre>
<p>To run the integration test suite:</p>
<pre><code class="language-console">&gt; cabal run cardano-wallet:test:integration
<pre><code class="language-console">&gt; cabal run cardano-wallet-integration:test:integration
</code></pre>
</li>
<li>
Expand Down
10 changes: 5 additions & 5 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -4105,12 +4105,12 @@ <h2 id="cabal"><a class="header" href="#cabal">Cabal</a></h2>
<li>
<p>Run the freshly-built <code>cardano-wallet</code> executable.</p>
<p>As an example, this will show the help page:</p>
<pre><code class="language-console">&gt; cabal run cardano-wallet:exe:cardano-wallet -- --help
<pre><code class="language-console">&gt; cabal run cardano-wallet-api:exe:cardano-wallet -- --help
</code></pre>
</li>
<li>
<p>Make a build with <code>-O2</code> level compiler optimizations:</p>
<pre><code class="language-console">&gt; cabal build cardano-wallet:exe:cardano-wallet -frelease
<pre><code class="language-console">&gt; cabal build cardano-wallet-api:exe:cardano-wallet -frelease
</code></pre>
</li>
<li>
Expand All @@ -4119,13 +4119,13 @@ <h2 id="cabal"><a class="header" href="#cabal">Cabal</a></h2>
<pre><code class="language-console">&gt; cabal configure --enable-tests --enable-benchmarks
</code></pre>
<p>To run one of the unit test suites:</p>
<pre><code class="language-console">&gt; cabal run cardano-wallet:test:unit
<pre><code class="language-console">&gt; cabal run cardano-wallet-unit:test:unit
</code></pre>
<p>To run the DB benchmark:</p>
<pre><code class="language-console">&gt; cabal run cardano-wallet:bench:db
<pre><code class="language-console">&gt; cabal run cardano-wallet-benchmarks:bench:db
</code></pre>
<p>To run the integration test suite:</p>
<pre><code class="language-console">&gt; cabal run cardano-wallet:test:integration
<pre><code class="language-console">&gt; cabal run cardano-wallet-integration:test:integration
</code></pre>
</li>
<li>
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.

0 comments on commit a9f98db

Please sign in to comment.