mimblewimble / mwixnet

Implementation of the Mimblewimble CoinSwap proposal.
Apache License 2.0
9 stars 18 forks source link

Use lmdb store for swap requests #16

Closed scilio closed 2 years ago

scilio commented 2 years ago

Rather than use an in-memory cache for swap requests waiting to be processed, we switch to using an lmdb database to avoid data loss in the event of a process interruption.

Fixes https://github.com/mimblewimble/mwixnet/issues/5