aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-09-17Fix crash bug with duplicate inputs within a transactionSuhas Daftuar
2018-08-08Merge #13852: [0.16] doc: correct the help output for -pruneWladimir J. van der Laan
2018-08-08Merge #13796: [0.16] Make signrawtransaction give an error when amount is nee...Wladimir J. van der Laan
2018-08-02-prune option -help output aligned with codeHennadii Stepanov
2018-07-30Merge #13797: [0.16] bitcoinconsensus: invalid flags should be set to bitcoin...Wladimir J. van der Laan
2018-07-29bitcoinconsensus: invalid flags should be set to bitcoinconsensus_error type,...Thomas Kerin
2018-07-29Error on missing amount in signrawtransaction*Anthony Towns
2018-07-16Fix that CWallet::AbandonTransaction would only traverse one levelBen Woosley
2018-07-14qa: Initialize lockstack to prevent null pointer derefMarcoFalke
2018-07-13gui: Show messages as text not htmlWladimir J. van der Laan
2018-07-13[qt] send: Clear All also resets coin control optionsSjors Provoost
2018-07-13Fix csBestBlock/cvBlockChange waiting in rpc/miningPieter Wuille
2018-07-13Consensus: Fix bug when compiler do not support __builtin_clz*532479301
2018-07-13have verifytxoutproof check the number of txns in proof structureGregory Sanders
2018-07-13wallet: Erase wtxOrderd wtx pointer on removeprunedfundsMarcoFalke
2018-07-13Remove boost dependency (boost/assign/std/vector.hpp)practicalswift
2018-07-13Fix incorrect testspracticalswift
2018-07-12Make tests pass after 2020Bernhard M. Wiedemann
2018-07-12[rpcwallet] Clamp walletpassphrase value at 100M secondsSuhas Daftuar
2018-07-12rpc: fix type mistmatch in listreceivedbyaddressjoemphilips
2018-07-12[trivial] Add newlines to end of log messages.John Newbery
2018-07-12qt: Avoid resetting on resetguisettigs=0MarcoFalke
2018-07-12Remove useless mapRequest tracking that just effects Qt display.Matt Corallo
2018-06-26Fix parameter count check for importpubkey.Kristaps Kaupe
2018-06-15expose CBlockIndex::nTx in getblock(header)Gregory Sanders
2018-06-13Add Windows shutdown handlerChun Kuan Lee
2018-06-13Bugfix: Include <memory> for std::unique_ptrLuke Dashjr
2018-06-01qt: Periodic translations updatev0.16.1rc2Wladimir J. van der Laan
2018-05-28qt: Pre-rc1 transifex pullWladimir J. van der Laan
2018-05-28Merge #13319: [0.16.1] gui: Backport bech32 checkboxWladimir J. van der Laan
2018-05-24qt: Update translations pre-rc1MarcoFalke
2018-05-24GUI: Allow generating Bech32 addresses with a legacy-address defaultLuke Dashjr
2018-05-24GUI: Rephrase Bech32 checkbox text/tooltipLuke Dashjr
2018-05-24Policy to reject extremely small transactionsJohnson Lau
2018-05-24Add transaction tests for constant scriptCodeJohnson Lau
2018-05-24Add constant scriptCode policy in non-segwit scriptsJohnson Lau
2018-05-24Add unit tests for signals generated by ProcessNewBlock()Jesse Cohen
2018-05-24Fix concurrency-related bugs in ActivateBestChainJesse Cohen
2018-05-24Do not unlock cs_main in ABC unless we've actually made progress.Matt Corallo
2018-05-24Bugfix: ensure consistency of m_failed_blocks after reconsiderblockSuhas Daftuar
2018-05-24Merge #13253: [0.16] Further BackportsWladimir J. van der Laan
2018-05-18wallet: Exit SyncMetaData if there are no transactions to syncWladimir J. van der Laan
2018-05-18Hold cs_main while calling UpdatedBlockTip() and ui.NotifyBlockTipJesse Cohen
2018-05-17[wallet] Fix zapwallettxes/multiwallet interaction.John Newbery
2018-05-17RPC Docs: gettxout*: clarify bestblock and unspent countsDavid A. Harding
2018-05-01Remove blockmaxsize option from init.cppfanquake
2018-04-26Default to defining endian-conversion DECLs in compat w/o configMatt Corallo
2018-04-26qt:Show the entire Window when double clicking on taskbarChun Kuan Lee
2018-04-26[config] Remove blockmaxsize optionJohn Newbery
2018-04-26Fix illegal default `addProxy` and `addrSeparateProxyTor` settings.251