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

feat: add containerized localnet #439

Merged
merged 15 commits into from
Sep 1, 2023
Merged

feat: add containerized localnet #439

merged 15 commits into from
Sep 1, 2023

Commits on Aug 30, 2023

  1. chore: remove deprecated localnet script

    this script is no longer working and has been deprecated by scripts/localnet.sh
    jlehtimaki committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    08c511f View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. feat: update localnet.sh to support container deployments

    - change to use bash script instead of sh to allow more refined syntax
    - set archwayd process to listen all addresses instead of localhost
    - set BINARY path dependent on whether using containers or local
    jlehtimaki committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    7526895 View commit details
    Browse the repository at this point in the history
  2. fix: docker-compose update

    - use image based on TAG env variable, make file will set the tag automatically
    - enable 26656 also
    - change to use the new scripts path
    jlehtimaki committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    3ee1162 View commit details
    Browse the repository at this point in the history
  3. feat: update Dockerfile for devs

    - Update image version to alpine 3.18
    - rename the debug image to dev
    - add bash and jq for dev purposes
    jlehtimaki committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    91d8338 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c18ccdd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    13edbd6 View commit details
    Browse the repository at this point in the history
  6. chore: update changelog

    jlehtimaki committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    8983aa4 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    13a937d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a27c5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    582b653 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8d4a7a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a36893f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f3bb272 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5cb6da6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    80f4f0a View commit details
    Browse the repository at this point in the history