Commit Graph

602 Commits

Author SHA1 Message Date
parazyd
82ee1a9331 rpc: Clean up and document the server implementation. 2022-05-22 20:54:17 +02:00
Dastan-glitch
d5c78905f1 tau: update README 2022-05-22 13:38:43 +00:00
Dastan-glitch
9bce2b0a8f bin/tau: fix update subcommand 2022-05-22 13:38:15 +00:00
ghassmo
d7775c210b run cargo fmt 2022-05-22 15:08:08 +03:00
parazyd
587f0b4b93 make fix and minor manual cleanups. 2022-05-22 12:29:23 +02:00
parazyd
61ce0bd91d taud: Add TODOs. 2022-05-22 12:02:46 +02:00
parazyd
f2fe803812 tau-cli: Code cleanup. 2022-05-22 12:02:23 +02:00
parazyd
d765387fd0 Update dependencies and reduce compilation time.
For release, we don't need halo2 dev stuff, so we move it into dev-deps.
2022-05-21 13:32:13 +02:00
lunar-mining
c34330c32e dnetview/ view: removed some debug statements 2022-05-21 09:00:15 +02:00
lunar-mining
837292472e dnetview: final bug fix and clean up
clear active_ids before writing to it to insure offline nodes don't get
saved perpetually
2022-05-21 08:56:12 +02:00
lunar-mining
a5af09e26c dnetview: partial fix for out of bounds index error
* fix bug that make duplicate empty ids
* disable parse_manual
* standard
2022-05-21 00:25:58 +02:00
Dastan-glitch
954c20bf22 bin/ircd: join only channels that start with # 2022-05-20 16:05:35 +00:00
Dastan-glitch
85a88e6753 bin/ircd: prevent panic when parting from non-existing channel 2022-05-19 21:20:16 +00:00
Dastan-glitch
2e43bc4407 bin/ircd: fix a bug when rejoin a channel after parting 2022-05-19 20:08:59 +00:00
Dastan-glitch
f6de14bea1 bin/ircd: fix part command 2022-05-19 19:48:14 +00:00
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
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
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
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
lunar-mining
ede61e628a net/ dnetview: add inbound accept_addr to get_info and display 2022-05-16 12:52:50 +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
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
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
5cec2b98ff rpcclient: don't use Executor for spawn a task 2022-05-13 11:33:02 +03:00
ghassmo
69fe7485b7 dnetview: use the new rpc client api 2022-05-13 07:22:44 +03:00
ghassmo
3dd0eeee00 dao-cli: use rpc client api 2022-05-13 07:22:18 +03:00
ghassmo
19f2c79ea7 rpc: create RpcClient for handling opened channels 2022-05-13 07:19:01 +03:00