Commit Graph

6387 Commits

Author SHA1 Message Date
parazyd
8f258977c8 darkirc: Move state of joined channels out of ChannelInfo into IrcClient. 2023-07-27 14:15:02 +02:00
parazyd
d01510baa5 darkirc: Rename nickname/password/capabilities to shorter versions. 2023-07-27 14:14:42 +02:00
parazyd
a891a483d9 CI: Disable OSX tests 2023-07-27 13:05:48 +02:00
parazyd
139795ecc4 net/hosts: Implement quarantine zone for better healing on disconnects. 2023-07-27 12:31:45 +02:00
parazyd
a4eb3e1e2b util/encoding: Add base64 encoder and decoder. 2023-07-27 10:58:20 +02:00
ertosns
35405831e3 [research/lotterysim] simulate transaction fee, and tipless mechanism, with controlled pid 2023-07-26 17:00:42 +03:00
ertosns
9fd745b915 [research/lotterysim] handle a bug in case single lead got slashed 2023-07-26 17:00:42 +03:00
Dastan-glitch
5dfd0db928 bin/darkirc: fix test script 2023-07-26 16:32:46 +03:00
Dastan-glitch
d68080178a bin/darkirc: send CAP, NICK and USER commands in order 2023-07-26 16:32:07 +03:00
Dastan-glitch
21791041d6 bin/tau: remove .gitignore 2023-07-26 16:29:44 +03:00
parazyd
9ee57c1d13 net/channel: Logging aesthetics 2023-07-26 09:56:08 +02:00
x
463a72a458 mainnet roadmap: Add zkrunner as todo 2023-07-26 01:51:53 +00:00
x
095bd627a8 zero2darkfi: Added more context 2023-07-25 22:10:24 +00:00
x
e9594f7d81 zero2darkfi: removed zero2dark/ 2023-07-25 22:10:24 +00:00
aggstam
4a73c46ebc darkfid2/validator: consensus p2p foundation laid out 2023-07-25 18:30:34 +03:00
aggstam
51910ba346 chore: updated sled-overlay package 2023-07-25 17:23:24 +03:00
narodnik
b97679de07 add -notls to instructions for ircd 2023-07-25 13:59:15 +02:00
aggstam
9ad9685464 darkirc: restored libsqlite3-sys dependency 2023-07-25 12:32:37 +03:00
parazyd
ad1648900c doc: Add a high-level mainnet roadmap abstract. 2023-07-24 17:35:41 +02:00
aggstam
f46af32758 darkfid2: skip-sync flag added, block on sync to wait for peers connection 2023-07-24 16:47:54 +03:00
ertosns
3ee043cdbc [research/lotterysim] fix a bug with APR period during headstart phase 2023-07-24 16:40:41 +03:00
aggstam
03ddfdfb3c darkfid2: node blocks sync implemented 2023-07-24 14:36:35 +03:00
x
46bf58b162 zero2darkfi: Add problem statement 2023-07-24 01:23:08 +00:00
x
c0321cee66 zero2darkfi: init draft 2023-07-24 01:23:08 +00:00
ertosns
85c53aa7b0 [research/lotterysim] document lotterysim/core 2023-07-23 15:25:21 +03:00
ertosns
6e7f7367dd [research/lotterysim] premint coexist zero-coin; although headstart unactivated, set to zero 2023-07-23 15:25:21 +03:00
ertosns
576940e3e5 [research/lotterysim] plot apr as well as initial stake from log, before/after end of airdrop, fix apy index 2023-07-23 15:25:21 +03:00
ertosns
f0a4095833 [research/lotterysim] simulate timelocked airdrop, enhance log 2023-07-23 15:25:21 +03:00
x
ee644898c5 [zero2darkfi] init 2023-07-22 19:13:59 +00:00
parazyd
f4a54d21ec sdk: Remove unused sha2 dependency. 2023-07-22 17:59:01 +02:00
parazyd
ba40de60b2 darkirc/meetbot: Implement topic deletion 2023-07-22 17:19:26 +02:00
parazyd
310a28f53a book: Always overwrite history to reduce repo size. 2023-07-22 16:49:36 +02:00
parazyd
7346bac61a Minor rustdoc warning fixes. 2023-07-22 16:44:24 +02:00
parazyd
0c7dbc4460 zk/vm: Implement first part of conditional chip selection.
Signed-off-by: parazyd <parazyd@dyne.org>
2023-07-22 16:22:26 +02:00
Dastan-glitch
f7b91d32cd event_graph: remove unneeded update_root method 2023-07-22 16:56:59 +03:00
parazyd
60595e3002 zk: Handle invalid witnesses gracefully in empty_witnesses(). 2023-07-22 15:42:45 +02:00
aggstam
a1466e1520 darkfid2/tests: use P2P to pass blocks between nodes 2023-07-22 16:23:15 +03:00
aggstam
ec10550a68 darkfid2: enabled p2p nets 2023-07-22 16:23:15 +03:00
parazyd
e049fb47cc zk/vm: Stub dynamic params. 2023-07-22 15:04:17 +02:00
parazyd
135283a31c zk/vm: Initialize chips as options, which are Some when available. 2023-07-22 14:54:52 +02:00
parazyd
385f6fe857 zk/vm: cargo fmt 2023-07-22 14:19:23 +02:00
parazyd
5a10d631e3 zk/vm: Add scaffolding for circuit optimisation. 2023-07-22 14:17:42 +02:00
lunar-mining
5285cf962f doc/ learn: improve wording on cryptography researcher section 2023-07-22 13:17:16 +02:00
parazyd
c6140e6558 tests: Initial example of dynamic circuit configuration. 2023-07-22 13:16:16 +02:00
parazyd
d34b9cbb03 chore: Update crate dependencies 2023-07-22 13:16:16 +02:00
aggstam
58556db990 contract/test-harness/vks: updated VKS-PKS hashes 2023-07-22 14:14:56 +03:00
parazyd
8ac1d17077 Use k param from ZkBinary when building VerifyingKey and ProvingKey. 2023-07-22 12:04:41 +02:00
parazyd
8a4fec6745 zkas: Enforce MAX_K and MAX_NS_LEN. 2023-07-22 11:49:27 +02:00
parazyd
3d5896b89b contract/money: Replace token pedersen commitment with a poseidon hash. 2023-07-22 08:56:04 +02:00
parazyd
a701d40a84 darkirc: Remove unused dependencies. 2023-07-22 08:56:04 +02:00