aiken/crates/aiken-lang
KtorZ 3204322da6
Fix validator lookup by title.
We want the lookup to yield a result when there's only a single
  validator; and no title is provided. So that users can simply do
  'aiken address' in their project if it's unambiguous. The validator's
  name is only required to disambiguate between multiple validators.

  I also noticed that the order of arguments in with_validator was
  wrong. Somehow.
2023-02-16 10:28:27 +01:00
..
src Fix validator lookup by title. 2023-02-16 10:28:27 +01:00
Cargo.toml Fix todo/error parser on when clauses. 2023-02-16 00:40:49 +01:00