SatoshiPortal / cyphernode

Modular Bitcoin full-node microservices API server architecture and utilities toolkit to build scalable, secure and featureful apps and services without trusted third parties
MIT License
364 stars 68 forks source link

Features/liquid #213

Closed xsats closed 3 years ago

Kexkey commented 3 years ago

Hey thanks @xsats !

I can't believe I didn't notice the missing break in the requesthandler!

Are you using the liquid branch in prod?

xsats commented 3 years ago

No problem, hoping to contribute more meaningfully going forwards 😅Easy missed!

Not in prod, but testing liquid on mainnet - thanks for all of your work! Are you using the branch in prod? Overall it seems fairly stable, but I noticed that stopping then starting the elements container causes a memory warning, then it gets stuck in a restarting cycle - didn't managed to figure out what's going wrong, though for testing deleting the chainstate+blocks stopped the cycle. Any idea what might be causing this? Can also open an issue

Kexkey commented 3 years ago

Yes good idea to open an issue, I'll comment with details on how we use it and what I manually do. The reason it's still a feature branch is it's not stable enough to release... I mean even if we use it in prod, I have to do manual steps sometimes.