robosats/frontend/src/models
+shyfire131 3bd7ade298
Fix lnproxy support and add lnproxy relays workflow (#586)
* Use new lnproxy API

- Use POST instead of GET, so create and send a body parameter
- Path is /spec/ instead of /api/, and list of relays from lnproxy will contain /spec already, so path parameter for ApiClient.post() is an empty string

* add lnproxy sync workflow

* Use new lnproxy JSON structure

* Remove virtualenv

doing this so that the “scripts” subfolder in .github/workflows can be added

* Move workflow script to subfolder

* Add translation support

Locale strings not added yet

* Simplify coordinator updates, automatic migrations and collect statics (#583)

* Delete commited proto files

* Run sync workflow weekly instead of hourly

* Tweak display name for relays

* Update sync script to be append-only

* Use new naming convention for relays

* Fix bitcoinNetwork hydration

* PR Feedback

- Change hook deps from settings.network to settings
- routing_msat param updates for lnproxy API

* Actually set host in settings

* Updated parsing of LnProxy response

---------

Co-authored-by: +shyfire131 <shyfire131@shyfire131.net>
Co-authored-by: Reckless_Satoshi <90936742+Reckless-Satoshi@users.noreply.github.com>
Co-authored-by: Reckless_Satoshi <reckless.satoshi@protonmail.com>
2023-05-18 11:14:11 +00:00
..
Book.model.ts Add undo confirm fiat sent action (#461) 2023-04-28 09:19:18 +00:00
Coordinator.model.ts Add advanced options to LN payout form (#326) 2022-11-24 17:42:30 +00:00
Favorites.model.ts Enhance UI for Swaps (#346) 2023-02-10 13:28:26 +00:00
Garage.model.ts Small fixes, fix reconnecting websockets, fix rewards webln 2023-05-08 17:37:23 -07:00
index.ts Add robot garage (#370) 2023-03-02 11:01:06 +00:00
Info.model.ts Fix useffects for book/limit baseurl change, robot open profile and stats. 2023-03-04 11:49:10 -08:00
Limit.model.ts Small fixes, fix reconnecting websockets, fix rewards webln 2023-05-08 17:37:23 -07:00
Maker.model.ts Add functional homepage (#289) 2022-10-20 17:24:53 +00:00
Order.model.ts Add hash/preimage or address/txid to trade summary report 2023-05-07 04:11:40 -07:00
Robot.model.ts Fix token auth native (#558) 2023-05-06 13:42:48 +00:00
Settings.default.basic.ts Add Tradebox, OrderDetails, Notifications, OrderPage functional components. (#315) 2022-11-21 12:56:29 +00:00
Settings.default.pro.ts Add Tradebox, OrderDetails, Notifications, OrderPage functional components. (#315) 2022-11-21 12:56:29 +00:00
Settings.model.ts Fix lnproxy support and add lnproxy relays workflow (#586) 2023-05-18 11:14:11 +00:00