Commit Graph

1426 Commits

Author SHA1 Message Date
Reckless_Satoshi
1015ba3433
Fix list out of range on contract formalized order logging 2023-09-14 02:31:42 -07:00
Reckless_Satoshi
2046857ee4
Fix last_login is None on update last login 2023-09-11 23:23:41 -07:00
Reckless_Satoshi
4fe69da565
Add option to disable order logging 2023-09-11 09:24:03 -07:00
dependabot[bot]
847a1905b1
Bump grpcio from 1.57.0 to 1.58.0 (#837)
Bumps [grpcio](https://github.com/grpc/grpc) from 1.57.0 to 1.58.0.
- [Release notes](https://github.com/grpc/grpc/releases)
- [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
- [Commits](https://github.com/grpc/grpc/compare/v1.57.0...v1.58.0)

---
updated-dependencies:
- dependency-name: grpcio
  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-09-11 16:00:43 +00:00
dependabot[bot]
396b849076
Bump actions/checkout from 3 to 4 (#830)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  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-09-11 16:00:32 +00:00
dependabot[bot]
1f903e7416
Bump i18next-http-backend from 2.2.1 to 2.2.2 in /frontend (#833)
Bumps [i18next-http-backend](https://github.com/i18next/i18next-http-backend) from 2.2.1 to 2.2.2.
- [Changelog](https://github.com/i18next/i18next-http-backend/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/i18next-http-backend/compare/v2.2.1...v2.2.2)

---
updated-dependencies:
- dependency-name: i18next-http-backend
  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-09-11 16:00:12 +00:00
dependabot[bot]
09cbba4e77
Bump grpcio-tools from 1.57.0 to 1.58.0 (#838)
Bumps [grpcio-tools](https://github.com/grpc/grpc) from 1.57.0 to 1.58.0.
- [Release notes](https://github.com/grpc/grpc/releases)
- [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
- [Commits](https://github.com/grpc/grpc/compare/v1.57.0...v1.58.0)

---
updated-dependencies:
- dependency-name: grpcio-tools
  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-09-11 15:59:18 +00:00
dependabot[bot]
463d714fad
Bump react-i18next from 13.2.0 to 13.2.2 in /frontend (#834)
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 13.2.0 to 13.2.2.
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/react-i18next/compare/v13.2.0...v13.2.2)

---
updated-dependencies:
- dependency-name: react-i18next
  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-09-11 15:59:01 +00:00
dependabot[bot]
ecf2e44187
Bump django from 4.2.4 to 4.2.5 (#836)
Bumps [django](https://github.com/django/django) from 4.2.4 to 4.2.5.
- [Commits](https://github.com/django/django/compare/4.2.4...4.2.5)

---
updated-dependencies:
- dependency-name: django
  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-09-11 15:58:49 +00:00
dependabot[bot]
ee6fa5a884
Bump celery from 5.3.1 to 5.3.4 (#839)
Bumps [celery](https://github.com/celery/celery) from 5.3.1 to 5.3.4.
- [Release notes](https://github.com/celery/celery/releases)
- [Changelog](https://github.com/celery/celery/blob/main/Changelog.rst)
- [Commits](https://github.com/celery/celery/compare/v5.3.1...v5.3.4)

---
updated-dependencies:
- dependency-name: celery
  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-09-11 15:58:27 +00:00
Reckless_Satoshi
b3598f5e9c
Perf reduce DB writes on last_login updates 2023-09-11 08:52:50 -07:00
Reckless_Satoshi
c7a14fbc56
Fix order status change must happen exactly when last sats update on contract finalization 2023-09-11 08:23:11 -07:00
Reckless_Satoshi
1600b58bab
Fix contract finalization logging 2023-09-10 12:16:34 -07:00
Reckless_Satoshi
6f9adde0ba
Bump to v0.5.2 2023-09-08 09:04:24 -07:00
Reckless_Satoshi
5d66e56f2a
Improve hodl invoice description 2023-09-08 08:42:04 -07:00
Reckless_Satoshi
19597ca8e5
Add coordinator maintainance notice 2023-09-08 08:33:00 -07:00
Reckless_Satoshi
96a6095dbf
Add migrations for new Order logs and Robot avatar defaults 2023-09-07 02:15:58 -07:00
Reckless_Satoshi
125177d457
Drop django-timezone-field dependency 2023-09-07 02:15:58 -07:00
dependabot[bot]
55774f2227
Bump ncipollo/release-action from 1.12.0 to 1.13.0 (#822)
Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.12.0 to 1.13.0.
- [Release notes](https://github.com/ncipollo/release-action/releases)
- [Commits](https://github.com/ncipollo/release-action/compare/v1.12.0...v1.13.0)

---
updated-dependencies:
- dependency-name: ncipollo/release-action
  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-09-07 08:54:55 +00:00
dependabot[bot]
aca00d01bb
Bump actions/upload-artifact from 3.1.2 to 3.1.3 (#831)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3.1.2...v3.1.3)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  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-09-07 08:53:07 +00:00
dependabot[bot]
9334981511
Bump django-timezone-field from 5.1 to 6.0 (#815)
Bumps [django-timezone-field](https://github.com/mfogel/django-timezone-field) from 5.1 to 6.0.
- [Commits](https://github.com/mfogel/django-timezone-field/compare/5.1...6.0)

---
updated-dependencies:
- dependency-name: django-timezone-field
  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-09-07 08:38:57 +00:00
Reckless_Satoshi
d3a2901f5d
Fix simplify CLN Dockerfile 2023-09-06 12:08:19 -07:00
Reckless_Satoshi
e0bd9fa59a
Bump CLN docker to v23.08 and other fixes 2023-09-06 08:31:50 -07:00
daywalker90
ae9fdd72c6
Update to newer CLN hold plugin (#816)
* update to newer cln hold plugin

* fix docker stuff

* forgotten rename

* add proto files from cln repo

* add CLN_GRPC_HOLD_HOST to .env-sample
2023-09-06 15:18:22 +00:00
Reckless_Satoshi
fde96c30e2
Fix malformed French translation 2023-09-05 05:53:06 -07:00
dependabot[bot]
f4ea27822a
Bump @mui/x-date-pickers from 6.11.2 to 6.12.1 in /frontend (#824)
Bumps [@mui/x-date-pickers](https://github.com/mui/mui-x/tree/HEAD/packages/x-date-pickers) from 6.11.2 to 6.12.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.12.1/packages/x-date-pickers)

---
updated-dependencies:
- dependency-name: "@mui/x-date-pickers"
  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-09-05 12:11:42 +00:00
J'informatique
352a3dac52
Update fr.json (#823) 2023-09-05 12:11:32 +00:00
dependabot[bot]
1b4e108dac
Bump @mui/x-data-grid from 6.11.2 to 6.12.1 in /frontend (#828)
Bumps [@mui/x-data-grid](https://github.com/mui/mui-x/tree/HEAD/packages/grid/x-data-grid) from 6.11.2 to 6.12.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.12.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-09-05 12:08:59 +00:00
dependabot[bot]
75441cce88
Bump js-sha256 from 0.9.0 to 0.10.1 in /frontend (#827)
Bumps [js-sha256](https://github.com/emn178/js-sha256) from 0.9.0 to 0.10.1.
- [Changelog](https://github.com/emn178/js-sha256/blob/master/CHANGELOG.md)
- [Commits](https://github.com/emn178/js-sha256/compare/v0.9.0...v0.10.1)

---
updated-dependencies:
- dependency-name: js-sha256
  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-09-05 12:08:27 +00:00
dependabot[bot]
6a1eceb8d7
Bump openpgp from 5.9.0 to 5.10.1 in /frontend (#825)
Bumps [openpgp](https://github.com/openpgpjs/openpgpjs) from 5.9.0 to 5.10.1.
- [Release notes](https://github.com/openpgpjs/openpgpjs/releases)
- [Commits](https://github.com/openpgpjs/openpgpjs/compare/v5.9.0...v5.10.1)

---
updated-dependencies:
- dependency-name: openpgp
  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-09-05 12:07:35 +00:00
Reckless_Satoshi
b4b6709918
Enable Swahili 2023-09-05 04:16:22 -07:00
turizspace
f785be7b5d
Add Swahili translation (#819) 2023-09-05 10:52:57 +00:00
dependabot[bot]
99b0316dc7
Bump eslint-plugin-n from 16.0.1 to 16.0.2 in /frontend (#810)
Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 16.0.1 to 16.0.2.
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases)
- [Commits](https://github.com/eslint-community/eslint-plugin-n/compare/16.0.1...16.0.2)

---
updated-dependencies:
- dependency-name: eslint-plugin-n
  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-08-28 10:55:32 +00:00
dependabot[bot]
ece52e24b1
Bump @types/react from 18.2.20 to 18.2.21 in /frontend (#811)
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.20 to 18.2.21.
- [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-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-28 10:55:25 +00:00
dependabot[bot]
75c44f7f41
Bump typescript from 5.0.4 to 5.2.2 in /mobile (#812)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.0.4 to 5.2.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.0.4...v5.2.2)

---
updated-dependencies:
- dependency-name: typescript
  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-08-28 10:55:10 +00:00
dependabot[bot]
af73dfdd0a
Bump typescript from 5.1.6 to 5.2.2 in /frontend (#809)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.1.6 to 5.2.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

---
updated-dependencies:
- dependency-name: typescript
  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-08-28 10:54:14 +00:00
dependabot[bot]
5799424453
Bump react-i18next from 13.1.1 to 13.2.0 in /frontend (#808)
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 13.1.1 to 13.2.0.
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/react-i18next/compare/v13.1.1...v13.2.0)

---
updated-dependencies:
- dependency-name: react-i18next
  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-08-28 10:53:52 +00:00
jnxd
d2ebd79ee7
Update 07-wallets.md (#804)
* Update 07-wallets.md

Adding Mash as an option after testing the experience e2e as a both a sender/receiver using Mash. Some issues noticed with UI for pending HOLD invoices that we will fix.

* Update 07-wallets.md

Fixed some typos and terrible writing. Not sure what happened as they were pretty bad!
2023-08-28 10:53:08 +00:00
Reckless_Satoshi
3fbd82db8e
Fix typo federation.md
Unintended ctrl+v of docs/wallets text
2023-08-22 13:05:05 +00:00
Reckless_Satoshi
8e0d14b872
Add federation basis and new coordinator form (#793)
* Add new coordinator entry issue form

* Add Federation basis
2023-08-21 11:30:15 -07:00
Reckless_Satoshi
5e4c00c84a
Allow auth header to carry pgp keys (#805) 2023-08-21 16:56:24 +00:00
okada-blue
d7acdbb567
Update (Multiple) Docs (#802)
* Update 01-development.md

Add the RoboSats Twitter as a communication channel

* Update 00-quicks-start-guide.md

Fix the typo in the /docs/access URL (2 instances)

* Update 06-outreach.md

Add the RoboSats Twitter to the social media outreach page

* Update 03-premium.md

Remove '**' which is used for bold opening. Instead, a note in parenthesis to refer to the footnote is used in lieu of the double asterisk

* Update 07-wallets.md

Update Bluewallet and Muun descriptions per the previous PR comments.

---------

Co-authored-by: Reckless_Satoshi <90936742+Reckless-Satoshi@users.noreply.github.com>
2023-08-21 10:43:06 +00:00
douglaz
94db845b20
fix docs link typo (#801) 2023-08-21 10:37:30 +00:00
Reckless_Satoshi
4e7963c90d
Fix pretty logs admin for orders with no logs recorded 2023-08-19 11:24:14 -07:00
dependabot[bot]
13806b8183
Bump @types/react from 18.2.15 to 18.2.20 in /frontend (#795)
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.15 to 18.2.20.
- [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-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-19 12:37:55 +00:00
dependabot[bot]
5fce08d4d0
Bump @mui/x-date-pickers from 6.11.1 to 6.11.2 in /frontend (#796)
Bumps [@mui/x-date-pickers](https://github.com/mui/mui-x/tree/HEAD/packages/x-date-pickers) from 6.11.1 to 6.11.2.
- [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.11.2/packages/x-date-pickers)

---
updated-dependencies:
- dependency-name: "@mui/x-date-pickers"
  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-08-19 12:37:31 +00:00
dependabot[bot]
f4f7855848
Bump @mui/x-data-grid from 6.11.0 to 6.11.2 in /frontend (#797)
Bumps [@mui/x-data-grid](https://github.com/mui/mui-x/tree/HEAD/packages/grid/x-data-grid) from 6.11.0 to 6.11.2.
- [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.11.2/packages/grid/x-data-grid)

---
updated-dependencies:
- dependency-name: "@mui/x-data-grid"
  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-08-19 12:36:07 +00:00
dependabot[bot]
a042447833
Bump eslint-config-prettier from 8.8.0 to 9.0.0 in /frontend (#798)
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.8.0 to 9.0.0.
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v8.8.0...v9.0.0)

---
updated-dependencies:
- dependency-name: eslint-config-prettier
  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-08-19 12:35:37 +00:00
jimtoshi
882388620a
Fix webpack heap out of memory (#794)
Changed dev script to fix "Javascript heap out of memory" error when running docker-compose.
2023-08-17 11:30:32 +00:00
Reckless_Satoshi
eaca597522
Remove /api/user endpoint from api.urls 2023-08-14 07:38:16 -07:00