1073 Commits

Author SHA1 Message Date
34e9557970 Add googleapis folder to .dockerignore (lighter coordinator image) 2023-04-23 07:46:19 -07:00
df7f034667 Small variable name fixes 2023-04-22 12:41:17 -07:00
ac24c310c5 Refactor LNNode, use versioner for LND get_version, refactor macaroon (#432)
* Add Versioner rpc, use versioner for LND get_version, refactor macaroon

* Move LND specific rpc calls from the follow-invoices thread to LNNode

* Move LND specific rpc calls from tasks to LNNode
2023-04-22 18:54:03 +00:00
b227df7c7c Improve preliminary sats summary, add taker satoshis (#429)
* Improve preliminary sats summary, add taker satoshis

* Collect phrases
2023-04-21 11:10:47 +00:00
f4dc15d38a Update zh-TR.json (#425) 2023-04-21 11:05:44 +00:00
6fb99d35c6 Update zh-SI.json (#424) 2023-04-21 11:04:12 +00:00
7665a2bb22 Refactor tradebox states as switch, fix websocket first connect, show PGP erros. 2023-04-20 09:41:34 -07:00
28ef253020 Refactor context (#427)
* Move AppContext to top level

* Refactor context
2023-04-20 14:52:03 +00:00
e3b7f1f268 Fix ErrorBoundary background 2023-04-17 04:16:30 -07:00
c2110d1620 Migrate to react-dom-router v6 (#422) 2023-04-16 18:10:48 +00:00
a16af276c5 Add error boundary (#421) 2023-04-15 18:47:46 +00:00
da3c7b256e Move db and i2p config to /node 2023-04-15 04:23:43 -07:00
5de922d8ee Fix not found npm dev container node_modules, new entrypoint 2023-04-15 04:02:41 -07:00
dfb399c55f Bump commonmarker from 0.23.8 to 0.23.9 in /docs (#420)
Bumps [commonmarker](https://github.com/gjtorikian/commonmarker) from 0.23.8 to 0.23.9.
- [Release notes](https://github.com/gjtorikian/commonmarker/releases)
- [Changelog](https://github.com/gjtorikian/commonmarker/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gjtorikian/commonmarker/compare/v0.23.8...v0.23.9)

---
updated-dependencies:
- dependency-name: commonmarker
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-12 22:55:45 +00:00
b0f60fef8c Bump nokogiri from 1.14.2 to 1.14.3 in /docs (#419)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.14.2 to 1.14.3.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.14.2...v1.14.3)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-12 22:55:34 +00:00
89111f2f27 Fix parameter typo (#416) 2023-04-11 16:54:52 +00:00
bdd0174b92 Fix conflicting release workflow ids v0.4.3-alpha 2023-04-10 10:38:42 -07:00
799226603c Bump to v0.4.3 2023-04-10 10:27:10 -07:00
9a99e6f1ff Fix hide currency column in book when mode is swaps 2023-04-10 10:21:27 -07:00
1ac6e0fa86 Add multi architecture Android builds and reduce bundle sizes (#413)
* Add multi architecture Android builds and reduce bundle sizes

* Disable Proguard

* Add universal build
2023-04-10 17:02:30 +00:00
72f620fee4 Fix fetchInfo android 2023-04-10 04:42:17 -07:00
26a4d3860d Fix overflow by IRT on exchange_rate DecimalField 2023-04-09 14:37:30 -07:00
473a38faf9 Add Iranian Toman (IRT) currency (#412)
Add Iranian Toman (IRT) currency
2023-04-09 21:36:05 +00:00
719c41705d Improve payment method strings to icons performance 2023-04-09 12:44:02 -07:00
e783dea305 Fixes "no robot", add launchers on Android. (#411)
* Update robohash repo url to RoboSats org

* Add external launchers

* Fix no-robot issue due to timing of initial fetchInfo

* Collect new phrases
2023-04-09 18:48:25 +00:00
025d975b6c Improve handling of long in_transition htlcs 2023-04-08 04:19:56 -07:00
ee8becebd9 Add stray locked htlc handler (#410) 2023-04-06 10:59:50 +00:00
be060dff34 Update ca.json (#409)
New version sentences translated
2023-04-06 09:45:23 +00:00
ab617ce608 Migrate mui-x components to v6 (#408)
* Migrate mui-x components to v6

* Collect phrases
2023-04-03 18:38:52 +00:00
1b913e6b5f Bump lnd dev container to v0.16.0-beta 2023-04-03 07:41:33 -07:00
2a31420e6d Bump bitcoind dev container to 24.0.1 2023-04-03 07:37:28 -07:00
9c5f4d4f46 Fix adjust swap button book visibility 2023-04-03 07:19:30 -07:00
d88b391d42 Allow all cors origins (#407) 2023-04-02 20:55:42 +00:00
f105e8075c Fixed npub address (#406)
Had the npub for the Robosats order bot in there previously. Changed to the official Robosats npub
2023-04-02 19:09:23 +00:00
5b1f64ced8 Improve booktable performance by 15-30% 2023-03-28 10:37:14 -07:00
399f8102f2 Add notification for new in-app chat messages (#403)
* Add TG message for new in-app chat messages

* Add emojis and collect phrases
2023-03-27 09:37:36 +00:00
f4ae80c593 Added Nostr donate info. (#402) 2023-03-26 13:17:34 +00:00
7700d6daeb Add theBTCcourse tutorial and vanity project paynym 2023-03-25 08:17:29 -07:00
7f19af6f41 Fix es.json and collect phrases 2023-03-25 04:55:33 -07:00
0ab25be507 Update es.json (#401) 2023-03-25 11:52:40 +00:00
877fbf955b Fix prevent "Tinkoff" and "Tinkoff QR" methods collision. (#400)
* New payment methods and icons for Russia.
SBP, Tinkoff QR. New icon for Tinkoff.

* Fix to prevent Tinkoff and Tinkoff Qr collision.
"Tinkoff" is "Tinkoff Bank" now. And "Sberbank" is "Sber Bank" (which is true, actually).
2023-03-25 11:51:51 +00:00
8c66a5db82 Add devfund paynym 2023-03-19 08:16:50 -07:00
bac276dd0d Add backend phrases 2023-03-18 13:32:24 -07:00
37041e474b Fix spanish translation 2023-03-18 13:09:44 -07:00
11e2d39640 Update spanish translation (#399)
* Unas cuantas traducciones mas.

* Update es.json

* Update es.json

* Update es.json

---------

Co-authored-by: Nailuj2000 <irc@extralab.net>
2023-03-18 20:02:56 +00:00
44000f2535 Bump to v0.4.2-alpha v0.4.2-alpha 2023-03-18 03:43:27 -07:00
7fdbebb2aa Add envvars for target_conf 2023-03-18 03:39:37 -07:00
9158bd4c98 Fix reject too low mining fees (< 12 blocks conf target) 2023-03-17 15:06:15 -07:00
eac5a5f714 Fix robots with tg enabled were being killed 2023-03-17 13:01:59 -07:00
6d4c948a53 Add new payment methods and icons for Russia. (#397)
SBP, Tinkoff QR. New icon for Tinkoff.
2023-03-17 19:56:16 +00:00