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
516537a38e
Add pgp signature to sensitive client - coordinator messages ( #592 )
...
* Minor fixes on dev setup start up
* Add pgp cleartext signatures
2023-05-17 13:06:04 +00:00
2bb0b4d7bf
Minor fixes on dev setup start up
2023-05-17 04:16:26 -07:00
1e39f32eb5
Fix usenavigate PRO ( #571 )
...
* Simplify and optimize nodeapp
* Add pro frontend
* Fix PRO errors
2023-05-12 12:51:52 +00:00
6c20ce4f70
Simplify frontend/client dev setup, shrink nodeapp
2023-05-12 04:07:56 -07:00
eeb0094162
Small style fixes and new payment method
2023-05-12 03:01:17 -07:00
db58dd755a
Bump @typescript-eslint/parser from 5.59.2 to 5.59.5 in /frontend ( #570 )
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 5.59.2 to 5.59.5.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.5/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-12 09:08:14 +00:00
910ea20256
Bump eslint from 8.39.0 to 8.40.0 in /frontend ( #566 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.39.0 to 8.40.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.39.0...v8.40.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-12 09:08:08 +00:00
15cc824f9f
Bump @emotion/styled from 11.10.8 to 11.11.0 in /frontend ( #569 )
...
Bumps [@emotion/styled](https://github.com/emotion-js/emotion ) from 11.10.8 to 11.11.0.
- [Release notes](https://github.com/emotion-js/emotion/releases )
- [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md )
- [Commits](https://github.com/emotion-js/emotion/compare/@emotion/styled@11.10.8...@emotion/styled@11.11.0 )
---
updated-dependencies:
- dependency-name: "@emotion/styled"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-12 09:07:44 +00:00
c8f48014b0
Bump @mui/base from 5.0.0-alpha.128 to 5.0.0-beta.0 in /frontend ( #568 )
...
Bumps [@mui/base](https://github.com/mui/material-ui/tree/HEAD/packages/mui-base ) from 5.0.0-alpha.128 to 5.0.0-beta.0.
- [Release notes](https://github.com/mui/material-ui/releases )
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mui/material-ui/commits/v5.0.0-beta.0/packages/mui-base )
---
updated-dependencies:
- dependency-name: "@mui/base"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-12 09:07:36 +00:00
140aac332b
Bump webpack from 5.82.0 to 5.82.1 in /frontend ( #567 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.82.0 to 5.82.1.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.82.0...v5.82.1 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-12 09:07:15 +00:00
0048f396a7
Fix npm-dev Dockerfile add python installation
2023-05-11 16:00:53 -07:00
2092a33f88
Simplify and optimize nodeapp ( #565 )
...
* Simplify and optimize nodeapp
* Add pro frontend
2023-05-11 16:22:01 +00:00
ba529349b3
"Qiwi" Payment Method ( #564 )
...
Add Qiwi Payment Method (Russia)
2023-05-11 09:54:33 +00:00
13e79df7c9
Decrease payment icons size, increase sharpness
2023-05-10 14:51:14 -07:00
a97abff1e7
Small UI fixes
2023-05-09 15:30:06 -07:00
899062ae70
Rename repository
2023-05-09 06:07:16 -07:00
7edfed9c64
Bump to v0.5.0
2023-05-08 18:10:13 -07:00
fa7b4676a9
Add new payment methods
2023-05-08 17:57:16 -07:00
0d180ee7c9
Small fixes, fix reconnecting websockets, fix rewards webln
2023-05-08 17:37:23 -07:00
3b77a473f8
Coordinator db performance clean up ( #561 )
...
* Improve DB writes performance and concurrency. Add order coordinator proceeds field.
* Fix checks on order GET inducing 400
2023-05-08 12:49:21 -07:00
2293a8922d
Small fixes chat
2023-05-07 11:52:31 -07:00
8ae18f8b2a
Small fixes, increase WS reconnection delay
2023-05-07 10:11:52 -07:00
8434a256cf
Fix last_login for tokeauth, replace maker/taker_last seen for last_login
2023-05-07 08:06:35 -07:00
f2de58ca36
Add hash/preimage or address/txid to trade summary report
2023-05-07 04:11:40 -07:00
3c78299dfc
Fix color depth/list button after MUI bump
2023-05-06 06:43:50 -07:00
25f0b0eea5
Fix token auth native ( #558 )
...
* Fix token auth on Native
* Fix pre-release action
2023-05-06 13:42:48 +00:00
daa1127cfc
Increase max mining fee ( #551 )
2023-05-05 19:44:18 +00:00
3532d73ed5
Bump @types/react from 17.0.55 to 18.2.5 in /frontend ( #547 )
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 17.0.55 to 18.2.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: "@types/react"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-05 17:56:34 +00:00
74685ef2a9
Bump @typescript-eslint/parser from 5.59.1 to 5.59.2 in /frontend ( #545 )
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 5.59.1 to 5.59.2.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.2/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-05 17:55:51 +00:00
cc3927f477
Bump @mui/x-data-grid from 6.0.4 to 6.3.1 in /frontend ( #541 )
...
Bumps [@mui/x-data-grid](https://github.com/mui/mui-x/tree/HEAD/packages/grid/x-data-grid ) from 6.0.4 to 6.3.1.
- [Release notes](https://github.com/mui/mui-x/releases )
- [Changelog](https://github.com/mui/mui-x/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mui/mui-x/commits/v6.3.1/packages/grid/x-data-grid )
---
updated-dependencies:
- dependency-name: "@mui/x-data-grid"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-05 17:55:39 +00:00
55b67cb588
Bump babel-loader from 8.3.0 to 9.1.2 in /frontend ( #543 )
...
Bumps [babel-loader](https://github.com/babel/babel-loader ) from 8.3.0 to 9.1.2.
- [Release notes](https://github.com/babel/babel-loader/releases )
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel-loader/compare/v8.3.0...v9.1.2 )
---
updated-dependencies:
- dependency-name: babel-loader
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-05 17:54:08 +00:00
7e5c9bcb70
Small fixes
2023-05-05 10:19:45 -07:00
298ce130f7
Add switch for light QR codes on dark theme
2023-05-05 06:42:20 -07:00
a10f7f2e21
Add slashed return as rewards when bonded stake is uneven ( #538 )
2023-05-05 12:07:13 +00:00
e6ddcf9e4b
Add RobotTokenSHA256 middleware, /api/robot and frontend entropy calc ( #512 )
...
* Add RobotTokenSHA256 middleware for in-the-fly robot generation/login
* Add RobotView, fix middleware, upgrade frontend
* Token header as base91
* Add OAS schema of RobotView
* Use RobotView on new fetchRobot(), mimick old fetchRobot() functionality
* Upgrade websockets for token based authentication
* Small fixes
* Add frontend token entropy checks, add token on route /robot/<token>
* Rename admin panel
* Collect phrases
2023-05-05 10:12:38 +00:00
b47e9565a8
Bump eslint from 8.37.0 to 8.39.0 in /frontend ( #533 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.37.0 to 8.39.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.37.0...v8.39.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-05 10:06:43 +00:00
4749fdb268
Bump webpack from 5.81.0 to 5.82.0 in /frontend ( #534 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.81.0 to 5.82.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.81.0...v5.82.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-05 09:30:10 +00:00
11bcd8141d
Bump @emotion/styled from 11.10.6 to 11.10.8 in /frontend ( #535 )
...
Bumps [@emotion/styled](https://github.com/emotion-js/emotion ) from 11.10.6 to 11.10.8.
- [Release notes](https://github.com/emotion-js/emotion/releases )
- [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md )
- [Commits](https://github.com/emotion-js/emotion/compare/@emotion/styled@11.10.6...@emotion/styled@11.10.8 )
---
updated-dependencies:
- dependency-name: "@emotion/styled"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-05 09:29:51 +00:00
70dcb9c910
Bump @mui/lab from 5.0.0-alpha.124 to 5.0.0-alpha.129 in /frontend ( #536 )
...
Bumps [@mui/lab](https://github.com/mui/material-ui/tree/HEAD/packages/mui-lab ) from 5.0.0-alpha.124 to 5.0.0-alpha.129.
- [Release notes](https://github.com/mui/material-ui/releases )
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mui/material-ui/commits/HEAD/packages/mui-lab )
---
updated-dependencies:
- dependency-name: "@mui/lab"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-05 09:29:12 +00:00
873a9ba360
Bump i18next from 21.10.0 to 22.4.15 in /frontend ( #537 )
...
Bumps [i18next](https://github.com/i18next/i18next ) from 21.10.0 to 22.4.15.
- [Release notes](https://github.com/i18next/i18next/releases )
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/i18next/compare/v21.10.0...v22.4.15 )
---
updated-dependencies:
- dependency-name: i18next
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-05 09:28:06 +00:00
b585d376b2
Bump @mui/material from 5.11.15 to 5.12.3 in /frontend ( #529 )
...
Bumps [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material ) from 5.11.15 to 5.12.3.
- [Release notes](https://github.com/mui/material-ui/releases )
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mui/material-ui/commits/v5.12.3/packages/mui-material )
---
updated-dependencies:
- dependency-name: "@mui/material"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-03 00:00:20 +00:00
0477885998
Add maker summary to collected phrases
2023-05-02 03:54:18 -07:00
8035f67515
Enable Japanese on Android app
2023-05-02 03:08:27 -07:00
dacb9e9fa6
Disable CSRF checks
2023-05-01 12:12:01 -07:00
a1f0a85646
Small fixes
2023-05-01 10:35:55 -07:00
67d7f0a8ba
Bump i18next-http-backend from 1.4.5 to 2.2.0 in /frontend ( #503 )
...
Bumps [i18next-http-backend](https://github.com/i18next/i18next-http-backend ) from 1.4.5 to 2.2.0.
- [Release notes](https://github.com/i18next/i18next-http-backend/releases )
- [Changelog](https://github.com/i18next/i18next-http-backend/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/i18next-http-backend/compare/v1.4.5...v2.2.0 )
---
updated-dependencies:
- dependency-name: i18next-http-backend
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-01 13:10:03 +00:00
9cf071e896
Bump eslint-config-standard-with-typescript from 22.0.0 to 34.0.1 in /frontend ( #504 )
...
Bump eslint-config-standard-with-typescript in /frontend
Bumps [eslint-config-standard-with-typescript](https://github.com/standard/eslint-config-standard-with-typescript ) from 22.0.0 to 34.0.1.
- [Release notes](https://github.com/standard/eslint-config-standard-with-typescript/releases )
- [Changelog](https://github.com/standard/eslint-config-standard-with-typescript/blob/master/CHANGELOG.md )
- [Commits](https://github.com/standard/eslint-config-standard-with-typescript/compare/v22.0.0...v34.0.1 )
---
updated-dependencies:
- dependency-name: eslint-config-standard-with-typescript
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-01 13:08:21 +00:00
57da17c3ba
Bump @typescript-eslint/parser from 5.57.0 to 5.59.1 in /frontend ( #508 )
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 5.57.0 to 5.59.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.1/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-01 13:07:49 +00:00
9a62d3ce6b
Bump webpack from 5.77.0 to 5.81.0 in /frontend ( #507 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.77.0 to 5.81.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.77.0...v5.81.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-01 13:06:18 +00:00