Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #9 from ariady-putra/main
Browse files Browse the repository at this point in the history
Use `stdlib v1.7.0`
  • Loading branch information
ariady-putra authored Nov 8, 2023
2 parents cb09fc0 + 02db5fa commit 77b0114
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- uses: aiken-lang/setup-aiken@v0.1.0
with:
version: v1.0.19-alpha
version: v1.0.20-alpha

- run: aiken fmt --check
- run: aiken check -D
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

A utility library to help constructing `ScriptContext`, useful for testing.

| ℹ️ | Package info | aiken-extra/tx_util v1.160.202310 | 🪲 |
| ℹ️ | Package info | aiken-extra/tx_util v1.170.202311 | 🪲 |
| --- | --------------- | --------------------------------------------------------------------------------------------------- | --- |
| 🟢 | **Depends on** | **aiken-lang/stdlib v1.6.0** | ✔️ |
| 🟢 | **Tested with** | **[10b9dc2042](https://github.com/aiken-lang/aiken/tree/10b9dc204257328b758692d9c714b576d3b0a1dc)** | ✔️ |
| 🟢 | **Depends on** | **aiken-lang/stdlib v1.7.0** | ✔️ |
| 🟢 | **Tested with** | **[7d319077e6](https://github.com/aiken-lang/aiken/tree/7d319077e679962c4f0512dfb78fa41ffcd5fbc4)** | ✔️ |

## Usage Example

Expand Down
4 changes: 2 additions & 2 deletions aiken.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

[[requirements]]
name = "aiken-lang/stdlib"
version = "1.6.0"
version = "1.7.0"
source = "github"

[[packages]]
name = "aiken-lang/stdlib"
version = "1.6.0"
version = "1.7.0"
requirements = []
source = "github"

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 = "aiken-extra/tx_util"
version = "1.160.202310"
version = "1.170.202311"
license = "Apache-2.0"
description = "A Aiken utility library to help constructing ScriptContext"

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

[[dependencies]]
name = "aiken-lang/stdlib"
version = "1.6.0"
version = "1.7.0"
source = "github"
24 changes: 12 additions & 12 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<meta name="theme-color" content="#eff1f5" media="(prefers-color-scheme: light)"/>
<meta name="theme-color" content="#1e1e2e" media="(prefers-color-scheme: dark)"/>
<link rel="icon" type="image/svg+xml" sizes="any" href="./favicon.svg"/>
<link rel="stylesheet" href="./css/index.css?v=1.0.19-alpha" type="text/css"/>
<link id="syntax-theme" rel="stylesheet" href="./css/atom-one-light.min.css?v=1.0.19-alpha"/>
<link rel="stylesheet" href="./css/index.css?v=1.0.20-alpha" type="text/css"/>
<link id="syntax-theme" rel="stylesheet" href="./css/atom-one-light.min.css?v=1.0.20-alpha"/>
</head>
<body class="prewrap-off theme-light drawer-closed">
<script>
Expand Down Expand Up @@ -120,13 +120,13 @@
<h2>
<a href="./">tx_util</a>
<span id="project-version">
<span>v1.160.202310 </span>
<span>v1.170.202311 </span>
</span>
<script>
"use strict";

if ("undefined" !== typeof versionNodes) {
const currentVersion = "v1.160.202310";
const currentVersion = "v1.170.202311";
if (! versionNodes.find(element => element.version === currentVersion)) {
versionNodes.unshift({ version: currentVersion, url: "#" });
}
Expand Down Expand Up @@ -205,9 +205,9 @@ <h2>Modules</h2>

<h1>tx_util</h1>
<p>A utility library to help constructing <code>ScriptContext</code>, useful for testing.</p>
<table><thead><tr><th>ℹ️</th><th>Package info</th><th>aiken-extra/tx_util v1.160.202310</th><th>🪲</th></tr></thead><tbody>
<tr><td>🟢</td><td><strong>Depends on</strong></td><td><strong>aiken-lang/stdlib v1.6.0</strong></td><td>✔️</td></tr>
<tr><td>🟢</td><td><strong>Tested with</strong></td><td><strong><a href="https://github.com/aiken-lang/aiken/tree/10b9dc204257328b758692d9c714b576d3b0a1dc">10b9dc2042</a></strong></td><td>✔️</td></tr>
<table><thead><tr><th>ℹ️</th><th>Package info</th><th>aiken-extra/tx_util v1.170.202311</th><th>🪲</th></tr></thead><tbody>
<tr><td>🟢</td><td><strong>Depends on</strong></td><td><strong>aiken-lang/stdlib v1.7.0</strong></td><td>✔️</td></tr>
<tr><td>🟢</td><td><strong>Tested with</strong></td><td><strong><a href="https://github.com/aiken-lang/aiken/tree/7d319077e679962c4f0512dfb78fa41ffcd5fbc4">7d319077e6</a></strong></td><td>✔️</td></tr>
</tbody></table>
<h2>Usage Example</h2>
<pre><code class="language-gleam">use tx_util/builder.{
Expand Down Expand Up @@ -310,8 +310,8 @@ <h2>Usage Example</h2>
</defs>
</svg>

<script src="./js/highlight.min.js?v=1.0.19-alpha"></script>
<script src="./js/highlightjs-aiken.js?v=1.0.19-alpha"></script>
<script src="./js/highlight.min.js?v=1.0.20-alpha"></script>
<script src="./js/highlightjs-aiken.js?v=1.0.20-alpha"></script>
<script>
document.querySelectorAll("pre code").forEach((elem) => {
// if (elem.className === "") {
Expand All @@ -330,9 +330,9 @@ <h2>Usage Example</h2>
el.prepend(a);
});
</script>
<script src="./js/lunr.min.js?v=1.0.19-alpha"></script>
<script src="./js/index.js?v=1697371752"></script>
<script src="./js/lunr.min.js?v=1.0.20-alpha"></script>
<script src="./js/index.js?v=1699433422"></script>
<!-- Load the search index using JSONP to avoid CORS issues -->
<script src="./search-data.js?v=1697371752"></script>
<script src="./search-data.js?v=1699433422"></script>
</body>
</html>
18 changes: 9 additions & 9 deletions docs/tx_util/builder.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<meta name="theme-color" content="#eff1f5" media="(prefers-color-scheme: light)"/>
<meta name="theme-color" content="#1e1e2e" media="(prefers-color-scheme: dark)"/>
<link rel="icon" type="image/svg+xml" sizes="any" href="../favicon.svg"/>
<link rel="stylesheet" href="../css/index.css?v=1.0.19-alpha" type="text/css"/>
<link id="syntax-theme" rel="stylesheet" href="../css/atom-one-light.min.css?v=1.0.19-alpha"/>
<link rel="stylesheet" href="../css/index.css?v=1.0.20-alpha" type="text/css"/>
<link id="syntax-theme" rel="stylesheet" href="../css/atom-one-light.min.css?v=1.0.20-alpha"/>
</head>
<body class="prewrap-off theme-light drawer-closed">
<script>
Expand Down Expand Up @@ -120,13 +120,13 @@
<h2>
<a href="../">tx_util</a>
<span id="project-version">
<span>v1.160.202310 </span>
<span>v1.170.202311 </span>
</span>
<script>
"use strict";

if ("undefined" !== typeof versionNodes) {
const currentVersion = "v1.160.202310";
const currentVersion = "v1.170.202311";
if (! versionNodes.find(element => element.version === currentVersion)) {
versionNodes.unshift({ version: currentVersion, url: "#" });
}
Expand Down Expand Up @@ -577,8 +577,8 @@ <h2 id="with_asset_of_tx_input"><pre class="hljs language-aiken">with_asset_of_t
</defs>
</svg>

<script src="../js/highlight.min.js?v=1.0.19-alpha"></script>
<script src="../js/highlightjs-aiken.js?v=1.0.19-alpha"></script>
<script src="../js/highlight.min.js?v=1.0.20-alpha"></script>
<script src="../js/highlightjs-aiken.js?v=1.0.20-alpha"></script>
<script>
document.querySelectorAll("pre code").forEach((elem) => {
// if (elem.className === "") {
Expand All @@ -597,9 +597,9 @@ <h2 id="with_asset_of_tx_input"><pre class="hljs language-aiken">with_asset_of_t
el.prepend(a);
});
</script>
<script src="../js/lunr.min.js?v=1.0.19-alpha"></script>
<script src="../js/index.js?v=1697371752"></script>
<script src="../js/lunr.min.js?v=1.0.20-alpha"></script>
<script src="../js/index.js?v=1699433422"></script>
<!-- Load the search index using JSONP to avoid CORS issues -->
<script src="../search-data.js?v=1697371752"></script>
<script src="../search-data.js?v=1699433422"></script>
</body>
</html>

0 comments on commit 77b0114

Please sign in to comment.