Commit Graph

1260 Commits

Author SHA1 Message Date
Duke Leto
5dc358dfa4 more stuff 2019-10-06 06:10:43 -04:00
Duke Leto
a8cfe6ae4a Add nullifier, anchor, commitment and rk 2019-10-05 15:44:07 -04:00
Duke Leto
cae920cf69 More stuff 2019-10-05 13:05:54 -04:00
Duke Leto
812078e212 We don't want no sprout around here 2019-10-05 12:36:27 -04:00
Jonathan "Duke" Leto
04c4435497 safe mode is ok 2019-10-05 12:06:06 -04:00
Jonathan "Duke" Leto
0ebd33efa6 fix compile 2019-10-05 12:06:06 -04:00
Jonathan "Duke" Leto
7920cbc7e7 Merge z_viewtransaction from str4d zcash PR4146 2019-10-05 12:06:06 -04:00
jl777
2974f1e80f Merge pull request #1675 from Alrighttt/jl777
proper opreturn burn rpc command
2019-08-07 02:39:08 -11:00
Alrighttt
ae465a1d04 fix opreturn_burn help info 2019-08-06 08:08:32 +00:00
Alrighttt
db5f9c4432 remove CCFinalize change, return unsigned hex instead 2019-08-06 07:46:27 +00:00
jl777
0454333ff8 Tristate KOMODO_NSPV 2019-07-30 05:11:57 -11:00
Alrighttt
cc96d56c49 fix opreturn_burn merge conflict 2019-07-18 16:33:17 +02:00
jl777
ab4619c98b Scrub privkeys from memory after done 2019-07-15 04:06:20 -11:00
jl777
93fb6f5f51 -print 2019-07-11 21:47:48 -11:00
Alrighttt
1753c26925 Merge pull request #6 from jl777/jl777
Jl777
2019-07-12 03:48:10 +02:00
jl777
99313e742f Tmp tmp wallet 2019-07-11 05:44:53 -11:00
jl777
dc7e92dd37 Test 2019-07-11 05:37:40 -11:00
jl777
e25d27e8c2 Disable bypass 2019-07-11 05:00:55 -11:00
jl777
b403b5a838 Enable 2019-07-11 01:43:35 -11:00
jl777
6ee665057f No lock 2019-07-11 00:45:20 -11:00
jl777
4dfad9f720 Bypass 2019-07-11 00:42:45 -11:00
jl777
635602d519 Off by 1 2019-07-11 00:40:06 -11:00
jl777
90e5dddda9 Char * 2019-07-11 00:33:55 -11:00
jl777
e9707b1fde c_str 2019-07-11 00:32:45 -11:00
jl777
c3f1008f80 Syntax 2019-07-11 00:08:58 -11:00
jl777
f6f3fc8606 Rpcwallet bypass 2019-07-11 00:06:06 -11:00
Alrighttt
616324d032 remove extra var 2019-07-11 03:12:28 +02:00
Alrighttt
8a29940908 fix opreturn_burn help 2019-07-11 01:43:30 +02:00
Alrighttt
ce29e26742 remove EVAL_ORACLES dependency for opreturn_burn 2019-07-11 01:40:37 +02:00
jl777
190b0d62d5 Test 2019-07-10 06:31:28 -11:00
jl777
ea155ad656 Merge branch 'FSM' into jl777 2019-07-08 17:56:27 -11:00
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
Mihailo Milenkovic
1f013df156 Initial PegsCC implementation (#27) 2019-07-04 11:23:55 +02: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