Commit Graph

3424 Commits

Author SHA1 Message Date
narodnik
a851f4cd07 daod: add some comments 2022-05-19 16:29:45 +02:00
narodnik
03e1c963dc daod bugfix win_votes / total_votes 2022-05-19 13:36:36 +02:00
narodnik
30ac704038 daod: finish final execution step 2022-05-19 12:20:06 +02:00
lunar-mining
85b601b121 dnetview: don't exit poll() when error is returned 2022-05-19 12:21:19 +02:00
lunar-mining
4541e00eac dnetview: propagate errors more descriptively 2022-05-19 12:09:47 +02:00
lunar-mining
fe69bf144a dnetview: explicit error handling when opening an RPC channel 2022-05-19 11:27:06 +02:00
lunar-mining
40b41b527a dnetview: if the RPC cannot connect, render the node as offline. 2022-05-19 10:40:11 +02:00
ghassmo
5b07ae074d net/tcp: set nonblocking to true after establishing the connection 2022-05-19 11:19:36 +03:00
ghassmo
4b3227a36f net: return explicit errors when running accept loop 2022-05-19 11:02:45 +03:00
narodnik
18a3dcb856 begin dao exec contract code 2022-05-18 22:17:35 +02:00
narodnik
724b94b33b change proposer code to export commits to total win votes and total votes instead of directional votes 2022-05-18 21:37:28 +02:00
lunar-mining
9b8ba6329f src/util: create NanoTimestamp tool to get and display nanoseconds
bin/dnetview, src/net/channel.rs: add NanoTimestamp to net and dnetview
2022-05-18 11:15:38 +02:00
narodnik
5a2bc1fed5 finish voting phase 2022-05-17 10:32:41 +02:00
parazyd
33f6256948 Rework compile_all_bins 2022-05-16 18:46:24 +02:00
aggstam
698db2bd9d example/lead.rs: removed duplicate dependencies 2022-05-16 18:58:49 +03:00
parazyd
c63aabf17f Update project dependencies. 2022-05-16 17:40:44 +02:00
parazyd
f8c2ee5617 Port codebase to latest halo2 API. 2022-05-16 17:30:46 +02:00
Dastan-glitch
5b467f4cef update Cargo.lock and fix formatting 2022-05-16 16:19:37 +03:00
mohab
8b9bdac46f miscellaneous changes 2022-05-16 13:56:00 +02:00
mohab
683b96369d [example/lead] provingkey is panking on leadcontract, fallback to previous example 2022-05-16 13:56:00 +02:00
mohab
2ae2facf34 [crypto/leadcoin] lead coin with member public_input implemented 2022-05-16 13:56:00 +02:00
mohab
623bf2ee54 [crypto/lead_proof] lead_proof utility 2022-05-16 13:56:00 +02:00
mohab
b7bfed955e [crypto/leadcoin] created lead coin for lead transaction 2022-05-16 13:56:00 +02:00
mohab
24882c8cc9 [example/lead] create_lead_coin_public_inputs 2022-05-16 13:56:00 +02:00
mohab
3ea82ee8a3 [example/lead] create_coins_sk as PRF derived from previous sks 2022-05-16 13:56:00 +02:00
parazyd
e443b8fd9c faucetd: Update configuration file. 2022-05-16 13:34:02 +02:00
parazyd
bf9106b5f7 bin: Rename darkfid2 to darkfid. 2022-05-16 13:34:01 +02:00
parazyd
b2b4baa223 bin: Remove darkfid. 2022-05-16 13:27:24 +02:00
parazyd
5541aafcac bin: Remove obsolete gatewayd. 2022-05-16 13:26:20 +02:00
parazyd
002a8366ba drk: Correct endpoint for airdrop method. 2022-05-16 13:16:05 +02:00
parazyd
381781ad61 contrib/localnet: Additional script for cleanup. 2022-05-16 13:16:05 +02:00
parazyd
15eb1c5382 contrib: Add scripts for localnet testing. 2022-05-16 13:16:04 +02:00
lunar-mining
ede61e628a net/ dnetview: add inbound accept_addr to get_info and display 2022-05-16 12:52:50 +02:00
parazyd
531653da1a node/state: Check that input nullifiers are also not dupe in the tx itself. 2022-05-16 12:22:54 +02:00
narodnik
4492a8b6f1 make valid proposals part of the actual daostate 2022-05-15 19:00:43 +02:00
narodnik
fe1d07c7ad daod: finish proposer step 2022-05-15 18:01:16 +02:00
narodnik
8fef4b5fc2 proposer tx build function 2022-05-15 13:37:33 +02:00
lunar-mining
513cb2b56d net, dnetview: pass util::Timestamp instead of u64
use featureful darkfi time utils instead of basic function
unix_timestamp()
2022-05-15 11:34:58 +02:00
lunar-mining
3db3662b14 util/ time: display seconds in Timestamp.format() 2022-05-15 11:34:35 +02:00
Dastan-glitch
b2b42415bf bin/tau: remove unused dependencies 2022-05-15 01:11:34 +03:00
narodnik
0072bdda14 daod: begin proposal of a new vote 2022-05-14 13:16:34 +02:00
narodnik
31d2278cfe daod: remove proposal_auth_public_key and replace with proposer_limit 2022-05-14 10:45:29 +02:00
narodnik
7b11fd54f9 daod: add gov token 2022-05-14 10:02:10 +02:00
narodnik
3b3eac588c general cleanup and renaming things. modularizing the code more. 2022-05-14 10:02:10 +02:00
Dastan-glitch
d2303b7764 bin/tau: fix assign,project vectors, and fix viewing in print_task_info 2022-05-14 01:29:28 +03:00
aggstam
0f3b420122 src/consensus/task/consensus_sync: modified state retrieval, script/consensus_simulation and script/research/node-tools updated, src/util/time: increased retries to 10 2022-05-13 15:04:31 +03:00
ghassmo
0f8f1016fc bin/drk: general clean up 2022-05-13 11:57:30 +03:00
ghassmo
8d1402f3f1 bin/drk: use RpcClient 2022-05-13 11:48:07 +03:00
ghassmo
e16204496b rpcclient: add close connection function 2022-05-13 11:47:49 +03:00
ghassmo
5cec2b98ff rpcclient: don't use Executor for spawn a task 2022-05-13 11:33:02 +03:00