Skip to content

Commit

Permalink
feat: re-export address_payment_key (#22)
Browse files Browse the repository at this point in the history
* feat: re-export address_payment_key

* chore: update docs
  • Loading branch information
HinsonSIDAN authored Jan 17, 2025
1 parent 443907c commit 3cf666a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ Vodka is a library build for [Aiken](https://aiken-lang.org/) development. It of
Simply run

```sh
aiken add sidan-lab/vodka --version 0.1.9
aiken add sidan-lab/vodka --version 0.1.10
```

or putting the below in you `aiken.toml`

```toml
[[dependencies]]
name = "sidan-lab/vodka"
version = "0.1.9"
version = "0.1.10"
source = "github"
```

Expand All @@ -37,7 +37,7 @@ Vodka is now upgraded to support latest PlutusV3 with latest version, if you wan

| Vodka | Aiken Compiler | `aiken-lang/stdlib` |
| ---------- | -------------- | ------------------- |
| 0.1.9 | ^v1.1.9 | v2.2.0 |
| 0.1.10 | ^v1.1.9 | v2.2.0 |
| 0.1.6 | ^v1.1.5 | v2.1.0 |
| 0.0.1-beta | v1.0.29-alpha | v1.9.0 |

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 = "sidan-lab/vodka"
version = "0.1.9"
version = "0.1.10"
compiler = "v1.1.9"
plutus = "v3"
license = "Apache-2.0"
Expand Down
3 changes: 3 additions & 0 deletions lib/cocktail.ak
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ pub const compare_script_address = vodka_address.compare_script_address
/// Documentation please refer to [`vodka_address`](./cocktail/vodka_address.html)
pub const compare_address = vodka_address.compare_address

/// Documentation please refer to [`vodka_address`](./cocktail/vodka_address.html)
pub const address_payment_key = vodka_address.address_payment_key

/// Documentation please refer to [`vodka_address`](./cocktail/vodka_address.html)
pub const address_pub_key = vodka_address.address_pub_key

Expand Down
2 changes: 1 addition & 1 deletion plutus.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"preamble": {
"title": "sidan-lab/vodka",
"description": "Aiken utils for project 'sidan-lab/vodka",
"version": "0.1.9",
"version": "0.1.10",
"plutusVersion": "v3",
"compiler": {
"name": "Aiken",
Expand Down

0 comments on commit 3cf666a

Please sign in to comment.