Skip to content

Commit

Permalink
new doc build for v0.2.2, ready to go
Browse files Browse the repository at this point in the history
  • Loading branch information
logicalmechanism committed Jun 19, 2023
1 parent 35e331f commit 112dff8
Show file tree
Hide file tree
Showing 19 changed files with 604 additions and 60 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.2.2

Minting functions for exact mints and by_prefix mints. A experimental cip68 prefix has been added to prefixes.

# v0.2.1

CIP68 prefixes have been fixed. The unique token name function still produces correct names but any length checks needs to be adjusted. New prefix length is now 4.
Expand Down
2 changes: 1 addition & 1 deletion aiken.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "aiken-lang/assist"
version = "0.2.1"
version = "0.2.2"
license = "Apache-2.0"
description = "Aiken Assist Library"

Expand Down
14 changes: 10 additions & 4 deletions docs/assist/addresses.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,13 @@
<h2>
<a href="../">assist</a>
<span id="project-version">
<span>v0.2.1 </span>
<span>v0.2.2 </span>
</span>
<script>
"use strict";

if ("undefined" !== typeof versionNodes) {
const currentVersion = "v0.2.1";
const currentVersion = "v0.2.2";
if (! versionNodes.find(element => element.version === currentVersion)) {
versionNodes.unshift({ version: currentVersion, url: "#" });
}
Expand Down Expand Up @@ -232,6 +232,12 @@ <h2>Modules</h2>

</a></li>

<li><a href="../assist/minting.html">

assist/minting

</a></li>

<li><a href="../assist/payout.html">

assist/payout
Expand Down Expand Up @@ -424,8 +430,8 @@ <h2 id="create_script_address"><pre class="hljs language-aiken">create_script_ad
});
</script>
<script src="../js/lunr.min.js?v=1.0.10-alpha"></script>
<script src="../js/index.js?v=1686759617"></script>
<script src="../js/index.js?v=1687197382"></script>
<!-- Load the search index using JSONP to avoid CORS issues -->
<script src="../search-data.js?v=1686759617"></script>
<script src="../search-data.js?v=1687197382"></script>
</body>
</html>
14 changes: 10 additions & 4 deletions docs/assist/certificates.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,13 @@
<h2>
<a href="../">assist</a>
<span id="project-version">
<span>v0.2.1 </span>
<span>v0.2.2 </span>
</span>
<script>
"use strict";

if ("undefined" !== typeof versionNodes) {
const currentVersion = "v0.2.1";
const currentVersion = "v0.2.2";
if (! versionNodes.find(element => element.version === currentVersion)) {
versionNodes.unshift({ version: currentVersion, url: "#" });
}
Expand Down Expand Up @@ -232,6 +232,12 @@ <h2>Modules</h2>

</a></li>

<li><a href="../assist/minting.html">

assist/minting

</a></li>

<li><a href="../assist/payout.html">

assist/payout
Expand Down Expand Up @@ -398,8 +404,8 @@ <h2 id="create_credential_delegation"><pre class="hljs language-aiken">create_cr
});
</script>
<script src="../js/lunr.min.js?v=1.0.10-alpha"></script>
<script src="../js/index.js?v=1686759617"></script>
<script src="../js/index.js?v=1687197382"></script>
<!-- Load the search index using JSONP to avoid CORS issues -->
<script src="../search-data.js?v=1686759617"></script>
<script src="../search-data.js?v=1687197382"></script>
</body>
</html>
14 changes: 10 additions & 4 deletions docs/assist/count.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,13 @@
<h2>
<a href="../">assist</a>
<span id="project-version">
<span>v0.2.1 </span>
<span>v0.2.2 </span>
</span>
<script>
"use strict";

if ("undefined" !== typeof versionNodes) {
const currentVersion = "v0.2.1";
const currentVersion = "v0.2.2";
if (! versionNodes.find(element => element.version === currentVersion)) {
versionNodes.unshift({ version: currentVersion, url: "#" });
}
Expand Down Expand Up @@ -232,6 +232,12 @@ <h2>Modules</h2>

</a></li>

<li><a href="../assist/minting.html">

assist/minting

</a></li>

<li><a href="../assist/payout.html">

assist/payout
Expand Down Expand Up @@ -456,8 +462,8 @@ <h2 id="outputs_by_datum"><pre class="hljs language-aiken">outputs_by_datum(outp
});
</script>
<script src="../js/lunr.min.js?v=1.0.10-alpha"></script>
<script src="../js/index.js?v=1686759617"></script>
<script src="../js/index.js?v=1687197382"></script>
<!-- Load the search index using JSONP to avoid CORS issues -->
<script src="../search-data.js?v=1686759617"></script>
<script src="../search-data.js?v=1687197382"></script>
</body>
</html>
14 changes: 10 additions & 4 deletions docs/assist/credentials.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,13 @@
<h2>
<a href="../">assist</a>
<span id="project-version">
<span>v0.2.1 </span>
<span>v0.2.2 </span>
</span>
<script>
"use strict";

if ("undefined" !== typeof versionNodes) {
const currentVersion = "v0.2.1";
const currentVersion = "v0.2.2";
if (! versionNodes.find(element => element.version === currentVersion)) {
versionNodes.unshift({ version: currentVersion, url: "#" });
}
Expand Down Expand Up @@ -232,6 +232,12 @@ <h2>Modules</h2>

</a></li>

<li><a href="../assist/minting.html">

assist/minting

</a></li>

<li><a href="../assist/payout.html">

assist/payout
Expand Down Expand Up @@ -397,8 +403,8 @@ <h2 id="create_stake_credential"><pre class="hljs language-aiken">create_stake_c
});
</script>
<script src="../js/lunr.min.js?v=1.0.10-alpha"></script>
<script src="../js/index.js?v=1686759617"></script>
<script src="../js/index.js?v=1687197382"></script>
<!-- Load the search index using JSONP to avoid CORS issues -->
<script src="../search-data.js?v=1686759617"></script>
<script src="../search-data.js?v=1687197382"></script>
</body>
</html>
14 changes: 10 additions & 4 deletions docs/assist/data.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,13 @@
<h2>
<a href="../">assist</a>
<span id="project-version">
<span>v0.2.1 </span>
<span>v0.2.2 </span>
</span>
<script>
"use strict";

if ("undefined" !== typeof versionNodes) {
const currentVersion = "v0.2.1";
const currentVersion = "v0.2.2";
if (! versionNodes.find(element => element.version === currentVersion)) {
versionNodes.unshift({ version: currentVersion, url: "#" });
}
Expand Down Expand Up @@ -232,6 +232,12 @@ <h2>Modules</h2>

</a></li>

<li><a href="../assist/minting.html">

assist/minting

</a></li>

<li><a href="../assist/payout.html">

assist/payout
Expand Down Expand Up @@ -416,8 +422,8 @@ <h2 id="output_datum"><pre class="hljs language-aiken">output_datum(possible_out
});
</script>
<script src="../js/lunr.min.js?v=1.0.10-alpha"></script>
<script src="../js/index.js?v=1686759617"></script>
<script src="../js/index.js?v=1687197382"></script>
<!-- Load the search index using JSONP to avoid CORS issues -->
<script src="../search-data.js?v=1686759617"></script>
<script src="../search-data.js?v=1687197382"></script>
</body>
</html>
14 changes: 10 additions & 4 deletions docs/assist/find.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,13 @@
<h2>
<a href="../">assist</a>
<span id="project-version">
<span>v0.2.1 </span>
<span>v0.2.2 </span>
</span>
<script>
"use strict";

if ("undefined" !== typeof versionNodes) {
const currentVersion = "v0.2.1";
const currentVersion = "v0.2.2";
if (! versionNodes.find(element => element.version === currentVersion)) {
versionNodes.unshift({ version: currentVersion, url: "#" });
}
Expand Down Expand Up @@ -232,6 +232,12 @@ <h2>Modules</h2>

</a></li>

<li><a href="../assist/minting.html">

assist/minting

</a></li>

<li><a href="../assist/payout.html">

assist/payout
Expand Down Expand Up @@ -569,8 +575,8 @@ <h2 id="stake_reward_by_sc"><pre class="hljs language-aiken">stake_reward_by_sc(
});
</script>
<script src="../js/lunr.min.js?v=1.0.10-alpha"></script>
<script src="../js/index.js?v=1686759617"></script>
<script src="../js/index.js?v=1687197382"></script>
<!-- Load the search index using JSONP to avoid CORS issues -->
<script src="../search-data.js?v=1686759617"></script>
<script src="../search-data.js?v=1687197382"></script>
</body>
</html>
14 changes: 10 additions & 4 deletions docs/assist/maths.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,13 @@
<h2>
<a href="../">assist</a>
<span id="project-version">
<span>v0.2.1 </span>
<span>v0.2.2 </span>
</span>
<script>
"use strict";

if ("undefined" !== typeof versionNodes) {
const currentVersion = "v0.2.1";
const currentVersion = "v0.2.2";
if (! versionNodes.find(element => element.version === currentVersion)) {
versionNodes.unshift({ version: currentVersion, url: "#" });
}
Expand Down Expand Up @@ -232,6 +232,12 @@ <h2>Modules</h2>

</a></li>

<li><a href="../assist/minting.html">

assist/minting

</a></li>

<li><a href="../assist/payout.html">

assist/payout
Expand Down Expand Up @@ -661,8 +667,8 @@ <h2 id="to_int"><pre class="hljs language-aiken">to_int(self: ByteArray) -&gt; I
});
</script>
<script src="../js/lunr.min.js?v=1.0.10-alpha"></script>
<script src="../js/index.js?v=1686759617"></script>
<script src="../js/index.js?v=1687197382"></script>
<!-- Load the search index using JSONP to avoid CORS issues -->
<script src="../search-data.js?v=1686759617"></script>
<script src="../search-data.js?v=1687197382"></script>
</body>
</html>
Loading

0 comments on commit 112dff8

Please sign in to comment.