Commit Graph

5326 Commits

Author SHA1 Message Date
parazyd
44579ebcba drk: dao_import stub. 2023-01-09 18:39:07 +01:00
parazyd
e50a0f3c8e walletdb: Implement options. 2023-01-09 18:39:07 +01:00
aggstam
971ea62ab8 fix broken imports 2023-01-09 18:26:50 +02:00
x
0e8f891e7f rename money/src/state.rs to model.rs 2023-01-09 15:59:36 +01:00
parazyd
d860174fc8 drk: Initial DAO commands layout. 2023-01-09 15:43:06 +01:00
x
0c292e524e add spend_hook to money contracts, and checks for DAO::exec() 2023-01-09 14:20:28 +01:00
spital
f03966069b docker-remove-old-bins-and-remove-apt-cache 2023-01-09 13:14:45 +00:00
parazyd
fd391979a0 drk/wallet: Initialize DAO contract wallet Merkle trees. 2023-01-09 14:04:55 +01:00
x
903b3286ab dao-test: add fixes to check for duplicates in mint() and propose() 2023-01-09 13:16:06 +01:00
parazyd
cb29f8ef80 contract/dao/client: Add sql wallet column constants. 2023-01-09 11:59:39 +01:00
parazyd
df85da6345 drk: build.rs experiment. 2023-01-09 11:59:39 +01:00
x
ad94b9bce3 cleanup the mess with dao::vote() associated variables: vote_option, vote_value .etc just rename everything to either yes_vote_* or all_vote_* 2023-01-09 11:40:58 +01:00
Dastan-glitch
257ba08bdb doc: update maintenance subpage 2023-01-09 12:41:12 +03:00
x
e723d40004 dao cleanup for vote() and exec() phases 2023-01-09 10:25:56 +01:00
Dastan-glitch
345efe3be1 README: fix darkfi book url for development 2023-01-09 00:56:23 +03:00
Dastan-glitch
078ce075df doc: added areas of work subpage to development section in book 2023-01-08 22:42:15 +03:00
x
be037aeba9 cleanup DAO user API 2023-01-08 10:52:50 +01:00
x
ea9e3cdf58 add DAO wallet.sql 2023-01-08 09:56:31 +01:00
x
fd2dec238c move halo2 specific types out from zk:: to their own submodule zk::halo2:: 2023-01-07 13:45:06 +01:00
x
9cd9c3113e cleanup imports by flattening everything to submodules. 2023-01-07 13:02:23 +01:00
x
e549746c87 impl of curve trees 2023-01-06 19:04:43 +01:00
x
9558338545 fix broken dao-exec proof due to swapped numbers 2023-01-06 09:37:30 +01:00
parazyd
7867f2eef0 Add example/simple.zk to zkas dependency targets. 2023-01-05 19:13:15 +01:00
parazyd
4443e2808c Fix make check 2023-01-05 16:05:18 +01:00
aggstam
be0d25ec10 consensus/utils: fixed broken test 2023-01-05 14:48:47 +02:00
x
9caa49ffa8 disable cursor checks in db_* since it uses an unstable rust feature 2023-01-05 13:45:25 +01:00
x
5ff054f840 forgot to add these files before 2023-01-05 12:54:02 +01:00
x
84ef0ab2cb random todos 2023-01-05 12:52:25 +01:00
x
a7751f4e18 split WalletCache into its own module 2023-01-05 12:44:42 +01:00
x
f36747728d remove unused imports 2023-01-05 12:06:44 +01:00
x
155e7473a4 fix various warnings and general cleanup 2023-01-05 11:50:05 +01:00
x
4c056ceb86 implement dao::exec() update, and add missing db_del() to runtime 2023-01-05 11:02:55 +01:00
parazyd
0a14d8223f research/last_man_standing: Minor cleanup and behaviour notes. 2023-01-04 16:25:08 +01:00
parazyd
4c4132ce7e consensus/types: Wrap Float10 into our own struct for some code simplification. 2023-01-04 15:15:20 +01:00
aggstam
61525b3ed9 script/research/last_man_standing: created new dummy consensus state with its own pid controller 2023-01-03 18:34:09 +02:00
x
3647d69c75 reorganize dao client functions into src/dao_client/foo.rs and rename state.rs to dao_model.rs 2023-01-03 13:28:35 +01:00
x
1b096e8f3f remove money harness, and rename dao_harness to just harness 2023-01-03 11:44:20 +01:00
aggstam
2a6aa7fdcf script/research/last_man_standing: survivors vec fix 2023-01-02 18:18:20 +02:00
x
ff6eba45ec cleanup logs for consensus::proto::* 2023-01-02 16:41:19 +01:00
x
f6dd466ccb add net::channel to include function in log target and cleanup its logs 2023-01-02 16:24:14 +01:00
x
5f0a95b472 fix message subscriber logs 2023-01-02 16:12:28 +01:00
x
e1352d6602 clean_log: add net::message_subscriber to targets with func included 2023-01-02 16:03:27 +01:00
x
2aed994877 manually fix some of the net messages to remove target from the actual log string 2023-01-02 15:54:11 +01:00
x
acb2131747 fix broken log targets 2023-01-02 15:46:19 +01:00
x
ca7ae12e31 clean_log: bugfix for setting incorrect target 2023-01-02 15:42:29 +01:00
x
687d1e5df6 format log statments 2023-01-02 15:27:53 +01:00
x
d5b230d506 fix regexs to include () in strings 2023-01-02 15:23:52 +01:00
x
988a622403 Revert "missing log targets"
This reverts commit 6414d55b7e.
2023-01-02 15:17:07 +01:00
x
6414d55b7e missing log targets 2023-01-02 15:15:48 +01:00
x
79d2a3daf8 clean_logs: don't append newline to files 2023-01-02 15:14:50 +01:00