Commit Graph

  • 9afb825cee
    Bump jest and @types/jest in /frontend dependabot[bot] 2023-04-24 14:04:51 +0000
  • 415af89501
    Bump @react-native-clipboard/clipboard from 1.11.1 to 1.11.2 in /mobile dependabot[bot] 2023-04-24 14:04:33 +0000
  • fe1407b1d6
    Bump react-i18next from 11.18.6 to 12.2.2 in /frontend dependabot[bot] 2023-04-24 14:04:16 +0000
  • ac5df3c102
    Bump grpcio from 1.43.0 to 1.54.0 dependabot[bot] 2023-04-24 14:04:11 +0000
  • 9c914c7227
    Bump github-pages from 226 to 228 in /docs dependabot[bot] 2023-04-24 14:03:58 +0000
  • 9670f3cb8f
    Bump scipy from 1.8.0 to 1.10.1 dependabot[bot] 2023-04-24 14:03:45 +0000
  • d453e4636c
    Bump openpgp from 5.7.0 to 5.8.0 in /frontend dependabot[bot] 2023-04-24 14:03:41 +0000
  • e45f3821dc
    Bump sqlalchemy from 1.4.31 to 2.0.10 dependabot[bot] 2023-04-24 14:03:38 +0000
  • c55dd77c32
    Bump eslint-import-resolver-typescript from 3.5.4 to 3.5.5 in /frontend dependabot[bot] 2023-04-24 14:03:36 +0000
  • 58f240689a
    Bump psycopg2 from 2.9.5 to 2.9.6 dependabot[bot] 2023-04-24 14:03:31 +0000
  • aa7960a162
    Bump eslint-config-prettier from 8.5.0 to 8.8.0 in /mobile dependabot[bot] 2023-04-24 14:03:27 +0000
  • 07a82582b2
    Configure dependabot Reckless_Satoshi 2023-04-24 07:00:48 -0700
  • e4c1089b46
    Add generating animation and fix robot corrupted robot garage load Reckless_Satoshi 2023-04-24 06:43:21 -0700
  • 325de727fe
    fix channel_balance to use int object inside Amount daywalker90 2023-04-24 13:44:07 +0200
  • 7e47fb60bf
    Add automatic dispute resolution (#437) Reckless_Satoshi 2023-04-24 11:05:52 +0000
  • e5f4b63310
    Small fixes Reckless_Satoshi 2023-04-24 04:04:24 -0700
  • 32626d826c
    Fix gen_hold_invoice, plus some other tiny fixes (#435) daywalker90 2023-04-24 13:01:18 +0200
  • 6ddb9e36be
    Add automatic dispute resolution logic Reckless_Satoshi 2023-04-24 02:09:45 -0700
  • ff38026a73
    fixes to gen_hold_invoice, plus some other tiny fixes daywalker90 2023-04-24 01:20:52 +0200
  • b399d6a608
    Delete googleapis after use Reckless_Satoshi 2023-04-23 14:58:21 -0700
  • 52df958be8
    Add full semver string (v) Reckless_Satoshi 2023-04-23 13:44:38 -0700
  • 63e59f02f2
    Add handle no balance logs on swap_fee_rate info view Reckless_Satoshi 2023-04-23 12:31:30 -0700
  • 4f9280e797
    Fix basic Main styled components Reckless_Satoshi 2023-04-23 12:03:38 -0700
  • 6a3a349c69
    Fix CLN gRPC port Reckless_Satoshi 2023-04-23 07:57:30 -0700
  • aad158bf50
    Merge pull request #434 from Reckless-Satoshi/env-vars-gitignore Reckless_Satoshi 2023-04-23 14:48:38 +0000
  • 34e9557970
    Add googleapis folder to .dockerignore (lighter coordinator image) Reckless_Satoshi 2023-04-23 07:46:12 -0700
  • 6faf7c5312
    Add sample environmental variables, small fixes Reckless_Satoshi 2023-04-23 07:33:26 -0700
  • 43edc27224
    Merge pull request #433 from daywalker90/cln Reckless_Satoshi 2023-04-23 13:58:25 +0000
  • 052ea2c2d2
    fix generate_rpc daywalker90 2023-04-23 14:40:56 +0200
  • ac02ecad65
    refactored double_check_htlc_is_settled to the end to match lnds file daywalker90 2023-04-23 02:28:04 +0200
  • 1a038232c9
    add clns lookup_invoice_status daywalker90 2023-04-23 02:25:20 +0200
  • 408f304ca0
    rename htlc_cltv to htlc_expiry daywalker90 2023-04-23 01:57:53 +0200
  • a05befd93a
    get_version: add try/except, refactor to top to mimic lnd.py daywalker90 2023-04-23 01:47:12 +0200
  • f4525d97f6
    remove lnd specific commented code daywalker90 2023-04-23 01:44:33 +0200
  • 2820a39b2f
    renaming cln file, class and get_version daywalker90 2023-04-23 01:24:10 +0200
  • e0f406ccb8
    flake8 fixes daywalker90 2023-04-18 16:14:36 +0200
  • d3e0c11358
    enable flake8 daywalker90 2023-04-18 16:06:45 +0200
  • 9eb15cabc7
    fix name of get_lnd_version daywalker90 2023-04-18 15:51:20 +0200
  • 0e03822374
    first draft of clns follow_send_payment daywalker90 2023-04-18 15:50:51 +0200
  • 1aeb1ec8a9
    add get_cln_version daywalker90 2023-04-17 14:40:31 +0200
  • ccac832be5
    remove comment daywalker90 2023-04-17 14:08:49 +0200
  • 267371caeb
    remove unneeded payment_hash from gen_hold_invoice daywalker90 2023-04-17 14:06:47 +0200
  • e91e5f634f
    gen_hold_invoice now takes 3 more variables to build a label for cln daywalker90 2023-04-17 14:05:27 +0200
  • d282c3631d
    add unsettled_local_balance and unsettled_remote_balance daywalker90 2023-04-17 13:56:27 +0200
  • fb2c1186ab
    first draft daywalker90 2023-04-12 00:16:17 +0200
  • 63db567703
    init daywalker90 2023-04-11 17:19:18 +0200
  • df7f034667
    Small variable name fixes Reckless_Satoshi 2023-04-22 12:41:17 -0700
  • 1625f7e848
    Add CLN version to frontend and other fixes Reckless_Satoshi 2023-04-22 12:31:39 -0700
  • 1daad1b062
    Add lnnode vendor switch (#431) Reckless_Satoshi 2023-04-22 15:40:53 +0000
  • a56e278654
    Add CLN node backend image and service (#418) Reckless_Satoshi 2023-04-12 22:51:27 +0000
  • ac24c310c5
    Refactor LNNode, use versioner for LND get_version, refactor macaroon (#432) Reckless_Satoshi 2023-04-22 18:54:03 +0000
  • c01f5b977d
    Move LND specific rpc calls from tasks to LNNode Reckless_Satoshi 2023-04-22 11:39:37 -0700
  • 7cd904e2e2
    Move LND specific rpc calls from the follow-invoices thread to LNNode Reckless_Satoshi 2023-04-22 10:40:51 -0700
  • cbc7e018b4
    Add Versioner rpc, use versioner for LND get_version, refactor macaroon Reckless_Satoshi 2023-04-22 08:29:43 -0700
  • 9da7bbef18
    Add LNNode vendor switch Reckless_Satoshi 2023-04-22 07:17:50 -0700
  • 98b46f8b4e
    Add LNNode vendor switch Reckless_Satoshi 2023-04-22 07:17:50 -0700
  • 77a9fadd5c
    Add CLN node backend image and service (#418) Reckless_Satoshi 2023-04-12 22:51:27 +0000
  • b227df7c7c
    Improve preliminary sats summary, add taker satoshis (#429) Reckless_Satoshi 2023-04-21 11:10:47 +0000
  • 17aa487549
    Collect phrases Reckless_Satoshi 2023-04-21 04:08:56 -0700
  • 9948476e3a
    Improve preliminary sats summary, add taker satoshis Reckless_Satoshi 2023-04-21 02:57:18 -0700
  • f4dc15d38a
    Update zh-TR.json (#425) ra5pvt1n 2023-04-21 11:05:44 +0000
  • 6fb99d35c6
    Update zh-SI.json (#424) ra5pvt1n 2023-04-21 11:04:12 +0000
  • 3bd1201bfb
    Collect phrases Reckless_Satoshi 2023-04-21 03:56:28 -0700
  • 3122e1bac8
    Improve preliminary sats summary, add taker satoshis Reckless_Satoshi 2023-04-21 02:57:18 -0700
  • 7665a2bb22
    Refactor tradebox states as switch, fix websocket first connect, show PGP erros. Reckless_Satoshi 2023-04-20 08:19:47 -0700
  • 28ef253020
    Refactor context (#427) Reckless_Satoshi 2023-04-20 14:52:03 +0000
  • a0333d89be
    Refactor context Reckless_Satoshi 2023-04-19 04:35:34 -0700
  • 7fb080c613
    Update zh-TR.json ra5pvt1n 2023-04-19 15:21:28 +0200
  • b564f39a50
    Update zh-SI.json ra5pvt1n 2023-04-19 15:20:14 +0200
  • b00d44bc25
    Move AppContext to top level Reckless_Satoshi 2023-04-19 03:00:55 -0700
  • e3b7f1f268
    Fix ErrorBoundary background Reckless_Satoshi 2023-04-17 03:14:38 -0700
  • c2110d1620
    Migrate to react-dom-router v6 (#422) Reckless_Satoshi 2023-04-16 18:10:48 +0000
  • 2f1034adfd
    Migrate to react-dom-router v6 Reckless_Satoshi 2023-04-16 08:51:27 -0700
  • a16af276c5
    Add error boundary (#421) Reckless_Satoshi 2023-04-15 18:47:46 +0000
  • c33ef65e5c
    Add error boundary Reckless_Satoshi 2023-04-15 11:44:00 -0700
  • da3c7b256e
    Move db and i2p config to /node Reckless_Satoshi 2023-04-15 04:23:43 -0700
  • 5de922d8ee
    Fix not found npm dev container node_modules, new entrypoint Reckless_Satoshi 2023-04-15 04:02:41 -0700
  • dfb399c55f
    Bump commonmarker from 0.23.8 to 0.23.9 in /docs (#420) dependabot[bot] 2023-04-12 22:55:45 +0000
  • b0f60fef8c
    Bump nokogiri from 1.14.2 to 1.14.3 in /docs (#419) dependabot[bot] 2023-04-12 22:55:34 +0000
  • 2b9e4ecdab
    Bump commonmarker from 0.23.8 to 0.23.9 in /docs dependabot[bot] 2023-04-12 22:54:23 +0000
  • 67c8725ad2
    Bump nokogiri from 1.14.2 to 1.14.3 in /docs dependabot[bot] 2023-04-12 22:53:56 +0000
  • 48d3493ca0
    Add hodlvoice Dockerfile and entrypoint Reckless_Satoshi 2023-04-12 15:33:02 -0700
  • d9ea29a260
    Add cln service Reckless_Satoshi 2023-04-12 06:31:27 -0700
  • 89111f2f27
    Fix parameter typo (#416) SatFlow 2023-04-11 16:54:52 +0000
  • 8c31c19e12
    Fix parameter typo SatFlow 2023-04-11 12:48:57 +0000
  • d590bfe3f6
    Fix parameter typo GGP1 2023-04-11 09:27:06 -0300
  • bdd0174b92
    Fix conflicting release workflow ids v0.4.3-alpha Reckless_Satoshi 2023-04-10 10:38:42 -0700
  • 799226603c
    Bump to v0.4.3 Reckless_Satoshi 2023-04-10 10:27:10 -0700
  • 9a99e6f1ff
    Fix hide currency column in book when mode is swaps Reckless_Satoshi 2023-04-10 10:21:27 -0700
  • 1ac6e0fa86
    Add multi architecture Android builds and reduce bundle sizes (#413) Reckless_Satoshi 2023-04-10 17:02:30 +0000
  • 0eff55ae2b
    Add universal build Reckless_Satoshi 2023-04-10 10:00:59 -0700
  • 2aa0398d7f
    Disable Proguard Reckless_Satoshi 2023-04-10 09:38:08 -0700
  • a6cf6ae309
    Add multi architecture Android builds and reduce bundle sizes Reckless_Satoshi 2023-04-10 09:11:57 -0700
  • 72f620fee4
    Fix fetchInfo android Reckless_Satoshi 2023-04-10 04:42:17 -0700
  • 26a4d3860d
    Fix overflow by IRT on exchange_rate DecimalField Reckless_Satoshi 2023-04-09 14:37:30 -0700
  • 473a38faf9
    Add Iranian Toman (IRT) currency (#412) Hesam 2023-04-09 21:36:05 +0000
  • cc7579d2d8
    Added Iranian Toman (IRT) currency (#1) Hesam 2023-04-09 21:02:52 +0000
  • 719c41705d
    Improve payment method strings to icons performance Reckless_Satoshi 2023-04-09 12:44:02 -0700
  • e783dea305
    Fixes "no robot", add launchers on Android. (#411) Reckless_Satoshi 2023-04-09 18:48:25 +0000
  • e698838aec
    Collect new phrases Reckless_Satoshi 2023-04-09 11:46:54 -0700