aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19646: doc: Updated outdated help command for getblocktemplateWladimir J. van der Laan2020-08-281-10/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Updated outdated help command for getblocktemplate (fixes #19625)Jake Leventhal2020-08-151-10/+9
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19758: Drop deprecated and unused GUARDED_VAR and PT_GUARDED_VAR annot...fanquake2020-08-281-5/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | Drop deprecated and unused GUARDED_VAR and PT_GUARDED_VAR annotationsHennadii Stepanov2020-08-181-5/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19822: chain: Fix CChain comparison UB by removing it (it was unused)fanquake2020-08-281-6/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | chain: Remove UB CChain comparisonCarl Dong2020-08-271-6/+0
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19067: tests: Add fuzzing harness for CNodeMarcoFalke2020-08-282-0/+163
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | tests: Add fuzzing harness for CNodepracticalswift2020-08-272-0/+163
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge bitcoin-core/gui#40: Clarify block height labelMarcoFalke2020-08-271-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | gui: Clarify block height labelHennadii Stepanov2020-07-251-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19169: rpc: Validate provided keys for query_options parameter in list...MarcoFalke2020-08-271-0/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | rpc: Validate provided keys for query_options parameter in listunspentpasta2020-06-051-0/+9
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19289: wallet: GetWalletTx and IsMine require cs_wallet lockWladimir J. van der Laan2020-08-273-32/+45
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | wallet: IsChange requires cs_wallet lockJoão Barbosa2020-08-212-4/+6
| * | | | | | | | | | | | | | | | | | | | | | | | | wallet: IsMine overloads require cs_wallet lockJoão Barbosa2020-08-173-27/+37
| * | | | | | | | | | | | | | | | | | | | | | | | | wallet: GetWalletTx requires cs_wallet lockJoão Barbosa2020-08-172-2/+3
| | |_|_|_|/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | gui: Delay interfaces::Node initializationRussell Yanofsky2020-08-263-3/+7
* | | | | | | | | | | | | | | | | | | | | | | | | gui: Replace interface::Node references with pointersRussell Yanofsky2020-08-269-41/+74
* | | | | | | | | | | | | | | | | | | | | | | | | gui: Remove unused interfaces::Node referencesRussell Yanofsky2020-08-268-15/+11
* | | | | | | | | | | | | | | | | | | | | | | | | gui: Partially revert #10244 gArgs and Params changesRussell Yanofsky2020-08-267-87/+37
* | | | | | | | | | | | | | | | | | | | | | | | | Merge #19687: refactor: make EncodeBase{32,64} consume SpansMarcoFalke2020-08-265-19/+20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | util: make EncodeBase64 consume SpansSebastian Falbesoner2020-08-254-11/+11
| * | | | | | | | | | | | | | | | | | | | | | | | | util: make EncodeBase32 consume SpansSebastian Falbesoner2020-08-253-8/+9
| | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge #19779: Remove gArgs global from initfanquake2020-08-265-198/+189
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | scripted-diff: gArgs -> argsMarcoFalke2020-08-242-148/+140
| * | | | | | | | | | | | | | | | | | | | | | | | | init: Capture copy of blocknotify setting for BlockNotifyCallbackMarcoFalke2020-08-241-16/+14
| * | | | | | | | | | | | | | | | | | | | | | | | | init: Pass reference to ArgsManager around instead of relying on globalMarcoFalke2020-08-245-34/+35
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge #19775: test: Activate segwit in TestChain100Setupfanquake2020-08-262-31/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | test: Activate segwit in TestChain100SetupMarcoFalke2020-08-211-12/+1
| * | | | | | | | | | | | | | | | | | | | | | | | test: Pass empty tx pool to block assemblerMarcoFalke2020-08-211-3/+3
| * | | | | | | | | | | | | | | | | | | | | | | | test: Move doxygen comment to headerMarcoFalke2020-08-212-18/+15
* | | | | | | | | | | | | | | | | | | | | | | | | Merge #19628: net: change CNetAddr::ip to have flexible sizeMarcoFalke2020-08-2510-267/+492
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | net: change CNetAddr::ip to have flexible sizeVasil Dimov2020-08-2410-215/+450
| * | | | | | | | | | | | | | | | | | | | | | | | net: don't accept non-left-contiguous netmasksVasil Dimov2020-08-242-55/+45
* | | | | | | | | | | | | | | | | | | | | | | | | Merge #19601: Refactoring CHashWriter & Get{Prevouts,Sequence,Outputs}Hash to...fanquake2020-08-253-19/+46
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | Refactor Get{Prevout,Sequence,Outputs}Hash to Get{Prevouts,Sequences,Outputs}...Jeremy Rubin2020-08-071-12/+15
| * | | | | | | | | | | | | | | | | | | | | | | | | Add SHA256Uint256 helper functionsJeremy Rubin2020-08-062-0/+11
| * | | | | | | | | | | | | | | | | | | | | | | | | Add single sha256 call to CHashWriterJeremy Rubin2020-08-061-7/+20
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge #15704: Move Win32 defines to configure.ac to ensure they are globally ...fanquake2020-08-254-15/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | Move Win32 defines to configure.ac to ensure they are globally definedLuke Dashjr2020-08-204-15/+0
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge #19731: net, rpc: expose nLastBlockTime/nLastTXTime as last block/last_...Wladimir J. van der Laan2020-08-243-0/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | rpc: expose nLastBlockTime/TXTime as getpeerinfo last_block/transactionJon Atack2020-08-151-0/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | net: add nLastBlockTime/TXTime to CNodeStats, CNode::copyStatsJon Atack2020-08-152-0/+4
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19704: Net processing: move ProcessMessage() to PeerLogicValidationfanquake2020-08-246-131/+115
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | [net_processing] Move ProcessMessage to PeerLogicValidationJohn Newbery2020-08-213-81/+67
| * | | | | | | | | | | | | | | | | | | | | | | | | [net_processing] Change PeerLogicValidation to hold a connman referenceJohn Newbery2020-08-125-51/+49
* | | | | | | | | | | | | | | | | | | | | | | | | | docs: Correct description for getblockstats's txs fieldNadav Ivgi2020-08-211-1/+1
| |_|_|_|_|/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge #19733: Move comment about BaseIndex::DB from TxIndex::DBfanquake2020-08-213-12/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | Remove unused includesMarcin Jachymiak2020-08-181-3/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | Move comment about BaseIndex::DB from TxIndex::DBMarcin Jachymiak2020-08-182-9/+10
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |