aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-23wallet: Recognize -disablewallet option earlyHennadii Stepanov
2019-07-19Merge #15681: [mempool] Allow one extra single-ancestor transaction per packageWladimir J. van der Laan
2019-07-19Merge #16412: net: Make poll in InterruptibleRecv only filter for POLLIN events.Wladimir J. van der Laan
2019-07-19Merge #16422: test: remove redundant setup in addrman_testsMarcoFalke
2019-07-19Merge #16152: Disable bloom filtering by default.fanquake
2019-07-19Merge #16420: QA: Fix race condition in wallet_encryption testfanquake
2019-07-18test: remove redundant setup in addrman_testszenosage
2019-07-18Add release notes for DEFAULT_BLOOM changeMatt Corallo
2019-07-18QA: Fix race condition in wallet_encryption testJonas Schnelli
2019-07-18Merge #16379: Fix autostart filenames on Linux for testnet/regtestWladimir J. van der Laan
2019-07-18Merge #16405: fix: tor: Call event_base_loopbreak from the event's callbackWladimir J. van der Laan
2019-07-18net: Make poll in InterruptibleRecv only filter for POLLIN events.tecnovert
2019-07-18Merge #16374: test: Enable passing wildcard test names to test runner from rootfanquake
2019-07-17fix: tor: Call event_base_loopbreak from the event's callbackJoão Barbosa
2019-07-17Merge #16208: wallet: Consume ReserveDestination on successful CreateTransactionMeshCollider
2019-07-16Merge #15891: test: Require standard txs in regtest by defaultMarcoFalke
2019-07-16Merge #16194: refactor: share blockmetadata with BlockManagerWladimir J. van der Laan
2019-07-16Merge #16390: qa: Add --filter option to test_runner.pyMarcoFalke
2019-07-16Merge #16380: Remove unused bits from the service flags enumfanquake
2019-07-16qa: Add --filter option to test_runner.pyJoão Barbosa
2019-07-15Merge #15824: docs: Improve netbase commentsWladimir J. van der Laan
2019-07-15docs: Improve netbase commentsCarl Dong
2019-07-15Merge #15282: test: Replace hard-coded hex tx with class in test frameworkMarcoFalke
2019-07-15doc: describe how to pass wildcard names to test runnerJon Atack
2019-07-15test: enable passing wildcards with path to test runnerJon Atack
2019-07-12Merge #16334: test: rpc_users: Also test rpcauth.py with password.Wladimir J. van der Laan
2019-07-12Remove unused bits from the service flags enumMarcoFalke
2019-07-12Merge #15277: contrib: Enable building in Guix containersWladimir J. van der Laan
2019-07-12contrib: guix: Additional clarifications re: substitutesCarl Dong
2019-07-12Fix autostart filenames on LinuxHennadii Stepanov
2019-07-12contrib: guix: Various improvements.Carl Dong
2019-07-12contrib: guix: Clarify SOURCE_DATE_EPOCH.Carl Dong
2019-07-12contrib: Add deterministic Guix builds.Carl Dong
2019-07-11Merge #16227: Refactor CWallet's inheritance chainWladimir J. van der Laan
2019-07-11Merge #15649: Add ChaCha20Poly1305@Bitcoin AEADWladimir J. van der Laan
2019-07-10Merge #16244: Move wallet creation out of the createwallet rpc into its own f...MarcoFalke
2019-07-10Merge #16361: Remove redundant pre-TopUpKeypool checkMarcoFalke
2019-07-10Restrict lifetime of ReserveDestination to CWallet::CreateTransactionGregory Sanders
2019-07-10CreateTransaction calls KeepDestination on ReserveDestination before successGregory Sanders
2019-07-10Remove redundant pre-TopUpKeypool checksGregory Sanders
2019-07-10Merge #16322: wallet: Fix -maxtxfee check by moving it to CWallet::CreateTran...Wladimir J. van der Laan
2019-07-10test: Add test for maxtxfee optionMarcoFalke
2019-07-10Merge #16270: depends: expat 2.2.7Wladimir J. van der Laan
2019-07-10Merge #16338: test: Disable other targets when enable-fuzz is setWladimir J. van der Laan
2019-07-10Merge #16237: Have the wallet give out destinations instead of keysWladimir J. van der Laan
2019-07-09Move wallet creation out of the createwallet rpc into its own functionAndrew Chow
2019-07-09Merge #16240: JSONRPCRequest-aware RPCHelpManMarcoFalke
2019-07-09Add GetNewChangeDestination for getting new change DestinationsAndrew Chow
2019-07-09Replace CReserveKey with ReserveDestinatoinAndrew Chow
2019-07-09Add GetNewDestination to CWallet to fetch new destinationsAndrew Chow