Commit Graph

6273 Commits

Author SHA1 Message Date
parazyd
33ed6921e7 darkirc: Port to crypto_box 0.9 and use chacha20 instead of salsa. 2023-07-10 15:46:22 +02:00
parazyd
9c8e60cd2a tau: Port to crypto_box 0.9 and use chacha20 ciphers. 2023-07-10 15:42:13 +02:00
parazyd
9948dfb264 Cargo.toml: Restore curve25519-dalek version pin 2023-07-10 15:27:20 +02:00
parazyd
cf307669aa chore: Update crate dependencies. 2023-07-10 15:19:41 +02:00
parazyd
eae28e888d serial: Port to syn2, and enforce enums to be max u8 for FFI compat. 2023-07-10 15:18:38 +02:00
parazyd
835935eaac serial/derive-internal: Port to syn 2 2023-07-10 14:26:10 +02:00
parazyd
613be6e395 lilith: Increase outbound connection timeout to 30s 2023-07-10 12:27:51 +02:00
parazyd
88681f9c54 net/hosts: Add a couple of useful debug messages in filter_addresses() 2023-07-10 11:51:24 +02:00
parazyd
b76d2e57b5 net/message: Always flush on send_packet() 2023-07-10 11:11:48 +02:00
parazyd
eb6934bc2f research/x3dh: Update to latest curve25519 API 2023-07-10 10:42:32 +02:00
parazyd
c374b796e5 lilith: API fix. 2023-07-09 00:15:18 +02:00
parazyd
c1100588d3 net: Minor behaviour improvements 2023-07-08 23:41:55 +02:00
parazyd
968550a680 util: Clippy lints 2023-07-08 21:19:27 +02:00
parazyd
1f47600402 net: Clippy lints 2023-07-08 21:19:19 +02:00
parazyd
33408bb3a4 net/connector: Do transport mixing inside connect() 2023-07-08 21:17:00 +02:00
parazyd
cec104f1a7 chore: Update wasmer to 4.0.0 2023-07-08 20:32:57 +02:00
parazyd
98ef7c834e chore: Update project dependencies. 2023-07-08 20:17:47 +02:00
parazyd
c0925ebda9 bin: Remove legacy cashierd code. 2023-07-08 19:36:07 +02:00
parazyd
0e372f8f6f research/x3dh: Update dependencies. 2023-07-08 19:32:34 +02:00
aggstam
77067ac615 util/cli: fmt 2023-07-08 19:05:33 +03:00
aggstam
5d63d86083 chore: cleanup 2023-07-08 19:04:47 +03:00
parazyd
363a6cd998 vanityaddr: Remove indicatif dependency. 2023-07-08 18:01:23 +02:00
parazyd
3b9c016ef6 bin: Update daemon methods for dnet. 2023-07-08 16:40:53 +02:00
parazyd
ba25b08458 net: Add a function to map DnetInfo into a JSON map. 2023-07-08 16:21:49 +02:00
parazyd
f73c9c8f61 net: dnet cleanups and improvements. 2023-07-08 16:21:49 +02:00
parazyd
021235b534 util/ringbuffer: Use const generic for size. 2023-07-08 16:21:49 +02:00
aggstam
c7b7c2dd11 contract/test-harness/vks: updated VKS_HASH 2023-07-08 15:28:29 +03:00
parazyd
5d9a954235 tests: Extend zkvm tests for zero_cond opcode. 2023-07-08 11:12:57 +02:00
parazyd
281aa87faf zk/vm: Implement zero_cond opcode. 2023-07-08 11:07:07 +02:00
parazyd
f001cb05d1 zk/gadget: Implement f(a,b) = if a==0 {a} else {b} as zero_cond chip. 2023-07-07 21:49:49 +02:00
parazyd
a32b718d0d zk/gadget: Remove unused code from cond_select. 2023-07-07 21:49:49 +02:00
aggstam
17415a3d21 validator: use new pid 2023-07-07 21:05:46 +03:00
aggstam
9712efdfb1 validator/consensus/pid: sigmas caclulation foundation 2023-07-07 16:43:48 +03:00
aggstam
26809109ce script/research/lotterysim/pid/pid.md: further fixed total tokens calculation 2023-07-06 17:52:11 +03:00
aggstam
86c9f36aff script/research/lotterysim/pid/pid.md: further simplyfied total tokens calculation 2023-07-06 17:50:29 +03:00
aggstam
8415d6e522 script/research/lotterysim/pid/pid.md: updated total_tokens() calculation 2023-07-06 17:30:59 +03:00
aggstam
722a80b510 script/research/lotterysim/pid: pid.md rewrite spec added 2023-07-06 17:20:04 +03:00
ertosns
71e0107ca2 gitignore rusty tags 2023-07-05 21:46:05 +03:00
aggstam
ff9c1d1998 doc/testnet/node: correct subscribe command 2023-07-05 20:13:24 +03:00
aggstam
b21e787319 error: restore missing error 2023-07-05 16:54:00 +03:00
parazyd
a654341ea4 Remove some unnecessary dependencies. 2023-07-04 23:52:30 +02:00
parazyd
4ec2bcd815 fixup! Replace bundled-sqlcipher with bundled-sqlcipher-vendored-openssl 2023-07-04 22:00:03 +02:00
parazyd
e9debbe12e Replace bundled-sqlcipher with bundled-sqlcipher-vendored-openssl 2023-07-04 21:59:39 +02:00
x
85d837a1e7 add ping-pong timeout when remote host doesn't reply back in time. 2023-07-04 21:17:57 +02:00
ertosns
fc012bb2c4 [research/lotterysim] update cascade report with pi vs pid, and pi scripts 2023-07-04 22:08:53 +03:00
aggstam
2762ac41af script/research/blockchain-explorer: updated to latest structs 2023-07-04 17:54:05 +03:00
aggstam
9758c6c01f repo: fixed tests 2023-07-04 17:23:20 +03:00
aggstam
997f6015cf repo: updated all bins to use new signals handling 2023-07-04 16:21:25 +03:00
aggstam
a63a808992 util/cli/async_daemonize: use log_file to explicitly write to, impl signal handler using async signal hooks 2023-07-04 13:17:40 +03:00
parazyd
6c0b5ea2bb chore: Try building with bundled libsqlite 2023-07-04 12:10:32 +02:00