Skip to content

Commit

Permalink
Update CHANGELOG & UPGRADE
Browse files Browse the repository at this point in the history
  • Loading branch information
TheHolyRoger committed Dec 20, 2019
1 parent a084452 commit 318f8eb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
1.6.X
* New setting: lock_during_index
1.6.2
* Fix mismatching balances/sent/received, negative balances etc (requires a reindex if balances are incorrect)
* Added new file lock during database indexing: tmp/db_index.pid
* New setting to lock during indexing: lock_during_index

1.6.1
* fixed last_txs setting
Expand Down
5 changes: 3 additions & 2 deletions UPGRADE
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
Note: All updates require the explorer to be restarted

1.6.1 -> 1.6.X
* Fix mismatching balances/sent/received, negative balances etc
1.6.1 -> 1.6.2
* remove tmp/db_index.pid (if it exists)
* Add new settings to settings.json (see settings.json.template)
* lock_during_index
* Reindex explorerdb if you have mismatching balances (node --stack-size=15000 scripts/sync.js index reindex)

1.6.0 -> 1.6.1
* Add new cryptsy_id and hashrate_units settings (see settings.json.template)
Expand Down

0 comments on commit 318f8eb

Please sign in to comment.