mirror of
https://github.com/romanz/electrs.git
synced 2024-11-19 09:54:09 +01:00
commit
c902e4e545
@ -2,10 +2,11 @@
|
||||
|
||||
**IMPORTANT: This release contains major changes, please read carefully!**
|
||||
|
||||
The two main things to watch out for:
|
||||
The three main things to watch out for:
|
||||
|
||||
* Database schema changed - this will cause **reindex after upgrade**.
|
||||
* We now use **bitcoin p2p protocol** to fetch blocks - some configurations may not work.
|
||||
* Trace log level now logs much more information - make sure it's not used in production.
|
||||
|
||||
See [upgrading](doc/usage.md#upgrading) section of our docs to learn more.
|
||||
|
||||
|
@ -491,6 +491,7 @@ $ ./contrib/history.sh 144STc7gcb9XCp6t4hvrcUEKg9KemivsCR
|
||||
|
||||
In 0.9.0 we have changed the RocksDB index format to optimize electrs performance.
|
||||
We also use Bitcoin P2P protocol instead of reading blocks from disk or JSON RPC.
|
||||
Some guides were suggesting trace log level and we started to trace much more information.
|
||||
|
||||
Upgrading checklist:
|
||||
|
||||
@ -503,6 +504,8 @@ Upgrading checklist:
|
||||
Either don't use `maxconnections` bitcoind option or set it to 12 or more.
|
||||
* If you use non-default P2P port for bitcoind adjust `electrs` configuration.
|
||||
* If you still didn't migrate `cookie` electrs option you have to now - see below.
|
||||
* If you use `verbose = 4` (or `-vvvv` argument) lower it down to `2` (`-vv`) for production use.
|
||||
Keeping it would waste resources because we utilize it more now.
|
||||
|
||||
### Important changes from version older than 0.8.8
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user