Commit Graph

9 Commits

Author SHA1 Message Date
ayham edf212de7e
add basic test running
continuous-integration/drone/push Build is failing Details
does not add actual test
2021-08-21 08:50:18 +03:00
ayham ca6f0677ed
make namespace naming better
continuous-integration/drone/push Build is passing Details
- replace acc_create with account::create on server & client
- replace acc_auth with account::authorize on server & client
- to use the account module (non-common), just import
  crate::server/client::account;
- remove redundant use namings
2021-08-20 10:11:06 +03:00
ayham 7413505375
merge retrieval_transaction.rs with retrieve_transactions.rs
continuous-integration/drone/push Build is passing Details
- remove src/libtrader/network/cmd folder entirely
- add investigate log discrepancy between server and client to todo
  board
2021-08-06 10:53:15 +03:00
ayham ca7c91216b
cargo fmt 2021-06-01 19:04:28 +03:00
ayham 66af765def
make 'src/common' actually common
- delete no longer needed lookup_ipv4
- delete no longer needed path_exists
- move gen_tls_client_config from common to client
- move gen_tls_server_config from common to server
2021-06-01 18:59:07 +03:00
ayham 924603e43e
server now runs (hopefully) 2021-05-24 13:53:43 +03:00
ayham 13e4e70511
format & add Github CI fmt checking 2021-05-19 17:51:36 +03:00
realaltffour 0b2f6176c6
minimal libtrader builds 2020-08-11 13:47:29 +03:00
realaltffour 5ce8e86085
rework file hierarchy 2020-08-11 13:16:25 +03:00