Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support running nockma code with a running Anoma client #3180

Merged
merged 6 commits into from
Nov 20, 2024

Commits on Nov 19, 2024

  1. Configuration menu
    Copy the full SHA
    caa4123 View commit details
    Browse the repository at this point in the history
  2. Separate nockma run commands into subcommands

    ```
    Usage: juvix dev nockma run COMMAND
    
      Subcommands used to run an Anoma program. Use with artefacts obtained from
      compilation with the anoma target
    
    Available options:
      -h,--help                Show this help text
    
    Available commands:
      builtin-evaluator        Run with the builtin Nockma evaluator
      ephemeral-client         Run with an ephemeral Anoma client
      with-client              Run with a running Anoma client
    ```
    paulcadman committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    07d225b View commit details
    Browse the repository at this point in the history
  3. Fix smoke tests

    paulcadman committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    05e95bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef9a83e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4589960 View commit details
    Browse the repository at this point in the history
  6. Remove extra do

    paulcadman committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    75b26f7 View commit details
    Browse the repository at this point in the history