Update package version

This commit is contained in:
Prathamesh Musale 2025-08-18 20:34:13 +05:30
parent 27b3e7e975
commit 96adc837a1
3 changed files with 4 additions and 4 deletions

View File

@ -45,7 +45,7 @@ This guide explains how to use the interactive notebook to experiment with diffe
ssh <user>@<control-node-ip> -L localhost:8888:localhost:8888 -Nv
```
Open the URL from server logs and load `lockdrop-calculations.ipynb`
Open the URL having a unique token from server logs and load `lockdrop-calculations.ipynb`
3. **Use the Interactive Interface**

View File

@ -93,7 +93,7 @@ The lockdrop simulation validates the Zenith Network's token distribution mechan
- Set zenith-stack version to use:
```bash
ZENITH_STACK_VERSION=v0.2.10
ZENITH_STACK_VERSION=v0.2.11
```
Check [releases](https://git.vdb.to/LaconicNetwork/zenith-stack/releases) page for version history.
@ -469,7 +469,7 @@ Now we can run the comprehensive test suite to validate that the zenithd node's
ssh <user>@<control-node-ip> -L localhost:8888:localhost:8888 -Nv
```
Open the URL from server logs and load `lockdrop-calculations-simulated.ipynb`.
Open the URL having a unique token from server logs and load `lockdrop-calculations-simulated.ipynb`.
The notebook contains useful visualizations including allocation distributions, lock period analysis, and participant statistics.

View File

@ -60,7 +60,7 @@ To reproduce the results from any one of the test runs, follow these steps to ru
- Set zenith-stack version to use:
```bash
ZENITH_STACK_VERSION=v0.2.10
ZENITH_STACK_VERSION=v0.2.11
```
Check [releases](https://git.vdb.to/LaconicNetwork/zenith-stack/releases) page for version history.