fallen-icarus / cardano-swaps

A distributed order-book DEX using composable atomic swaps with full delegation control and endogenous liquidity.
Apache License 2.0
69 stars 12 forks source link

v3.0.0 aiken build failed #7

Closed madchickenisreal closed 1 year ago

madchickenisreal commented 1 year ago

I got bellow error after run aiken build --keep-traces aiken version: aiken v1.0.8-alpha c5af6e0 Screenshot 2023-07-25 at 17 45 50

fallen-icarus commented 1 year ago

It is using the wrong version of the aiken standard library. I assumed the version of aiken was tied to the version of the aiken stdlib but this turns out to be false. In the file aiken/aiken.toml, the stdlib version must be changed from "main" to "1.0.0".

fallen-icarus commented 1 year ago

I've pushed the fix. Lmk if it solved your problem.

madchickenisreal commented 1 year ago

the problem resolved. thanks a lot,