Commit Graph

27072 Commits

Author SHA1 Message Date
dimxy
78a9a07106 commented logging 2019-04-23 15:39:55 +05:00
dimxy
124983720d corr SplitStr c 2019-04-23 15:39:54 +05:00
dimxy
8231a83db8 corr eof state SplitStr 2019-04-23 15:39:53 +05:00
dimxy
2f24cf602f corr SplitStr 2019-04-23 15:39:52 +05:00
dimxy
e85fbb10c9 corr SplitStr 2019-04-23 15:39:51 +05:00
dimxy
dee17205d2 SplitStr add support for comma and space delims 2019-04-23 15:39:50 +05:00
dimxy
dc1257a85d changed to SplitStr 2019-04-23 15:39:49 +05:00
dimxy
e92c6c4c1b mult 2019-04-23 15:39:49 +05:00
dimxy
0c017ca582 loggin in correlation 2019-04-23 15:39:47 +05:00
dimxy
9e4ef902f8 loggin 2019-04-23 15:39:46 +05:00
dimxy
fce9b0581a logging 2019-04-23 15:39:45 +05:00
dimxy
ee4ae5be7d logging 2019-04-23 15:39:44 +05:00
dimxy
92b30e07f0 logging 2019-04-23 15:39:43 +05:00
dimxy
4cd2814aa8 logging 2019-04-23 15:39:42 +05:00
dimxy
09877ba99f logging 2019-04-23 15:39:40 +05:00
dimxy
718097db7f loggin added 2019-04-23 15:39:39 +05:00
dimxy
ddb9fe08c5 more logging 2019-04-23 15:39:38 +05:00
dimxy
0b1ab063e0 deb logging added 2019-04-23 15:39:36 +05:00
dimxy
ffb14229e5 logging added 2019-04-23 15:39:35 +05:00
dimxy
f0eeb7efe1 added pricesbet rpc 2019-04-23 15:39:34 +05:00
dimxy
161b75b7f8 more init corr 2019-04-23 15:39:32 +05:00
dimxy
b4b55290a2 corr univalue init 2019-04-23 15:39:31 +05:00
dimxy
1a9ed2ac48 univalue ptr test 2019-04-23 15:39:30 +05:00
jl777
84e4635be2 Merge pull request #1451 from radix42/FSM
Add support for importing and exporting sapling ivk
2019-04-22 18:14:14 -11:00
Bartlomiej Lisiecki
191fc2e152 Add support for importing and exporting sapling ivk 2019-04-22 17:22:31 -07:00
jl777
f1690fcb7d Merge pull request #1450 from jl777/jl777
deprecate evil send_curl, thanks decker!
2019-04-22 07:13:12 -11:00
jl777
49f9276e8a Merge pull request #1449 from DeckerSU/patch-curl
[Linux] fix libcurl HTTPS connections
2019-04-22 07:01:55 -11:00
DeckerSU
c4c5746e9c added config flags to openssl
to make libcurl HTTPS connections work OpenSSL needs to be built
with sock, ssl, tls and des. all other config options can be disabled,
like in ZCash.
2019-04-22 20:56:25 +03:00
DeckerSU
0930945aa0 remove debug delays in libcurl.mk 2019-04-22 20:54:49 +03:00
DeckerSU
1a9f6cb607 return OpenSSL 1.1.1a and applied patch
More info:

- https://github.com/openssl/openssl/issues/7350
- f725fe5b4b

Without this patch we will get following error:

```
SSL: couldn't create a context: error:00000000:lib(0):func(0):reason(0)
```

during trying to connect HTTPS.
2019-04-22 20:27:28 +03:00
jl777
e8771704e0 Merge pull request #1448 from letolabs/stdoutspam
Reduce unnecessary warnings to STDOUT
2019-04-21 04:49:21 -11:00
Jonathan "Duke" Leto
74b2563334 Reduce unnecessary warnings to STDOUT 2019-04-21 07:58:05 -07:00
jl777
25cd593f95 Merge pull request #1447 from jl777/jl777
Jl777
2019-04-21 02:42:37 -11:00
jl777
4889ceebb6 Merge branch 'FSM' into jl777 2019-04-21 02:42:10 -11:00
jl777
0b66a88ba2 int32_t komodo_blockheight(uint256 hash); 2019-04-21 02:40:49 -11:00
jl777
70015ce70d int32_t komodo_blockheight(uint256 hash); 2019-04-21 02:37:51 -11:00
jl777
124156f956 int32_t komodo_blockheight(uint256 hash); 2019-04-21 02:36:46 -11:00
jl777
f79d72fb94 Include file 2019-04-21 02:34:31 -11:00
jl777
564da3c982 Change mapblockindex[] into function calls with guards 2019-04-21 02:33:31 -11:00
jl777
6058c87f3f Merge pull request #1446 from jl777/jl777
Jl777
2019-04-21 02:18:19 -11:00
jl777
06bed214f9 Check for null ptr before -> 2019-04-21 02:17:00 -11:00
jl777
db2cf15b85 Merge pull request #1445 from blackjok3rtt/jl777
fix two bugs for Alright
2019-04-20 18:49:08 -11:00
blackjok3r
d16cdf5538 Add -testmode command line arg 2019-04-21 13:05:39 +08:00
blackjok3r
82e6cd0f93 fix two bugs for Alright 2019-04-21 11:48:16 +08:00
jl777
ce876219e7 Merge pull request #1443 from blackjok3rtt/jl777
add last of paymentsCC valdiation
2019-04-20 00:32:19 -11:00
blackjok3r
fea2b66581 add validation for OP_RETURN to payments CC. Enable ccvoutopret for payments fund. 2019-04-20 19:29:16 +08:00
blackjok3rtt
d12fb49e80 Merge pull request #70 from jl777/jl777
Jl777
2019-04-20 11:13:56 +08:00
DeckerSU
2f19aeaa4a + debug (ssl and curl version printout) 2019-04-19 22:01:54 +03:00
DeckerSU
03794dc208 first approach to get HTTPS in libcurl work
1. libcurl.mk now changed to build against static openssl from deps.
2. but, it won't work with openssl 1.1.1a, bcz of SSL: couldn't create a context: error:00000000:lib(0):func(0):reason(0)	,
so, in test i decided to upgrade openssl to 1.1.1b.
3. original openssl.mk was with many disabled features, i enable all of them,
of course it's don't needed and we need to leave only SSL/TLS things enabled
in OpenSSL build.
4. probably i broke something in Windows and MacOS build.

This commit is only first approach to continue work.
2019-04-19 21:57:10 +03:00
jl777
b797e4421a Merge branch 'FSM' into jl777 2019-04-19 07:25:53 -11:00