You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I'm the creator of Bitcart: opensource payment processor which supports many coins via electrums.
Our users suggested to take a look at dash.
I got some initial success, but there are some things missing:
e.g. the aiorpcx library requirement is not updated, so it fails to connect to network when a newer version from other electrums is in environment
I had many issues with bls library
The package seems to require python-bls library which didn't want to compile properly
But I think package has a dependency on blspy library as well? Because some names imported from bls_py were not found
The best would be to regularly rebase against base electrum. A bit of a problem is that electrum has lightning enabled and dash probably doesn't support lightning network. So to avoid many rebase changes maybe it could be turned off somewhere at the core
I don't know how much does the current repo lag behind upstream. Let me know if we can somehow work that out!
The text was updated successfully, but these errors were encountered:
Yeah, the Dash Core protocol slightly changed bls library not a long ago, and I had to implelemnt it in the Electrum Dash, it is kinda complicated to build, I admit. Actually, let me hit you in TG real quick
Hi! I'm the creator of Bitcart: opensource payment processor which supports many coins via electrums.
Our users suggested to take a look at dash.
I got some initial success, but there are some things missing:
e.g. the aiorpcx library requirement is not updated, so it fails to connect to network when a newer version from other electrums is in environment
I had many issues with bls library
The package seems to require python-bls library which didn't want to compile properly
But I think package has a dependency on blspy library as well? Because some names imported from bls_py were not found
electrum-dash/electrum_dash/dash_tx.py
Line 31 in 2ed8ce8
Like there's bls_py package being python-bls, and blypy package being blspy itself. Maybe blspy package can be used, as it seems to be more updated?
Also the lib seems to miss some fixes we need, e.g. spesmilo/electrum#7936
The best would be to regularly rebase against base electrum. A bit of a problem is that electrum has lightning enabled and dash probably doesn't support lightning network. So to avoid many rebase changes maybe it could be turned off somewhere at the core
I don't know how much does the current repo lag behind upstream. Let me know if we can somehow work that out!
The text was updated successfully, but these errors were encountered: