Commit graph

11 commits

Author SHA1 Message Date
наб
e8b45e9c48
feat(flatpak): work around nvidia driver compatibility by setting WEBKIT_DISABLE_DMABUF_RENDERER=1 (#742)
On
  GPU: NVIDIA GeForce RTX 4060 Ti
  Driver Version: 580.95.05, CUDA Version: 13.0
on Ubuntu 22.04 one sees
  $ flatpak run org.eigenwallet.app
  Gtk-Message: 12:51:00.306: Failed to load module "canberra-gtk-module"
  Gtk-Message: 12:51:00.306: Failed to load module "canberra-gtk-module"
  Gtk-Message: 12:51:00.551: Failed to load module "canberra-gtk-module"
  Gtk-Message: 12:51:00.552: Failed to load module "canberra-gtk-module"
  Failed to create GBM buffer of size 800x700: Invalid argument
  2025-11-01T09:51:00.990998736Z INFO swap::common::tracing_util: swap/src/common/tracing_util.rs:225: Initialized tracing. General logs will be written to swap-all.log, and verbose logs to tracing*.log level_filter=debug logs_dir=/home/user/.var/app/org.eigenwallet.app/data/xmr-btc-swap/cli/mainnet/logs
and the window opens, but never populates

This is the most-commonly-mentioned workaround

Closes: #665
2025-11-24 12:33:59 +01:00
einliterflasche
d87eba098e
clean mingw build dir to free up space 2025-11-19 11:17:32 +01:00
Binarybaron
502981c0d1 fix(ci): try to fix homebrew 2025-11-13 18:22:26 +01:00
Raphael
55cca0c54f
build: Improve caching (#681)
* move regenerate_sqlx_cache.sh to dev-scripts

* helix ignore src-tauri/gen

* delete old regenerate_sqlx_cache

* build monero c++ dependencies in target/debug/monero-depends to avoid rebuilding

* add sccache rustc wrapper

* install sccache in ci

* key cache by target as well

* remove sccache
2025-11-12 12:39:21 +01:00
наб
b6e9ff291e
fix(ci): retry wget downloads up to 20 times instead of never, don't kill all output (#706) 2025-11-10 19:14:14 +01:00
einliterflasche
10a039a22e
Merge branch 'master' of https://github.com/UnstoppableSwap/core 2025-11-10 16:45:05 +01:00
einliterflasche
e229b0d8bb
fix homebrew template (include darwin in filename_ 2025-11-10 16:44:58 +01:00
наб
9c139423be
Embed version into flatpaks. Export them as stable branch from CI (#696) 2025-11-10 16:26:03 +01:00
Mohan
27d81aad1e
feat(defaults, gui): add bluewallet and cakewallet electrum servers (#686)
* feat(defaults, gui): add bluewallet and cakewallet electrum servers

* progress

* fix circular dependency

* detect import cycles

* add changelog entry

* move DEFAULT_RENDEZVOUS_POINTS into defaults.ts

* move defaults.rs and types.ts one level higher

* rename

* collapse PRESET_RENDEZVOUS_POINTS and DEFAULT_RENDEZVOUS_POINTS
2025-11-09 11:41:55 +01:00
наб
111a5a3271
feat(CI): build + upload flatpak to gh-pages in build-gui-release-binaries.yml (#688)
* fix(flatpak): remove unused net.unstoppableswap.gui.json

This is the same as o.e.a.json just with a different id,
is unused, and was clearly supposed to be a rename,
not a copy, in the referenced commit

Fixes: 517a4fa574

* refactor(CI): clean up build-gui-release-binaries.yml

* refactor(publish_flatpak): deslopify. NFC

* refactor(publish_flatpak): lift out .flatpakrepo & .flatpakref

Common bits at the top for convenience

* feat(CI): build + upload flatpak to gh-pages in build-gui-release-binaries.yml

This is equivalent to the current flatpak releases except it also has
the icon
2025-11-08 19:04:16 +01:00
Binarybaron
27f3a80741 rename dev_scripts to dev-scripts, move homebrew template into its own folder 2025-10-19 19:17:13 +02:00