65 Commits

Author SHA1 Message Date
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