ChainCashLabs / chaincash-rs

ChainCash Server: Free Banking for Everyone!
Creative Commons Zero v1.0 Universal
6 stars 4 forks source link

`ergo-node-interface` can't be used in async contexts #13

Closed ross-weir closed 11 months ago

ross-weir commented 12 months ago

The library https://github.com/ergoplatform/ergo-node-interface-rust can't be used in async contexts which basically means we can't use it here. It likely needs a total re-write/re-factor to support both sync and async contexts: https://github.com/ergoplatform/ergo-node-interface-rust/issues/19

Options: