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 |
|
ghassmo
|
9d57fd368d
|
tau-cli: use open_channels function to communicate to rpc server
|
2022-05-13 05:10:27 +03:00 |
|
ghassmo
|
a1c54329e2
|
bin/tau: don't append tcp to rpc_addr
|
2022-05-11 20:44:12 +03:00 |
|
lunar-mining
|
0d5e1930e7
|
dnetview: add timestamp to msg log
|
2022-05-11 17:22:10 +02:00 |
|
parazyd
|
5718e22347
|
ircd: Minor cleanup and more verbosity.
|
2022-05-11 17:21:00 +02:00 |
|
ghassmo
|
8287e0195f
|
general clean up for network upgrade
|
2022-05-11 17:21:00 +02:00 |
|
parazyd
|
3bd950bf07
|
ircd: Don't destroy configured chans on PART.
|
2022-05-11 17:21:00 +02:00 |
|
parazyd
|
df845be78f
|
ircd: Add comments for new features in the config file.
|
2022-05-11 17:21:00 +02:00 |
|
parazyd
|
d27a495344
|
ircd: Add stub for custom MSGHIST command.
|
2022-05-11 17:21:00 +02:00 |
|
parazyd
|
f8c5febd2f
|
ircd: Implement JOIN, PART, and TOPIC.
|
2022-05-11 17:21:00 +02:00 |
|
parazyd
|
5cfe8be52c
|
ircd: Configurable autojoins and per-channel encryption.
|
2022-05-11 17:21:00 +02:00 |
|
ghassmo
|
f1c97207ba
|
rpc: merge rpcserver2 to rpcserver & fix bins affected by the merging
|
2022-05-11 17:20:59 +02:00 |
|
ghassmo
|
10498be7d3
|
ircd, tau: change add scheme for urls in config
|
2022-05-11 17:20:59 +02:00 |
|