Commit Graph

172 Commits

Author SHA1 Message Date
tecnovert
a6a6865e95 ui: Add repeat offer feature.
Does not transfer the fee values yet.
2022-10-11 22:09:20 +02:00
gerlofvanek
1987931332 ui: Add 404 page 2022-10-11 11:38:20 +02:00
tecnovert
58a2707526 merge: Fix merge and lint issues. 2022-10-11 07:55:35 +02:00
gerlofvanek
9495249e70 GUI v.01
-
2022-10-10 23:44:14 +02:00
tecnovert
af766876a1 ui: Add tor info to page header 2022-10-08 14:37:22 +02:00
tecnovert
c4457ca400 ui: Display XMR view key on bid page
https://monerohash.com/explorer/myoutputs

Shared view key is for the chain B lock tx.

To find the view key for the lock spend tx:
http://localhost:12700/rpc
Monero Wallet
    getaddress
    query_key {"key_type":"view_key"}
2022-10-05 20:15:43 +02:00
tecnovert
a4f4a411a9 refactor: Move bid page logic 2022-10-05 19:30:52 +02:00
tecnovert
46d1856f71 ui: Render 404 for unknown pages.
Wait for wallet update to complete, to handle corner case where user opens wallet page before refreshing.
Withdraw txn in selenium test.
2022-09-23 22:07:41 +02:00
tecnovert
b179667cc5 ui: Fix missing coin from data. 2022-08-10 23:58:53 +02:00
tecnovert
1ee2db137b ui: Expose min bid amount. 2022-07-31 23:40:58 +02:00
tecnovert
1601a57aed ui: Add websocket notifications. 2022-07-31 19:33:01 +02:00
tecnovert
868dc27d64 ui: Add indication when XMR node is bootstrapping 2022-07-06 15:32:44 +02:00
tecnovert
91e285bf4a ui: Split wallet cached data into balance and blockchain state.
Add XMR synced indicator.
2022-07-06 00:46:37 +02:00
tecnovert
0c620ea388 doc, tests: Test sequence diagrams are accurate.
Add delay between detecting PTX and redeeming ITX.
Add bid state history to json api.
Hide Tx none states in bid state history.
2022-07-03 23:58:16 +02:00
tecnovert
a51a895141 docker: Manually install protobuf to avoid error.
Error: "TypeError: Descriptors cannot not be created directly"

Use pycryptodome ripemd160 implementation else it must be manually enabled in hashlib/openssl.
2022-06-16 14:28:52 +02:00
tecnovert
cddc4daf70 ui: Show offer amount swapped. 2022-06-16 00:19:06 +02:00
tecnovert
d909115ea4 refactor: Rename EventQueue table to Action 2022-06-06 23:03:31 +02:00
tecnovert
6153b76ec0 ui: Allow selecting automation strategy when creating offer.
Add alternate pgp key urls.
2022-06-01 00:38:50 +02:00
tecnovert
8daa76f937 refactor: Add automation tables. 2022-05-23 23:51:06 +02:00
tecnovert
a4683c8450 ui: Add sent filter to offers page. 2022-04-10 22:24:56 +02:00
tecnovert
7bc9d64233 ui: Display sent status on offers page. 2022-04-10 22:08:05 +02:00
tecnovert
a5b192b931 Tor working for Bitcoin forks. 2022-03-27 00:08:15 +02:00