]> Git Repo - VerusCoin.git/shortlog
VerusCoin.git
2016-10-01 Jack GriggUse CLIENT_VERSION_BUILD to represent -beta and -rc...
2016-09-30 zkbotAuto merge of #1433 - str4d:gtest-expected-failures...
2016-09-30 zkbotAuto merge of #1444 - str4d:1394-reindex-clear-witness...
2016-09-30 SimonFix comment and formatting per review
2016-09-30 SimonUpdate to use new API in CCryptoKeyStore and store...
2016-09-30 SimonAdd support for spending keys to the encrypted wallet.
2016-09-30 Jack GriggSimplify ClearNoteWitnessCache()
2016-09-30 zkbotAuto merge of #1370 - ageis:improve-fetch-params, r...
2016-09-29 zkbotAuto merge of #1372 - str4d:1199-spending-key-wallet...
2016-09-29 zkbotAuto merge of #1451 - zcash:daira-update-CoC-email...
2016-09-29 zkbotAuto merge of #1445 - bitcartel:master_fix_filtered_not...
2016-09-29 Daira HopwoodUpdate my email address in the Code of Conduct.
2016-09-28 Jack GriggUse correct lock for spending keys
2016-09-28 Jack GriggCache note decryptors in encrypted keystore
2016-09-28 SimonUpdate test to filter and find notes.
2016-09-28 zkbotAuto merge of #1384 - str4d:1378-atomic-witness-storage...
2016-09-28 Jack GriggImplement CSecureDataStream for streaming CKeyingMaterial
2016-09-27 Jack GriggTest that invalid keys fail to unlock the keystore
2016-09-27 Jack GriggWrite note witness cache atomically to disk to avoid...
2016-09-27 SimonFix GetFilteredNotes to use int for minDepth like upstr...
2016-09-27 Jack GriggClear note witness caches on reindex
2016-09-27 Jack GriggAdd wallet method to clear the note witness cache
2016-09-27 Jack GriggFix test
2016-09-26 Kevin GallagherUpdates dns.testnet.z.cash -> dnsseed.testnet.z.cash
2016-09-23 zkbotAuto merge of #1376 - str4d:1191-improve-multithreaded...
2016-09-23 Jack GriggAdd a make command for checking expected failures
2016-09-22 Kevin GallagherLock to prevent parallel execution of fetch-params.sh
2016-09-20 zkbotAuto merge of #1411 - bitcartel:master_bitcoin_7106...
2016-09-20 zkbotAuto merge of #1407 - bitcartel:master_bitcoin_7079...
2016-09-19 Daira HopwoodBenchmark 50 iterations of solveequihash
2016-09-19 SimonReplace %i format specifier with more commonly used %d.
2016-09-17 Bryan StittLink to beta guide
2016-09-17 <simon@bitcartel... Modify message string so we don't need to backport...
2016-09-16 Pieter WuilleFix and improve relay from whitelisted peers
2016-09-16 Gregory MaxwellLimit setAskFor and retire requested entries only when...
2016-09-16 kazcwprevent peer flooding request queue for an inv
2016-09-15 Alfie JohnUpdating wording to match Beta Guide
2016-09-15 Alfie JohnTypo in params README
2016-09-13 Jack GriggMeasure multithreaded solveequihash time per-thread
2016-09-13 Jack GriggMove serialized Zcash address length constants into...
2016-09-13 Jack GriggCheck we haven't trashed the first key entry with the...
2016-09-13 Jack GriggAdd support for encrypting spending keys
2016-09-12 <simon@bitcartel... Closes #1371 by updating signed message
2016-09-09 Sean BoweAdd release notes for 1.0.0-beta1. v1.0.0-beta1
2016-09-09 Sean BoweUpdate pchMessageStart and add testnet DNS boostrapper.
2016-09-09 Sean BoweChange version to 1.0.0. This is just a beta.
2016-09-09 Jack GriggRemove .z# suffix from version
2016-09-09 SimonReplace GetTxid() with GetHash()
2016-09-09 SimonImprove check that user supplied memo field is too...
2016-09-09 SimonRemove line of commented out code we don't need
2016-09-09 SimonUpdate comment with ticket issue number
2016-09-09 SimonAdd assert
2016-09-09 SimonFix formatting
2016-09-09 SimonUse zcash constants
2016-09-09 SimonImprove error reporting when attempting to spend coinba...
2016-09-09 SimonAdd assert for two mutually exclusive member variables.
2016-09-09 SimonAdd ticket number to issues raised in comment.
2016-09-09 SimonRemove unused varible.
2016-09-09 SimonAdd lock for member variables.
2016-09-09 SimonFormatting and updated test per review.
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...
next
This page took 0.056958 seconds and 4 git commands to generate.