Skip to content

Commit

Permalink
candidate for v0.4.4 ready
Browse files Browse the repository at this point in the history
  • Loading branch information
logicalmechanism committed Jan 29, 2024
1 parent eff435b commit e4388b7
Show file tree
Hide file tree
Showing 26 changed files with 120 additions and 96 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# v0.x.y

# v0.4.4

- Documentation is now hosted at logicalmechanism.io
- Added `from_value` to the token submodule.
- Updated `values.multiply`, it should be must faster now.
- Tested against Aiken 1.0.23

# v0.4.3

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 = "logicalmechanism/assist"
version = "0.4.3"
version = "0.4.4"
license = "Apache-2.0"
description = "Aiken Assist Library"

Expand Down
8 changes: 4 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.4.3 </span>
<span>v0.4.4 </span>
</span>
<script>
"use strict";

if ("undefined" !== typeof versionNodes) {
const currentVersion = "v0.4.3";
const currentVersion = "v0.4.4";
if (! versionNodes.find(element => element.version === currentVersion)) {
versionNodes.unshift({ version: currentVersion, url: "#" });
}
Expand Down Expand Up @@ -493,8 +493,8 @@ <h2 id="from_wallet"><pre class="hljs language-aiken">from_wallet(wallet: Wallet
});
</script>
<script src="../js/lunr.min.js?v=1.0.23-alpha"></script>
<script src="../js/index.js?v=1706230438"></script>
<script src="../js/index.js?v=1706570529"></script>
<!-- Load the search index using JSONP to avoid CORS issues -->
<script src="../search-data.js?v=1706230438"></script>
<script src="../search-data.js?v=1706570529"></script>
</body>
</html>
8 changes: 4 additions & 4 deletions docs/assist/boolean.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.4.3 </span>
<span>v0.4.4 </span>
</span>
<script>
"use strict";

if ("undefined" !== typeof versionNodes) {
const currentVersion = "v0.4.3";
const currentVersion = "v0.4.4";
if (! versionNodes.find(element => element.version === currentVersion)) {
versionNodes.unshift({ version: currentVersion, url: "#" });
}
Expand Down Expand Up @@ -590,8 +590,8 @@ <h2 id="xor_"><pre class="hljs language-aiken">xor_(x: Int, y: Int) -&gt; Int</p
});
</script>
<script src="../js/lunr.min.js?v=1.0.23-alpha"></script>
<script src="../js/index.js?v=1706230438"></script>
<script src="../js/index.js?v=1706570529"></script>
<!-- Load the search index using JSONP to avoid CORS issues -->
<script src="../search-data.js?v=1706230438"></script>
<script src="../search-data.js?v=1706570529"></script>
</body>
</html>
8 changes: 4 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.4.3 </span>
<span>v0.4.4 </span>
</span>
<script>
"use strict";

if ("undefined" !== typeof versionNodes) {
const currentVersion = "v0.4.3";
const currentVersion = "v0.4.4";
if (! versionNodes.find(element => element.version === currentVersion)) {
versionNodes.unshift({ version: currentVersion, url: "#" });
}
Expand Down Expand Up @@ -451,8 +451,8 @@ <h2 id="create_credential_delegation"><pre class="hljs language-aiken">create_cr
});
</script>
<script src="../js/lunr.min.js?v=1.0.23-alpha"></script>
<script src="../js/index.js?v=1706230438"></script>
<script src="../js/index.js?v=1706570529"></script>
<!-- Load the search index using JSONP to avoid CORS issues -->
<script src="../search-data.js?v=1706230438"></script>
<script src="../search-data.js?v=1706570529"></script>
</body>
</html>
8 changes: 4 additions & 4 deletions docs/assist/circuits.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.4.3 </span>
<span>v0.4.4 </span>
</span>
<script>
"use strict";

if ("undefined" !== typeof versionNodes) {
const currentVersion = "v0.4.3";
const currentVersion = "v0.4.4";
if (! versionNodes.find(element => element.version === currentVersion)) {
versionNodes.unshift({ version: currentVersion, url: "#" });
}
Expand Down Expand Up @@ -582,8 +582,8 @@ <h2 id="xor_"><pre class="hljs language-aiken">xor_(x: Int, y: Int, p: Int) -&gt
});
</script>
<script src="../js/lunr.min.js?v=1.0.23-alpha"></script>
<script src="../js/index.js?v=1706230438"></script>
<script src="../js/index.js?v=1706570529"></script>
<!-- Load the search index using JSONP to avoid CORS issues -->
<script src="../search-data.js?v=1706230438"></script>
<script src="../search-data.js?v=1706570529"></script>
</body>
</html>
11 changes: 6 additions & 5 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.4.3 </span>
<span>v0.4.4 </span>
</span>
<script>
"use strict";

if ("undefined" !== typeof versionNodes) {
const currentVersion = "v0.4.3";
const currentVersion = "v0.4.4";
if (! versionNodes.find(element => element.version === currentVersion)) {
versionNodes.unshift({ version: currentVersion, url: "#" });
}
Expand Down Expand Up @@ -499,7 +499,8 @@ <h2 id="single_input_with_bypass"><pre class="hljs language-aiken">single_input_
address. If any of those addresses exists then pass right over them but if
anything else is found then fail. This should prevent unregulated contracts
from being spent along side this script.</p>
<p>count.single_input_with_bypass(this_tx.inputs, this_addr, [that_addr])</p>
<pre><code class="language-aiken">count.single_input_with_bypass(this_tx.inputs, this_addr, [that_addr])
</code></pre>
</div>
</div>

Expand Down Expand Up @@ -576,8 +577,8 @@ <h2 id="single_input_with_bypass"><pre class="hljs language-aiken">single_input_
});
</script>
<script src="../js/lunr.min.js?v=1.0.23-alpha"></script>
<script src="../js/index.js?v=1706230438"></script>
<script src="../js/index.js?v=1706570529"></script>
<!-- Load the search index using JSONP to avoid CORS issues -->
<script src="../search-data.js?v=1706230438"></script>
<script src="../search-data.js?v=1706570529"></script>
</body>
</html>
8 changes: 4 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.4.3 </span>
<span>v0.4.4 </span>
</span>
<script>
"use strict";

if ("undefined" !== typeof versionNodes) {
const currentVersion = "v0.4.3";
const currentVersion = "v0.4.4";
if (! versionNodes.find(element => element.version === currentVersion)) {
versionNodes.unshift({ version: currentVersion, url: "#" });
}
Expand Down Expand Up @@ -451,8 +451,8 @@ <h2 id="create_stake_credential"><pre class="hljs language-aiken">create_stake_c
});
</script>
<script src="../js/lunr.min.js?v=1.0.23-alpha"></script>
<script src="../js/index.js?v=1706230438"></script>
<script src="../js/index.js?v=1706570529"></script>
<!-- Load the search index using JSONP to avoid CORS issues -->
<script src="../search-data.js?v=1706230438"></script>
<script src="../search-data.js?v=1706570529"></script>
</body>
</html>
8 changes: 4 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.4.3 </span>
<span>v0.4.4 </span>
</span>
<script>
"use strict";

if ("undefined" !== typeof versionNodes) {
const currentVersion = "v0.4.3";
const currentVersion = "v0.4.4";
if (! versionNodes.find(element => element.version === currentVersion)) {
versionNodes.unshift({ version: currentVersion, url: "#" });
}
Expand Down Expand Up @@ -538,8 +538,8 @@ <h2 id="output_datum_by_hash"><pre class="hljs language-aiken">output_datum_by_h
});
</script>
<script src="../js/lunr.min.js?v=1.0.23-alpha"></script>
<script src="../js/index.js?v=1706230438"></script>
<script src="../js/index.js?v=1706570529"></script>
<!-- Load the search index using JSONP to avoid CORS issues -->
<script src="../search-data.js?v=1706230438"></script>
<script src="../search-data.js?v=1706570529"></script>
</body>
</html>
8 changes: 4 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.4.3 </span>
<span>v0.4.4 </span>
</span>
<script>
"use strict";

if ("undefined" !== typeof versionNodes) {
const currentVersion = "v0.4.3";
const currentVersion = "v0.4.4";
if (! versionNodes.find(element => element.version === currentVersion)) {
versionNodes.unshift({ version: currentVersion, url: "#" });
}
Expand Down Expand Up @@ -691,8 +691,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.23-alpha"></script>
<script src="../js/index.js?v=1706230438"></script>
<script src="../js/index.js?v=1706570529"></script>
<!-- Load the search index using JSONP to avoid CORS issues -->
<script src="../search-data.js?v=1706230438"></script>
<script src="../search-data.js?v=1706570529"></script>
</body>
</html>
8 changes: 4 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.4.3 </span>
<span>v0.4.4 </span>
</span>
<script>
"use strict";

if ("undefined" !== typeof versionNodes) {
const currentVersion = "v0.4.3";
const currentVersion = "v0.4.4";
if (! versionNodes.find(element => element.version === currentVersion)) {
versionNodes.unshift({ version: currentVersion, url: "#" });
}
Expand Down Expand Up @@ -714,8 +714,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.23-alpha"></script>
<script src="../js/index.js?v=1706230438"></script>
<script src="../js/index.js?v=1706570529"></script>
<!-- Load the search index using JSONP to avoid CORS issues -->
<script src="../search-data.js?v=1706230438"></script>
<script src="../search-data.js?v=1706570529"></script>
</body>
</html>
8 changes: 4 additions & 4 deletions docs/assist/minting.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.4.3 </span>
<span>v0.4.4 </span>
</span>
<script>
"use strict";

if ("undefined" !== typeof versionNodes) {
const currentVersion = "v0.4.3";
const currentVersion = "v0.4.4";
if (! versionNodes.find(element => element.version === currentVersion)) {
versionNodes.unshift({ version: currentVersion, url: "#" });
}
Expand Down Expand Up @@ -510,8 +510,8 @@ <h2 id="is_occurring"><pre class="hljs language-aiken">is_occurring(
});
</script>
<script src="../js/lunr.min.js?v=1.0.23-alpha"></script>
<script src="../js/index.js?v=1706230438"></script>
<script src="../js/index.js?v=1706570529"></script>
<!-- Load the search index using JSONP to avoid CORS issues -->
<script src="../search-data.js?v=1706230438"></script>
<script src="../search-data.js?v=1706570529"></script>
</body>
</html>
8 changes: 4 additions & 4 deletions docs/assist/payout.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.4.3 </span>
<span>v0.4.4 </span>
</span>
<script>
"use strict";

if ("undefined" !== typeof versionNodes) {
const currentVersion = "v0.4.3";
const currentVersion = "v0.4.4";
if (! versionNodes.find(element => element.version === currentVersion)) {
versionNodes.unshift({ version: currentVersion, url: "#" });
}
Expand Down Expand Up @@ -499,8 +499,8 @@ <h2 id="exact"><pre class="hljs language-aiken">exact(
});
</script>
<script src="../js/lunr.min.js?v=1.0.23-alpha"></script>
<script src="../js/index.js?v=1706230438"></script>
<script src="../js/index.js?v=1706570529"></script>
<!-- Load the search index using JSONP to avoid CORS issues -->
<script src="../search-data.js?v=1706230438"></script>
<script src="../search-data.js?v=1706570529"></script>
</body>
</html>
8 changes: 4 additions & 4 deletions docs/assist/prefixes.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.4.3 </span>
<span>v0.4.4 </span>
</span>
<script>
"use strict";

if ("undefined" !== typeof versionNodes) {
const currentVersion = "v0.4.3";
const currentVersion = "v0.4.4";
if (! versionNodes.find(element => element.version === currentVersion)) {
versionNodes.unshift({ version: currentVersion, url: "#" });
}
Expand Down Expand Up @@ -532,8 +532,8 @@ <h2 id="prefix_database"><pre class="hljs language-aiken">prefix_database: ByteA
});
</script>
<script src="../js/lunr.min.js?v=1.0.23-alpha"></script>
<script src="../js/index.js?v=1706230438"></script>
<script src="../js/index.js?v=1706570529"></script>
<!-- Load the search index using JSONP to avoid CORS issues -->
<script src="../search-data.js?v=1706230438"></script>
<script src="../search-data.js?v=1706570529"></script>
</body>
</html>
8 changes: 4 additions & 4 deletions docs/assist/signing.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.4.3 </span>
<span>v0.4.4 </span>
</span>
<script>
"use strict";

if ("undefined" !== typeof versionNodes) {
const currentVersion = "v0.4.3";
const currentVersion = "v0.4.4";
if (! versionNodes.find(element => element.version === currentVersion)) {
versionNodes.unshift({ version: currentVersion, url: "#" });
}
Expand Down Expand Up @@ -474,8 +474,8 @@ <h2 id="verify_sig"><pre class="hljs language-aiken">verify_sig(vks: List&lt;Pub
});
</script>
<script src="../js/lunr.min.js?v=1.0.23-alpha"></script>
<script src="../js/index.js?v=1706230438"></script>
<script src="../js/index.js?v=1706570529"></script>
<!-- Load the search index using JSONP to avoid CORS issues -->
<script src="../search-data.js?v=1706230438"></script>
<script src="../search-data.js?v=1706570529"></script>
</body>
</html>
Loading

0 comments on commit e4388b7

Please sign in to comment.