lukechilds / docker-electrumx

Run an Electrum server with one command
MIT License
111 stars 125 forks source link

Rebase to Alpine 3.16, rocksdb-dev 7.1.2 #67

Closed 4oo4 closed 2 years ago

4oo4 commented 2 years ago

Also uses newer python-rocksdb that supports newer rocksdb versions: https://github.com/HathorNetwork/python-rocksdb

Builds and runs OK for me, but might need additional testing, due to potential breaking changes in newer rocksdb.

4oo4 commented 2 years ago

Actually, I didn't test it properly and ran into an issue with my Docker build. Will reopen if I can get it fixed. Just had an issue with a path, that's fixed and it seems to be working.

4oo4 commented 2 years ago

It seemed to run OK but I found a silent bug where history wouldn't update properly. I'll see if I can build the older rocksdb-dev from source with the newer image.