Commit Graph

4354 Commits

Author SHA1 Message Date
Luther Blissett
e2db33154b localnet/darkfid: Communicate using TLS, and optional verbosity. 2022-09-23 18:38:39 +02:00
mohab
613f209247 gitignore emacs TAGS 2022-09-23 18:24:37 +02:00
mohab
7409b9821b [stakeholder/stakeholder] replace println with log target stakeholder 2022-09-23 18:23:59 +02:00
mohab
0fadcaadb2 Merge branch 'master' of https://github.com/darkrenaissance/darkfi 2022-09-23 17:04:44 +02:00
mohab
356002e575 [stakeholder/stakeholder] fix blocking block sync 2022-09-23 17:04:24 +02:00
aggstam
f72050207d p2pnet:peer_discovery(): removed storage of hosts, to prevent double storing 2022-09-23 17:14:02 +03:00
Luther Blissett
5c514ac7ad drk: Implement transaction broadcasting from stdin. 2022-09-23 15:48:46 +02:00
Luther Blissett
6642bcb531 darkfid/tx: Fix logic bug, and add a wallet todo. 2022-09-23 15:48:25 +02:00
Luther Blissett
3b27bde7ac rpc/server: Enlarge recv buffer to 81920 bytes. 2022-09-23 15:46:45 +02:00
Luther Blissett
4fa750c631 crypto/proof: Remove stray println calls. 2022-09-23 15:11:11 +02:00
Luther Blissett
704b8af254 darkfid: RPC cleanups, and custom messages for server_error(). 2022-09-23 14:53:35 +02:00
Luther Blissett
c3ba6e6771 darkfid: Prepend respective sections to all RPC function names. 2022-09-23 14:53:35 +02:00
x
3fa990f795 global buffer in ircd 2022-09-23 14:46:11 +00:00
ghassmo
fb971da5c3 bin/ircd: mvc add find_ancestor function 2022-09-23 16:20:04 +04:00
Luther Blissett
cda5e46f1a crypto: Clippy lints. 2022-09-23 13:59:01 +02:00
Luther Blissett
7b2bebeb33 zk/circuit: Clippy lints. 2022-09-23 13:59:01 +02:00
Luther Blissett
8d81c16786 stakeholder: Clippy lints. 2022-09-23 13:59:01 +02:00
Luther Blissett
65308c49e7 consensus: Clippy lints. 2022-09-23 13:59:01 +02:00
Luther Blissett
7232b70e44 blockchain: Clippy lints. 2022-09-23 13:59:01 +02:00
Luther Blissett
ee873317f3 net: Clippy lints. 2022-09-23 13:59:01 +02:00
Luther Blissett
cfd2511e45 zkas: Clippy lints. 2022-09-23 13:59:01 +02:00
Luther Blissett
520931db79 contrib/localnet/darkfid: Add short Readme. 2022-09-23 13:59:01 +02:00
Luther Blissett
5d796c329e darkotc: Slight cleanup. 2022-09-23 13:59:01 +02:00
Luther Blissett
65d6cbba3c consensus: Make validate_state_transitions not depend on &self. 2022-09-23 13:59:01 +02:00
Luther Blissett
e5983d0b6b darkfid: Add tx.broadcast RPC endpoint for simulating and broadcasting txs. 2022-09-23 13:59:01 +02:00
ghassmo
b715fc3d98 bin/ircd: mvc: remove old forks from the tree 2022-09-23 15:13:57 +04:00
Luther Blissett
5184c2a720 darkotc: Restore proper source file. 2022-09-23 12:18:19 +02:00
ghassmo
5cf661d815 bin/ircd: mvc little clean up 2022-09-23 13:45:35 +04:00
ghassmo
e9cb0f8355 bin/ircd: mvc: Discard events from too low forks 2022-09-23 13:02:57 +04:00
ghassmo
abdc2383f4 bin/ircd: add mvc draft 2022-09-23 11:37:19 +04:00
Luther Blissett
565bb2ff12 contrib/localnet: Five peers for ircd sim. 2022-09-22 19:58:39 +02:00
aggstam
ad66385f9a p2pnet: peer discovery for outbound slots implemented 2022-09-22 16:16:31 +03:00
Luther Blissett
30501cb2f4 contrib/ircd-three-peers: Add configuration files. 2022-09-22 14:44:14 +02:00
Luther Blissett
5ff9481425 contrib/localnet/darkfid: Correct paths. 2022-09-22 14:01:27 +02:00
Luther Blissett
375283685a contrib/localnet: Move darkfid network into subdirectory. 2022-09-22 13:40:03 +02:00
ghassmo
c4b8f04a77 doc/book: add tau todos & clean up 2022-09-22 14:58:14 +04:00
ghassmo
672155cdd6 doc/book: update tau page 2022-09-22 14:43:41 +04:00
Luther Blissett
de7b6e9bd7 crypto: Add MiMC VDF. 2022-09-21 16:58:27 +02:00
aggstam
5fc3fc8d29 p2pnet: prevent slot closing of outbound connections due to silent errors 2022-09-21 16:02:34 +03:00
Dastan-glitch
a50de65a78 Clippy lints 2022-09-21 03:47:24 +03:00
Dastan-glitch
bf79c2c6c8 bin/tau: fix import when already there are tasks 2022-09-21 03:37:31 +03:00
ghassmo
4aff98ec52 doc/book: add the new ircd protocol 2022-09-20 16:38:22 +04:00
Luther Blissett
1b4cea6924 Ignore editor backup files. 2022-09-19 16:58:37 +02:00
mohab metwally
81f53cef5c merge conflict 2022-09-19 14:26:25 +02:00
ghassmo
d41328844c bin/ircd: POC messages model based on hashes and chains 2022-09-19 14:41:29 +04:00
mohab metwally
6e02b37646 prune unused imports 2022-09-18 11:32:22 +02:00
mohab metwally
bab5917fef set statement comments with // 2022-09-18 11:14:34 +02:00
mohab metwally
18231e8ba5 [crypsinous:stakeholder/stakeholder] add hardlimit to background for testing 2022-09-18 11:10:12 +02:00
mohab metwally
d0239f9597 remove emacs hist files 2022-09-17 17:06:06 +02:00
mohab metwally
e07a69d024 clean cargo.toml 2022-09-17 16:59:10 +02:00