boltlabs-inc / zeekoe

Zero-knowledge layer-2 payment channels
MIT License
24 stars 1 forks source link

Discuss the use of sqlx and its presence in libzkchannels-crypto #341

Open gijsvl opened 2 years ago

gijsvl commented 2 years ago

The dependency on sqlx is keeping us from updating our dependency on bls12-381. This is not great, and we should look into untangling sqlx from libzkchannels-crypto at the very least. Or maybe even look at alternatives.

gatoWololo commented 1 year ago

@gijsvl I know this was a while ago, do you know what exactly was causing the update issue?