This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
darkfi
Watch
1
Star
1
Fork
0
You've already forked darkfi
mirror of
https://github.com/darkrenaissance/darkfi.git
synced
2026-01-10 23:27:56 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4aa44b36a005967ba3bfff09d740eb2edd93260f
darkfi
/
script
/
evgrd
History
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
..
bin
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
src
script/evgrd: fill in required LocalEventGraph fields and methods, and present a working test module
2024-09-19 18:23:49 +03:00
.gitignore
script/evgrd: add .gitignore
2024-09-10 14:50:43 +03:00
Cargo.toml
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
evgrd.toml
evgrd: move from bin/ to script/
2024-09-08 13:23:43 +02:00