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

New Feature: dfx canister install #36

Merged
merged 6 commits into from
Sep 18, 2019
Merged

New Feature: dfx canister install #36

merged 6 commits into from
Sep 18, 2019

Commits on Sep 16, 2019

  1. feat: add canister subcommand

    It can install a canister for now.
    Hans Larsen authored and hansl committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    994d4c5 View commit details
    Browse the repository at this point in the history
  2. refactor: rename Request/Response for read endpoint

    Hans Larsen authored and hansl committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    c1dd7d8 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2019

  1. tool: add client timestamp to version when running in debug

    hansl authored and Hans Larsen committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    70f7acd View commit details
    Browse the repository at this point in the history
  2. feat: add canister install command

    Hans Larsen committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    10d796f View commit details
    Browse the repository at this point in the history
  3. refactor: use URLs instead of passing strings around

    hansl authored and Hans Larsen committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    37de2d5 View commit details
    Browse the repository at this point in the history
  4. test: fix the build test

    temp_dir() returns the root temp directory and not a new one.
    hansl authored and Hans Larsen committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    d616773 View commit details
    Browse the repository at this point in the history