Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
deploy: 31d55db
Browse files Browse the repository at this point in the history
  • Loading branch information
Deploy from CI committed Oct 28, 2023
1 parent 74956e5 commit 01ddb68
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions nakamoto-signer-developer-guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,10 @@ <h3 id="building-from-source"><a class="header" href="#building-from-source">Bui
<ol start="3">
<li>Checkout the appropriate release branch you wish to use if you are not using the default main branch</li>
</ol>
<pre><code class="language-console">git checkout master
<pre><code class="language-console">git checkout main
</code></pre>
<ol start="4">
<li>Compile the signer binary:<br />
<li>Compile the signer binary:
Note the binary path defaults to <code>target/release/stacks-signer</code>.</li>
</ol>
<pre><code class="language-console">cargo build --release
Expand Down
6 changes: 3 additions & 3 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -1743,10 +1743,10 @@ <h3 id="building-from-source"><a class="header" href="#building-from-source">Bui
<ol start="3">
<li>Checkout the appropriate release branch you wish to use if you are not using the default main branch</li>
</ol>
<pre><code class="language-console">git checkout master
<pre><code class="language-console">git checkout main
</code></pre>
<ol start="4">
<li>Compile the signer binary:<br />
<li>Compile the signer binary:
Note the binary path defaults to <code>target/release/stacks-signer</code>.</li>
</ol>
<pre><code class="language-console">cargo build --release
Expand Down Expand Up @@ -2400,7 +2400,7 @@ <h2 id="sbtc-withdrawal-fulfillment"><a class="header" href="#sbtc-withdrawal-fu
class E operationStyle;
</pre>
<h2 id="sbtc-developer-release-reference-implementation-plan"><a class="header" href="#sbtc-developer-release-reference-implementation-plan">sBTC Developer release reference implementation plan</a></h2>
<p>The reference implementation of the sBTC developer release, codenamed Alpha Romeo, is currently under implementation in <a href="https://github.com/stacks-network/sbtc/tree/master/romeo">this repository</a>.
<p>The reference implementation of the sBTC developer release, codenamed Alpha Romeo, is currently under implementation in <a href="https://github.com/stacks-network/sbtc/tree/main/romeo">this repository</a>.
Every piece of functionality that is being worked on is formulated as <a href="https://github.com/stacks-network/sbtc/issues">issues</a> with the [sBTC DR] prefix and <code>alpha-romeo</code> label.</p>
<p>For anyone interested in tracking the high-level progress of the Alpha Romeo work, these key issues should provide a good view in how things are progressing.</p>
<ol>
Expand Down
2 changes: 1 addition & 1 deletion sbtc-releases/sbtc-dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ <h1 id="sbtc-developer-release-01"><a class="header" href="#sbtc-developer-relea
class E operationStyle;
</pre>
<h2 id="sbtc-developer-release-reference-implementation-plan"><a class="header" href="#sbtc-developer-release-reference-implementation-plan">sBTC Developer release reference implementation plan</a></h2>
<p>The reference implementation of the sBTC developer release, codenamed Alpha Romeo, is currently under implementation in <a href="https://github.com/stacks-network/sbtc/tree/master/romeo">this repository</a>.
<p>The reference implementation of the sBTC developer release, codenamed Alpha Romeo, is currently under implementation in <a href="https://github.com/stacks-network/sbtc/tree/main/romeo">this repository</a>.
Every piece of functionality that is being worked on is formulated as <a href="https://github.com/stacks-network/sbtc/issues">issues</a> with the [sBTC DR] prefix and <code>alpha-romeo</code> label.</p>
<p>For anyone interested in tracking the high-level progress of the Alpha Romeo work, these key issues should provide a good view in how things are progressing.</p>
<ol>
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 01ddb68

Please sign in to comment.