Commit Graph

15 Commits

Author SHA1 Message Date
Matt
65f75c295a redesign (#475) 2023-05-29 01:06:21 -05:00
Matt
498baa3bf1 repair ui (#396) 2023-04-27 08:47:28 -05:00
Dmitry Holodov
ed15ed9c82 libp2p QUIC and NAT traversal features (#251)
Enables additional libp2p NAT traversal features and enables nodes to communicate using UDP/QUIC in addition to TCP. Switches to using libp2p's "routed host". Most commands that previously accepted multiaddress values now accept a Peer IDs instead.
2022-12-19 18:25:24 -06:00
noot
d955034d63 update readme and ui/readme (#259) 2022-12-15 18:39:56 -05:00
Oldzitoja
2dd6e7ceda ui: make swapd ports configurable (#258)
* ui: make swapd ports configurable

* Allow to access SWAPD_PORT env variable in the code

Co-authored-by: Hubert Czerpak <hubert.czerpak@gmail.com>
Co-authored-by: noot <36753753+noot@users.noreply.github.com>
2022-12-15 17:23:38 -05:00
Dmitry Holodov
5698e25239 RPC and WS endpoints share the same port (#187)
Combine our HTTP RPC and Websocket services into a single HTTP server, eliminating the --ws-port flag to swapd and using --swapd-port flag for swapcli.
2022-09-10 14:54:43 -05:00
noot
d7d7cf0e0a cleanup todos, either fix or add issue numbers (#166) 2022-08-20 23:57:23 -04:00
noot
68f17665af fixes for stagenet swap and UI (#137) 2022-06-23 16:15:20 -04:00
Thibaut Sardan
7ae4dcbbbe Metamask store cleanup and bring back success message (#129) 2022-06-14 23:05:21 -04:00
noot
11e3b27c2e ui: metamask integration, swapd: implement external sender for front-end integration (#126) 2022-06-07 18:06:24 -04:00
noot
968dd75fbd fixes for stagenet, log cleanup, add automated stagenet tester binary (#108) 2022-04-11 18:56:53 -04:00
noot
a7907ecd12 ui: display multiple peers (#110) 2022-04-04 17:38:22 -04:00
Thibaut Sardan
cd4de3c01e ui: devnet setup script and show errors in the UI (#99) 2022-03-05 17:58:07 -05:00
Thibaut Sardan
7710b52cba ui: check user input eth value, add waiting for swap module (#91) 2022-02-24 10:13:26 -05:00
Thibaut Sardan
a44c956415 Some UI to get started (#87) 2022-02-05 22:29:53 -05:00