Commit Graph

6525 Commits

Author SHA1 Message Date
parazyd
bda805e5ff sdk/python: Remove obsolete message in Makefile. 2023-08-13 19:59:43 +02:00
parazyd
2483d088d6 zkrunner: Support reading witness data from stdin 2023-08-13 19:13:23 +02:00
parazyd
3222188b46 sdk/python: Do not generate rustdoc. 2023-08-13 19:08:51 +02:00
parazyd
cedfa3cdac zktool: Remove obsolete binary 2023-08-13 16:29:19 +02:00
parazyd
bcdca64897 zkrunner: Add example working witness.json file. 2023-08-13 16:26:31 +02:00
parazyd
7f53e92516 zkrunner: Perform a rewrite with the cleaned up python bindings. 2023-08-13 16:25:35 +02:00
parazyd
349807d8c8 sdk/python: Directly compile zkas source code as the ZkBinary constructor. 2023-08-13 16:24:58 +02:00
parazyd
3f5148e149 zkrunner: Remove unused proofs and use symlink for opcodes proof. 2023-08-13 16:24:58 +02:00
parazyd
a374dd2d3a Move zkrunner/set_v1.zk to proof directory. 2023-08-13 16:24:57 +02:00
parazyd
78a9b2a51c chore: Add rust-toolchain.toml file 2023-08-13 16:24:57 +02:00
parazyd
7860678e6a zk: Export halo2::dev module. 2023-08-13 16:24:57 +02:00
parazyd
e421b08512 contract: Match only .rs files for make dependencies. 2023-08-13 16:24:57 +02:00
parazyd
988455f79b sdk/python: Perform full code cleanup and make everything work. 2023-08-13 16:24:57 +02:00
parazyd
66e399fd61 tau: clippy lint 2023-08-12 20:55:37 +02:00
parazyd
27735bb6f4 net: Remove channels from P2P if broadcast fails. 2023-08-12 20:54:31 +02:00
parazyd
3326e1b060 tau: Do not print unnecessary table data when piping task table output 2023-08-12 16:54:19 +02:00
parazyd
e0f0b46135 Revert "tau: Sort tasks by id when printing them."
This reverts commit 804494b4ba.
2023-08-12 16:36:33 +02:00
parazyd
804494b4ba tau: Sort tasks by id when printing them. 2023-08-12 16:26:44 +02:00
parazyd
6c5dbf4f92 research/dkg: Add more comments and complaint challenge handling. 2023-08-12 15:55:15 +02:00
parazyd
ee0cc25107 research/pvss: Add short README. 2023-08-12 15:04:46 +02:00
parazyd
ffd7e5907b net: Fix minor log aesthetic. 2023-08-12 13:17:50 +02:00
parazyd
201173d15f net/inbound_session: Register stop_sub before registering channel on accept.
I think this led to a race condition, where a channel wouldn't clean up
on time. Possibly being triggerred by lilith's pings. Let's see if this
patch helps clean up any hanging channels.
2023-08-12 13:14:51 +02:00
parazyd
1eb00ef9c2 chore: Update crate dependencies 2023-08-12 13:01:32 +02:00
parazyd
9e789c24b5 net: Attempt reseeding the P2P subsystem in peer_discovery if no channels are connected. 2023-08-12 12:56:45 +02:00
parazyd
d16a79967e research: Add a naive Sage DKG implementation 2023-08-12 11:54:38 +02:00
parazyd
95d0f4713f research: Add Sage FROST implementation for threshold Schnorr signatures. 2023-08-11 22:08:00 +02:00
x
55751abf06 contrib/runit-init: correct typo 2023-08-11 17:44:05 +02:00
x
039fd31da9 contrib/runit-init: remove lines about exporting SVDIR 2023-08-11 17:42:16 +02:00
x
06f95e7d9f make bins available 2023-08-11 17:39:48 +02:00
x
dd039dadb5 contrib/runit-init: remove erroneous paths in run scripts 2023-08-11 17:39:48 +02:00
parazyd
c3d1dfa617 research: Add Sage MuSig2 implementation for multiparty Schnorr signatures. 2023-08-11 17:33:23 +02:00
parazyd
9668813fcc research: Remove dkg-ecdsa. 2023-08-11 17:33:23 +02:00
x
c2480e45ed contrib/runit-init: check for internet connection, otherwise exit. runit
will attempt to retry launching service in a few secs again.
this way daemon is not run until we have internet.
this is a temp workaround until issue is fixed in the daemons
themselves.
2023-08-11 17:16:25 +02:00
x
56d164c8ff contrib/runit-init: missing # sign 2023-08-11 17:05:30 +02:00
x
36c87fcd9a contrib/runit-init: startup scripts for taud, darkirc, ircd 2023-08-11 17:04:23 +02:00
parazyd
814c701677 net/outbound: Add a TODO note on reseeding peers. 2023-08-11 13:26:29 +02:00
parazyd
aee3299e05 script/research: Add missing AGPL headers to .rs files. 2023-08-11 13:26:29 +02:00
parazyd
246b73d189 event_graph: Clippy lint 2023-08-11 13:26:29 +02:00
x
721e1e787f zk: simple groth16 example 2023-08-11 12:49:02 +02:00
aggstam
ff581982be validator/consensus: finalization check added 2023-08-10 19:58:17 +03:00
aggstam
80ffd5afd6 validator/consensus: proposal generation implemented 2023-08-10 19:32:06 +03:00
y
c4be1e61c8 [docs] fix rustdoc 404 due to ircd name change 2023-08-10 15:24:58 +00:00
parazyd
78c4180c90 net: Improve log message. 2023-08-10 17:23:57 +02:00
parazyd
9b61334f1a chore: cargo fmt 2023-08-10 17:20:49 +02:00
Dastan-glitch
7a088ee6e3 bin/darkirc: add abbility to recover our own public key from secret key 2023-08-10 00:09:06 +03:00
Dastan-glitch
74cac6c765 book: [event_graph] fix syncevent name 2023-08-09 23:06:22 +03:00
lunar-mining
a4d14cc768 dnetview: comment out debug statement 2023-08-08 21:20:19 +02:00
aggstam
a2fb71e8cc darkfid2: various json-rpc subscribers added 2023-08-08 19:00:49 +03:00
aggstam
d3aa5ba643 rpc/jsonrpc: simplyfied subscibers usage 2023-08-08 19:00:49 +03:00
lunar-mining
db530515c2 dnetview: add daemons to default config 2023-08-08 16:35:32 +02:00