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
d0c49d24d0
chore: updated sled-overlay to new version
2025-10-24 12:58:55 +03:00
oars
2d73148825
script/evgrd: fix compilation issue
2025-10-15 16:33:01 +03:00
parazyd
2e2de47c69
v0.5.0 release
2025-06-06 13:50:10 +02:00
parazyd
46d815ace0
chore: Update crate deps and freeze RandomX git rev
2025-05-21 15:01:54 +02:00
skoupidi
61c4b831e3
chore: updated sled-overlay to new version
2025-05-17 19:10:01 +03:00
parazyd
81f37b7b2a
chore: Update crate dependencies
2025-05-03 10:35:40 +02:00
skoupidi
c4f3b4eb11
chore: updated sled-overlay to new version
2025-04-25 14:47:40 +03:00
parazyd
c040d9c00f
chore: Update crate dependencies
2025-04-15 10:49:43 +02:00
Paul Otten
721502a468
Move from "nightly" toolchain to "stable".
...
Intended to address tau RefID "Gifn1u".
There are still a few things that require nightly.
- cargo +nightly fmt
- fuzzing
2025-04-14 19:42:15 -04:00
parazyd
f5baac83cf
chore: Update crate dependencies
2025-02-25 12:15:28 +01:00
skoupidi
a671d43cee
chore: fmt and fixed minor comments inconsistencies
2025-02-19 13:54:38 +02:00
darkfi
2bbe39e0ee
use RpcSettings and RpcSettingsOpt
2025-02-19 13:21:12 +02:00
parazyd
13620224c0
chore: Update crate dependencies
2025-02-09 10:32:33 +01:00
parazyd
604f443fd1
chore: Update license header year
2025-01-24 10:36:02 +01:00
parazyd
b5d7c52191
chore: Update crate dependencies
2025-01-21 14:21:32 +01:00
skoupidi
a76b9526bc
misc: use ~/.local/share/darkfi for app storage
2025-01-13 15:25:15 +02:00
skoupidi
bc22307e8b
rcp/server: generalize RequestHandler so we can create multiple instances of it
2024-12-05 16:22:43 +02:00
skoupidi
7739d8a40e
blockchain: use sled-overlay record parsing functions
2024-12-03 15:27:10 +02:00
skoupidi
a51211c037
Cargo.toml: updated sled-overlay version
2024-12-02 15:08:01 +02:00
darkfi
ca3faeb5b3
evgrd: change darkfi-serial from path=... to version=0.4.2
2024-11-23 17:59:26 +01:00
skoupidi
ea87f3767d
chore: updated sled-overlay to new version
2024-10-15 18:18:29 +03:00
parazyd
fbe6937a20
chore: Update crate dependencies
2024-10-15 16:08:54 +02:00
dasman
f9d3600e0c
evgrd: update to fully use millis
2024-10-02 12:39:48 +03:00
parazyd
242fe81658
chore: Update crate dependencies
2024-10-01 14:15:03 +02:00
dasman
86afe8d896
event_graph and evgrd: use INITIAL_GENESIS as seconds in for prune task as well
2024-09-27 21:22:27 +03:00
darkfi
a8751d4212
wallet/evgrd: flush on every write so tor works properly
2024-09-25 14:39:12 +02:00
darkfi
204de13e63
wallet/evgrd: add more debug and error handling to net interfaces.
2024-09-25 13:23:19 +02:00
darkfi
61b55002bf
evgrd: allow listening for rpc on multiple inbound addrs
2024-09-24 14:17:42 +02:00
dasman
47833e5415
evgrd: fix version number and add seed nodes
2024-09-23 13:37:41 +03:00
darkfi
4661036ed9
evgrd: add missing file for last commit: example/send.rs
2024-09-23 11:42:38 +02:00
darkfi
958b3e049b
evgrd: move bin/test.rs to example/recv.rs and add example/send.rs
2024-09-23 11:39:14 +02:00
darkfi
0ec8969b2d
evgrd: add code to branch on app versions and send corrected timestamp.
2024-09-23 09:10:34 +02:00
darkfi
804c3e7549
wallet: darkirc backend broadcast p2p events
2024-09-22 17:01:00 +02:00
darkfi
d5ba88e099
wallet: send msgs from the UI
2024-09-22 14:36:21 +02:00
darkfi
ac53cae94a
evgrd: add SENTEVENT to protocol
2024-09-22 12:32:30 +02:00
darkfi
131d18588b
evgrd: enable build-daemon feature which adds missing deps when compiling the daemon
2024-09-22 12:32:30 +02:00
darkfi
4aa44b36a0
wallet: tor-dirmgr tries to pull sqlite3, which on android has a missing symbol __extenddftf2 due to missing compiler builtins. We therefore link against clang_rt.builtins for each target_arch on android using a build.rs. See the code comment for more details.
2024-09-21 15:28:03 +02:00
darkfi
1bbb3bddcc
evgrd: change path for test client so it's not using the same data dir as the daemon itself ;)
2024-09-19 18:24:29 +02:00
darkfi
a915e34d66
evgrd: deserialize and print privmsg on new event
2024-09-19 18:22:35 +02:00
dasman
a63d628ec5
script/evgrd: fill in required LocalEventGraph fields and methods, and present a working test module
2024-09-19 18:23:49 +03:00
dasman
15c02253a8
script/evgrd: fetch successors of requested tips
2024-09-10 17:35:09 +03:00
dasman
9718ab96e1
script/evgrd: add .gitignore
2024-09-10 14:50:43 +03:00
darkfi
0cb3824544
evgrd: add missing JSON-RPC modules so dnet and deg work.
2024-09-10 10:41:38 +02:00
darkfi
ee738a1a32
evgrd: enable event graph
2024-09-10 10:25:16 +02:00
darkfi
f3937d2f0a
evgrd: test client and evgrd server skeletons
2024-09-10 10:16:43 +02:00
darkfi
407b32eb25
evgrd: add Daemon struct
2024-09-10 08:08:36 +02:00
darkfi
e11d2a8da1
evgrd: move from bin/ to script/
2024-09-08 13:23:43 +02:00