Bitcoin-ABC / ElectrumABC

Mirror of https://reviews.bitcoinabc.org/source/bitcoin-abc/browse/master/electrum/
https://bitcoinabc.org/electrum
Other
32 stars 16 forks source link

[build] use git clone instead of submodules #257

Closed PiRK closed 1 year ago

PiRK commented 1 year ago

Git submodules are clumsy to use. We can achieve the same result with a simple git clone followed by a git checkout <commit hash>.

This will also avoid headaches regarding license compatibility if we ever move Electrum ABC into the Bitcoin ABC mono-repo.

TODO:

PiRK commented 1 year ago

Current status :

PiRK commented 1 year ago

Note: ARM support still does not work yet. c323a64 is only a partial fix.