jl777
4aa2c64e7b
test
2016-10-25 10:51:04 -03:00
jl777
353edf5d61
test
2016-10-25 10:18:32 -03:00
jl777
9415da7f1f
test
2016-10-25 10:16:45 -03:00
jl777
b62d7030ef
prepare for assetchains
2016-10-25 10:11:37 -03:00
jl777
beafd76b02
test
2016-10-25 08:23:55 -03:00
jl777
cbee4d6b16
test
2016-10-24 18:09:36 -03:00
jl777
303f5c1bf1
test
2016-10-24 17:58:09 -03:00
jl777
b68920a15b
test
2016-10-24 17:26:09 -03:00
jl777
3ba8f9236e
test
2016-10-24 17:20:51 -03:00
jl777
35199465da
test
2016-10-24 15:22:25 -03:00
jl777
e137bdc49e
test
2016-10-24 15:13:09 -03:00
jl777
f5244b3644
test
2016-10-24 15:08:39 -03:00
jl777
81fbe1ed05
test
2016-10-24 15:07:49 -03:00
jl777
6e9dec7836
test
2016-10-24 15:04:07 -03:00
jl777
d7d27bb347
test
2016-10-24 15:00:01 -03:00
jl777
7652ed92bd
test
2016-10-22 13:35:17 -03:00
jl777
17878015bb
test
2016-10-22 13:23:25 -03:00
jl777
2860f74793
test
2016-10-22 13:03:18 -03:00
jl777
47658758e1
test
2016-10-22 12:27:01 -03:00
jl777
fdbf481faf
test
2016-10-22 11:56:19 -03:00
jl777
24eefea8e0
test
2016-10-22 11:41:49 -03:00
jl777
e42867d124
test
2016-10-22 11:38:25 -03:00
jl777
cad0d1ca62
test
2016-10-22 11:32:24 -03:00
jl777
6ef202b24a
test
2016-10-22 10:24:06 -03:00
jl777
8ad9f27fdd
test
2016-10-21 18:32:52 -03:00
jl777
ce8b023c7a
test
2016-10-21 18:14:17 -03:00
jl777
0f24f24562
test
2016-10-21 17:28:28 -03:00
Jack Grigg
6e263a5fd3
Address review comments
2016-10-16 16:26:51 -05:00
Jack Grigg
1a62587e9a
Delay caching of nullifiers when wallet is locked
...
Closes #1502
2016-10-14 17:16:09 -05:00
Simon
49e591eb89
Fix incorrect check of number of parameters for z_getnewaddress.
2016-10-12 10:14:32 -07:00
zkbot
7dc49cbc6a
Auto merge of #1490 - str4d:1454-deprecate-accounts, r=bitcartel
...
Throw an RPC error for all accounts except the default
Closes #1454
2016-10-10 23:55:02 -04:00
Jack Grigg
715e5bbefd
Correct docstring
2016-10-10 10:47:38 -05:00
Jack Grigg
7b3351ff0e
Deprecated -> Unsupported in RPC error
2016-10-10 10:47:36 -05:00
Simon
f7cfb52d3c
Add vjoinsplit to JSON output of RPC call gettransaction
2016-10-06 19:53:46 -07:00
Jack Grigg
3c31eb24d3
Throw an RPC error for all accounts except the default
2016-10-05 15:16:47 -05:00
Simon
73699ceaf6
Add support for spending keys to the encrypted wallet.
2016-09-29 20:17:30 -07:00
Simon
dec49d1f82
Fix GetFilteredNotes to use int for minDepth like upstream and avoid casting problems. Don't use FindMyNotes as mapNoteData has already been set on wallet tx.
2016-09-27 11:14:49 -07:00
Jack Grigg
9e52ca3205
Measure multithreaded solveequihash time per-thread
2016-09-13 16:12:07 +12:00
Simon
6114cfe767
Improve check that user supplied memo field is too long.
2016-09-08 21:46:15 -07:00
Simon
12448b6457
Add extra RPC parameter checks for minconf<0 and zaddr not belonging to wallet.
2016-09-08 21:46:15 -07:00
Simon
ca0ec80b4c
Add 'DEPRECATED' to help message of zcraw* commands
2016-09-08 21:46:15 -07:00
Simon
6c41028f7c
Add z_listreceivedbyaddress RPC call
2016-09-08 21:46:15 -07:00
Simon
1b141933e5
Rename GetUnspentNotes to GetFilteredNotes
...
Added parameter to ignore spent notes, which is true by default.
2016-09-08 21:46:15 -07:00
Simon
a9743bc8bf
Refactor async sendmany and getbalance calls to use GetUnspentNotes().
2016-09-08 21:46:14 -07:00
Simon
a0a3334c4d
Add z_getbalance and z_gettotalbalance RPC calls to close #1201 .
2016-09-08 21:46:14 -07:00
Simon
14af21e9f7
Add chaining of JoinSplits within a transaction.
2016-09-08 21:46:13 -07:00
Simon
c1eae2806c
Closes #1293 by adding z_getoperationresult and making z_getoperationstatus idempotent.
2016-09-08 21:46:13 -07:00
Simon
34f0001ccc
Implement RPC call z_listoperationids and update z_getoperationstatus to take a list parameter.
2016-09-08 21:46:13 -07:00
Simon
b7d7b2ad9d
z_sendmany from a taddr now routes change to a new address instead of back to the sender's taddr,
2016-09-08 21:46:13 -07:00
Simon
dafb81614b
Implement z_sendmany RPC call.
...
Simple implementation does not try to optimize coin or note selection.
Caller can send from a taddr or zaddr to multiple recipients.
Currently only one of the recipients can be a zaddr.
2016-09-08 21:46:13 -07:00