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. 1 年之前
..
bin 1bbb3bddcc evgrd: change path for test client so it's not using the same data dir as the daemon itself ;) 1 年之前
src a63d628ec5 script/evgrd: fill in required LocalEventGraph fields and methods, and present a working test module 1 年之前
.gitignore 9718ab96e1 script/evgrd: add .gitignore 1 年之前
Cargo.toml 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. 1 年之前
evgrd.toml e11d2a8da1 evgrd: move from bin/ to script/ 1 年之前