aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-16doc: Clean out release notes for 0.16.2v0.16.2rc1Wladimir J. van der Laan
2018-07-16Fix that CWallet::AbandonTransaction would only traverse one levelBen Woosley
2018-07-16Merge #13644: 0.16: Remaining backports for 0.16.2Wladimir J. van der Laan
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-13[qa] Add a test for merkle proof malleationSuhas Daftuar
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-12qa: Fix wallet_listreceivedby raceMarcoFalke
2018-07-12[tests] Fixed intermittent failure in p2p_sendheaders.py.lmanners
2018-07-12Remove useless mapRequest tracking that just effects Qt display.Matt Corallo
2018-07-09Merge #13455: [0.16.2] BackportsWladimir J. van der Laan
2018-06-30depends: Update Qt download urlfanquake
2018-06-26Fix parameter count check for importpubkey.Kristaps Kaupe
2018-06-15expose CBlockIndex::nTx in getblock(header)Gregory Sanders
2018-06-13doc: Last-minute edits to 0.16.1 release notesv0.16.1Wladimir J. van der Laan
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-30doc: Add commits and authors to release notes for rc1Wladimir J. van der Laan
2018-05-28Merge #13336: [0.16.1] doc: Bump to Ubuntu Bionic 18.04 in build-windows.mdv0.16.1rc1Wladimir J. van der Laan
2018-05-28doc: Bump to Ubuntu Bionic 18.04 in build-windows.mdChun Kuan Lee
2018-05-28build: Bump version to 0.16.1Wladimir 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-28Merge #13317: [0.16.1] Remaining backportsWladimir 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-24qa: Pad scriptPubKeys to get minimum sized txsMarcoFalke
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