-
Notifications
You must be signed in to change notification settings - Fork 9
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
feat(GUI): Add settings for theme, fiat currency and remote nodes #128
Conversation
You accidentally created the branch from the libp2p upgrade one (instead of from master). You can copy the hashes of the commits, reset your branch using --hard to origin/master and git cherry-pick your commits. There's probably a better way but that'd work. |
No, that was on purpose because master was crashing due to incorrect usage of unsafe code. I'll do that before we merge |
currently the monero-daemon doesn't get started... There's some issue with the new MoneroDaemon struct |
Ok that is fixed. However, I think the settings aren't getting properly persisted. |
Currently getting this error, I just can't figure out why
yesterday it didn't work either on libp2p/upgrade, though now it works there on not on this branch |
You can rebase this on master |
A few comments:
|
…adding default electrum nodes
b4df7b9
to
19330c3
Compare
fyi you probably didn't pull before rebasing |
Nooooooooooooooooo |
* feat(gui): Allow user to select from recently used monero addresses in textfield
The Github documentation has been moved from /docs to /dev-docs Closes #129
We no longer show the manual cancel and refund button. This functionality is currently not implemented in the GUI. The state machine should resume the swap as well. The functionality can be added back later.
…109) Our libp2p version is out of date, and we need to tackle the upgrade even though it's a significant undertaking. This'll also fix some other [issues](#95). - Breaking network protocol change: The libp2p version has been upgraded to 0.53 which includes breaking network protocol changes. ASBs and CLIs will not be able to swap if one of them is on the old version. - ASB: Transfer proofs will be repeatedly sent until they are acknowledged by the other party. This fixes a bug where it'd seem to Bob as if the Alice never locked the Monero. Forcing the swap to be refunded. - CLI: Encrypted signatures will be repeatedly sent until they are acknowledged by the other party - CLI+ASB: Libp2p network errors in request-response protocols are now propagated throught the event loop channels. This allows the caller to retry if an error occurs (e.g timeout) Closes #101, #95
…ing on �[?1049h�[>4;2m�[?1h�=�[?2004h�[?1004h�[1;11r�[?12h�[?12l�[22;2t�[22;1t�[27m�[23m�[29m�[m�[H�[2J�[?25l�[11;1H"logs" [New]�[2;1H�[94m~ �[3;1H~ �[4;1H~ �[5;1H~ �[6;1H~ �[7;1H~ �[8;1H~ �[9;1H~ �[10;1H~ �[1;1H�[?25h�[?4m�[11;1H�[?2004l�[>4;m�[23;2t�[23;1t�[m�[11;1H�[K�[11;1H�[?1004l�[?2004l�[?1l�>�[?1049l�[>4;m
Add light and darker themes, better ui for custom nodes, support for other currencies. Closes #14