Commit Graph

355 Commits

Author SHA1 Message Date
x
c17fb5ca19 remove retarded 'target: ""' from src/tx/mod.rs 2023-01-02 14:53:45 +01:00
x
842297b6bf clean_logs: some logs should have the function name 2023-01-02 14:18:57 +01:00
x
0656bf2ed2 clean_logs: add assert 2023-01-01 04:47:37 +01:00
x
ff62ac4217 change line numbers to be correct 2023-01-01 04:25:33 +01:00
x
7e09b42c4d clean_logs: improve var names and docs 2023-01-01 03:56:43 +01:00
x
bc488599dd clean_logs: improve tool output 2023-01-01 03:44:28 +01:00
x
c72bf03e72 replace L_TGT 2023-01-01 02:55:57 +01:00
x
a39c30415d script to clean logs 2023-01-01 02:17:22 +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
aggstam
a7a5771963 script/research/last_man_standing: simulation script to replay lottery in case of multiple winners 2022-12-29 23:14:44 +02:00
parazyd
71cd3064d6 Update license year. 2022-12-28 13:06:00 +01:00
parazyd
18ab818a54 Update toml crate dependency. 2022-12-16 11:17:14 +01:00
parazyd
73c2dc32ce Move the MiMC VDF into darkfi-sdk 2022-12-14 12:33:40 +01:00
parazyd
9acfed6402 Clippy lints. 2022-12-14 12:30:27 +01:00
parazyd
b5be76738a Clean up some stuff in script/research 2022-12-14 11:59:49 +01:00
parazyd
88caee7f42 Update and clean up dependencies. 2022-12-13 15:19:09 +01:00
aggstam
ba5355f21e consensus: fork state checkpoints logic added 2022-12-01 18:00:00 +02:00
aggstam
95e6d74826 script/research/nodes-tool: updated to latest structures 2022-11-29 22:27:49 +02:00
parazyd
671967261e Update dependency versions 2022-11-29 21:10:29 +01:00
parazyd
1d7866f688 Update crate dependencies. 2022-11-29 13:54:05 +01:00
parazyd
5a0b893637 Move crypto/mimc_vdf to script/research. 2022-11-29 13:53:32 +01:00
aggstam
8ffb2d408b script/research/nodes-tool: fixed broken imports and updated naming 2022-11-25 18:35:51 +02:00
aggstam
3692735012 rpc/server: detach request handling 2022-11-25 18:05:35 +02:00
aggstam
49d275ddc8 rpc/client: subscribe to notifications impl added, script/research/rpc_cleint_notifications: example usage of rpc/client.subscribe() 2022-11-23 23:06:25 +02:00
aggstam
5b26ce4efb script/research/nodes-tool: fixed broken import 2022-11-19 15:55:49 +02:00
aggstam
ee10a54648 consensus: major changes implemented
finalization syncing period implemented, finalization logic improvements, fork logic improvements, use blockhash instead of header hash as identifiers, remove redundant DELTA, minor fixes
2022-11-18 02:32:47 +02:00
parazyd
f2bf300679 script: Remove obsolete scripts. 2022-11-16 20:34:41 +01:00
parazyd
a958ba0ea2 script: Remove SQL query scripts. 2022-11-16 20:34:41 +01:00
aggstam
0bd7d8a376 consensus: chopped Participants 2022-11-16 20:51:11 +02:00
parazyd
99f08cc8f5 sql: Remove obsolete darkpulse schema. 2022-11-16 14:26:37 +01:00
parazyd
cc8a046242 sql: Remove obsolete cashier schemas. 2022-11-16 14:26:37 +01:00
ghassmo
acd16ee999 script/research/event_graph: a little change in the implementation 2022-11-10 10:21:28 +04:00
parazyd
c1b2c2af5a Update crate dependencies 2022-11-08 12:17:25 +01:00
mohab metwally
f27ee17282 WIP debugging failing verified lead contract 2022-11-04 22:14:16 +02:00
aggstam
3cd8573e1c script/research/nodes-tool: updated to latest structures 2022-11-01 18:03:50 +02:00
parazyd
8ae84ad7f9 Add license header to source files. 2022-10-31 18:16:13 +01:00
mohab metwally
b93a94b164 add documentation for leader election, and blockchain to book, and research 2022-10-30 20:24:50 +02:00
Luther Blissett
43a871c3f2 Update all Cargo.toml files to include AGPL license reference. 2022-10-30 11:01:40 +01:00
ghassmo
0a1621f5f5 script/research/event_graph: little fix in the synchronization process 2022-10-30 12:49:54 +04:00
aggstam
4ba31723c1 consensus: participants logic updated, proposal proof validation added, fmt 2022-10-30 03:11:35 +03:00
ghassmo
e84065e1fd script/research/event_graph: add benchmark charts for pruning the graphs 2022-10-29 23:44:55 +04:00
ghassmo
4aa7e8d25c script/research/event_graph: more optimization for the code & remove old events from both active pool and orphan pool 2022-10-29 23:44:55 +04:00
Luther Blissett
a68304ca99 x3dh: Fix remaining bug thanks to cronokirby's eagle vision. 2022-10-28 23:54:52 +02:00
Luther Blissett
384e9fcc38 x3dh: Use a constant info for init. 2022-10-28 23:54:36 +02:00
Luther Blissett
6fc054ae9b x3dh: Remove anyhow dep. 2022-10-28 09:57:12 +02:00
Luther Blissett
97b849edbc x3dh: WIP header encryption.
Some ratcheting bug still appears after the third message.
2022-10-28 01:33:43 +02:00
Luther Blissett
b51e7c2579 x3dh: Simplify state discards. 2022-10-28 01:33:43 +02:00
Luther Blissett
57cea9928d x3dh: Use local serialization for MessageHeader. 2022-10-28 01:33:43 +02:00
Luther Blissett
332ab9122a x3dh: One more message for safety. 2022-10-28 01:33:43 +02:00
aggstam
ef3c52e6b6 crypsinous_playground: simulation epochs as arg 2022-10-27 21:21:53 +03:00