Commit Graph

400 Commits

Author SHA1 Message Date
x
f0e0935bd2 dep 0001: add a version number to services field 2023-10-30 10:27:59 +01:00
x
307d34e37d DEP 0001: add desc to SUMMARY.md 2023-10-29 07:32:26 +01:00
x
4256a2fdef DEP 0001 2023-10-29 07:29:48 +01:00
ertosns
646fc433cf add dummy indices for summary spec main topics 2023-10-26 18:11:35 +03:00
ertosns
376f5670d9 add specs to doc summary 2023-10-26 17:51:59 +03:00
ertosns
a26850e252 [doc/spec/dao] complete dao spec 2023-10-26 17:51:59 +03:00
ertosns
20fd6394aa [doc/spec/dao/dao_exec] add dao exec 2023-10-26 17:51:59 +03:00
ertosns
76d5fb39b1 [doc/spec/payment/burn] add section on zero_cond 2023-10-26 17:51:59 +03:00
ertosns
959c85d9c4 [doc/spec] add sparse merkle tree 2023-10-26 17:51:59 +03:00
ertosns
8d185521c6 remove specs from arch/consensus/proposal.md, added to spec/pos 2023-10-24 14:50:34 +03:00
ertosns
1be7aa1a3c [doc/payment] minor fix to payment spec 2023-10-24 14:47:35 +03:00
ertosns
56556dacb6 move specs to doc/src/spec 2023-10-24 14:47:23 +03:00
ertosns
90cdfabbf5 [dao/architecture] add dao spec WIP 2023-10-24 14:10:10 +03:00
x
ea85ead456 doc/book: move ircd into the user guide section 2023-10-24 10:30:07 +02:00
x
4c93ccab15 doc/book: rename src/(architecture, development) to src/(arch, dev) 2023-10-24 10:28:08 +02:00
x
7d0e4914af doc/book: p2p net policy 2023-10-22 14:12:24 +02:00
x
395451f064 doc/book: p2p DoS protection 2023-10-20 14:34:01 +02:00
ertosns
276ab6a3d1 [doc/architecture/payment] remove comments 2023-10-19 18:36:45 +03:00
ertosns
2e6f822b02 [doc/architecture] fix latex fmt 2023-10-19 18:33:30 +03:00
ertosns
6ef6f107fb [src/crypto] crypto spec keypair, note 2023-10-19 18:27:49 +03:00
ertosns
bb56cd7439 [doc/architecture/payment] payment spec 2023-10-19 18:27:49 +03:00
x
1d22ee44a0 doc/book: update outdated peer discovery algo desc 2023-10-19 11:23:39 +02:00
ertosns
850d5b9466 [doc/architecture] replace <> with () for ordered set, doesn't render 2023-10-16 16:41:24 +03:00
ertosns
8808455004 [src/architecture/crypto] add spec to vrf, signature, commitment 2023-10-16 16:27:01 +03:00
ertosns
dd757db0a2 [doc/architecture/consensus] add burn/mint spec, update proposal.md 2023-10-16 16:27:01 +03:00
x
891c57aab9 doc/book: append extra info on mitigation strategies for p2p 2023-10-16 13:03:41 +02:00
x
7bec3182da doc/book: add section on network security 2023-10-16 13:00:06 +02:00
ertosns
08b39b9462 [doc/architecture] consensus contracts spec 2023-09-27 22:53:08 +03:00
Dastan-glitch
e6e724bccf doc: revert darkirc back to ircd 2023-09-18 19:41:47 +03:00
x
01a1ade3b6 doc: split SUMMARY.md into sections 2023-09-17 14:25:22 +02:00
aggstam
91e2b0b916 contract/consensus: decoupled GenesisStakeV1 from StakeV1 2023-09-13 15:46:17 +03:00
x
215f7cc1e9 doc: update book with key recovery scheme from DKG paper 2023-09-12 08:39:53 +02:00
greptile
8a806b2cfc fuzz: improve docs for memory settings (#208)
* fuzz: improve docs for memory settings

* wording improvement

* Add instructions for more optimal fuzzing

---------

Co-authored-by: y <y>
2023-09-06 10:56:51 +00:00
x
3615c6338f doc: correct small typo 2023-09-06 05:22:56 +02:00
x
0498c226fe doc: key recovery 2023-09-06 05:11:12 +02:00
x
546e5a3c46 darkirc: fully working docker image 2023-09-05 16:37:38 +02:00
parazyd
59a7b77aff doc/darkirc: Remove advice about installing system-wide. 2023-09-05 12:36:46 +02:00
Dastan-glitch
de294ad28c book: replace ircd with darkirc and update related docs accordingly 2023-09-05 00:31:29 +03:00
greptile
ccc46c2d3e doc: add troubleshooting steps for development (#199)
* doc: add troubleshooting steps for development

* Minor consistency fixes

---------

Co-authored-by: y <y>
Co-authored-by: parazyd <parazyd@dyne.org>
2023-08-30 05:40:51 +00:00
parazyd
39e9d77e67 vanityaddr: Replace clap with arg and add standalone Makefile. 2023-08-29 10:19:10 +02:00
x
5c55b6b6ff doc: expand services.md 2023-08-28 09:25:16 +02:00
y
9ff94cde44 doc: add fuzz instructions to Contributing 2023-08-24 18:36:19 +00:00
lunar-mining
a378f9a761 doc: remove dchat from summary
temporarily remove dchat from the visibly accessible docs as it needs to
be ported over to the new network code. dnetview usage will also change
with the new release, so we are just disabling the tutorial for now.
2023-08-24 18:34:37 +02:00
x
1575d21f6c doc: add missing lines in prev commit 2023-08-24 17:08:46 +02:00
x
6dcf6a6d6a doc: add services page 2023-08-24 16:58:42 +02:00
x
7399f8c15e doc: p2p-net.md improve wording further 2023-08-23 11:05:17 +02:00
x
507e4e02a6 doc: p2p-net.md improve wording for 1.1 2023-08-23 11:03:07 +02:00
x
c445c0f8eb doc: p2p-net.md clarify protocol and specify it more 2023-08-23 10:54:22 +02:00
x
dfcf89e4be doc: arch/p2p.md fix small typos 2023-08-23 08:30:59 +02:00
x
723adfd01d doc: add arch/p2p.md 2023-08-23 08:17:01 +02:00