Commit Graph

4510 Commits

Author SHA1 Message Date
Luther Blissett
aaee981136 sdk: Add initial state query draft.
The current implenmentation is able to scan the nullifier set.
2022-10-14 02:29:31 +02:00
Luther Blissett
247a5b0718 sdk: Add crypto module and rename crate to darkfi-sdk. 2022-10-14 02:29:31 +02:00
Luther Blissett
033f3401f4 crypto: Remove loader module.
This needs to be rewritten in a different way.
2022-10-14 02:29:31 +02:00
Luther Blissett
dd8169915f darkfid: Add TODO note about OsPath. 2022-10-14 02:29:31 +02:00
Luther Blissett
976fc6ceaa proof/deploy_contract: Syntax fix. 2022-10-14 02:29:31 +02:00
Luther Blissett
aadba7b926 sdk: Remove wee_alloc and borsh. 2022-10-14 02:29:31 +02:00
ghassmo
b116b60ed8 script/research/event_graph: POC for event graph 2022-10-14 03:07:21 +04:00
spital
4816fc4a6a add-opensuse-zypper to dependency_setup.sh 2022-10-13 20:11:14 +00:00
x
1510210b3f doc: crypsinous todos 2022-10-13 12:00:14 +00:00
x
94cde37f5d expand priorities list 2022-10-13 11:48:37 +00:00
x
435f25491c doc: add info about zkas arch 2022-10-13 11:41:45 +00:00
x
4e0c909a95 doc: info on the release cycle 2022-10-13 10:36:24 +00:00
zkArmor
d2272b63c2 Corrected H3. 2022-10-12 17:26:00 +02:00
x
84e82ebd6b event_graph spec 2022-10-12 12:02:45 +00:00
mohab metwally
24d68733ed typo fixed 2022-10-12 10:56:14 +02:00
mohab metwally
5a861a75d1 [research/crypsinous/linearindependence] with div graph 2022-10-12 10:53:42 +02:00
x
f7d13dc1d9 add par as arch copilot 2022-10-12 10:23:26 +00:00
x
d4e2d4e7e1 rename integration to arch in teams table 2022-10-12 10:21:53 +00:00
mohab metwally
584dc5d3ad edit readme 2022-10-11 19:28:02 +02:00
mohab metwally
557d1684b0 [research/crypsinous/linearindependence] finalize research with conclusion 2022-10-11 19:26:11 +02:00
x
52958da1a5 slightly modify teams proposal 2022-10-11 16:11:58 +00:00
mohab metwally
83612b3fdd add readme 2022-10-11 14:17:55 +02:00
mohab metwally
1c79db00f4 [research/crypsinous/linearindependence] add some comments 2022-10-11 14:11:55 +02:00
mohab metwally
3c8a725c55 [research/crypsinous] sim target approx 2022-10-11 13:46:03 +02:00
x
7e0c87c34f expand smart_contracts.md section 2022-10-11 12:29:36 +00:00
x
f99aee698b create table showing the teams 2022-10-11 12:05:22 +00:00
spital
dffe8da11f updated dependency_setup.sh for fedora,debian,alpine (#112) 2022-10-11 10:01:16 +00:00
aggstam
b8566fdc03 p2pnet/hosts.rs: filtering tests added 2022-10-10 21:27:53 +03:00
mohab metwally
0222c9c9a2 little pruning 2022-10-10 15:42:37 +02:00
mohab metwally
7392d00e4c [stakeholder] merge leadcoin keypair with minted owncoin 2022-10-10 15:39:34 +02:00
Luther Blissett
63e28ca1b5 cargo fmt. 2022-10-10 14:53:49 +02:00
Luther Blissett
4888b25830 drk/deploy: Add ZK proof for deployment, and some cleanups and roadmap. 2022-10-10 14:53:17 +02:00
Luther Blissett
9b0f68460d drk: Draft code for contract deployment. 2022-10-10 13:33:09 +02:00
aggstam
693cb1b808 clock, stage_usage_analyser: fixed broken dependencies 2022-10-10 13:33:52 +03:00
mohab metwally
e2d818d518 [clock] update test case 2022-10-10 12:17:48 +02:00
mohab metwally
fca2e499a6 [clock] moved clock to consensus 2022-10-10 11:58:17 +02:00
ghassmo
fcef99b63a doc/book: little fix on hashchain page 2022-10-09 14:35:11 +04:00
Luther Blissett
766c07c72c util: Add base32 encoding. 2022-10-08 13:24:17 +02:00
aggstam
53f74b4eb4 p2pnet/hosts.rs: minor changes 2022-10-08 13:35:12 +03:00
Luther Blissett
cc29c115c6 net/hosts: Minor changes. 2022-10-08 12:13:55 +02:00
aggstam
fac5cf0c05 p2pnet/hosts.rs: refactor filterring, debug logging added 2022-10-07 14:14:41 +03:00
aggstam
fdcc7b11bd p2pnet/hosts.rs: acquire lock outside of store loop 2022-10-07 12:28:05 +03:00
Luther Blissett
3539a77584 serial: WIP enum (de)serialization. 2022-10-07 03:16:22 +02:00
narodnik-intern
7fa64f2c02 basic typos 2022-10-06 23:22:00 +00:00
Luther Blissett
98d6300c5e darkwikid: Add more explanations in the config file. 2022-10-07 01:20:21 +02:00
Luther Blissett
54c9404c35 darkfiki: Clean up config file. 2022-10-07 01:13:08 +02:00
Luther Blissett
c769fd42ec Update dependency versions and remove env_logger dep. 2022-10-07 00:58:48 +02:00
Luther Blissett
e7bc898923 darkwikid: main.rs improvements, and cleanups.
* Use dryoc for crypto_secretbox instead of public-key encryption.

* Detach raft task to background (this needs a good rework, current
  design is suboptimal).

* Remove ctrlc and add signal-hook to handle signals

* Upon SIGHUP, reload workspace secrets from the TOML config file.
2022-10-07 00:50:40 +02:00
aggstam
78b291c6ed example/lead.rd: fixed unresolved import 2022-10-06 21:12:10 +03:00
aggstam
aa4386c373 p2pnet/oubound_session/try_connect(): remove addr from hosts if connection fails 2022-10-06 20:51:38 +03:00