Commit Graph

634 Commits

Author SHA1 Message Date
aggstam
72a5556f3f faucetd: added missing decoding crate
localnet/tmux_sessions.sh modified to keep pane open if code crashes on init
consensus/protos: some extra logging
2022-06-16 00:47:29 +03:00
aggstam
35c459db9a Cargo.toml: features updates, util/time.rs: replaced worldtime api request with jsonrpc request towards network nodes, darkfid: configuration check for new clock check impl, contrib/localnet + script/consensu_simulation: added new config args, faucted: removed unnessesary clock check, src/error.rs: new ConfigInvalid error and removed NTP error 2022-06-13 18:23:27 +03:00
ghassmo
d0ae3f3e29 ircd, tau: use the path .config/darkfi for saving data 2022-06-10 16:56:07 +03:00
ghassmo
4e636d2f67 ircd, taud: explicit Url type in structopt 2022-06-10 16:31:00 +03:00
ghassmo
1750fd5429 bin/ircd: accept Url as address for IRC listening 2022-06-10 16:31:00 +03:00
aggstam
6ab23bda5e bin/darkfid/main.rs: clock check to be executed only by nodes participating in consensus 2022-06-10 15:21:26 +03:00
aggstam
0d8fb66e53 util/time.rs: replaced date format string with enum 2022-06-10 15:09:51 +03:00
Dastan-glitch
01287b22c1 tau-cli: properly write multi line comments in desc_in_editor function 2022-06-07 01:30:44 +00:00
aggstam
ca660f5fe0 darkfid, faucetd: optional clock sync(config/args based) 2022-06-02 17:09:43 +03:00
narodnik
7aa8d166f9 daod add double vote fix 2022-06-01 18:39:28 +02:00
ghassmo
9860852322 tau: update README.md 2022-06-01 04:39:32 +03:00
ghassmo
458b1131af ircd: update README.md 2022-06-01 04:37:18 +03:00
ghassmo
a59b4786d9 ircd: write proper messages in info! output 2022-06-01 03:59:10 +03:00
Dastan-glitch
8f472cdad8 bin/ircd: use AtomicBool instead of bool 2022-05-31 14:42:27 +00:00
ghassmo
01ac20aab4 util/cli: refactoring loading log config & add path for log file 2022-05-31 04:29:03 +03:00
ghassmo
2db6f2fd1e bin/ircd: minor fix in README.md 2022-05-30 15:27:08 +03:00
ghassmo
de48e9e1dc bin/ircd: update README.md and ircd_config file 2022-05-30 15:10:29 +03:00
Dastan-glitch
55c828cec9 bin/dnetview: fix format 2022-05-29 21:37:34 +00:00
narodnik
575d1cc413 small daod comments 2022-05-27 14:44:00 +02:00
ghassmo
75072bbb5b dnetview: cargo clippy 2022-05-27 03:44:50 +03:00
ghassmo
82d278fea3 bin/tau: update README.md 2022-05-27 03:29:59 +03:00
ghassmo
8042cfd946 bin/tau-cli: remove explicit 'list' command in cli 2022-05-27 02:45:12 +03:00
ghassmo
c96e2603c1 bin/tau-cli: add debug msgs 2022-05-27 02:44:41 +03:00
Dastan-glitch
58396ef2d7 bin/tau: move params check to handle_request function and add state check 2022-05-26 14:54:57 +00:00
Dastan-glitch
a88ff78e97 Revert "bin/tau: catagorize methods"
This reverts commit 35fd132dae.
2022-05-25 22:53:23 +00:00
Dastan-glitch
66a4ec0394 Revert "bin/tau: add some saftey checks"
This reverts commit 6f5bf9fb41.
2022-05-25 22:52:38 +00:00
Dastan-glitch
0be7b7facf Revert "bin/tau: fix minor typo"
This reverts commit 3dbf8b6c80.
2022-05-25 22:51:34 +00:00
Dastan-glitch
3dbf8b6c80 bin/tau: fix minor typo 2022-05-25 22:19:23 +00:00
Dastan-glitch
6f5bf9fb41 bin/tau: add some saftey checks 2022-05-25 22:05:58 +00:00
Dastan-glitch
35fd132dae bin/tau: catagorize methods 2022-05-25 21:55:16 +00:00
parazyd
61bee58239 rpc: Cleanup and separate namespaces into client and server. 2022-05-22 20:54:17 +02:00
parazyd
52b3e6b4ee drk: Remove old main2.rs. 2022-05-22 20:54:17 +02:00
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