Commit Graph

3522 Commits

Author SHA1 Message Date
lunar-mining
0e680ed6e7 book/ SUMMARY: move up anon assets section 2022-06-08 14:26:40 -05:00
lunar-mining
b8e3d5a168 book/ blockchain: added high level overview 2022-06-08 14:25:29 -05:00
lunar-mining
db3d7429a0 book/ overview: fixed typo 2022-06-08 14:13:08 -05:00
lunar-mining
81f576fe89 book/ overview: updated DarkFi summary 2022-06-08 14:04:04 -05:00
lunar-mining
2d441a41ba README: rename testnet to demo 2022-06-08 12:56:02 -05:00
lunar-mining
ab7e0019ed doc/ SUMMARY: removed tutorial.md 2022-06-08 12:53:45 -05:00
lunar-mining
de65daa454 book: create learn section for zk-explainer and move tutorial up 2022-06-08 12:41:45 -05:00
lunar-mining
69096cfc56 book/ zk_explainer: added title and math formatter 2022-06-08 12:16:32 -05:00
Dastan-glitch
757c464167 update README so rustup link is fixed in book 2022-06-07 14:35:34 +00:00
parazyd
ce52d8b07b Add plotters crate as a dev-dependency to visualise zk circuits. 2022-06-07 09:48:52 +02:00
parazyd
1e8d99d849 doc: Update git link to mdbook-katex. 2022-06-07 09:48:52 +02:00
Dastan-glitch
01287b22c1 tau-cli: properly write multi line comments in desc_in_editor function 2022-06-07 01:30:44 +00:00
ghassmo
cb8e873d95 net: minor fix 2022-06-07 03:34:35 +03:00
aggstam
93ae339b5f consesus: epoch added 2022-06-05 15:27:21 +03:00
parazyd
84ea1e05f4 zk: Rework arithmetic chip to allow for more configuration and cell reuse. 2022-06-05 13:14:06 +02:00
lunar-mining
bb54125aaf book/ SUMMARY: fixed broken file path 2022-06-04 17:34:44 +02:00
lunar-mining
7d073bf729 book: moved overview into architecture 2022-06-04 17:15:15 +02:00
lunar-mining
59de735489 book: remove title page from zk explainer 2022-06-04 17:11:59 +02:00
lunar-mining
a1cb4f0aa8 book: fixed broken img link 2022-06-04 17:10:58 +02:00
lunar-mining
2cad4bd841 book: removed outdated img 2022-06-04 17:09:38 +02:00
lunar-mining
e4f96a572e book: renamed demo to tutorial and updated SUMMARY 2022-06-04 17:02:43 +02:00
lunar-mining
469b7b4925 book: created overview section 2022-06-04 16:54:52 +02:00
lunar-mining
ec986d0e57 added zk explainer and renamed tutorial to demo 2022-06-04 16:54:52 +02:00
lunar-mining
90ddcce144 book/ tutorial: rename testnet to demo 2022-06-04 16:54:52 +02:00
parazyd
1b3fc53362 research: Oblivious PRF. 2022-06-03 12:07:39 +02:00
Dastan-glitch
6d0cbb36bd book: skip $ sign in tau 2022-06-02 15:20:04 +00:00
aggstam
ca660f5fe0 darkfid, faucetd: optional clock sync(config/args based) 2022-06-02 17:09:43 +03:00
aggstam
360db522e5 consenus: renamed epoch to slot 2022-06-02 14:33:49 +03:00
ghassmo
2558380865 net: handler listener failuer and don't let the acceptor stop 2022-06-02 01:42:27 +03:00
narodnik
7aa8d166f9 daod add double vote fix 2022-06-01 18:39:28 +02:00
ghassmo
93701697ff book: update tau guide 2022-06-01 04:43:41 +03:00
ghassmo
9860852322 tau: update README.md 2022-06-01 04:39:32 +03:00
ghassmo
458b1131af ircd: update README.md 2022-06-01 04:37:18 +03:00
ghassmo
a59b4786d9 ircd: write proper messages in info! output 2022-06-01 03:59:10 +03:00
ghassmo
1b6ef956fe example/p2pdebug: update log config 2022-06-01 00:52:09 +03:00
Dastan-glitch
8f472cdad8 bin/ircd: use AtomicBool instead of bool 2022-05-31 14:42:27 +00:00
aggstam
c29c65813b example/net.rs: fixed log setup 2022-05-31 11:28:34 +03:00
parazyd
54904098d7 book: ircd.md minor fixes. 2022-05-31 09:29:49 +02:00
ghassmo
f727f6e414 util/cli: make the log level and log config the same for write logger 2022-05-31 04:45:35 +03:00
ghassmo
01ac20aab4 util/cli: refactoring loading log config & add path for log file 2022-05-31 04:29:03 +03:00
ghassmo
16c3a85e8e util/cli: remove redundant code 2022-05-31 04:29:03 +03:00
parazyd
a11d2edfbd book: ircd.md DarkFi network usage instructions. 2022-05-30 23:57:12 +02:00
parazyd
35dd0c2e61 book: ircd.md formatting to 72 columns. 2022-05-30 23:32:08 +02:00
parazyd
7056442a6b Makefile: Do not depend on the "all" target for "install".
Instead, check if the binary was built beforehand with an if clause.
This helps avoid rebuilding the project as root by accident.
2022-05-30 23:24:22 +02:00
ghassmo
2db6f2fd1e bin/ircd: minor fix in README.md 2022-05-30 15:27:08 +03:00
ghassmo
49e8eb5d13 book: update ircd 2022-05-30 15:10:47 +03:00
ghassmo
de48e9e1dc bin/ircd: update README.md and ircd_config file 2022-05-30 15:10:29 +03:00
Dastan-glitch
55c828cec9 bin/dnetview: fix format 2022-05-29 21:37:34 +00:00
narodnik
575d1cc413 small daod comments 2022-05-27 14:44:00 +02:00
ghassmo
e455b370c8 Makefile: add tau, taud, ircd, and dnetview to BINS 2022-05-27 03:45:06 +03:00