Commit graph

531 commits

Author SHA1 Message Date
tecnovert
d78ff8573c
preparescript: Make coin names case insensitive. 2022-11-11 00:49:08 +02:00
tecnovert
09394c58a6
Fix Firo osx release name. 2022-11-11 00:18:15 +02:00
tecnovert
eb8aa18224 Merge branch 'firo' into GUI 2022-11-10 23:51:36 +02:00
Gerlof van Ek
e525878aef
ui: GUI update (#14) 2022-11-10 21:49:55 +00:00
tecnovert
601d469801
test: Fix test class inheritance 2022-11-10 23:41:59 +02:00
tecnovert
f65ae07cf9
docker: Add PIVX, Dash and Firo to isolated config
Changed pivx-params location to PIVX datadir.

Still need a way to set the Firo wallet seed.
2022-11-09 19:10:17 +02:00
tecnovert
ae2ddc4049
Log events for all sent transactions. 2022-11-08 23:07:58 +02:00
tecnovert
8b2d2b446b
api: Add show_extra parameter to bids endpoint
Add itx_refund_tx_est_final and ptx_refund_tx_est_final to bid extra data
2022-11-08 22:30:28 +02:00
tecnovert
5a73fab045
coins: Add temporary firo release. 2022-11-08 16:48:25 +02:00
tecnovert
c440f9e3a3
coins: Fix Firo seedid 2022-11-08 16:43:44 +02:00
tecnovert
ca264db0d0
Add non-segwit Firo support.
Rework tests to combine atomic and xmr test cases.
Modify btc interface to support P2WSH_nested_in_BIP16_P2SH
Add coin feature tests to test_btc_xmr.py
2022-11-08 13:14:03 +02:00
tecnovert
c0c2c8b9bb
ui: Combine viewkeys sections. 2022-10-26 21:13:29 +02:00
tecnovert
515e6655e8
Disable HttpServer log messages. 2022-10-26 18:15:09 +02:00
tecnovert
f210024e93
coins: Decode pivx v3 transactions correctly. 2022-10-26 17:47:30 +02:00
tecnovert
45d6b9ecbf
ui: Show red clock for revoked offers. 2022-10-25 23:41:51 +02:00
tecnovert
50ed1bfccf
For CLTV coins check the lock value relative to the current time rather than the bid creation time. 2022-10-25 23:28:02 +02:00
tecnovert
18974d9458
test: Fix RESET_TEST=false 2022-10-25 21:51:54 +02:00
gerlofvanek
65183133d8 ui: Expired flag colors + GUI updates/tweaks. 2022-10-25 20:24:18 +02:00
tecnovert
9da907aa1e
ui: Add expired flag to offers. 2022-10-24 21:34:12 +02:00
tecnovert
59fb6c18ed
coins: Rename Pivx -> PIVX 2022-10-24 20:49:36 +02:00
tecnovert
e46fd193fe
ui: Restore xmr bid sequence diagrams. 2022-10-23 16:07:32 +02:00
gerlofvanek
4fc68b5717 ui: Fixes global (GUI v.0.1.1)
- Dash icon and Coin icon updates.
- Removed withids.
- ui: Notification drop-down update.
- ui: Global GUI layout and bug fixes/features.
- ui: Updated New Offer templates.
- ui: Fixed close on messages/error messages.
- ui: Start on new settings page.
- ui: Removed TV chart.
- ui: Drop-down filter with Coin icons.
2022-10-23 13:59:06 +02:00
tecnovert
9557da8714
ui: Add spaces in coin names. 2022-10-23 10:54:02 +02:00
tecnovert
a9f3eeefff
ui: Fix notifications. 2022-10-21 21:05:46 +02:00
tecnovert
3c2eb5f9f8
ui: Format notification timestamps. 2022-10-21 20:51:50 +02:00
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