bisq-network / bisq2

GNU Affero General Public License v3.0
160 stars 61 forks source link

Investigate which light wallet would be the best fit for Bisq #1213

Open HenrikJannsen opened 11 months ago

HenrikJannsen commented 11 months ago

Currently we have integrated Electrum wallet for a light wallet option (Bitcoind is used as full wallet). We would like to switch to another light wallet implementation which fits better the requirements of upcoming trade protocols which will require more complex transactions.

Requirements:

Good to have:

Candidates we have in mind:

mrblue313 commented 11 months ago

I will do an investigation on this.

HenrikJannsen commented 1 month ago

@mrblue313 Any update? Keep in mind https://github.com/bisq-network/proposals/issues/456

unbeaten69 commented 1 month ago

Other than the reliance on Bloom filters and lack of support for Taproot, are there any other problems with using bitcoinj?

HenrikJannsen commented 1 month ago

I have not followed BitcoinJ dev in recent times, but in the past they always lacked latest features and I think RBF is still not there.