aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-12-24Merge #14565: Overhaul importmulti logicMeshCollider
2018-12-22Merge #13930: doc: Better explain GetAncestor check for m_failed_blocks in Ac...MarcoFalke
2018-12-22Merge #13128: policy: Add Clang thread safety annotations for variables guard...MarcoFalke
2018-12-22Merge #14172: Refactor and add tests for BlockFilter constructionMarcoFalke
2018-12-21blockfilter: Remove default clause in switch statement.Jim Posen
2018-12-21Merge #14811: Mining: Enforce that segwit option must be set in GBTMarcoFalke
2018-12-21Merge #14653: rpcwallet: Add missing transaction categories to rpc helptextsMarcoFalke
2018-12-19Merge #14993: rpc: Fix data race (UB) in InterruptRPC()Wladimir J. van der Laan
2018-12-19Merge #14875: RPCHelpMan: Support required arguments after optional onesMarcoFalke
2018-12-19Merge #14985: test: Remove thread_local from test_bitcoinMarcoFalke
2018-12-18rpc: Fix data race (UB) in InterruptRPC()practicalswift
2018-12-17Merge #14975: qt: Refactoring with QString::toNSString()Jonas Schnelli
2018-12-18Merge #14957: wallet: Initialize stop_block in CWallet::ScanForWalletTransact...MeshCollider
2018-12-17wallet: Initialize stop_block to nullptr in CWallet::ScanForWalletTransactionsBen Woosley
2018-12-17test: Add comment to g_insecure_rand_ctxMarcoFalke
2018-12-17test: Undo thread_local g_insecure_rand_ctxMarcoFalke
2018-12-16[Qt] Restore < Qt5.6 compatibility for addActionJonas Schnelli
2018-12-16Refactoring with QString::toNSStringHennadii Stepanov
2018-12-16Merge #14969: tests: Fix cuckoocache_tests TSAN failure introduced in 14935.Wladimir J. van der Laan
2018-12-15Merge #14573: qt: Add Window menuJonas Schnelli
2018-12-15Fix cuckoocache_tests TSAN failure introduced in #14935. Fixes #14967.practicalswift
2018-12-14Merge #14935: tests: Test for expected return values when calling functions r...MarcoFalke
2018-12-14Merge #14821: Replace CAffectedKeysVisitor with descriptor based logicMeshCollider
2018-12-13test: Make g_insecure_rand_ctx thread_localMarcoFalke
2018-12-13Merge #14834: validation: assert that pindexPrev is non-null when requiredWladimir J. van der Laan
2018-12-13Merge #14940: test: Add test for truncated pushdata scriptWladimir J. van der Laan
2018-12-13Merge #14624: Some simple improvements to the RNG codeWladimir J. van der Laan
2018-12-13Merge #14741: doc: Indicate -rpcauth option password hashing algWladimir J. van der Laan
2018-12-13tests: Test for expected return values when calling functions returning a suc...practicalswift
2018-12-12Overhaul importmulti logicPieter Wuille
2018-12-12Do not permit copying FastRandomContextsPieter Wuille
2018-12-12Simplify testing RNG codePieter Wuille
2018-12-12Make unit tests use the insecure_rand_ctx exclusivelyPieter Wuille
2018-12-12Bugfix: randbytes should seed when needed (non reachable issue)Pieter Wuille
2018-12-12Use a FastRandomContext in LimitOrphanTxSizePieter Wuille
2018-12-12Introduce a Shuffle for FastRandomContext and use it in wallet and coinselectionPieter Wuille
2018-12-12Use a local FastRandomContext in a few more places in netPieter Wuille
2018-12-12Make addrman use its local RNG exclusivelyPieter Wuille
2018-12-12test: Add tests for truncated scriptsMarcoFalke
2018-12-12Merge #14908: test: Removed implicit CTransaction constructor calls from test...MarcoFalke
2018-12-12Merge #13076: Fix ScanForWalletTransactions to return an enum indicating scan...MeshCollider
2018-12-12Merge #14646: Add expansion cache functions to descriptors (unused for now)MeshCollider
2018-12-11Removed implicit CTransaction conversion from benchmakslucash-dev
2018-12-11Removed implicit CTransaction constructor from testslucash-dev
2018-12-11qt: Remove ellipsis from sending/receiving addressesJoão Barbosa
2018-12-11qt: Add Window menuJoão Barbosa
2018-12-11qt: Allow to inspect RPCConsole tabsJoão Barbosa
2018-12-10[mining] segwit option must be set in GBTJohn Newbery
2018-12-10RPCHelpMan: Support required arguments after optional onesMarcoFalke
2018-12-10Merge #14877: rpc: Document default values for optional argumentsMarcoFalke