Commit Graph

173 Commits

Author SHA1 Message Date
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
tecnovert 21c0a534f2 Timeout waiting for mutex on shutdown. 2025-04-16 20:20:43 +02:00
tecnovert 2817d2d8e2 Update http_server.py 2025-04-10 10:33:05 -04:00
cryptoguard c5908d5e0f Added client authentication 2025-04-10 10:32:42 -04:00
Gerlof van Ek d5f48ce6b9 Refactoring + various fixes. (#285) 2025-03-26 23:54:55 +01:00
tecnovert fbfb4c95ba Hide BrokenPipeErrors. 2025-03-24 16:51:11 +02:00
tecnovert 826527fea9 Log rotation. 2025-03-12 10:41:36 +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 732c87b013 Reformat with black. 2024-11-15 18:53:54 +02:00
tecnovert 5e71367c21 Fix websocket url in docker container. 2024-10-18 15:09:51 +02:00
gerlofvanek b6d29a33d2 ui: Refactor offers page / Added TOR <> API / Cache
Restructure / Refactor JS for the Offers page.
Added TOR for chart/rates/coin prices/ API requests.
New Chart with option of show volume(coin) / refresh chart (will clear cache).
Added cache (10min) for all the API's or manual refresh.
Disabled notifications show new offers (was spam). New bids and Bid Accepted still active.
Various small fixes.
2024-09-10 19:51:27 +02:00
tecnovert fd7977b35a wownero: Add test. 2024-06-06 22:04:26 +02:00
tecnovert dc4f0ac2d3 wownero: deduplicate 2024-06-06 22:04:26 +02:00
nahuhh ee2f462ee9 wownero: integration 2024-06-06 22:04:26 +02:00
tecnovert 57bc1d5ccf ui: Improve rpc page. 2024-06-06 22:03:37 +02:00
tecnovert fcf234ef34 ui: Improve rpc page usability for Decred. 2024-06-06 22:03:36 +02:00
tecnovert f5d4b8dc0d Show error when auto-accepting a bid fails. 2024-01-24 23:12:18 +02:00
tecnovert 38fa498b0b coins: Add LTC MWEB wallet 2023-12-29 15:36:00 +02:00
tecnovert 45e49848b1 Fix rpc console in http mode. 2023-08-12 00:01:04 +02:00
gerlofvanek 7735c9733a test: Fix lint 2023-08-02 17:43:54 +02:00
gerlofvanek af876fa166 ui/ux: Update
- Fixed UI (wallet) reseed wallet button styling/footer.
- Fixed (wallet page) coin icon sizes.
- Added BSX version in footer (unlock).
- Added version (Global for all pages) in render_template (http_server.py).
- Added (BSX) in title (header/unlock/error/info).
- Fixed dots dark/light mode (footer).
- Added UX lock Rate / Amount Variable / Rate Variable discriptions (offer_new_1).
2023-08-02 17:38:15 +02:00
tecnovert cbb3d0ac02 ui: Add option to remove expired offers and bids. 2023-06-06 22:03:05 +02:00
tecnovert 22576c0316 ui: Add pagination and filters to smsgaddresses page 2023-03-18 19:45:18 +02:00
tecnovert 6ccfd93997 ui: Hide undefined data on identity page. 2023-02-18 19:50:31 +02:00
tecnovert c5bd58afc2 ui: Improve rpc page. 2023-02-16 23:44:07 +02:00
tecnovert ac16fc07a4 Add automation override option. 2023-02-16 10:38:38 +02:00
tecnovert dc0bd147b8 tests: Add script test 2023-02-14 23:35:11 +02:00
tecnovert 6e5c54b447 ui: Send locked status to templates. 2022-11-18 23:31:52 +02:00
tecnovert c5f31f0d1e ui: Add wallet encryption templates.
tests: Test wallet encryption.
2022-11-18 00:58:14 +02:00
tecnovert 5d4db2c1df ui: Fix shutdown link. 2022-11-14 22:56:30 +02:00
tecnovert 54e434e1c9 ui: Connect new settings. 2022-11-13 23:18:33 +02:00
tecnovert fc31615a97 api: Add wallet lock/unlock commands and getcoinseed. 2022-11-12 18:22:23 +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 59fb6c18ed coins: Rename Pivx -> PIVX 2022-10-24 20:49:36 +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 9fc4fe3b79 debug: Reduce default min_sequence_lock_seconds when debug mode is active. 2022-10-18 21:18:18 +02:00
tecnovert 3c84f0230e ui: Inject ids for messages. 2022-10-14 14:22:11 +02:00
tecnovert eb9eb49bd9 Persistent notifications. 2022-10-13 22:32:53 +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 1987931332 ui: Add 404 page 2022-10-11 11:38:20 +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 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 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 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