Jonathan "Duke" Leto
85ab0bf7c1
Merge remote-tracking branch 'jl777/FSM' into duke
2019-05-01 06:15:57 -07:00
Jonathan "Duke" Leto
8cd4b60aa0
Update code of conduct info
2019-04-30 19:04:15 -07:00
Jonathan "Duke" Leto
cb5c00448b
fixes
2019-04-30 06:58:17 -07:00
Jonathan "Duke" Leto
a7238189d6
web wallet details
2019-04-30 06:55:41 -07:00
Jonathan "Duke" Leto
f7d429964f
More details in readme about claiming funds
2019-04-30 06:41:13 -07:00
jl777
07fdce999e
Merge pull request #1462 from dimxy/token-migration-fix
...
fix decoderawtransaction for importcoin
2019-04-28 21:06:20 -11:00
dimxy
a0aaff1371
fix unmarshal source symbol from rawproof
2019-04-29 12:55:17 +05:00
jl777
96ccb1586d
Merge branch 'dev' into FSM
2019-04-28 18:42:00 -11:00
jl777
566d101d31
Merge pull request #1460 from blackjok3rtt/dev
...
fix wallet bug
2019-04-28 18:39:02 -11:00
blackjok3r
cf6f647d1e
fix wallet corruption fix, for staking chains, fix forced rescan for ZEX and KMD with ztx in wallet.
2019-04-29 11:25:23 +08:00
Jonathan "Duke" Leto
f0b32b94d8
How to claim docs, finally
2019-04-27 07:42:55 -07:00
Jonathan "Duke" Leto
ec73aa528f
update
2019-04-27 07:33:11 -07:00
Jonathan "Duke" Leto
d520ff8175
Hushify our readme
2019-04-27 07:32:16 -07:00
jl777
e4d7b9f616
Merge pull request #1459 from blackjok3rtt/dev
...
add extr print for new fix
2019-04-27 01:39:26 -11:00
blackjok3r
3110814bae
add extr print for new fix
2019-04-27 20:36:33 +08:00
jl777
8eba1ba72a
Merge branch 'dev' into FSM
2019-04-26 22:52:40 -11:00
jl777
b2c8247e76
Merge pull request #1457 from blackjok3rtt/dev
...
Fix possible not being able to sync after node crashes, add dpow to BEER
2019-04-26 22:51:19 -11:00
blackjok3r
a19e283715
add dpow to BEER, fix crashed node not being able to sync due to future checkpoints.
2019-04-27 17:48:06 +08:00
Jonathan "Duke" Leto
69c5efb79b
Merge remote-tracking branch 'jl777/FSM' into duke
2019-04-25 09:46:22 -07:00
jl777
5b14394e0c
Merge pull request #1456 from jl777/jl777
...
Jl777
2019-04-25 03:51:09 -11:00
jl777
b893391efa
Merge branch 'FSM' into jl777
2019-04-25 03:47:38 -11:00
jl777
7990ec3260
Merge remote-tracking branch 'origin/jl777' into jl777
2019-04-25 03:47:11 -11:00
jl777
33fbd581ad
Merge branch 'FSM' into jl777
2019-04-25 03:47:05 -11:00
jl777
ea5a5c46fc
Merge pull request #1455 from DeckerSU/patch-curl
...
build-mac.sh fix on latest libcurl changes
2019-04-25 00:28:18 -11:00
DeckerSU
6af417b990
build-mac.sh fix on latest libcurl changes
...
https://github.com/jl777/komodo/issues/1452
2019-04-25 14:24:53 +03:00
Jonathan "Duke" Leto
7b67ea9058
Merge remote-tracking branch 'jl777/FSM' into duke
2019-04-24 11:50:17 -07:00
jl777
3d0ee82288
Merge pull request #1454 from Mixa84/FSM
...
Corrected ChannelsCC validation.
2019-04-24 04:34:43 -11:00
Mihailo Milenkovic
8a574b9623
Corrected ChannelsCC validation.
2019-04-24 17:30:21 +02:00
jl777
4c6dbb4352
Merge pull request #1453 from Mixa84/FSM
...
Defragmenting utxos in Gateways deposit address (#24 )
2019-04-24 00:16:50 -11:00
Mihailo Milenkovic
a0053d8ef0
Defragmenting utxos in Gateways deposit address ( #24 )
...
- adding up to 3 more utxos when doing withdraw for defragmentation
- corrected gateways validation
2019-04-24 13:02:08 +02:00
Jonathan "Duke" Leto
93c9349cf1
Merge remote-tracking branch 'jl777/FSM' into duke
2019-04-23 15:11:47 -07: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
Jonathan "Duke" Leto
e4ce048b8e
Comment out this warning which will spam stdout for unconfirmed xtns
2019-04-21 07:52:06 -07:00
Jonathan "Duke" Leto
d927688838
Merge remote-tracking branch 'jl777/jl777' into duke
2019-04-21 07:12:40 -07:00
Jonathan "Duke" Leto
cc6b990bdb
Revert "Attempt to fix coredump found by TheTrunk/Shossain"
...
This reverts commit 4b8ae26232 .
2019-04-21 06:50:38 -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