Commit Graph

1228 Commits

Author SHA1 Message Date
jl777
cecf3f5de5 Display wif 2019-07-06 07:34:47 -11:00
jl777
5982e76996 Allow nSPV getnewaddress 2019-07-06 07:31:25 -11:00
jl777
94d248033d Key 2019-07-06 07:29:08 -11:00
jl777
b587a18dd3 Priv32 2019-07-06 07:26:36 -11:00
jl777
6ebbdf8303 Set nLockTime 2019-07-06 07:24:18 -11:00
jl777
685056e890 Getnewaddress for nSPV mode 2019-07-06 07:19:44 -11:00
jl777
119a7e825b Make nSPV disable wallet 2019-07-02 01:54:11 -11: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
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
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
7bb9ee7ffa fix 2019-05-25 00:02:31 +08:00
blackjok3r
90f310f41a fix 2019-05-25 00:00:58 +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
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
blackjok3r
0d47cda145 initial commit for payments merge RPC 2019-05-06 00:57:06 +08:00
dimxy
aff97f9fd4 added check for non-fungible data 2019-05-02 23:19:41 +05:00
blackjok3r
4d8a0547b3 revert RPC 2019-05-02 23:39:07 +08:00
blackjok3r
b5910e55c7 . 2019-05-02 23:35:22 +08:00
blackjok3r
8703305e7a game commit 2019-05-02 18:42:40 +08:00
blackjok3r
2a0ae73874 payments Airdrop. Working airdrop and syncs TESTHC chain. 2019-04-29 22:45:56 +08:00
blackjok3r
ed6fd7e8c6 attempt at daily snapshot 2019-04-27 02:21:40 +08:00
blackjok3rtt
dd063f7913 Merge pull request #73 from jl777/jl777
Jl777
2019-04-26 12:25:41 +08:00
blackjok3rtt
4762558067 Merge pull request #72 from jl777/jl777
Jl777
2019-04-25 10:07:21 +08:00
dimxy
37aa2fbe88 test transaction moved to a separate file
added a new test tx to try to spend bettx marker
2019-04-23 15:42:28 +05:00
dimxy
0e3351557e corr param num check 2019-04-23 15:42:21 +05:00
dimxy
b2c7484255 param to lower case 2019-04-23 15:42:19 +05:00
dimxy
8b763d971b added missing return 2019-04-23 15:41:14 +05:00
dimxy
c19d636d7d added all|open|close opt param to priceslist, mypriceslist 2019-04-23 15:41:13 +05:00
dimxy
a18ab80dde mypriceslist added 2019-04-23 15:41:11 +05:00
dimxy
e0fa061cc9 help message 2019-04-23 15:40:23 +05:00
dimxy
59fbfbcae7 pricesinfo height opt 2019-04-23 15:40:21 +05:00
dimxy
0aba8374f1 rpc height added 2019-04-23 15:40:06 +05:00
dimxy
a2ca1ba661 marker 2019-04-23 15:40:03 +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