Commit graph

327 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
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
serkixenos
de9ee9fc76 cURL based HTTP/HTTPS RPC client for Hive 2021-10-20 14:31:03 +02: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
serkixenos
9b3c84c2bd Ensure bitcoin primary wallet data is valid before creating primary wallet transaction 2021-10-06 21:34:21 +02:00
serkixenos
2a4a4b8dc5 Enable SON Hive withdrawal without registering sidechain address 2021-09-22 17:24:12 +02:00
serkixenos
d2c1711f7b New sync check on SON processing 2021-09-08 16:42:34 +02:00
serkixenos
73e4a0cc15 Introduce option to enable/disable printing RPC calls to console 2021-08-18 00:07:03 +02:00
serkixenos
acb1432509 Allow deposit from Hive to account with no registered sidechain address 2021-08-18 00:06:25 +02:00
serkixenos
3c6454cd8d Remove account name indicator string "son-payment-to:" 2021-08-04 19:00:00 +02:00
serkixenos
380a1260bf Deposit from any Hive account to any Peerplays account 2021-07-27 23:41:00 +02:00
serkixenos
143b244ccd Replace Hive cli_wallet RPC calls with Hive node RPC calls 2021-07-13 14:01:47 +02:00
serkixenos
efe612b1bc Merge branch 'develop' into feature/son-for-hive 2021-07-01 16:02:35 +02:00
serkixenos
11b64ffb8a Refactor tracked_assets 2021-06-29 15:10:38 +02:00
serkixenos
ca1e68c13f sidechain_transaction_settle_operation proposal approval for Hive 2021-06-28 16:26:07 +02:00
sierra19XX
e6b57a2285 merge beatrice release delta changes into develop 2021-06-15 11:51:57 +00:00
serkixenos
3b25ec29eb sidechain_transaction_sign_operation proposal approval for Hive 2021-06-08 17:00:35 +02:00
serkixenos
6faec4901a Deposit/Withdraw process operation proposal approval for Hive 2021-06-07 13:35:02 +02:00
serkixenos
851ac2792d son_wallet_update_operation proposal approval for Hive 2021-05-29 02:25:57 +02:00
serkixenos
189229b20e Hive network recognition and proper asset encoding 2021-05-25 13:28:28 +02:00
serkixenos
c6a7ab2057 Fix Hive transaction serialization 2021-05-19 19:54:57 +02:00
sierra19XX
668f677867 rate limiting for son deposit, withdrawal, pw change, tx settle operations 2021-05-03 09:26:43 +00:00
serkixenos
09f23dade8 Withdrawal object creation 2021-04-26 13:05:27 +02:00
serkixenos
7536f1a2d7 Withdrawal payment detection 2021-04-22 11:35:29 +02:00
serkixenos
876655fb39 Quickfix: Approve Hive transaction signing 2021-04-16 00:30:46 +02:00
serkixenos
1f53359248 Deposit processing for Hive assets HBD and HIVE 2021-04-13 23:04:53 +02:00
serkixenos
daa4fa089a Deposit detection and deposit object created 2021-04-08 12:08:28 +02:00
serkixenos
944fa3b072 Tx ID calculation on broadcasting Hive transaction 2021-03-31 12:28:41 +02:00
serkixenos
a2c5c29005 Proper account_update_operation serialization and transaction signing 2021-03-30 16:23:13 +02:00
serkixenos
44f81d4d08 Collecting Hive SONs signatures 2021-03-24 11:59:38 +01:00
serkixenos
7fc964103e Hive transaction handling, WIP 2021-03-22 17:29:35 +01:00
serkixenos
093fdf055a Hive primary wallet creation 2021-03-17 01:56:44 +01:00
serkixenos
8e4ff85c90 Hive block basic parsing 2021-03-12 20:10:44 +01:00
serkixenos
5920356b5d SON listener for Hive 2021-03-05 16:38:47 +01:00
serkixenos
cb786554fc
Remove as much warnings from build log as possible (#400)
* Remove as much warnings from build log as possible
2020-12-18 14:23:37 +01:00
serkixenos
74764b946d
Elasticsearch plugin improvements (#404)
* Elasticsearch and es_objects plugins updated
* Expand es_objects plugin to store more objects
* es_objects configuration options
* Store transaction objects
2020-12-18 14:21:24 +01:00
serkixenos
f532386567
Build optimizations (#403)
* Build optimizations, simplify dependancy tree

* Build optimizations, simplify dependancy tree
2020-11-12 19:38:25 +05:30