-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Full SegWit support. #826
Comments
* port "parity-bitcoin" to "mm2_bitcoin" * remove unnecessary files from bitcoin lib * fix compiler warnings * fix clippy warnings * fix formatting * p2wpkh support for electrum and my_balance * remove unnecessary code and minor fixes * add "hrp" for addresses other than btc * add "address_format" to electrum request * Fix clippy warning * fix test build issue
* Segwit Withdraw Implementation * fix build issue in test * change seed in tests for an address with balance * first review fixes * segwit spending swaps * fix rustfmt warning * fix failing tests * review fixes and some refactoring * address_from_str refactor * review fixes * more review fixes * fix typo mistake * use coins address_from_str implementation
@tonymorony I hurried and occasionally merged the last PR with order books support to mm2.1. It's not released automatically so I think it's fine to test things directly in the release branch this time 🙂
|
AtomicDex Desktop 0.5.0-beta (mm2 version 9b69b90) vs CLI (7173ae2)Trade 1
Trade 2
AtomicDex Desktop 0.4.3-beta (mm2 version 419f36e) vs CLI (7173ae2)Trade 1
Trade 2
AtomicDex Desktop 0.4.2-beta (mm2 version 2adfc36) vs CLI (7173ae2)Trade 1
Trade 2 |
tyvm for the testing @smk762 ! |
Thanks for the comprehensive testing! Have there been any issues like in #1044? |
Stopped mm2 CLI to test other things, will restart and continue to monitor this evening soon |
Not seen here 👍 |
Thanks! I will publish a new release today. |
@tonymorony @smk762 Is testing finished? 🙂 |
I tested this a while ago in gui - Roman was working on it. The code is present in desktop, but not active in front end. Referring to my last comment in this issue, testing appears to be complete, though I'm happy to revisit it for confirmation if required. |
@artemii235 I think we can close this one now |
full_segwit
param to enable/electrum, which forces MM2 to generate SegWit address instead of legacy. The SegWit address is returned in responseThe text was updated successfully, but these errors were encountered: