9331 Commits (fc4b127ed33fea338f9fb461c31eaaab2ad1da0f)
 

Author SHA1 Message Date
Simon fc4b127ed3 Add tests for async queue and rpc commands: z_getoperationstatus, z_getoperationresult, z_listoperationids, z_sendmany 8 years ago
Simon 15c83ac6b4 Remove redundant check when getting spending key for a payment address. 8 years ago
Simon f86f625dce Update RPCServer to use AsyncRPCQueue's shared queue. 8 years ago
Simon 423a63d0a9 Add shared queue to AsynRPCQueue. 8 years ago
Simon b922924d14 Add test for AsyncRPCQueue and AsyncRPCOperation. 8 years ago
Simon 017b3ede33 Clear the operation queue when closing it. 8 years ago
Simon 87f7c98795 Refactor to use wallet note tracking from commit a72379 8 years ago
Simon 97b6f365a1 Fix bug where wallet was not persisting witnesses to disk. 8 years ago
Simon 9cd713439a Added option to close a queue and wait for queued up operations to finish, 8 years ago
Simon c93d8bdf9c Fix bug where call to sign and send a transaction was in wrong scope. 8 years ago
Simon 3fd5a615ac Coinbase utxos can only be spent when sending to a single zaddr. 8 years ago
Simon 008fccfa48 Disable option to allow multiple async rpc workers. 8 years ago
Simon 14af21e9f7 Add chaining of JoinSplits within a transaction. 8 years ago
Simon c1eae2806c Closes #1293 by adding z_getoperationresult and making z_getoperationstatus idempotent. 8 years ago
Simon 3b54bf5813 Refactoring and small improvements to async rpc operations. 8 years ago
Simon 34f0001ccc Implement RPC call z_listoperationids and update z_getoperationstatus to take a list parameter. 8 years ago
Simon 861513a01f Add public method to AsycnRPCQueue to retrieve all the known operation ids. 8 years ago
Simon c72a427274 Add public method to get state as a human readable string from an AsyncRPCOperation. 8 years ago
Simon 15d345466d Successful result of z_sendmany returns txid so it doesn't need to return raw hex. 8 years ago
Simon b7d7b2ad9d z_sendmany from a taddr now routes change to a new address instead of back to the sender's taddr, 8 years ago
Simon 4876de6c6d Update find_unspent_notes() as mapNoteAddrs_t has been replaced by mapNoteData_t. 8 years ago
Simon dafb81614b Implement z_sendmany RPC call. 8 years ago
Simon 4eb1a96f9a Add public field 'memo' to JSOutput to enable creation of notes with custom memos. 8 years ago
Simon 8d08172d0d Add config option 'rpcasyncthreads' to specify number of async rpc workers. Default is 1. 8 years ago
Simon 2e6321a154 Add prefix to async operation id so it is easier to manage on cli. 8 years ago
Simon fc72c078be Add async RPC queue and operation classes. 8 years ago
Jack Grigg 289b12e448 Add tests for refactored wallet code 8 years ago
Jack Grigg ac1c94350d Refactor wallet note code for testing 8 years ago
zkbot 2271d3feda Auto merge of #1338 - str4d:147-tweak-difficulty-adjustment-algorithm, r=ebfull 8 years ago
zkbot 0372ce1f92 Auto merge of #1355 - bitcartel:zc.v0.11.2.latest_paymentapi, r=ebfull 8 years ago
Jack Grigg 622ced8a74 Adjust test to account for integer division precision loss 8 years ago
Jack Grigg 4b37cfd5b8 Remove unnecessary method 8 years ago
bitcartel 4ab24d3625 Update payment API documentation for beta 1 8 years ago
Jack Grigg aea79ec053 Adjust test to avoid spurious failures 8 years ago
Simon fa511e1084 Replace GetTxid() with GetHash() after rebase on latest. 8 years ago
Simon 33264f5b46 Remove GetTxid() from CTransaction and update test_txid 8 years ago
Simon 805344dcf4 Refactor: replace calls to GetTxid() with GetHash() 8 years ago
Simon 6c79b9a12a Update txid gtest to verify #1144 has been removed: GetTxid() and 8 years ago
Simon a64f681f2c Remove #1144 from input data of script_tests. 8 years ago
Simon 5316bd3560 Remove #1144 from bloom_tests by reverting to commit 5012190. 8 years ago
Simon 3bdb071cc3 Remove #1144 from transaction.cpp by reverting back to commit 942bc46. 8 years ago
Simon 82f3c490b1 Remove #1144 from transaction.h. 8 years ago
zkbot 02932fc9cc Auto merge of #1341 - ebfull:fix-checktransaction-bug, r=ebfull 8 years ago
Sean Bowe a4b00373ab Fix transaction test in test_bitcoin. 8 years ago
zkbot c5b5d50004 Auto merge of #1342 - ebfull:remove-todo, r=ebfull 8 years ago
Jack Grigg 4a749674a8 Update tests for new genesis blocks 8 years ago
Jack Grigg 66f07f5d0d Regenerate genesis blocks for new powLimits 8 years ago
Jack Grigg 3e24a533f5 Restrict powLimit due to difficulty averaging 8 years ago
Jack Grigg 7b173bd80f Simplify difficulty averaging code 8 years ago
Jack Grigg 5fbb839f53 Add test of difficulty averaging 8 years ago