PowerLoom / snapshotter-lite-v2

Snapshotter Lite: New Protocol
Apache License 2.0
3 stars 1 forks source link

Match node version in settings with release #13

Closed anomit closed 3 months ago

anomit commented 3 months ago

Describe the bug

Currently the main branch used for simulation setup runs reports node version back as v0.2.1. This is because of the settings submodule referring to lite node V1 settings branch.

To Reproduce

Affected versions:

Steps to reproduce the behavior:

  1. ./bootstrap.sh
  2. ./build.sh
  3. ./check_simulation.sh

Expected behavior Node version reported should be v1.0.0

Proposed Solution Update settings submodule ref that contains the latest version identifier.

Caveats Describe any suspected impact/assumptions for the proposed solution.

Additional context Add any other context about the problem here. (e.g. OS, Python version, ...)