jl777
64b6a3664b
Merge branch 'FSM' into jl777
2019-07-01 18:36:54 -11:00
Alrighttt
abc90c501b
typo, sorry
2019-07-01 21:41:53 +02:00
Alrighttt
8a958a275e
fix importprivkey help message
2019-07-01 21:21:46 +02:00
Alrighttt
89874a01ce
fix CKey declaration
2019-07-01 21:06:36 +02:00
Alrighttt
5e6737fc38
add additional param to importprivkey for other WIF formats
2019-07-01 19:03:52 +02:00
DeckerSU
f357d9eb1c
add convertpassphrase RPC method (convert Agama passphrases to WIF)
2019-06-24 16:00:34 +03:00
dimxy
958376b579
convert vobj to string in cclib rpc to allow passing json param as vobj
2019-06-17 11:28:01 +05:00
Mihailo Milenkovic
40ec8b3bac
Add oraclessample rpc to get data for txid.
2019-06-15 15:36:04 +02:00
Jack Grigg
a581ac5e1b
wallet: Skip transactions with no shielded data in CWallet::SetBestChain()
...
Co-authored-by: Daira Hopwood <daira@jacaranda.org >
Closes #3495 .
2019-06-11 00:45:56 +08:00
blackjok3r
fd23e3a914
add -ac_ccactivateht=. Fix oracles timestamp activation, to stop loading block from disk for no reason.
2019-06-10 23:30:13 +08:00
ca333
34192e2b22
add multi OS ifdef
...
added ifdef directives for conditional mutli OS build
2019-06-10 00:18:16 +02:00
jl777
89e1414c6b
Merge pull request #1524 from KMDLabs/master
...
merge changes for gcharang
2019-06-03 23:05:06 -11:00
jl777
d1c16ee705
Merge branch 'dev' into FSM
2019-06-03 19:23:05 -11:00
blackjok3r
17dd062fee
woops
2019-06-04 14:10:15 +08:00
jl777
dc28597e30
Merge branch 'dev' into FSM
2019-06-03 18:52:57 -11:00
blackjok3r
b29c95a26d
fix PIRATE forced rescan.
2019-06-04 11:53:38 +08:00
jl777
2a3dffbb5d
Merge pull request #1516 from MyHush/zdupes2
...
Allow duplicate receivers in z_sendmany
2019-05-30 22:13:23 -11:00
Jonathan "Duke" Leto
01fb676782
Allow duplicate receivers in z_sendmany
2019-05-31 10:54:16 +02:00
Mihailo Milenkovic
01f597a2c8
Oracles pubkey spoofing in register tx fix
...
- Fix activation on July 15th 2019 00:00
- Added oraclesfund tx to fund Oracles CC address of pubkey that will register, and spend it in register tx
- oraclessamples gets baton address as input instead of txid to show all data from publisher
2019-05-28 15:40:43 +02:00
blackjok3r
f08a7d2d03
add ENABLE LABS global var to build cclib correctly with start.sh.
2019-05-27 17:58:23 +08:00
blackjok3r
90f6d123ad
fix build
2019-05-26 23:43:27 +08:00
blackjok3r
1874ca7284
undo build changes
2019-05-26 14:54:59 +08:00
blackjok3r
7bb9ee7ffa
fix
2019-05-25 00:02:31 +08:00
blackjok3r
90f310f41a
fix
2019-05-25 00:00:58 +08:00
blackjok3r
80de737568
fix
2019-05-24 22:19:04 +08:00
blackjok3r
26a7bbdf39
revert labs build changes
2019-05-21 13:57:13 +08:00
blackjok3rtt
278bfad27e
Merge pull request #86 from KMDLabs/master
...
staker fixes
2019-05-21 13:55:36 +08:00
blackjok3rtt
5e44b0a965
Merge pull request #85 from jl777/jl777
...
Jl777
2019-05-21 11:27:29 +08:00
Jonathan "Duke" Leto
406d6e60a2
Wait to look at KOMODO_INSYNC until we hold cs_main lock, to prevent a datarace when using chainActive
2019-05-20 06:49:22 -07:00
blackjok3rtt
4bf7e2ac91
Merge pull request #114 from blackjok3rtt/jl777
...
try fix
2019-05-19 00:51:30 +08:00
blackjok3r
e90ac44dde
try fix
2019-05-19 00:48:24 +08:00
blackjok3rtt
8800fd4c60
Merge pull request #113 from blackjok3rtt/jl777
...
fix erase expired tx on wallet load
2019-05-19 00:22:25 +08:00
blackjok3r
d4aac39f75
fix erase expired tx on wallet load
2019-05-19 00:21:36 +08:00
blackjok3rtt
add8b29e32
Merge pull request #112 from blackjok3rtt/jl777
...
fix erase expired tx on wallet load
2019-05-19 00:17:40 +08:00
blackjok3r
c0bc4dc7f8
fix erase expired tx on wallet load
2019-05-19 00:16:31 +08:00
blackjok3rtt
60d582482f
Merge pull request #111 from blackjok3rtt/jl777
...
KMD seasons change test / bug fix
2019-05-18 23:50:41 +08:00
blackjok3r
02a3f08894
fix staking wallet fix.
2019-05-18 23:38:49 +08:00
blackjok3r
027f9a58f1
revert build things for start.sh
2019-05-17 10:30:56 +08:00
jl777
35d34e6bc6
Merge pull request #1486 from MyHush/zsync2
...
Prevent creation of shielded transactions when chain is not synced up
2019-05-16 02:38:58 -11:00
Jonathan "Duke" Leto
8b57ca63b8
Prevent linkability analysis on out-of-sync nodes
...
This addresses upstream issue https://github.com/zcash/zcash/issues/3996
by preventing z_sendmany, z_mergecoinbase and z_shieldcoinbase from
making shielded transactions if the node is out of sync. This prevents
metadata leakage which can be used in blockchain analysis.
2019-05-16 05:24:17 -07:00
jl777
69450cc680
Merge pull request #1481 from blackjok3rtt/jl777
...
fix payments balance
2019-05-15 05:31:21 -11:00
blackjok3r
46d00eced0
fix payments balance
2019-05-15 23:47:53 +08:00
jl777
598cb471ad
Tiptime
2019-05-14 23:58:37 -11:00
blackjok3rtt
dc3bc1e89a
Merge pull request #81 from jl777/jl777
...
Jl777
2019-05-14 08:41:48 +08:00
blackjok3r
030f99652a
Fix paymentsCC, add skipminimum to validation and paymentsrelease
2019-05-14 06:21:50 +08:00
jl777
72944d8da2
Merge pull request #1474 from blackjok3rtt/jl777
...
fixes, prepare for tokens airdrop support.
2019-05-09 04:22:27 -11:00
blackjok3r
113d3c779f
tokens airdrop RPC
2019-05-09 19:18:10 +08:00
jl777
7ccf6ec3bb
Merge branch 'FSM' into jl777
2019-05-08 21:57:35 -11:00
blackjok3r
460033ad05
change to work for all contracts
2019-05-09 01:25:07 +08:00
blackjok3r
296be6c183
Merge branch 'prices-rpc' of https://github.com/dimxy/komodo into dimxy-prices-rpc
2019-05-08 17:44:49 +08:00