Commit graph

406 commits

Author SHA1 Message Date
tecnovert
5701f6e830
Freeze SQLAlchemy version. 2022-10-21 19:00:13 +02:00
tecnovert
aa14da27af
dash: Fix initialiseWallet
Only the upgradetohd command sets the hdseed
upgradetohd can only run once the chain is synced

Basicswap stores the hash of the root_key in it's db to check for the expected seed.
Prefer not to store the real key.
2022-10-21 18:39:19 +02:00
tecnovert
4866ff4db8
dash: Add tests. 2022-10-21 00:37:45 +02:00
tecnovert
7298867e18
dash: Add to prepare script. 2022-10-20 22:23:25 +02:00
tecnovert
9fc4fe3b79
debug: Reduce default min_sequence_lock_seconds when debug mode is active. 2022-10-18 21:18:18 +02:00
tecnovert
468d8c5cc1
xmr swap: Set correct block height on refund_tx. 2022-10-18 19:59:46 +02:00
tecnovert
3c84f0230e
ui: Inject ids for messages. 2022-10-14 14:22:11 +02:00
tecnovert
842027f114
pivx: Add expected error string for stopDaemon when .cookie exists. 2022-10-14 00:58:54 +02:00
tecnovert
6ae8651d1b
ui: Hide all except 'Reseed Wallet' button if expected_seed is false. 2022-10-13 23:16:43 +02:00
tecnovert
eb9eb49bd9
Persistent notifications. 2022-10-13 22:32:53 +02:00
gerlofvanek
7e4dd125e1 ui: Table fix 2022-10-13 19:53:34 +02:00
gerlofvanek
18e89a3c44 ui: Fixes global 2022-10-13 13:52:50 +02:00
gerlofvanek
3f628026ae ui: Stepper 2022-10-13 00:28:59 +02:00
gerlofvanek
e29e43821e ui: Fixed offers table layout, hide chart on Sent Offers page. 2022-10-12 23:33:48 +02:00
tecnovert
c7bbdc7022
Fail with more descriptive error when processing message involving inactive coin. 2022-10-12 22:37:35 +02:00
tecnovert
3ed6781c9f
Ignore undecryptable messages when expiring. 2022-10-12 20:48:26 +02:00
tecnovert
5f0e708812 Merge remote-tracking branch 'crz/GUI' into GUI 2022-10-12 20:19:45 +02:00
gerlofvanek
9d8fe87fc3 ui: Better visibility of create an offer 2022-10-12 20:14:19 +02:00
gerlofvanek
58c9006a01 ui: Fix disabled / opacity on inputs (offer_confirm) 2022-10-12 19:57:55 +02:00
tecnovert
b0f6865c90
tests: Add pivx withdrawal test. 2022-10-12 19:19:23 +02:00
tecnovert
7d0cd6d08d Merge remote-tracking branch 'crz/GUI' into GUI 2022-10-12 09:54:54 +02:00
tecnovert
ea52ff67c2
Fix pivx withdrawals and install typo. 2022-10-12 00:59:30 +02:00
tecnovert
d6e0b4d2b2
ui: Separate error messages on offer page. (#3) 2022-10-11 23:04:25 +02:00
tecnovert
bdcf6ce91b
ui: Separate error messages on offer page. 2022-10-11 22:44:57 +02:00
Gerlof van Ek
9e042200f3
Merge pull request #2 from tecnovert/repeat_offer
Repeat offer
2022-10-11 22:14:48 +02:00
tecnovert
a6a6865e95
ui: Add repeat offer feature.
Does not transfer the fee values yet.
2022-10-11 22:09:20 +02:00
gerlofvanek
1dc626e305 ui: Start of notifications (styling) 2022-10-11 20:16:02 +02:00
gerlofvanek
c87f66a041 ui: Update trading chart 2022-10-11 12:29:51 +02:00
gerlofvanek
c1482a8280 ui: Add trading chart 2022-10-11 12:20:47 +02:00
gerlofvanek
1987931332 ui: Add 404 page 2022-10-11 11:38:20 +02:00
Gerlof van Ek
e0b575b50e
Merge pull request #1 from tecnovert/GUI
merge: Fix merge and lint issues.
2022-10-11 09:35:45 +02:00
tecnovert
5738cdd825
ui: Fix missing post_string on page_error 2022-10-11 08:32:48 +02:00
tecnovert
58a2707526
merge: Fix merge and lint issues. 2022-10-11 07:55:35 +02:00
gerlofvanek
e913957e41 Fixed withdraw issue 2022-10-11 01:43:16 +02:00
gerlofvanek
0472958fc2 Fixed events table bid_xmr template 2022-10-11 01:31:18 +02:00
gerlofvanek
1ea73a7917 Update footer & index 2022-10-11 01:27:20 +02:00
gerlofvanek
9102efecb6 Styled sent_bid_id
-
2022-10-11 00:35:45 +02:00
gerlofvanek
a040a6172a Refactor
-
2022-10-11 00:05:39 +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
7319d46988
doc: Add private offer notes. 2022-10-06 22:27:51 +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
f29eac0eb5
ui: Handle missing txn gracefully on bid page. 2022-10-05 16:55:09 +02:00
tecnovert
eb30369bd4
refactor: Avoid importing all js functions. 2022-09-28 21:42:38 +02:00
tecnovert
ef0f5ea1ea
protocol: Validate CLTV block values 2022-09-26 19:20: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
6b4666d632
ui: Add error and info templates and display debug mode. 2022-09-15 21:54:15 +02:00
tecnovert
afba673085
refactor: Use persistent connection when expiring messages. 2022-09-11 17:35:18 +02:00
tecnovert
1694e73f92
ui: Fix bid state filter selection. 2022-09-10 13:50:40 +02:00