Commit Graph

4055 Commits

Author SHA1 Message Date
ghassmo
11623335eb contrib/init: add daemon config for darkwikid 2022-08-24 13:50:21 +04:00
Luther Blissett
54d9db5280 Update default ports for darkwiki, ircd, and tau. 2022-08-24 11:19:18 +02:00
ihateface
ace5a2706a daod/example_contract: create example proof + empty contract frame with stub methods 2022-08-24 09:03:53 +02:00
aggstam
6134dcdad7 p2pnet: inbound and external addresses vectorized 2022-08-23 21:49:34 +03:00
ghassmo
6a292a4d81 bin/darkwikid: expand lcs design 2022-08-23 21:57:43 +04:00
ghassmo
1811ba8558 doc/book: fix typo on darkwiki page 2022-08-23 20:47:46 +04:00
ghassmo
e2978b5e57 bin/darkwikid: supporting only markdown files 2022-08-23 16:32:10 +04:00
ghassmo
af60bd6b45 bin/darkwikid: update darkwiki config file 2022-08-23 16:12:59 +04:00
ghassmo
507c431124 add darkwiki to the darkfi book & add README for both darkwiki and darkwikid 2022-08-23 16:07:47 +04:00
ghassmo
0b23a716d5 bin/darkwikid: add the database to the same directory where the documents are placed 2022-08-23 15:30:47 +04:00
ghassmo
4d59737901 bin/darkwikid: encrypt/decrypt patch with secret key 2022-08-23 15:10:20 +04:00
ghassmo
91f6ce0f8f bin/darkwikid: add support for deleting files 2022-08-23 13:49:21 +04:00
ghassmo
b280ed386e bin/darkwikid: delete error module 2022-08-23 12:55:06 +04:00
ghassmo
4a036df248 bin/darkwikid: support documents in directories 2022-08-23 12:53:20 +04:00
lunar-mining
a690630e99 dnetview: display node info in the correct order 2022-08-22 18:34:32 +02:00
lunar-mining
ba7e75c75b dnetview: remove redundant id vec 2022-08-22 18:34:32 +02:00
lunar-mining
59b954fa69 dnetview/util: add human readable ID prefix for easier debugging 2022-08-22 18:34:32 +02:00
aggstam
2078192e86 fud: pong() added 2022-08-22 18:48:16 +03:00
aggstam
f51ec32f69 fud: get_info() added 2022-08-22 18:41:45 +03:00
nogira
c46c4d7cf4 ctrlc-async -> ctrlc 2022-08-22 13:22:55 +04:00
narodnik
2bf4579dd5 daod: add list of anonymity leaks 2022-08-21 17:54:43 +02:00
ghassmo
1038b7b061 darkwikid: fix minor bug 2022-08-21 18:10:35 +04:00
lunar-mining
4629ec29e3 daod: create 3 voters, tally the votes and test everything is correct 2022-08-21 14:28:08 +02:00
narodnik
7266ffadbd complete DAO::vote() 2022-08-21 11:37:46 +02:00
ghassmo
fe552d5158 bin/darkwiki: make more clean cli command 2022-08-21 10:42:44 +04:00
ghassmo
bcd4a06d27 darkwikid: update config file 2022-08-21 10:42:44 +04:00
ghassmo
a3527db24b darkwikid: add more tests and fix bugs 2022-08-21 10:42:44 +04:00
Dastan-glitch
f493dc95be bin/tau: fix a bug that wouldn't show owner's stopped tasks if assign is empty 2022-08-21 03:22:49 +03:00
lunar-mining
6ca5b6f5f0 daod: fix errors in contracts + add some validate.rs boilerplate 2022-08-20 22:12:59 +02:00
ghassmo
30433216f2 bin/ircd: fix a bug adding new msg with empty buffer 2022-08-20 22:23:54 +04:00
ghassmo
0eac53c447 ircd: clean up: cargo clippy 2022-08-20 21:49:01 +04:00
ghassmo
8d7238968b bin/ircd: add timestamp to privmsg 2022-08-20 21:43:03 +04:00
aggstam
e882d8643e consensus/dht: removed seed filtering 2022-08-20 18:39:15 +03:00
aggstam
cd377605a5 net/session/seedsync_session: removed unused import 2022-08-20 18:27:53 +03:00
aggstam
224eb1413c script/research/fud: created localnet folder for testing 2022-08-20 18:12:35 +03:00
aggstam
62d2d07b8d lilith: removed external address 2022-08-20 18:10:55 +03:00
aggstam
296bac9580 src/net/session/seedsync_session: empty hosts pool error turned to warning 2022-08-20 18:10:00 +03:00
aggstam
22512a7552 contrib/localnet/tmux_sessions: log target for lilith added 2022-08-20 17:44:42 +03:00
ghassmo
120d8b2c72 bin/darkwikid: WIP implement rpc commands 2022-08-20 18:15:53 +04:00
narodnik
65a124cf0d add a few debug statements to show bullas for dao and proposal 2022-08-20 12:51:00 +02:00
lunar-mining
b0503f0d1e daod: bang out some vote/wallet.rs, validate.rs boilerplate + fix proof 2022-08-20 12:59:48 +02:00
lunar-mining
1bad01662a proof/ dao-vote-main.zk: make the weighted vote 2022-08-20 12:59:48 +02:00
ghassmo
42047b9540 bin/darkwikid: major bug fix & derive id from title of the doc 2022-08-20 13:16:15 +04:00
ghassmo
aa939e88fe raft: add pending messages and warn if the msg didn't send 2022-08-20 13:16:15 +04:00
narodnik
7052fcfaaa DAO::vote() tally votes for a proposal in DAO's state, later used by DAO::exec() 2022-08-20 08:48:47 +02:00
narodnik
61a877479d add comment to dao-vote-main 2022-08-20 08:34:11 +02:00
narodnik
b8dab544c0 update python daod demo 2022-08-20 08:33:32 +02:00
ghassmo
ab1cd1faf8 bin/darkwiki: add dry merge and show patches log for darkwiki cli 2022-08-20 10:06:45 +04:00
lachezar kolev
2f0e2b73da Fix typo in the book, Chapter 4.4 (#94) 2022-08-20 09:58:19 +04:00
aggstam
bed7986a53 consensu: seeds to be ignored during syncing, localnet: lilith node added 2022-08-19 21:49:54 +03:00