Commit Graph

3332 Commits

Author SHA1 Message Date
epiphany
4c19e2a04a fud/pow: add setting to toggle BTC block hash in challenge 2025-11-11 14:16:10 +00:00
epiphany
7c67eb9375 dht, fud: integrate direct session, add inbound timeout, use DHT events 2025-11-11 14:16:10 +00:00
epiphany
ea4848702c fud: add SeedersFound event 2025-11-11 14:16:10 +00:00
skoupidi
e06f0201d9 drk/dao: typos chore 2025-11-10 12:26:24 +02:00
skoupidi
1eaff1640a drk/scanned_blocks: properly deserialize height 2025-11-10 12:24:24 +02:00
skoupidi
f5403d25ea chore: dropped obselete dhtd 2025-11-07 13:13:36 +02:00
oars
06ac488ccb bin/app: replace log with tracing
- replaced android-logger with android-tracing crate
- use tracing-appender to make file-rotate nonblocking
- add a couple of targets to muted_targets
2025-11-07 10:15:37 +03:00
oars
d9f0feff33 bin/genev/genev-cli: change logging function 2025-11-07 10:15:36 +03:00
oars
416dc77654 bin/minerd: replace simplelog with tracing-subscriber for setting up logger for programmatic control 2025-11-07 10:15:36 +03:00
oars
83fe73480b bin/fud/fu: change logging function and use ColorChoice from termcolor 2025-11-07 10:15:36 +03:00
oars
4b739963c6 bin/explorer/explorerd: replace simplelog with tracing-subscriber for setting up logger for tests
- replaced dynamic targets with static targets since tracing crate only supports setting static targets in the logger macros
2025-11-07 10:15:36 +03:00
oars
7b07425b38 bin/darkfid: replace simplelog with tracing-subscriber for setting up logger for programmatic control 2025-11-07 10:15:36 +03:00
oars
d85cf80dbf replace log imports with tracing everywhere 2025-11-07 10:15:36 +03:00
oars
ac0365cc60 Cargo.toml, Cargo.lock: change dependencies used for logging
- replace log crate with tracing,
- replace simple-log crate with tracing-subscriber and tracing-appender
- add nu-ansi-term crate as a dependency which is itself tracing-subscriber's dependency,
  inorder to write colored outputs to the terminal since we override formatting provided
  by tracing-subscriber
2025-11-07 10:15:36 +03:00
skoupidi
88c159bd06 drk/interactive: typos chore 2025-11-06 20:28:18 +02:00
skoupidi
564dce98e0 drk/interactive: restore blocking mode when printing notifications 2025-11-06 20:23:54 +02:00
skoupidi
9a5b6f6029 drk/dao: skip governance coins that are not part of the snapshot when votting 2025-11-06 20:22:17 +02:00
darkfi
2917486b14 app: recreate the internal video queue when init() is called (window closed and reopened) 2025-11-02 10:28:03 +01:00
darkfi
06ae05d11f app: make tweaks to build and release workflow for win/mac 2025-11-01 15:18:01 +01:00
darkfi
1ed1dd35fc app: final bg vid tweaks for release. darken bg on actual chats with a subtle gradient, diff sizes for mobile and desktop. 2025-11-01 12:23:38 +01:00
skoupidi
a8682b50c8 drk/rpc: handle initial client failure due to offline darkfid 2025-10-31 14:03:03 +02:00
skoupidi
dbcbf706fe drk/dao: import updates existing record params(keys) 2025-10-31 14:02:19 +02:00
darkfi
d14039b0ee app: update vid bg 2025-10-30 19:07:07 +01:00
skoupidi
31d364e478 drk: dropped useless dao update-key functionality 2025-10-30 17:47:10 +02:00
skoupidi
ae4ae3e9ec drk/interactive: missing message items added 2025-10-30 17:43:32 +02:00
darkfi
64b167e134 app: use upstream parley git repo, rework editor set_selection() 2025-10-30 09:04:21 +01:00
skoupidi
035a53c500 drk: gracefully handle rpc disconnects with a resetable client 2025-10-29 13:30:46 +02:00
darkfi
6cf6d53714 app: always center background video 2025-10-29 09:57:17 +01:00
skoupidi
fe6efa2eaa drk/interactive: missing autocomplete items added 2025-10-28 21:02:49 +02:00
skoupidi
02a6b76cfe drk/deploy: minor comment fix 2025-10-28 16:13:41 +02:00
skoupidi
f3cb431b86 drk/interactive: fixed minor parsing bugs in dao commands 2025-10-27 19:59:13 +02:00
skoupidi
bf28b41023 drk/interactive: handle zombie subscriptions 2025-10-27 16:26:14 +02:00
skoupidi
3d62bd6a2c drk: contract deployment history added 2025-10-27 13:46:26 +02:00
darkfi
f5037e7d0d app: use QOI files for video loading 2025-10-26 18:28:01 +01:00
darkfi
6c1941c49b app: make menu darker 2025-10-25 21:58:33 +02:00
skoupidi
b419205e8c drk: use contract id as the key for deployment auths 2025-10-25 13:56:16 +03:00
skoupidi
699c942fb7 drk: updated contract deployment code to be fully functional 2025-10-24 15:47:52 +03:00
darkfi
f28e18f349 app: fix warnings 2025-10-24 14:41:20 +02:00
darkfi
149c3c7757 app: hide keyboard when opening emoji selector 2025-10-24 14:17:57 +02:00
skoupidi
d0c49d24d0 chore: updated sled-overlay to new version 2025-10-24 12:58:55 +03:00
epiphany
f476cd5fac dnet: add direct session support 2025-10-23 19:14:30 +03:00
darkfi
aa8e53f500 app: raise outbound conns from 1 to 3 2025-10-23 16:47:29 +02:00
darkfi
677a2a2b08 app: fix broken android build due to fixing warnings in 6919ef8782 2025-10-23 11:09:20 +02:00
darkfi
e1ba7e251b app: fix Makefile to download video bg data 2025-10-23 11:01:24 +02:00
darkfi
5718248895 app/edit: move eval_rect() outside of redraw() so it can happen before behave.apply_cursor_scroll() when needed. 2025-10-23 10:52:22 +02:00
darkfi
6e120f5217 app: cargo update + switch parley to fork temporarily 2025-10-22 22:26:36 +02:00
darkfi
8f3242d29f app: minor bugfix edit with bottom border not respected 2025-10-22 15:26:23 +02:00
darkfi
d0875ec6bd app: reduce text latency by making text input and editbox resizing separate gfx ops 2025-10-20 13:51:05 +02:00
darkfi
b171a58212 app: fix chatview scrolling not updating correctly per update, by moving the atomic guard within the loop 2025-10-19 19:31:31 +02:00
darkfi
6919ef8782 app: fix warnings 2025-10-19 14:23:34 +02:00