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

Various fixes to make V0 LocalNet work on WSL2 #1

Merged
merged 2 commits into from
Apr 5, 2023
Merged

Commits on Apr 5, 2023

  1. Various fixes to make V0 LocalNet work on WSL2

    - Remove go.mod.local and go.mod.tendermint and use the latest go.mod
      in the actual branches
    - Update the tendermint path in go.mod before `go build`
      - docker/pokt-net/dev-tm/Dockerfile for scaffold
      - docker/pokt-net/dev-tm/prepare-tendermint.sh for playground nodes
    - Clean up the vendor directories before creating a container
    - No need to create data subdirectory before starting pocket
    - Update some critical parameters in genesis.json with the same values as mainnet
    msmania committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    9126449 View commit details
    Browse the repository at this point in the history
  2. Update docker/pokt-net/dev-tm/Dockerfile

    Co-authored-by: Daniel Olshansky <[email protected]>
    msmania and Olshansk authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    b0b69db View commit details
    Browse the repository at this point in the history