Skip to content

Commit

Permalink
Deploying to gh-pages from @ 0b2f8fa 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
wileyj committed Jan 16, 2024
1 parent d2e170a commit 40ceab4
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion config.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ <h1>
</div><!-- /wrapper -->
<div class='footer quiet pad2 space-top1 center small'>
Code coverage
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Fri Jan 05 2024 16:25:35 GMT+0000 (Coordinated Universal Time)
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Tue Jan 16 2024 19:03:10 GMT+0000 (Coordinated Universal Time)
</div>
</div>
<script src="prettify.js"></script>
Expand Down
34 changes: 17 additions & 17 deletions db.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ <h1>
</h1>
<div class='clearfix'>
<div class='fl pad1y space-right2'>
<span class="strong">87.12% </span>
<span class="strong">87.88% </span>
<span class="quiet">Statements</span>
<span class='fraction'>115/132</span>
<span class='fraction'>116/132</span>
</div>
<div class='fl pad1y space-right2'>
<span class="strong">55.88% </span>
Expand All @@ -35,9 +35,9 @@ <h1>
<span class='fraction'>46/49</span>
</div>
<div class='fl pad1y space-right2'>
<span class="strong">88.28% </span>
<span class="strong">89.06% </span>
<span class="quiet">Lines</span>
<span class='fraction'>113/128</span>
<span class='fraction'>114/128</span>
</div>
</div>
<p class="quiet">
Expand Down Expand Up @@ -587,15 +587,15 @@ <h1>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-yes">83x</span>
<span class="cline-any cline-yes">84x</span>
<span class="cline-any cline-yes">48x</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-yes">83x</span>
<span class="cline-any cline-yes">83x</span>
<span class="cline-any cline-yes">83x</span>
<span class="cline-any cline-yes">84x</span>
<span class="cline-any cline-yes">84x</span>
<span class="cline-any cline-yes">84x</span>
<span class="cline-any cline-no">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-yes">83x</span>
<span class="cline-any cline-yes">84x</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
Expand Down Expand Up @@ -756,11 +756,11 @@ <h1>
<span class="cline-any cline-yes">1x</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-yes">1x</span>
<span class="cline-any cline-yes">1x</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-no">&nbsp;</span>
<span class="cline-any cline-no">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-yes">1x</span>
<span class="cline-any cline-yes">1x</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
Expand Down Expand Up @@ -1217,11 +1217,11 @@ <h1>
'INSERT INTO ip_info (ip_address, owner, queue_ix) VALUES (?, ?, ?)'
return dbAll(this.db, lookup, [subdomainName, ownerAddress]).then(
(results) =&gt; {
<span class="missing-if-branch" title="else path not taken" >E</span>if (results.length != 1) {
throw new Error('No queued entry found.')
<span class="missing-if-branch" title="if path not taken" >I</span>if (results.length != 1) {
<span class="cstat-no" title="statement not covered" > throw new Error('No queued entry found.')</span>
}
const queueIndex = <span class="cstat-no" title="statement not covered" >results[0].queue_ix</span>
<span class="cstat-no" title="statement not covered" > return dbRun(this.db, insert, [ipAddress, ownerAddress, queueIndex])</span>
const queueIndex = results[0].queue_ix
return dbRun(this.db, insert, [ipAddress, ownerAddress, queueIndex])
}
)
}
Expand Down Expand Up @@ -1438,7 +1438,7 @@ <h1>
</div><!-- /wrapper -->
<div class='footer quiet pad2 space-top1 center small'>
Code coverage
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Fri Jan 05 2024 16:25:35 GMT+0000 (Coordinated Universal Time)
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Tue Jan 16 2024 19:03:10 GMT+0000 (Coordinated Universal Time)
</div>
</div>
<script src="prettify.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion developmode.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ <h1>
</div><!-- /wrapper -->
<div class='footer quiet pad2 space-top1 center small'>
Code coverage
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Fri Jan 05 2024 16:25:35 GMT+0000 (Coordinated Universal Time)
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Tue Jan 16 2024 19:03:10 GMT+0000 (Coordinated Universal Time)
</div>
</div>
<script src="prettify.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion http.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -1153,7 +1153,7 @@ <h1>
</div><!-- /wrapper -->
<div class='footer quiet pad2 space-top1 center small'>
Code coverage
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Fri Jan 05 2024 16:25:35 GMT+0000 (Coordinated Universal Time)
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Tue Jan 16 2024 19:03:10 GMT+0000 (Coordinated Universal Time)
</div>
</div>
<script src="prettify.js"></script>
Expand Down
20 changes: 10 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ <h1>
</h1>
<div class='clearfix'>
<div class='fl pad1y space-right2'>
<span class="strong">57.42% </span>
<span class="strong">57.55% </span>
<span class="quiet">Statements</span>
<span class='fraction'>445/775</span>
<span class='fraction'>446/775</span>
</div>
<div class='fl pad1y space-right2'>
<span class="strong">48.14% </span>
Expand All @@ -35,9 +35,9 @@ <h1>
<span class='fraction'>88/148</span>
</div>
<div class='fl pad1y space-right2'>
<span class="strong">57.29% </span>
<span class="strong">57.42% </span>
<span class="quiet">Lines</span>
<span class='fraction'>436/761</span>
<span class='fraction'>437/761</span>
</div>
</div>
<p class="quiet">
Expand Down Expand Up @@ -76,15 +76,15 @@ <h1>

<tr>
<td class="file high" data-value="db.js"><a href="db.js.html">db.js</a></td>
<td data-value="87.12" class="pic high"><div class="chart"><div class="cover-fill" style="width: 87%;"></div><div class="cover-empty" style="width:13%;"></div></div></td>
<td data-value="87.12" class="pct high">87.12%</td>
<td data-value="132" class="abs high">115/132</td>
<td data-value="87.88" class="pic high"><div class="chart"><div class="cover-fill" style="width: 87%;"></div><div class="cover-empty" style="width:13%;"></div></div></td>
<td data-value="87.88" class="pct high">87.88%</td>
<td data-value="132" class="abs high">116/132</td>
<td data-value="55.88" class="pct medium">55.88%</td>
<td data-value="34" class="abs medium">19/34</td>
<td data-value="93.88" class="pct high">93.88%</td>
<td data-value="49" class="abs high">46/49</td>
<td data-value="88.28" class="pct high">88.28%</td>
<td data-value="128" class="abs high">113/128</td>
<td data-value="89.06" class="pct high">89.06%</td>
<td data-value="128" class="abs high">114/128</td>
</tr>

<tr>
Expand Down Expand Up @@ -171,7 +171,7 @@ <h1>
</div><!-- /wrapper -->
<div class='footer quiet pad2 space-top1 center small'>
Code coverage
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Fri Jan 05 2024 16:25:35 GMT+0000 (Coordinated Universal Time)
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Tue Jan 16 2024 19:03:10 GMT+0000 (Coordinated Universal Time)
</div>
</div>
<script src="prettify.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ <h1>
</div><!-- /wrapper -->
<div class='footer quiet pad2 space-top1 center small'>
Code coverage
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Fri Jan 05 2024 16:25:35 GMT+0000 (Coordinated Universal Time)
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Tue Jan 16 2024 19:03:10 GMT+0000 (Coordinated Universal Time)
</div>
</div>
<script src="prettify.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions lookups.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ <h1>
export async function isSubdomainRegistered(fullyQualifiedAddress: String) {
&nbsp;
try {
const nameInfoUrl = bskConfig.network.coreApiUrl + '/v1/names/' + fullyQualifiedAddress
const nameInfoUrl = bskConfig.network.blockstackAPIUrl + '/v1/names/' + fullyQualifiedAddress
const nameInfoRequest = await fetch(nameInfoUrl)
const { status } = nameInfoRequest
if (status == 200) {
Expand Down Expand Up @@ -280,7 +280,7 @@ <h1>
</div><!-- /wrapper -->
<div class='footer quiet pad2 space-top1 center small'>
Code coverage
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Fri Jan 05 2024 16:25:35 GMT+0000 (Coordinated Universal Time)
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Tue Jan 16 2024 19:03:10 GMT+0000 (Coordinated Universal Time)
</div>
</div>
<script src="prettify.js"></script>
Expand Down
6 changes: 3 additions & 3 deletions operations.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -1035,7 +1035,7 @@ <h1>
<span class="cstat-no" title="statement not covered" > throw new Error('Invalid domain name')</span>
}
&nbsp;
const nameInfoUrl = bskConfig.network.coreApiUrl + '/v1/names/' + domainName
const nameInfoUrl = bskConfig.network.blockstackAPIUrl + '/v1/names/' + domainName
const nameInfoRequest = await fetch(nameInfoUrl)
const nameInfo = await nameInfoRequest.json()
&nbsp;
Expand Down Expand Up @@ -1131,7 +1131,7 @@ <h1>
if (!tx.blockHeight || tx.blockHeight &lt;= 0) {
// const txInfo = await bskConfig.network.getTransactionInfo(tx.txHash)
const url = new URL(
bskConfig.network.coreApiUrl + `/extended/v1/tx/0x${tx.txHash}`
bskConfig.network.blockstackAPIUrl + `/extended/v1/tx/0x${tx.txHash}`
);
const httpRequest = await fetch(url);
const reqText = await httpRequest.text();
Expand Down Expand Up @@ -1276,7 +1276,7 @@ <h1>
</div><!-- /wrapper -->
<div class='footer quiet pad2 space-top1 center small'>
Code coverage
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Fri Jan 05 2024 16:25:35 GMT+0000 (Coordinated Universal Time)
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Tue Jan 16 2024 19:03:10 GMT+0000 (Coordinated Universal Time)
</div>
</div>
<script src="prettify.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion server.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -2236,7 +2236,7 @@ <h1>
</div><!-- /wrapper -->
<div class='footer quiet pad2 space-top1 center small'>
Code coverage
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Fri Jan 05 2024 16:25:35 GMT+0000 (Coordinated Universal Time)
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Tue Jan 16 2024 19:03:10 GMT+0000 (Coordinated Universal Time)
</div>
</div>
<script src="prettify.js"></script>
Expand Down

0 comments on commit 40ceab4

Please sign in to comment.