aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-10-05Update bitcoin-tx to output witness data.jonnynewbs
2016-10-05Don't return the address of a P2SH of a P2SH.jnewbery
2016-10-05Merge #8884: Bugfix: Trivial: RPC: getblockchaininfo help: pruneheight is the...Wladimir J. van der Laan
2016-10-05protocol.h: Make enums in GetDataMsg concrete valuesWladimir J. van der Laan
2016-10-05Merge #8879: [doc] Rework docsWladimir J. van der Laan
2016-10-04gui: fix ban from qt consoleCory Fields
2016-10-04Bugfix: Trivial: RPC: getblockchaininfo help: pruneheight is the lowest, not ...Luke Dashjr
2016-10-04Qt/splash: Specifically keep track of which wallet(s) we are connected to for...Luke Dashjr
2016-10-04Qt: Get the private key for signing messages via WalletModelLuke Dashjr
2016-10-04Use BlockChecked signal to send reject messages from mapBlockSourceMatt Corallo
2016-10-04Remove SyncWithWallets wrapper functionMatt Corallo
2016-10-04Always call UpdatedBlockTip, even if blocks were only disconnectedMatt Corallo
2016-10-04Remove CConnman parameter from ProcessNewBlock/ActivateBestChainMatt Corallo
2016-10-04Use CValidationInterface from chain logic to notify peer logicMatt Corallo
2016-10-04Move net-processing logic definitions together in main.hMatt Corallo
2016-10-04Use cmpctblock type 2 for segwit-enabled transferPieter Wuille
2016-10-04Remove duplicate nBlocksEstimate cmp (we already checked IsIBD())Matt Corallo
2016-10-04Make validationinterface.UpdatedBlockTip more verboseMatt Corallo
2016-10-04Make GetFetchFlags always request witness objects from witness peersMatt Corallo
2016-10-04[doc] Rework docsMarcoFalke
2016-10-04protocol.h: Move MESSAGE_START_SIZE into CMessageHeaderWladimir J. van der Laan
2016-10-04version.h: s/shord/short/ in commentWladimir J. van der Laan
2016-10-04Merge #8848: Add NULLDUMMY verify flag in bitcoinconsensus.hWladimir J. van der Laan
2016-10-04Merge #8862: Fix a few cases where messages were sent after requested disconnectWladimir J. van der Laan
2016-10-04Merge #8850: Implement (begin|end)_ptr in C++11 and add deprecation commentWladimir J. van der Laan
2016-10-03Merge #8856: Globals: Decouple GetConfigFile and ReadConfigFile from global m...Wladimir J. van der Laan
2016-10-03Merge #8863: univalue: Pull subtreeWladimir J. van der Laan
2016-10-02serialize: Deprecate `begin_ptr` / `end_ptr`Wladimir J. van der Laan
2016-10-01net: fix a few cases where messages were sent rather than dropped upon discon...Cory Fields
2016-10-01rpc: Generate auth cookie in hex instead of base64Wladimir J. van der Laan
2016-10-01Globals: Decouple GetConfigFile and ReadConfigFile from global mapArgsJorge Timón
2016-09-30Merge commit '2ca7faab4205822b06dc2ab2bbda0a9a70fce7e0' into HEADMarcoFalke
2016-09-30Merge #8851: [wallet] Move key derivation logic from GenerateNewKey to Derive...Wladimir J. van der Laan
2016-09-30Move key derivation logic from GenerateNewKey to DeriveNewChildKeyPatrick Strateman
2016-09-30Merge #8813: bitcoind: Daemonize using daemon(3)Wladimir J. van der Laan
2016-09-30prevector: add C++11-like data() methodWladimir J. van der Laan
2016-09-30Merge #8822: net: Consistent checksum handlingWladimir J. van der Laan
2016-09-30Add NULLDUMMY verify flag in bitcoinconsensus.hJohnson Lau
2016-09-30Merge #8830: [test] Add option to run bitcoin-util-test.py manuallyWladimir J. van der Laan
2016-09-30Merge #8836: bitcoin-util-test.py should fail if the output file is emptyWladimir J. van der Laan
2016-09-29Merge #8826: Do not include env_win.cc on non-Windows systemsWladimir J. van der Laan
2016-09-29bitcoin-util-test.py should fail if the output file is emptyjnewbery
2016-09-29Merge #8658: Remove unused statements in serializationWladimir J. van der Laan
2016-09-29Add option to run bitcoin-util-test.py manuallyjnewbery
2016-09-29[qt] sync-overlay: Don't show estimated number of headers leftMarcoFalke
2016-09-29Merge #8829: Add bitcoin-tx JSON testsMarcoFalke
2016-09-29Merge #8832: [rpc] throw JSONRPCError when utxo set can not be readWladimir J. van der Laan
2016-09-29Merge #8784: Copyright headers for build scriptsWladimir J. van der Laan
2016-09-28[rpc] throw JSONRPCError when utxo set can not be readMarcoFalke
2016-09-28Add bitcoin-tx JSON testsjnewbery