Commit Graph

371 Commits

Author SHA1 Message Date
Dastan-glitch
b5acec7e82 bin/genev: testing some generic event utilization of event_graph 2023-02-23 03:16:13 +03:00
Dastan-glitch
cd5dfbed0e [WIP] event_graph added to src/ and ircd2 utilize it from there 2023-02-19 05:24:52 +03:00
Dastan-glitch
26faec00cc bin/ircd2: ircd with event system 2023-02-04 19:07:00 +03:00
parazyd
192345659a Release v0.4.0 2023-02-01 23:04:02 +01:00
parazyd
8c1d3fe524 Remove openssl dependency throughout the project. 2023-02-01 13:03:23 +01:00
parazyd
ec29dd4758 fixup! bin: Delete ircd2 2023-01-31 14:09:12 +01:00
parazyd
9c9f78c052 Temp disable darkwiki builds. 2023-01-31 14:05:16 +01:00
parazyd
454eacf616 Update project dependencies. 2023-01-31 12:46:19 +01:00
x
ee108d0147 zk inclusion proof example 2023-01-29 13:05:13 +01:00
x
1bcf620d01 (broken) zktool 2023-01-21 21:52:59 +01:00
aggstam
da40746ca5 EOY housekeeping
Missing features added, dependencies updated and a fix in dao/entrypoint
2022-12-31 21:14:02 +02:00
x
57e2b374ba add zk.rs to Cargo.toml 2022-12-30 20:22:01 +01:00
parazyd
18ab818a54 Update toml crate dependency. 2022-12-16 11:17:14 +01:00
parazyd
b5be76738a Clean up some stuff in script/research 2022-12-14 11:59:49 +01:00
parazyd
2b52b16684 Add rand dep to zk feature. 2022-12-13 15:43:31 +01:00
parazyd
88caee7f42 Update and clean up dependencies. 2022-12-13 15:19:09 +01:00
aggstam
3426ec7ee4 Cargo.toml: missing features added 2022-12-07 15:46:36 +02:00
parazyd
905586a638 cargo fix 2022-12-07 12:53:52 +01:00
parazyd
f722db3131 bin: Remove darkotc and merge it with drk 2022-12-06 12:38:30 +01:00
parazyd
671967261e Update dependency versions 2022-11-29 21:10:29 +01:00
parazyd
0b6f6f847d contract/dao: Initial implementation. 2022-11-29 16:01:54 +01:00
parazyd
1d7866f688 Update crate dependencies. 2022-11-29 13:54:05 +01:00
parazyd
205d892e70 Clean leftovers in Cargo.toml 2022-11-29 13:54:04 +01:00
mohab metwally
9ac700774b prune example 2022-11-29 12:04:11 +02:00
mohab metwally
4f45b5cae3 [consensus/state] dynamic f implemented 2022-11-23 18:15:17 +02:00
parazyd
e2c22c28aa contract/money: Implement integration test. 2022-11-21 15:51:44 +01:00
mohab metwally
2c7b54c702 [consensus/tx] transfer tx fixed 2022-11-20 17:48:37 +02:00
parazyd
8078633f5c node: Do not compile the module anymore. 2022-11-16 14:28:06 +01:00
parazyd
fe611fbbcd consensus: Deploy native money contract on startup. 2022-11-15 19:33:34 +01:00
parazyd
16178af767 contract/money: Initial outline in src/contract/money. 2022-11-15 17:26:20 +01:00
parazyd
c1b2c2af5a Update crate dependencies 2022-11-08 12:17:25 +01:00
parazyd
f2dd798f2d Clear up most warnings and have test units pass. 2022-11-06 21:17:36 +01:00
mohab metwally
d477eb3106 WIP debugging failing less_than proof 2022-11-06 16:40:43 +02:00
Dastan-glitch
8e381ad43c example/dao: running the example through makefile 2022-11-06 05:29:42 +03:00
Dastan-glitch
0f28415473 example/dao: rename dao.rs to main.rs and add it to example workspace 2022-11-04 05:26:35 +03:00
x
6668ff238b get wasm code compiling with wasmer3.0.0-beta. doesn't work yet 2022-11-03 08:36:53 +01:00
parazyd
8ae84ad7f9 Add license header to source files. 2022-10-31 18:16:13 +01:00
mohab metwally
bdd26041f3 optional dashu dep 2022-10-29 15:52:39 +02:00
Luther Blissett
afcccefac9 crypto/note: Use audited chacha20poly1305 crate for note encryption. 2022-10-26 16:13:12 +02:00
Dastan-glitch
9b08985342 move example dependencies to dev-dependencies 2022-10-24 04:23:57 +03:00
Dastan-glitch
3a68228897 example/crypsinous: fix p2p and syncing issue 2022-10-24 04:02:20 +03:00
Dastan-glitch
05f554fe4d move dao/schema.rs to example (dao) 2022-10-17 06:30:04 +03:00
Luther Blissett
62d1f06c1f Update imports for type migrations. 2022-10-17 00:34:34 +02:00
Dastan-glitch
c0c97337d7 resolve conflicts merging dao_demo 2022-10-16 02:50:59 +03:00
Luther Blissett
651a1dd3ce serial: Move module into a separate crate. 2022-10-15 20:06:28 +02:00
mohab metwally
829d057742 fix circuit target, pruning 2022-10-15 16:30:56 +02:00
mohab metwally
6b83239db6 merge conflicts 2022-10-15 14:23:27 +02:00
lunar-mining
488f915bf7 dao_demo: renamed dao_schema_rs to dao and made python code a subdir 2022-10-15 10:17:44 +02:00
Luther Blissett
2b587bc14a Migrate lib to smol instead of explicit async deps.
Internally they're the same, smol exports them.
2022-10-14 18:43:26 +02:00
Luther Blissett
9865b21a28 crypto: Stricter API for nullifier and secretkey. 2022-10-14 02:29:51 +02:00