Skip to content

Commit 3ee4801

Browse files
Merge pull request #101 from logical-mechanism/fixing-docs-for-registry
Fixing docs for registry
2 parents d94373b + 228587f commit 3ee4801

26 files changed

+77
-95
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- uses: aiken-lang/setup-aiken@v1
1414
with:
15-
version: v1.1.4
15+
version: v1.1.5
1616
- run: aiken fmt --check
1717
- run: aiken check -D
1818
- run: aiken build

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# v0.x.y
22

3+
- Cleaning up registry documentation
4+
- Fiat Shamir transform is now public
5+
- The blake2b_224 hash is now used for the fiat shamir transform
6+
37
# v0.5.1
48

59
*This version is contains breaking changes.*

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The **Aiken Assist Library** is a collection of specialized functions for [Aiken
66

77
aiken's version | assist's version
88
--- | ---
9-
`v1.1.4` | `>= v0.5.1`
9+
`v1.1.5` | `>= v0.5.1`
1010
`v1.0.29-alpha` | `== v0.4.11`
1111

1212
Assist library `v0.5.x+` will be Plutus V3+. For Plutus V2 contracts use the `v0.4.11` branch.

docs/cardano/addresses.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -598,9 +598,9 @@ <h2 id="create_script_address"><pre class="hljs language-aiken">create_script_ad
598598
<script src="https://unpkg.com/@popperjs/core@2"></script>
599599
<script src="https://unpkg.com/tippy.js@6"></script>
600600
<script src="../js/lunr.min.js?v=1.1.5"></script>
601-
<script src="../js/index.js?v=1731094584"></script>
601+
<script src="../js/index.js?v=1731262126"></script>
602602
<!-- Load the search index using JSONP to avoid CORS issues -->
603-
<script src="../search-data.js?v=1731094584"></script>
603+
<script src="../search-data.js?v=1731262126"></script>
604604
<script>
605605
void function() {
606606
if (typeof tippy !== "undefined") {

docs/cardano/certificates.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -548,9 +548,9 @@ <h2 id="delegate_credential"><pre class="hljs language-aiken">delegate_credentia
548548
<script src="https://unpkg.com/@popperjs/core@2"></script>
549549
<script src="https://unpkg.com/tippy.js@6"></script>
550550
<script src="../js/lunr.min.js?v=1.1.5"></script>
551-
<script src="../js/index.js?v=1731094584"></script>
551+
<script src="../js/index.js?v=1731262126"></script>
552552
<!-- Load the search index using JSONP to avoid CORS issues -->
553-
<script src="../search-data.js?v=1731094584"></script>
553+
<script src="../search-data.js?v=1731262126"></script>
554554
<script>
555555
void function() {
556556
if (typeof tippy !== "undefined") {

docs/cardano/datum.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -617,9 +617,9 @@ <h2 id="output_datum_by_hash"><pre class="hljs language-aiken">output_datum_by_h
617617
<script src="https://unpkg.com/@popperjs/core@2"></script>
618618
<script src="https://unpkg.com/tippy.js@6"></script>
619619
<script src="../js/lunr.min.js?v=1.1.5"></script>
620-
<script src="../js/index.js?v=1731094584"></script>
620+
<script src="../js/index.js?v=1731262126"></script>
621621
<!-- Load the search index using JSONP to avoid CORS issues -->
622-
<script src="../search-data.js?v=1731094584"></script>
622+
<script src="../search-data.js?v=1731262126"></script>
623623
<script>
624624
void function() {
625625
if (typeof tippy !== "undefined") {

docs/cardano/minting.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -634,9 +634,9 @@ <h2 id="quantity_of"><pre class="hljs language-aiken">quantity_of(
634634
<script src="https://unpkg.com/@popperjs/core@2"></script>
635635
<script src="https://unpkg.com/tippy.js@6"></script>
636636
<script src="../js/lunr.min.js?v=1.1.5"></script>
637-
<script src="../js/index.js?v=1731094584"></script>
637+
<script src="../js/index.js?v=1731262126"></script>
638638
<!-- Load the search index using JSONP to avoid CORS issues -->
639-
<script src="../search-data.js?v=1731094584"></script>
639+
<script src="../search-data.js?v=1731262126"></script>
640640
<script>
641641
void function() {
642642
if (typeof tippy !== "undefined") {

docs/cardano/tx.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -669,9 +669,9 @@ <h2 id="total_token_amount"><pre class="hljs language-aiken">total_token_amount(
669669
<script src="https://unpkg.com/@popperjs/core@2"></script>
670670
<script src="https://unpkg.com/tippy.js@6"></script>
671671
<script src="../js/lunr.min.js?v=1.1.5"></script>
672-
<script src="../js/index.js?v=1731094584"></script>
672+
<script src="../js/index.js?v=1731262126"></script>
673673
<!-- Load the search index using JSONP to avoid CORS issues -->
674-
<script src="../search-data.js?v=1731094584"></script>
674+
<script src="../search-data.js?v=1731262126"></script>
675675
<script>
676676
void function() {
677677
if (typeof tippy !== "undefined") {

docs/cardano/value.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -709,9 +709,9 @@ <h2 id="prove_exact_nft"><pre class="hljs language-aiken">prove_exact_nft(
709709
<script src="https://unpkg.com/@popperjs/core@2"></script>
710710
<script src="https://unpkg.com/tippy.js@6"></script>
711711
<script src="../js/lunr.min.js?v=1.1.5"></script>
712-
<script src="../js/index.js?v=1731094584"></script>
712+
<script src="../js/index.js?v=1731262126"></script>
713713
<!-- Load the search index using JSONP to avoid CORS issues -->
714-
<script src="../search-data.js?v=1731094584"></script>
714+
<script src="../search-data.js?v=1731262126"></script>
715715
<script>
716716
void function() {
717717
if (typeof tippy !== "undefined") {

docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ <h1>Aiken Assist Library</h1>
380380
<p>The <strong>Aiken Assist Library</strong> is a collection of specialized functions for <a href="https://github.com/aiken-lang/aiken">Aiken</a>. This library extends the default functionality of <a href="https://github.com/aiken-lang/stdlib">stdlib</a> and provides routines that facilitate quick development of smart contracts on Cardano.</p>
381381
<h2>Compatibility</h2>
382382
<table><thead><tr><th>aiken’s version</th><th>assist’s version</th></tr></thead><tbody>
383-
<tr><td><code>v1.1.4</code></td><td><code>&gt;= v0.5.1</code></td></tr>
383+
<tr><td><code>v1.1.5</code></td><td><code>&gt;= v0.5.1</code></td></tr>
384384
<tr><td><code>v1.0.29-alpha</code></td><td><code>== v0.4.11</code></td></tr>
385385
</tbody></table>
386386
<p>Assist library <code>v0.5.x+</code> will be Plutus V3+. For Plutus V2 contracts use the <code>v0.4.11</code> branch.</p>
@@ -536,9 +536,9 @@ <h2>License</h2>
536536
<script src="https://unpkg.com/@popperjs/core@2"></script>
537537
<script src="https://unpkg.com/tippy.js@6"></script>
538538
<script src="./js/lunr.min.js?v=1.1.5"></script>
539-
<script src="./js/index.js?v=1731094584"></script>
539+
<script src="./js/index.js?v=1731262126"></script>
540540
<!-- Load the search index using JSONP to avoid CORS issues -->
541-
<script src="./search-data.js?v=1731094584"></script>
541+
<script src="./search-data.js?v=1731262126"></script>
542542
<script>
543543
void function() {
544544
if (typeof tippy !== "undefined") {

0 commit comments

Comments
 (0)