Skip to content

Commit

Permalink
dPoW update v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gcharang committed Jan 9, 2025
1 parent 636337d commit 76d6b7a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
4 changes: 4 additions & 0 deletions doc/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.8.2

- Shuts down KDF on Notary 3P node

## 0.8.1

- Removes `SUPERNET`, `NINJA`
Expand Down
11 changes: 11 additions & 0 deletions doc/update082.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# dPoW 0.8.2 update information

### Stop KDF

```bash
cd ~/notary_docker_3p
docker compose stop mm2
docker compose rm mm2
git pull
./setup nobuild
```
2 changes: 1 addition & 1 deletion iguana/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.1
0.8.2

0 comments on commit 76d6b7a

Please sign in to comment.