Skip to content

Commit

Permalink
Merge pull request #51 from SundaeSwap-finance/SB-1337/start-test-imp…
Browse files Browse the repository at this point in the history
…lementation

Sb 1337/Start test implementation
  • Loading branch information
Quantumplation authored Feb 28, 2024
2 parents d0160c0 + 189ba3e commit dc9c994
Show file tree
Hide file tree
Showing 7 changed files with 773 additions and 611 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/[email protected]
with:
version: v1.0.20-alpha
version: v1.0.24-alpha

- run: |
# Run the tests
Expand Down
11 changes: 11 additions & 0 deletions aiken.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ name = "SundaeSwap-finance/aicone"
version = "ae0852d40cc6332437492102451cf331a3c10b0d"
source = "github"

[[requirements]]
name = "aiken-extra/tx_util"
version = "1.170.202312"
source = "github"

[[packages]]
name = "aiken-lang/stdlib"
version = "97cd61345bcc8925c521b30d0f354859eb0148cd"
Expand All @@ -23,4 +28,10 @@ version = "ae0852d40cc6332437492102451cf331a3c10b0d"
requirements = []
source = "github"

[[packages]]
name = "aiken-extra/tx_util"
version = "1.170.202312"
requirements = []
source = "github"

[etags]
5 changes: 5 additions & 0 deletions aiken.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,8 @@ source = "github"
name = "SundaeSwap-finance/aicone"
version = "ae0852d40cc6332437492102451cf331a3c10b0d"
source = "github"

[[dependencies]]
name = "aiken-extra/tx_util"
version = "1.170.202312"
source = "github"
Loading

0 comments on commit dc9c994

Please sign in to comment.