[SON for Hive] - Implement HTTPS RPC client #610

Merged
serkixenos merged 18 commits from feature/son-for-hive-https-support into feature/son-for-hive 2021-10-25 15:18:33 +00:00

18 commits

Author SHA1 Message Date
moss9001
68b33c816c Comments applied
show_log
move net_utl to other files
single IP resolve
removed custom exception handler
2021-10-25 17:28:30 +03:00
moss9001
876c0fcb71 Merge branch 'feature/son-for-hive-https-support' of https://gitlab.com/PBSA/peerplays into feature/son-for-hive-https-support 2021-10-25 13:58:31 +03:00
serkixenos
934a65969e CLang formatter script 2021-10-23 03:41:39 +02:00
serkixenos
b0306096e9 Merge branch 'feature/son-for-hive' into feature/son-for-hive-https-support 2021-10-23 03:27:54 +02:00
serkixenos
62ecaa3c9a [SON for Hive] - Implement HTTPS RPC client 2021-10-23 03:17:46 +02:00
moss9001
d953b9e58a Update rpc_client.cpp 2021-10-22 22:10:37 +03:00
moss9001
80159ce19b Conflict was resolved 2021-10-22 19:48:17 +03:00
moss9001
32987edb2a Applying comments 2021-10-22 18:45:16 +03:00
moss9001
f9cfd54295 Create format.sh
Format batch file added
2021-10-22 13:52:53 +03:00
moss9001
1120e55f99 Comments update and minor fixes 2021-10-22 13:34:56 +03:00
moss9001
7ddad07df2 Tested
IP of api.hive.blog = 51.79.10.214

Not work:
hive-node-ip = 51.79.10.214
hive-node-rpc-port = 443
- bad request!

Work:
hive-node-ip = https://51.79.10.214
hive-node-rpc-port = 443

Work:
hive-node-ip = https://api.hive.blog
hive-node-rpc-port = 443

Work:
hive-node-ip = 10.11.12.202
hive-node-rpc-port = 28090

Work:
hive-node-ip = http://10.11.12.202
hive-node-rpc-port = 28090

Work:
hive-node-ip = http://localhost
hive-node-rpc-port = 28090

Work:
hive-node-ip = localhost
hive-node-rpc-port = 28090
2021-10-22 00:20:37 +03:00
moss9001
2826f2e83f net utl added 2021-10-21 21:34:42 +03:00
moss9001
7237ac0e71 Intermediate 2021-10-21 19:54:25 +03:00
moss9001
f59d34c001 Update https_call.cpp 2021-10-21 17:47:46 +03:00
moss9001
dc72582fb6 Fixed port issue 2021-10-21 00:39:43 +03:00
moss9001
ebb9ebb8c2 Update https_call.cpp
Minor changes
2021-10-20 18:44:14 +03:00
moss9001
6618745cf7 Fixed compile fail
Minor error was
2021-10-20 00:29:30 +03:00
Yevhen Viter
cfea1fe3e9 Initial commit 2021-10-18 14:42:52 +03:00