You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build should work offline, provided that packages are available in the build directory. Right now, if a package is specified with a branch name (e.g. name), it'll always try to perform a HEAD request when building to check if it should re-download the package. However, when there's no network, this will fail. It should instead fallback to whatever local version of the package we have.
Make commands outputs consistent. #417
The tx and uplc command groups are still mostly printing out some raw text. Ideally, we would want commands to have a structured (i.e. JSON) output by default on stdout, and output other stuff on stderr.
The text was updated successfully, but these errors were encountered:
TODOs
.gitignore
toaiken new
project generation #200aiken build
should raise a warning when nothing is build (i.e. no validator found) + any module invalidators
should contain at least one validator. #216build
should work offline, provided that packages are available in the build directory. Right now, if a package is specified with a branch name (e.g.name
), it'll always try to perform a HEAD request when building to check if it should re-download the package. However, when there's no network, this will fail. It should instead fallback to whatever local version of the package we have.add
/packages add
/packages upgrade
could check (if the network is available) that the specified package version does indeed exist.aiken blueprint convert --to cardano-cli
#411The
tx
anduplc
command groups are still mostly printing out some raw text. Ideally, we would want commands to have a structured (i.e. JSON) output by default on stdout, and output other stuff on stderr.The text was updated successfully, but these errors were encountered: