gerlofvanek
e67e37b801
Fix: For Tor set ssl: false (Tor already provides encryption.)
2026-01-30 02:20:36 +01:00
gerlofvanek
a2c37a13f8
Fix (host:port:ssl)
2026-01-30 02:09:43 +01:00
gerlofvanek
8f1382d00d
Fixed electrum logic (settings).
...
- Fixed empty arrays to fall back to default servers.
- Fixed RPC/Electrum settings logic.
- Added option set electrum servers before switch RPC -> Electrum mode.
- Fixed "No servers discovered", some servers don't support peer discovery.
2026-01-29 11:50:51 +01:00
gerlofvanek
afae62ae38
Litewallets
2026-01-28 16:05:52 +01:00
tecnovert
c0a5d0e31d
simplify db, remove state_note
2026-01-05 21:20:02 +02:00
gerlofvanek
7755b4c505
Fix enable/disable Update notification settings.
2025-10-21 08:56:47 +02:00
gerlofvanek
de501f4bb5
Removed CryptoCompare + Added background thread for price fetching.
2025-10-15 12:13:08 +02:00
gerlofvanek
73d486d6f0
Refactor + Optimizations
2025-10-10 11:08:23 +02:00
gerlofvanek
43f9ae8acf
Show notification when new release of BSX
2025-08-29 21:07:47 +02:00
gerlofvanek
672747cc7d
GUI: Updated toasts and added notifications history + Various fixes.
2025-08-13 10:39:14 +02:00
tecnovert
f932a41b1a
api: Add "message_nets" field to bids and offers.
2025-07-31 00:09:38 +02:00
tecnovert
e73e084a6d
net: Add network portals to allow swaps between networks.
2025-07-31 00:09:33 +02:00
Gerlof van Ek
02ceb89d14
Fix: Rate tolerance. ( #339 )
...
* Fix: Rate tolerance.
* Fix GUI Rate tolerance.
* Fix: json/rate
* Fix: Mismatch
* Fix: Use backend handle calc.
* Cleanup
* Fix: format_amount
* Add test.
2025-07-28 21:43:06 +02:00
Gerlof van Ek
a5cc83157d
GUI: Dynamic balances (WS) + Better Notifications (Toasts) + various fixes. ( #332 )
...
* GUI: Dynamic balances (WS) + various fixes.
* BLACK + FLAKE8
* Clean-up.
* Fix refresh intervals + Fix pending balance.
* Fix amounts scientific notation (1e-8)
* Better Notifications (Toasts)
* Removed duplicated code + Balance skip if the chain is still syncing.
* Fix MWEB doesnt show as pending + Various fixes.
* Fix: USD values are off with part blind.
* Fix: Percentage change buttons on wallet page.
* Cleanup debug on wallet page.
* Use ZMQ for part balances.
* Fix ZMQ config.
* Fix PART price in chart.
2025-07-22 23:45:45 +02:00
tecnovert
6489b80666
Merge pull request #328 from tecnovert/non_segwit_utxos
...
prepare: Set changetype=bech32 in BTC and LTC .conf files.
2025-06-23 23:20:38 +00:00
Gerlof van Ek
6e5b8fb0ad
GUI: Multi-select coin filtering / Various fixes. ( #327 )
...
* GUI: Multi-select coin filtering / Various fixes.
* Use coin-manager / clean-up.
* Fix BCH in filters + fix UX with bid pages modals when amount is empty.
* Fix amount not empty.
* Abandon Bid under debug_ui
2025-06-23 22:12:34 +02:00
tecnovert
f031d41a38
prepare: Set changetype=bech32 in BTC and LTC .conf files.
...
Rewrite .conf files to add changetype at startup if possible.
Add combine_non_segwit_prevouts function to coin interface.
Add option to list non-segwit UTXOs and combine_non_segwit_prevouts to gui.
Add test for changetype and combine_non_segwit_prevouts.
2025-06-21 01:24:02 +02:00
Gerlof van Ek
bd4ecc5306
Merge pull request #316 from nahuhh/pr/mantissa
...
utils: round inputAmount to avoid mantissa err
2025-06-20 15:44:49 +02:00
nahuhh
740924632e
utils: round inputAmount to avoid mantissa err
2025-06-14 15:32:48 +00:00
Gerlof van Ek
45b4ac8ca0
GUI: Settings / Changepassword page updates + Various fixes. ( #318 )
...
* GUI: Settings page updates / fixes.
* Fix Enabled/Disabled logic.
* GUI: Changepassword add warning / + disabled coins check / Various Fixes.
2025-06-13 14:46:16 +02:00
Gerlof van Ek
b3c946d056
AMM: use_balance_bidding + (USD) price fix + Various fixes. ( #314 )
...
* AMM: use_balance_bidding + BCH (USD) price fix + Various fixes.
* AMM: Fixed NMC, DOGE, DCR (USD) price.
2025-06-13 12:10:49 +02:00
tecnovert
c6f8e5e2ba
Set dleag_size per bid
2025-06-08 20:32:30 +02:00
tecnovert
f3adc17bb8
network: Use Simplex direct chats.
2025-06-08 20:32:29 +02:00
tecnovert
7ba2daf671
ui: Combine bid sent and received fields.
2025-06-08 20:29:05 +02:00
Gerlof van Ek
d08e09061f
AMM ( #310 )
...
* AMM
* LINT + Fixes
* Remove unused global variables.
* BLACK
* BLACK
* AMM - Various Fixes/Features/Bug Fixes.
* FLAKE
* FLAKE
* BLACK
* Small fix
* Fix
* Auto-start option AMM + Various fixes/bugs/styling.
* Updated createoffers.py
* BLACK
* AMM Styling
* Update bid_xmr template confirm model.
* Fixed bug with Create Default Configuration + Added confirm modal.
* Fix: Better redirect.
* Fixed adjust_rates_based_on_market + Removed debug / extra logging + Various fixes.
* GUI v3.2.2
* Fix sub-header your-offers count when created offers by AMM.
* Fix math.
* Added USD prices + Add offers/bids checkbox enabled always checked.
* Donation page.
* Updated header.html + Typo.
* Update on createoffer.py + BLACK
* AMM: html updates.
* AMM: Add all, minrate, and static options.
* AMM: Amount step default 0.001
* Fix global settings.
* Update createoffers.py
* Fixed bug with autostart when save global settings + Various layout fixes.
* Fixed bug with autostart with add/edit + Added new option Orderbook (Auto-Accept)
* Fixed debug + New feature attempt bids first.
* Fix: Orderbook (Auto-Accept)
* Added bidding strategy: Only bid on auto-accept offers (best rates from auto-accept only)
* Fix: with_extra_info
* Small fix automation_strat_id
* Various fixes.
* Final fixes
2025-06-08 17:43:01 +02:00
gerlofvanek
3b2b666c75
Fix the rate/amount variable toggles on order creation.
2025-04-18 19:59:41 +02:00
Gerlof van Ek
f15f073b12
Merge pull request #286 from cryptoguard/dev
...
Offer page: Add info whether an offer is set to auto accept bid or not
2025-04-10 21:17:29 +02:00
cryptoguard
c9ef7bec44
Offer page: Display whether offer is set to automatically accept bids or not
2025-04-10 14:08:32 -04:00
Gerlof van Ek
d5f48ce6b9
Refactoring + various fixes. ( #285 )
2025-03-26 23:54:55 +01:00
tecnovert
5bedc6289f
Cache coin rates.
2025-03-05 13:14:25 +02:00
tecnovert
3cdab962d3
Deduplicate getCoinIdFromTicker.
2025-03-05 13:14:24 +02:00
tecnovert
19968ed496
tests: Run black in CI.
2025-03-05 13:08:42 +02: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
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
nahuhh
b55d126a0a
ui: reword min bid -> min purchase
2025-01-21 13:23:31 +00:00
gerlofvanek
ff29100fd4
Private orderbook display + Identity stats + Various fixes.
2024-12-25 12:02:57 +01:00
tecnovert
4942f23de6
Show depth spendable when lock tx B confirming.
2024-11-29 13:28:46 +02:00
tecnovert
037851a002
ui: Add wallet_blocks to XMR wallet page.
2024-11-29 13:28:42 +02:00
tecnovert
d19a7538fd
Merge pull request #173 from gerlofvanek/offer
...
ui: Add modal for confirm send bid.
2024-11-28 20:18:49 +00:00
tecnovert
913cdfa984
Merge pull request #172 from gerlofvanek/page_offers-5
...
Default set rate variable to false and amount variable to true.
2024-11-28 20:18:36 +00:00
gerlofvanek
68b066a2d1
ui: Add modal for confirm send bid.
2024-11-28 17:16:48 +01:00
gerlofvanek
c5508fe9be
Default set rate variable to false and amount variable to true.
2024-11-28 12:11:53 +01:00
gerlofvanek
1bb721edf5
fix: LINT
2024-11-28 09:58:52 +01:00
gerlofvanek
801006fa70
ui: Offers table smart refresh button (JS), various fixes.
2024-11-28 09:54:06 +01:00
tecnovert
08df0ceae0
Improve auto-accept
2024-11-26 14:24:09 +02:00
gerlofvanek
bebbba49ff
Fix double bidding and connection reset problem.
...
Close #165
2024-11-26 00:38:40 +02:00
tecnovert
33105a832f
api: Add set_max_concurrent_bids helper.
2024-11-23 20:52:34 +02:00
tecnovert
bd571702cb
Let SQLite handle all query parameters.
2024-11-20 22:26:35 +02:00
gerlofvanek
fa8764342e
After successfully placing a bid, go directly to the bid page instead of the offer.
2024-11-20 06:46:17 +00:00