tecnovert
3cdab962d3
Deduplicate getCoinIdFromTicker.
2025-03-05 13:14:24 +02:00
tecnovert
0e9bb47902
Merge pull request #270 from tecnovert/ci-selenium
...
Add Selenium test to CI
2025-03-05 11:12:58 +00:00
tecnovert
e54f57f63a
Merge pull request #272 from nahuhh/xmr_refresh
...
ux: revert xmr universal refresh to fix regression
2025-03-05 11:12:34 +00:00
tecnovert
19968ed496
tests: Run black in CI.
2025-03-05 13:08:42 +02:00
tecnovert
15b2038d65
tests: Add log prefix to BaseTestWithPrepare.
2025-03-05 13:08:42 +02:00
nahuhh
07bd7d3bd0
ux: revert xmr universal refresh to fix regression
2025-03-04 16:28:21 +00:00
gerlofvanek
30270d87f1
Set default fallback wsport + small fix.
2025-03-03 21:22:32 +01:00
gerlofvanek
3489ebe908
Pricechart + Global Tooltips optimization + wsport fix.
2025-03-03 21:09:46 +01:00
gerlofvanek
b2df4ea80d
GUI v3.2.0
2025-02-27 17:27:50 +01:00
Gerlof van Ek
18a7105f20
New Swaps in Progress page + various fixes + CSV export on bids page. ( #267 )
...
* New Swaps in Progress page + various fixes.
* LINT
* Fix small memory leak in bids page.
* Fix coin filter logic.
* Add CSV export on bids page + various fixes.
* Update basicswap/static/js/bids_sentreceived.js
Co-authored-by: nahuhh <50635951+nahuhh@users.noreply.github.com >
* Update basicswap/static/js/bids_sentreceived.js
Co-authored-by: nahuhh <50635951+nahuhh@users.noreply.github.com >
* Update basicswap/static/js/bids_sentreceived.js
Co-authored-by: nahuhh <50635951+nahuhh@users.noreply.github.com >
* Update basicswap/static/js/bids_sentreceived.js
Co-authored-by: nahuhh <50635951+nahuhh@users.noreply.github.com >
* Various fixes.
---------
Co-authored-by: nahuhh <50635951+nahuhh@users.noreply.github.com >
2025-02-25 19:20:55 +00:00
nahuhh
3c5e8481cd
bids/offers: responsive and styling tweaks
2025-02-22 22:05:31 +00:00
Gerlof van Ek
97bb615176
New bids pages + various fixes. ( #266 )
...
* New bids pages + various fixes.
* LINT
* Fix styling.
2025-02-22 15:55:12 +00:00
tecnovert
f1c2b41714
Add safe_logs option to anonymise logs. ( #264 )
...
* Add safe_logs option to anonymise logs.
* Extend logger class.
2025-02-22 15:54:13 +00:00
tecnovert
8d317e4b67
Merge pull request #262 from gerlofvanek/ws
...
JS: Fix websocket delay / loading tables faster.
2025-02-17 09:57:17 +00:00
tecnovert
45ed2cdb87
Merge pull request #254 from tecnovert/local_pgp
...
Import signing pubkeys from local filesystem.
2025-02-17 09:57:03 +00:00
gerlofvanek
57d885bc0c
JS: Fix websocket delay / loading tables faster.
2025-02-12 20:23:55 +01:00
tecnovert
d95f3ccd24
Fix checkWallets regression, must rename watchonly wallet also.
2025-02-08 00:10:39 +02:00
tecnovert
e177d36bd4
Silence python deprecation warning.
2025-02-02 11:14:01 +02:00
tecnovert
05ffa5e3ac
prepare: Can use original UTXO snapshot signature.
...
Prints UTXO snapshot hashing progress.
Add signature of snapshot hashes.
Add PGP keys for Nicolas Dorier.
2025-02-02 11:14:01 +02:00
tecnovert
6165cbc4c3
Change ADD_PUBKEY_URL to per coin.
2025-02-02 11:14:01 +02:00
tecnovert
7e6f94319d
Import signing pubkeys from local filesystem.
2025-02-02 11:14:00 +02:00
tecnovert
71fd3d10aa
Merge pull request #252 from tecnovert/descriptors
...
Add BTC descriptor wallet support.
2025-01-31 19:06:22 +00:00
Gerlof van Ek
b97a9f4a27
Merge pull request #258 from nahuhh/pr/scroll
...
js: contain scroll
2025-01-30 23:03:40 +01:00
nahuhh
510eff6163
js: contain scroll
2025-01-30 21:54:59 +00:00
tecnovert
a0456cb689
Avoid reentrant error in signal_handler.
2025-01-30 15:21:56 +02:00
Gerlof van Ek
713577d868
JS/UI: Tooltips + Sorting table + Memory fix and new header. ( #253 )
...
* JS/UI: Tooltips + Sorting table + Memory fix and new header.
* LINT
* Light theme fix
* JS: Global / standalone Tooltips.
* Unminimized versions of tippy and popper js libs
* Formatting / Cleanup
2025-01-30 12:16:41 +00:00
tecnovert
37be3bcab5
Add BTC descriptor wallet support.
...
Set BTC_USE_DESCRIPTORS env var to true to enable descriptors in the prepare script and test_btc_xmr
A separate watchonly wallet is created when using descriptor wallets.
2025-01-29 10:16:07 +02:00
tecnovert
8928451af0
Merge pull request #251 from tecnovert/wallet_name
...
Add wallet_name option to basicswap.json.
2025-01-29 07:27:28 +00:00
tecnovert
ff2fc35f72
Add wallet_name option to basicswap.json.
...
Removed "walletfile" setting for XMR and WOW, replaced with "wallet_name".
Set wallet_name in prepare script with eg: BTC_WALLET_NAME env var.
2025-01-28 09:40:29 +02:00
nahuhh
aac2f51b88
xmr: make earliest fork height a transient error
2025-01-22 23:30:33 +00:00
nahuhh
7ee4720738
wallet: fix reseed regression
2025-01-22 18:24:21 +00:00
tecnovert
f13c481b51
tests: Fix test_xmr_persistent with BTC v28.
2025-01-22 20:08:46 +02:00
tecnovert
6f776971b1
Merge pull request #245 from tecnovert/fastsync
...
prepare: Update BTC fastsync file.
2025-01-22 16:10:05 +00:00
tecnovert
c79ed493aa
Add estimated tx fee to amount check when posting bid.
...
Add more log messages around balance checks.
2025-01-22 18:07:20 +02:00
tecnovert
b6709d0cdc
prepare: Update BTC fastsync file.
...
Allow specifying a custom URL to look for the snapshot signature with: BITCOIN_FASTSYNC_SIG_URL.
Reduce gnupg module logging level.
2025-01-22 00:48:27 +02:00
tecnovert
c945e267e7
Merge pull request #239 from nahuhh/pr/filters
...
offers: align filters
2025-01-21 19:12:20 +00:00
tecnovert
ef65420978
Merge pull request #235 from nahuhh/pr/wallet
...
wallet: resposive ui & cleanup
2025-01-21 19:11:56 +00:00
tecnovert
6da4bf6aaf
Merge pull request #225 from nahuhh/cores
...
help: add --upgradecores
2025-01-21 19:11:29 +00:00
tecnovert
6e56b7f421
Merge pull request #224 from nahuhh/pr/minbid
...
ui: reword min bid -> min purchase
2025-01-21 19:11:13 +00:00
Gerlof van Ek
f084c6f538
JS/UI: Fix scrolling lag / tooltips + Various fixes and cleanup. ( #236 )
...
* JS/UI: Fix scrolling lag + Various fixes and cleanup.
* Fix clear button
* JS: Fix when page is hidden, reconnect and proper pause/resume logic.
* JS: Fix tooltips bugs.
* JS: Various fixes.
* JS: Fix fetch system.
* JS: Cleanup
2025-01-21 19:10:52 +00:00
nahuhh
443bd6917f
prepare: fix mweb wallet generation ( #238 )
...
* prepare: fix mweb wallet generation
* Restore interface_type on LTC MWEB and send it through initialiseWallet.
---------
Co-authored-by: tecnovert <tecnovert@tecnovert.net >
2025-01-21 19:09:04 +00:00
nahuhh
b55d126a0a
ui: reword min bid -> min purchase
2025-01-21 13:23:31 +00:00
nahuhh
586ff3288f
offers: align filters
2025-01-21 11:53:38 +00:00
nahuhh
0398fce5a8
wallet: responsive
2025-01-20 22:50:35 +00:00
nahuhh
ef082ff7be
xmr: remove inaccurate fee rate, hide sweep all checkbox
2025-01-20 22:50:35 +00:00
nahuhh
168284ce25
wallet: cleanup, deduplicate, djlints
2025-01-20 22:50:27 +00:00
gerlofvanek
d3fcdc8052
JS: Decimals
2025-01-18 22:21:24 +01:00
gerlofvanek
e92d5560af
JS: Final tweaks 429
2025-01-18 20:53:13 +01:00
gerlofvanek
5d381d4b73
Fix: Eslint.
2025-01-18 20:22:51 +01:00
Gerlof van Ek
9e24d9a12a
Merge pull request #230 from nahuhh/pr/overflow
...
ui: missing character
2025-01-18 18:58:19 +01:00