Commit Graph

  • e4bddd2287
    feat(tauri): Automatically start frontend dev server when running cargo tauri dev (#63) binarybaron 2024-09-06 13:25:26 +02:00
  • ff9f349889
    build(deps): bump tokio-util from 0.7.11 to 0.7.12 dependabot[bot] 2024-09-05 11:47:31 +00:00
  • a8a99db738
    build(deps): bump serde_json from 1.0.124 to 1.0.128 dependabot[bot] 2024-09-05 11:47:01 +00:00
  • ff2e3ae8dd
    feat(gui): open links in default browser (#50) Einliterflasche 2024-09-04 17:11:06 +02:00
  • e4141c763b
    feat(tauri): Initialize Context in background (#59) binarybaron 2024-09-03 12:28:30 +02:00
  • 29ee6acb95
    build(deps): bump async-trait from 0.1.81 to 0.1.82 dependabot[bot] 2024-09-02 11:31:16 +00:00
  • 792fbbf746
    feat(asb + cli): Redact logs + unify tracing infrastructure (#1733) (#55) binarybaron 2024-09-01 18:13:43 +02:00
  • 1fe6391b7b
    ci: auto generate typescript bindings (#56) Einliterflasche 2024-08-31 11:41:33 +02:00
  • bcd2d95f03
    feat(cli): Change default testnet electrum server (#54) binarybaron 2024-08-29 14:30:40 +02:00
  • ff1ded55ba
    feat(gui): Clickable addresses to copy to clipboard (#38) Einliterflasche 2024-08-29 14:28:23 +02:00
  • 1b1fe0add5
    Merge pull request #53 from UnstoppableSwap/gui/tauri-event-listener-init-fn binarybaron 2024-08-29 13:58:30 +02:00
  • b8c8a566b3
    refactor(gui): Put tauri event listener registeres in dedicated function binarybaron 2024-08-29 13:57:47 +02:00
  • 05a661872b
    chore(gui): Add .vite folder to gitignore binarybaron 2024-08-29 13:57:25 +02:00
  • d913206062
    feat(gui): Preserve global state across page reloads (#48) binarybaron 2024-08-29 13:38:11 +02:00
  • c7c7cf1886
    Merge pull request #37 from UnstoppableSwap/tauri-feature-flag binarybaron 2024-08-28 14:32:18 +02:00
  • 0049c95d74
    test binarybaron 2024-08-28 15:25:32 +02:00
  • df8189512a
    test binarybaron 2024-08-28 15:21:21 +02:00
  • 67530839e6
    test binarybaron 2024-08-28 15:21:21 +02:00
  • 50539fed08
    Merge pull request #37 from UnstoppableSwap/tauri-feature-flag binarybaron 2024-08-28 14:32:18 +02:00
  • b10694f331
    wip: released event attach error binarybaron 2024-08-28 14:19:10 +02:00
  • 9f1d58d944
    Merge pull request #40 from UnstoppableSwap/change-electrum-server-testnet-default-cli binarybaron 2024-08-28 13:56:40 +02:00
  • 8208b2f8cc
    feat(cli): Change default electrum testnet server binarybaron 2024-08-28 13:53:30 +02:00
  • 6121eb1df7
    feat(ci): build arm binaries in ci pipeline Einliterflasche 2024-08-28 12:32:15 +02:00
  • f4ada78929
    refactor(cli): introduce tauri feature flag to allow the project to be compiled without tauri Einliterflasche 2024-08-28 12:25:30 +02:00
  • aac366ffc9
    Merge pull request #36 from UnstoppableSwap/fix-rpc-tests binarybaron 2024-08-28 12:25:53 +02:00
  • 66d1e7d72f
    chore(monero, monero_harness): bump tracing-subscriber to 0.3 binarybaron 2024-08-28 12:13:22 +02:00
  • 57c153de99
    refactor(cli): Refactor RPC server and fix tests binarybaron 2024-08-27 20:36:20 +02:00
  • ca25e0454f fix(tauri, gui): Allow Tauri command to be called with empty arguments binarybaron 2024-08-27 18:53:58 +02:00
  • de1f77bf80 fix(tauri_bindings): Emit swap id with WaitingForBtcDeposit event binarybaron 2024-08-27 15:23:43 +02:00
  • 88cfd6bc3e
    chore(ci): Temporarily disable armv7 cross compilation (#35) binarybaron 2024-08-27 20:27:54 +02:00
  • 2131500c7d chore: downgrade rust toolchain to 1.79 binarybaron 2024-08-27 18:07:10 +02:00
  • b2475763a7 chore(swap): Remove redundant clone of BidQuote binarybaron 2024-08-27 17:30:19 +02:00
  • c562e352f2 refactor(cli): Builder pattern for constructing Context Einliterflasche 2024-08-27 15:32:29 +02:00
  • 015c956273 fix(swap): Clippy errors (too many arguments, redundant clone) binarybaron 2024-08-26 18:01:57 +02:00
  • dc3c937333 fix(swap): Unit test compilation errors binarybaron 2024-08-26 17:48:19 +02:00
  • a57e3aff75
    clean: use dprint Einliterflasche 2024-08-26 16:19:11 +02:00
  • e3547fbec2
    Merge pull request #10 from UnstoppableSwap/tauri-events binarybaron 2024-08-26 16:14:29 +02:00
  • 26f0f54864
    Merge branch 'master' into tauri-events binarybaron 2024-08-26 16:10:28 +02:00
  • 349035d321
    refactor(tauri, swap): move rpc api to cli/api binarybaron 2024-08-26 15:40:50 +02:00
  • 5425a83871
    bump: Rust version to 1.80 binarybaron 2024-08-26 15:39:59 +02:00
  • cf641bc8bb
    feat(gui): Migrate to Tauri events binarybaron 2024-08-26 15:32:28 +02:00
  • d54f5c6c77
    refactor(tauri): Use macro and new Request trait for command generation binarybaron 2024-08-26 15:26:21 +02:00
  • 9b0023174b
    feat(gui): Add typeshare definitions binarybaron 2024-08-26 15:23:46 +02:00
  • 4939d63524
    refactor(swap, tauri_bindings): Overhaul API architecture and introduce Tauri events binarybaron 2024-08-26 15:18:11 +02:00
  • fea1e66c64
    chore(gui): Upgrade @tauri-apps/api and add eslint binarybaron 2024-08-26 15:04:22 +02:00
  • 6088bd18b4
    chore: Add prettier plugin to dprint config binarybaron 2024-08-26 15:03:03 +02:00
  • 956a26d181
    refactor(gui): Reorganize imports binarybaron 2024-08-18 19:31:45 +02:00
  • 59ba442d8b
    build(deps): bump serde_json from 1.0.124 to 1.0.127 dependabot[bot] 2024-08-26 11:46:53 +00:00
  • 39eaa44021
    build(deps): bump serde from 1.0.208 to 1.0.209 dependabot[bot] 2024-08-26 11:43:24 +00:00
  • db73aa6cea
    build(deps): bump jsonrpsee-core from 0.16.2 to 0.24.3 dependabot[bot] 2024-08-26 11:42:21 +00:00
  • 5962effa50
    docs: update READMEs (#25) Einliterflasche 2024-08-23 13:26:10 +02:00
  • 9ade321a94
    docs: update READMEs Einliterflasche 2024-08-23 13:14:32 +02:00
  • aef729331f
    Merge pull request #1760 from comit-network/dependabot/cargo/regex-1.10.6 Byron Hambly 2024-08-22 15:18:09 +02:00
  • 2faf7561bd
    build(deps): bump regex from 1.10.5 to 1.10.6 dependabot[bot] 2024-08-22 11:57:24 +00:00
  • 7871cf256b
    feat(asb + cli): Redact logs + unify tracing infrastructure (#1733) Einliterflasche 2024-08-21 16:33:04 +02:00
  • 622a8ccc25 fix: monero-harness regex error by bumping tracing-subscriber version Einliterflasche 2024-08-21 13:45:54 +02:00
  • e1c922b942 chore: change style slightly Einliterflasche 2024-08-21 13:44:17 +02:00
  • 2f392a79e8
    fix: ignore clippy lint binarybaron 2024-08-21 12:54:58 +02:00
  • 7eed9abb3d
    changelog: Notice for removal of --disable-timestamp binarybaron 2024-08-21 11:27:30 +02:00
  • 42091c9c4a
    Merge branch 'master' into redact-logs binarybaron 2024-08-20 17:30:46 +02:00
  • be6e399905
    lint: dprint fmt binarybaron 2024-08-20 17:30:26 +02:00
  • 55bfd95694
    Merge pull request #1759 from comit-network/dependabot/cargo/reqwest-0.12.7 Byron Hambly 2024-08-20 15:43:11 +02:00
  • e5069d6930 chore: add changelog entry Einliterflasche 2024-08-20 14:54:55 +02:00
  • 2d9ed8f8fe chore: use dprint Einliterflasche 2024-08-20 14:52:43 +02:00
  • 6fd5ac8690 fix: merge conflict Einliterflasche 2024-08-20 14:34:40 +02:00
  • 57e80fced1
    Merge branch 'master' into redact-logs Einliterflasche 2024-08-20 14:29:12 +02:00
  • 0ec1e91539 clean: remove unnecessary blocks Einliterflasche 2024-08-20 14:25:19 +02:00
  • 853164b7c7 fix: don't log tracing messages from other crates Einliterflasche 2024-08-20 14:16:54 +02:00
  • 3cebddf593
    build(deps): bump reqwest from 0.12.5 to 0.12.7 dependabot[bot] 2024-08-20 11:31:40 +00:00
  • b060c75cc7 fix: hoist state Einliterflasche 2024-08-20 13:02:33 +02:00
  • cccbba0db2 fix: logs now actually get printed when using 'swap logs' Einliterflasche 2024-08-19 16:12:39 +02:00
  • a99d9ba7f4 fix: log paths and remove -o flag Einliterflasche 2024-08-19 15:49:14 +02:00
  • ef7c1abcaf
    CI: Install dependencies required by Tauri (ci.yml) (#23) binarybaron 2024-08-19 07:27:40 +02:00
  • f29f62a045 feat: extract logs logic into function and add logs command to cli Einliterflasche 2024-08-16 15:23:41 +02:00
  • c3831e93cc
    Merge pull request #1758 from comit-network/dependabot/cargo/serde-1.0.208 Byron Hambly 2024-08-16 13:50:10 +02:00
  • 4eff6fe503
    build(deps): bump serde from 1.0.206 to 1.0.208 dependabot[bot] 2024-08-16 11:04:29 +00:00
  • dd93a79d87 fix: stack overflow on windows Einliterflasche 2024-08-15 15:00:55 +02:00
  • 61483141d2
    build(deps): bump serde_json from 1.0.124 to 1.0.125 dependabot[bot] 2024-08-15 11:30:37 +00:00
  • e56b7dbccf refactor: unify tracing utitilies for asb and cli Einliterflasche 2024-08-14 14:48:55 +02:00
  • defc94d0b7 fix: asb tracing, remove disable-timespamps option Einliterflasche 2024-08-14 13:49:29 +02:00
  • 4c0dbedc61
    build(deps): bump serde from 1.0.206 to 1.0.207 dependabot[bot] 2024-08-13 11:25:44 +00:00
  • fdd7d305b9 try to use tracing but fucking fail Einliterflasche 2024-08-12 16:21:51 +02:00
  • 018e803f88
    Merge pull request #1754 from comit-network/dependabot/cargo/serde-1.0.206 Byron Hambly 2024-08-12 15:19:57 +02:00
  • 504d05bfad
    Merge pull request #1753 from comit-network/dependabot/cargo/serde_json-1.0.124 Byron Hambly 2024-08-12 15:19:47 +02:00
  • 33901a2ea9
    build(deps): bump serde from 1.0.205 to 1.0.206 dependabot[bot] 2024-08-12 11:07:58 +00:00
  • c8cbd27b79
    build(deps): bump serde_json from 1.0.122 to 1.0.124 dependabot[bot] 2024-08-12 11:07:36 +00:00
  • c897c4c6e9 Fix swap/src/bin/swap.rs import issue Einliterflasche 2024-08-12 11:29:05 +02:00
  • 62ad10ac9c
    wip: Tauri event system binarybaron 2024-08-12 00:13:31 +02:00
  • 9b369a042c
    wip: Tauri event system binarybaron 2024-08-11 23:55:52 +02:00
  • 3135e58187 Merge remote-tracking branch 'repo-b/kill-monero-wallet-rpc-on-quit' Einliterflasche 2024-08-10 21:33:29 +02:00
  • bf62cec81d Merge remote-tracking branch 'repo-b/main' Einliterflasche 2024-08-10 21:30:48 +02:00
  • 718132b8b4
    feat: Kill monero-wallet-rpc on GUI exit binarybaron 2024-08-09 23:34:21 +02:00
  • acdb0231b5
    chore: Remove unused dependencies binarybaron 2024-08-10 12:35:44 +02:00
  • 191a25f941
    fix: Make spinner on PromiseInvokeButton same size as icon binarybaron 2024-08-10 12:23:39 +02:00
  • 116d9c0f4f
    fix: Prevent overscroll bounce binarybaron 2024-08-09 20:27:47 +02:00
  • 06f2a16715
    feat: Add custom Icon binarybaron 2024-08-09 20:14:06 +02:00
  • 3d16ff6d5c
    wip: WithdrawDialog migrated to Tauri IPC binarybaron 2024-08-09 19:46:58 +02:00
  • 47821cbe79
    wip: WithdrawDialog migrated to Tauri IPC binarybaron 2024-08-09 19:03:28 +02:00
  • 92034a5be8
    refactor: remover Arc for start_daemon binarybaron 2024-08-09 16:38:07 +02:00
  • 630f4c6f23
    chore: Add description to Cargo.toml for GUI binarybaron 2024-08-09 15:26:26 +02:00