Skip to content

Commit

Permalink
Merge pull request #53 from logicalmechanism/candidate-for-v0.4.1
Browse files Browse the repository at this point in the history
candidate for the 0.4.1 release
  • Loading branch information
logicalmechanism authored Jan 21, 2024
2 parents 345db4d + d452378 commit a7bbce8
Show file tree
Hide file tree
Showing 27 changed files with 2,743 additions and 261 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# v0.4.1

*This version is contains breaking changes.*

- Refactored types to prevent future name collisions
- Added `output_datum_by_nft` to the find submodule.
- All tests should be type annotated.
- Use stdlib 1.7.0 and not `main` branch.
- Readme suggests using tag versions instead of `main` branch.

# v0.4.0

Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ To start using the library, follow these steps:

2. Add the following code to bottom of the `aiken.toml` file:


```toml
[[dependencies]]
name = "logicalmechanism/assist"
version = "main"
version = "0.4.1"
source = "github"
```

Expand All @@ -23,6 +24,8 @@ source = "github"

- If Aiken can't build `assist` then delete the `build` folder and run `aiken check` again.

- Update the version to the newest tag, `0.4.1` -> `0.4.x`.

## Usage

To use the **Aiken Assist Library** in your project, import the desired modules in your code. For example:
Expand Down
4 changes: 2 additions & 2 deletions aiken.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "logicalmechanism/assist"
version = "0.4.0"
version = "0.4.1"
license = "Apache-2.0"
description = "Aiken Assist Library"

Expand All @@ -10,5 +10,5 @@ platform = "github"

[[dependencies]]
name = "aiken-lang/stdlib"
version = "main"
version = "1.7.0"
source = "github"
36 changes: 30 additions & 6 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.0 </span>
<span>v0.4.1 </span>
</span>
<script>
"use strict";

if ("undefined" !== typeof versionNodes) {
const currentVersion = "v0.4.0";
const currentVersion = "v0.4.1";
if (! versionNodes.find(element => element.version === currentVersion)) {
versionNodes.unshift({ version: currentVersion, url: "#" });
}
Expand Down Expand Up @@ -280,9 +280,33 @@ <h2>Modules</h2>

</a></li>

<li><a href="../assist/types.html">
<li><a href="../assist/types/cip68.html">

assist/types
assist/types/cip68

</a></li>

<li><a href="../assist/types/hashes.html">

assist/types/hashes

</a></li>

<li><a href="../assist/types/moment.html">

assist/types/moment

</a></li>

<li><a href="../assist/types/token.html">

assist/types/token

</a></li>

<li><a href="../assist/types/wallet.html">

assist/types/wallet

</a></li>

Expand Down Expand Up @@ -467,8 +491,8 @@ <h2 id="from_wallet"><pre class="hljs language-aiken">from_wallet(wallet: Wallet
});
</script>
<script src="../js/lunr.min.js?v=1.0.21-alpha"></script>
<script src="../js/index.js?v=1703789625"></script>
<script src="../js/index.js?v=1705877441"></script>
<!-- Load the search index using JSONP to avoid CORS issues -->
<script src="../search-data.js?v=1703789625"></script>
<script src="../search-data.js?v=1705877441"></script>
</body>
</html>
36 changes: 30 additions & 6 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.0 </span>
<span>v0.4.1 </span>
</span>
<script>
"use strict";

if ("undefined" !== typeof versionNodes) {
const currentVersion = "v0.4.0";
const currentVersion = "v0.4.1";
if (! versionNodes.find(element => element.version === currentVersion)) {
versionNodes.unshift({ version: currentVersion, url: "#" });
}
Expand Down Expand Up @@ -280,9 +280,33 @@ <h2>Modules</h2>

</a></li>

<li><a href="../assist/types.html">
<li><a href="../assist/types/cip68.html">

assist/types
assist/types/cip68

</a></li>

<li><a href="../assist/types/hashes.html">

assist/types/hashes

</a></li>

<li><a href="../assist/types/moment.html">

assist/types/moment

</a></li>

<li><a href="../assist/types/token.html">

assist/types/token

</a></li>

<li><a href="../assist/types/wallet.html">

assist/types/wallet

</a></li>

Expand Down Expand Up @@ -566,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.21-alpha"></script>
<script src="../js/index.js?v=1703789625"></script>
<script src="../js/index.js?v=1705877441"></script>
<!-- Load the search index using JSONP to avoid CORS issues -->
<script src="../search-data.js?v=1703789625"></script>
<script src="../search-data.js?v=1705877441"></script>
</body>
</html>
36 changes: 30 additions & 6 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.0 </span>
<span>v0.4.1 </span>
</span>
<script>
"use strict";

if ("undefined" !== typeof versionNodes) {
const currentVersion = "v0.4.0";
const currentVersion = "v0.4.1";
if (! versionNodes.find(element => element.version === currentVersion)) {
versionNodes.unshift({ version: currentVersion, url: "#" });
}
Expand Down Expand Up @@ -280,9 +280,33 @@ <h2>Modules</h2>

</a></li>

<li><a href="../assist/types.html">
<li><a href="../assist/types/cip68.html">

assist/types
assist/types/cip68

</a></li>

<li><a href="../assist/types/hashes.html">

assist/types/hashes

</a></li>

<li><a href="../assist/types/moment.html">

assist/types/moment

</a></li>

<li><a href="../assist/types/token.html">

assist/types/token

</a></li>

<li><a href="../assist/types/wallet.html">

assist/types/wallet

</a></li>

Expand Down Expand Up @@ -427,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.21-alpha"></script>
<script src="../js/index.js?v=1703789625"></script>
<script src="../js/index.js?v=1705877441"></script>
<!-- Load the search index using JSONP to avoid CORS issues -->
<script src="../search-data.js?v=1703789625"></script>
<script src="../search-data.js?v=1705877441"></script>
</body>
</html>
36 changes: 30 additions & 6 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.0 </span>
<span>v0.4.1 </span>
</span>
<script>
"use strict";

if ("undefined" !== typeof versionNodes) {
const currentVersion = "v0.4.0";
const currentVersion = "v0.4.1";
if (! versionNodes.find(element => element.version === currentVersion)) {
versionNodes.unshift({ version: currentVersion, url: "#" });
}
Expand Down Expand Up @@ -280,9 +280,33 @@ <h2>Modules</h2>

</a></li>

<li><a href="../assist/types.html">
<li><a href="../assist/types/cip68.html">

assist/types
assist/types/cip68

</a></li>

<li><a href="../assist/types/hashes.html">

assist/types/hashes

</a></li>

<li><a href="../assist/types/moment.html">

assist/types/moment

</a></li>

<li><a href="../assist/types/token.html">

assist/types/token

</a></li>

<li><a href="../assist/types/wallet.html">

assist/types/wallet

</a></li>

Expand Down Expand Up @@ -558,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.21-alpha"></script>
<script src="../js/index.js?v=1703789625"></script>
<script src="../js/index.js?v=1705877441"></script>
<!-- Load the search index using JSONP to avoid CORS issues -->
<script src="../search-data.js?v=1703789625"></script>
<script src="../search-data.js?v=1705877441"></script>
</body>
</html>
Loading

0 comments on commit a7bbce8

Please sign in to comment.