Commit Graph

61 Commits

Author SHA1 Message Date
parazyd
0b87f2f0a9 Add bin/map to workspace. 2022-01-13 19:57:20 +01:00
parazyd
a431fab6d7 Have config files be spawned by the binaries if necessary.
Closes: #42
2022-01-13 19:54:19 +01:00
parazyd
18569ee8a5 bin/cashierd: Clippy fixes. 2022-01-13 19:20:55 +01:00
lunar-mining
a30b6c15dc map: partially implemented NodeInfo struct 2022-01-13 19:23:09 +01:00
lunar-mining
f2e6f739bc map: added types module 2022-01-13 19:23:09 +01:00
lunar-mining
00e6b6f82c map: made nodeinfo popup 2022-01-13 19:23:09 +01:00
parazyd
a63e7183d9 bin/darkfid: Improve RPC documentation. 2022-01-13 17:44:06 +01:00
parazyd
f0bec3bb5f Bump DarkFi version to 0.3.0 2022-01-13 17:00:50 +01:00
parazyd
162138f7de Fix test units. 2022-01-13 17:00:50 +01:00
parazyd
8a46066a56 bin: Remove makefiles and Cargo.lock files. 2022-01-13 17:00:49 +01:00
parazyd
30a4c6339d bin/ircd: Add Cargo.lock 2022-01-13 17:00:48 +01:00
parazyd
c70d920a53 bin/ircd: Finalize features refactor. 2022-01-13 17:00:48 +01:00
parazyd
8ec1155498 bin/gatewayd: Add Cargo.lock 2022-01-13 17:00:48 +01:00
parazyd
5d777d22dd bin/gatewayd: Finalize features refactor. 2022-01-13 17:00:48 +01:00
parazyd
4f3c1dcb87 bin/drk: Add Cargo.lock. 2022-01-13 15:42:56 +01:00
parazyd
d192ae23f0 bin/drk: Finalize features refactor. 2022-01-13 15:42:56 +01:00
parazyd
59fd0833ae bin/darkfid: Add Cargo.lock 2022-01-13 15:42:56 +01:00
parazyd
ee5f94ad33 bin/darkfid: Finalize features refactor. 2022-01-13 15:42:56 +01:00
parazyd
d94721b6c6 bin/cashierd: Add Cargo.lock 2022-01-13 15:42:56 +01:00
parazyd
3a0aaffe1b bin/cashierd: Finalize features refactor. 2022-01-13 15:42:56 +01:00
parazyd
5762c0a795 bin: Rename gateway to gatewayd. 2022-01-13 15:42:56 +01:00
parazyd
d3eefeee9a bin: Rename cashier to cashierd. 2022-01-13 15:42:55 +01:00
lunar-mining
0637dde94c map: split screen and simplify display 2022-01-13 12:12:32 +01:00
narodnik
b2a89f0943 scripts to run p2p irc nodes 2022-01-13 12:04:36 +01:00
lunar-mining
9918ad698e map: cleanup and make hashmap unique items 2022-01-12 14:24:02 +01:00
lunar-mining
771219be7c map: refactored App to pass node hashmap 2022-01-12 10:58:39 +01:00
ghassmo
b0fc31ead2 continue works on issue #35 2022-01-11 17:27:13 +04:00
lunar-mining
a4b0de2351 cashier: changed rpc import to util::rpc 2022-01-10 11:55:38 +01:00
narodnik
0561ed1b42 Merge branch 'master' of github.com:darkrenaissance/darkfi 2022-01-09 21:11:54 +01:00
narodnik
ba7a0802db use yield_now() in load_address() loop to prevent deadlock with other tasks. 2022-01-09 21:02:15 +01:00
lunar-mining
fad4e7aa65 renamed /blockchain to /chain 2022-01-09 14:19:15 +01:00
lunar-mining
496aa504c6 moved /circuit to /zk/circuit 2022-01-09 14:03:49 +01:00
lunar-mining
88cf3114d8 moved /rpc to /util/rpc 2022-01-09 13:48:11 +01:00
lunar-mining
176bad6bcd map: fix rendering errors 2022-01-09 12:16:44 +01:00
ghassmo
8ad7073ee9 clean up 2022-01-09 15:08:56 +04:00
ghassmo
6e22b4ec9d create node and blockchain features 2022-01-08 20:01:05 +04:00
ghassmo
aa6fbc1085 create node module and move darkfid to bin dir 2022-01-08 18:30:29 +04:00
ghassmo
70f28dc79c cargo fmt for sub-crates 2022-01-08 17:19:02 +04:00
lunar-mining
22034e1c40 map: refactor 2022-01-08 14:03:00 +01:00
lunar-mining
ffd9c8e185 map: paragraph stub 2022-01-08 11:53:35 +01:00
lunar-mining
fe30d6a024 map: cleanup warnings 2022-01-08 10:23:37 +01:00
lunar-mining
fbb113b6c8 map: split screen 2022-01-08 10:23:37 +01:00
lunar-mining
fe4d5fecb6 map: print nodes as a list 2022-01-08 10:23:37 +01:00
lunar-mining
81a6579bb9 map: cleanup 2022-01-08 10:23:37 +01:00
ghassmo
a591bb526d WIP clean and refactoring according to issue #35 2022-01-08 04:11:03 +04:00
lunar-mining
6398d919e6 map: updated Cargo.toml 2022-01-07 14:00:57 +01:00
lunar-mining
30ff5f2287 map: simple box that quits with q 2022-01-07 14:00:57 +01:00
lunar-mining
a06e2c0e67 map: add readme 2022-01-07 14:00:57 +01:00
narodnik
1150696fca show nick changes 2022-01-06 17:35:13 +01:00
narodnik
23e109a3e1 share the list of seen privmsg ids so that locally sent messages can be added to it. 2022-01-05 19:33:39 +01:00