Commit Graph

3472 Commits

Author SHA1 Message Date
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
subs
28699968d8 Create mac_setup.sh (#80)
* Create mac_setup.sh

* setyp.sh

* Update README.md
2022-05-24 11:49:01 +02:00
lunar-mining
eb9747e471 book/ SUMMARY: added dnetview 2022-05-24 09:40:46 +02:00
parazyd
2cdf307ac8 research/poseidon: Clean up and add explanations. 2022-05-23 14:11:37 +02:00
parazyd
05ee180af6 research: python poseidon hash implementation for pallas. 2022-05-23 13:16:09 +02:00
ghassmo
d0c58013dd clean up project root 2022-05-23 13:12:20 +03:00
parazyd
4c9570583e Minor rustdoc corrections. 2022-05-22 21:12:59 +02:00
parazyd
15189037dc Makefile: Temporarily disable RUSTFLAGS. 2022-05-22 21:01:45 +02: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
parazyd
0beab27e31 research: Remove obsolete Rust code. 2022-05-22 20:54:17 +02:00
Dastan-glitch
847f616076 book: fix example appearance 2022-05-22 14:41:44 +00:00
Dastan-glitch
2b831879e8 book: update tau example 2022-05-22 13:57:15 +00: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
ghassmo
cbfad9f39c p2pdebug: add peers flag for cli 2022-05-22 15:07:43 +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
parazyd
151965160c contrib/cargo-outdated: Ignore yanked package versions. 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
ghassmo
0f8458373a rpc/rpcclient: minor changes 2022-05-21 05:54:14 +03: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
aggstam
e12a8e6f1c consensus: quarantine impl added 2022-05-20 20:48:58 +03:00
Dastan-glitch
954c20bf22 bin/ircd: join only channels that start with # 2022-05-20 16:05:35 +00:00
aggstam
af07641e08 tests/network_transports.rs: added timeout at tor dials 2022-05-20 16:00:01 +03:00
parazyd
7464c1dd97 contrib/init: Fix confd files. 2022-05-20 07:44:42 +02:00
ghassmo
666ab9a4fc net: fix a bug in channel and clean up 2022-05-20 04:04:20 +03:00
ghassmo
f20dd33cb8 net/transport: add timeout option for dial function 2022-05-20 00:47:37 +03:00
Dastan-glitch
85a88e6753 bin/ircd: prevent panic when parting from non-existing channel 2022-05-19 21:20:16 +00:00
ghassmo
45382ecb74 rpc/rpcclient: catch the error when send to closed channel 2022-05-19 23:55:34 +03: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
parazyd
acaee0f926 contrib: Add OpenRC initscripts for taud, ircd, and darkfid. 2022-05-19 18:02:43 +02: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