]> Git Repo - VerusCoin.git/shortlog
VerusCoin.git
2016-09-09 SimonFix incorrect default value for argument of GetFiltered...
2016-09-09 SimonUpdate log statement to include fee.
2016-09-09 SimonFix formatting
2016-09-09 SimonAdd test for calling RPC z_getbalance, z_gettotalbalanc...
2016-09-09 SimonAdd extra RPC parameter checks for minconf<0 and zaddr...
2016-09-09 SimonReplace unique_lock with lock_guard, where appropriate...
2016-09-09 SimonAdd lock guard to getNumberOfWorkers()
2016-09-09 SimonFix formatting
2016-09-09 SimonMove lock guard to start of addOperation to protect...
2016-09-09 SimonUpdate formatting and documentation.
2016-09-09 SimonAdd 'DEPRECATED' to help message of zcraw* commands
2016-09-09 SimonAdd z_listreceivedbyaddress RPC call
2016-09-09 SimonRename GetUnspentNotes to GetFilteredNotes
2016-09-09 SimonDisable z_sendmany in safe mode
2016-09-09 SimonAdd more logging.
2016-09-09 SimonRefactor async sendmany and getbalance calls to use...
2016-09-09 SimonAdd test for GetUnspentNotes() in wallet.
2016-09-09 SimonAdd GetUnspentNotes to wallet.
2016-09-09 SimonAdd tests to try and improve coverage of perform_joinsplit.
2016-09-09 SimonReplace zcashParams_ with global.
2016-09-09 SimonRevert "Reduce use of global pzcashParams with private...
2016-09-09 SimonReduce use of global pzcashParams with private member...
2016-09-09 SimonDisable proof generation when testmode is enabled in...
2016-09-09 SimonFix typo in error message
2016-09-09 SimonAdd z_getbalance and z_gettotalbalance RPC calls to...
2016-09-09 SimonAdd friend class for testing private members of AsyncRP...
2016-09-09 SimonAdd extra checking of memo data in hexadecimal string...
2016-09-09 SimonAdd logging under the category "asyncrpc".
2016-09-09 SimonRemove redundant call.
2016-09-09 SimonAdd tests for async queue and rpc commands: z_getoperat...
2016-09-09 SimonRemove redundant check when getting spending key for...
2016-09-09 SimonUpdate RPCServer to use AsyncRPCQueue's shared queue.
2016-09-09 SimonAdd shared queue to AsynRPCQueue.
2016-09-09 SimonAdd test for AsyncRPCQueue and AsyncRPCOperation.
2016-09-09 SimonClear the operation queue when closing it.
2016-09-09 SimonRefactor to use wallet note tracking from commit a72379
2016-09-09 SimonFix bug where wallet was not persisting witnesses to...
2016-09-09 SimonAdded option to close a queue and wait for queued up...
2016-09-09 SimonFix bug where call to sign and send a transaction was...
2016-09-09 SimonCoinbase utxos can only be spent when sending to a...
2016-09-09 SimonDisable option to allow multiple async rpc workers.
2016-09-09 SimonAdd chaining of JoinSplits within a transaction.
2016-09-09 SimonCloses #1293 by adding z_getoperationresult and making...
2016-09-09 SimonRefactoring and small improvements to async rpc operations.
2016-09-09 SimonImplement RPC call z_listoperationids and update z_geto...
2016-09-09 SimonAdd public method to AsycnRPCQueue to retrieve all...
2016-09-09 SimonAdd public method to get state as a human readable...
2016-09-09 SimonSuccessful result of z_sendmany returns txid so it...
2016-09-09 Simonz_sendmany from a taddr now routes change to a new...
2016-09-09 SimonUpdate find_unspent_notes() as mapNoteAddrs_t has been...
2016-09-09 SimonImplement z_sendmany RPC call.
2016-09-09 SimonAdd public field 'memo' to JSOutput to enable creation...
2016-09-09 SimonAdd config option 'rpcasyncthreads' to specify number...
2016-09-09 SimonAdd prefix to async operation id so it is easier to...
2016-09-09 SimonAdd async RPC queue and operation classes.
2016-09-08 Jack GriggAdd tests for refactored wallet code
2016-09-08 Jack GriggRefactor wallet note code for testing
2016-09-08 zkbotAuto merge of #1338 - str4d:147-tweak-difficulty-adjust...
2016-09-08 zkbotAuto merge of #1355 - bitcartel:zc.v0.11.2.latest_payme...
2016-09-08 Jack GriggAdjust test to account for integer division precision...
2016-09-08 Jack GriggRemove unnecessary method
2016-09-07 bitcartelUpdate payment API documentation for beta 1
2016-09-07 Jack GriggAdjust test to avoid spurious failures
2016-09-07 SimonReplace GetTxid() with GetHash() after rebase on latest.
2016-09-07 SimonRemove GetTxid() from CTransaction and update test_txid
2016-09-07 SimonRefactor: replace calls to GetTxid() with GetHash()
2016-09-07 SimonUpdate txid gtest to verify #1144 has been removed...
2016-09-07 SimonRemove #1144 from input data of script_tests.
2016-09-07 SimonRemove #1144 from bloom_tests by reverting to commit...
2016-09-07 SimonRemove #1144 from transaction.cpp by reverting back...
2016-09-07 SimonRemove #1144 from transaction.h.
2016-09-07 zkbotAuto merge of #1341 - ebfull:fix-checktransaction-bug...
2016-09-07 Sean BoweFix transaction test in test_bitcoin.
2016-09-07 zkbotAuto merge of #1342 - ebfull:remove-todo, r=ebfull
2016-09-07 Jack GriggUpdate tests for new genesis blocks
2016-09-06 Jack GriggRegenerate genesis blocks for new powLimits
2016-09-06 Jack GriggRestrict powLimit due to difficulty averaging
2016-09-06 Jack GriggSimplify difficulty averaging code
2016-09-06 Jack GriggAdd test of difficulty averaging
2016-09-06 Jack GriggRemove accidental double-semicolon (harmless but odd)
2016-09-06 Jack GriggExpand bounds on difficulty adjustment
2016-09-05 Jack GriggAdd comments explaining changed semantics of pow_tests
2016-09-05 Sean BoweRemove TODO 808.
2016-09-05 Sean BoweFix CheckTransaction bugs.
2016-09-05 Sean BoweUpdate libsnark again.
2016-09-05 Jack GriggRemove testnet-only difficulty rules
2016-09-05 Jack GriggAdjust from average difficulty instead of previous...
2016-09-02 zkbotAuto merge of #1328 - bitcartel:zc.v0.11.2.latest_1298_...
2016-09-02 zkbotAuto merge of #1311 - ebfull:cleanup-pp, r=ebfull
2016-09-01 bitcartelUpdate security-warnings.md about REST interface
2016-09-01 zkbotAuto merge of #1308 - str4d:1181-getmininginfo-testnet...
2016-09-01 zkbotAuto merge of #1326 - str4d:1185-remove-mainnet-dns...
2016-09-01 zkbotAuto merge of #1233 - str4d:1199-note-tracking, r=str4d
2016-09-01 Jack GriggFix failing test
2016-09-01 Jack GriggRemove mainnet DNS seeds, set checkpoint to genesis
2016-09-01 Jack GriggAdd test comparing GetDifficulty() with GetNetworkDiffi...
2016-09-01 Jack GriggSeparate concepts of block difficulty and network diffi...
2016-09-01 Jack GriggAdd coverage of the assertion inside GetNoteWitnesses()
2016-09-01 Jack GriggIncrease coverage of GetNoteDecryptor()
2016-09-01 Jack GriggFix the failing test!
next
This page took 0.05529 seconds and 4 git commands to generate.