aboutsummaryrefslogtreecommitdiff
path: root/src/node
Commit message (Expand)AuthorAgeFilesLines
* Merge #19056: rpc: Make gettxoutsetinfo/GetUTXOStats interruptibleMarcoFalke2020-05-262-2/+4
|\
| * rpc: Make gettxoutsetinfo/GetUTXOStats interruptibleMarcoFalke2020-05-222-2/+4
* | node: Add chainman alias for g_chainmanMarcoFalke2020-05-211-0/+9
|/
* Merge #18317: Serialization improvements step 6 (all except wallet/gui)MarcoFalke2020-05-201-10/+1
|\
| * Convert everything except wallet/qt to new serializationPieter Wuille2020-03-301-10/+1
* | Merge #18038: P2P: Mempool tracks locally submitted transactions to improve w...fanquake2020-04-291-0/+4
|\ \
| * | [mempool] Track "unbroadcast" transactionsAmiti Uttarwar2020-04-231-0/+4
| |/
* | Merge #17509: gui: save and load PSBTSamuel Dobson2020-04-231-0/+8
|\ \
| * | Move DEFAULT_MAX_RAW_TX_FEE_RATE to node/transaction.hSjors Provoost2020-03-271-0/+8
| |/
* | scripted-diff: Bump copyright headersMarcoFalke2020-04-165-5/+5
* | node: Add args alias for gArgs globalMarcoFalke2020-04-151-0/+2
|/
* doc: Correct spelling errors in commentsBen Woosley2020-03-021-1/+1
* Merge #18224: Make AnalyzePSBT next role calculation simple, correctSamuel Dobson2020-03-021-20/+11
|\
| * Make AnalyzePSBT next role calculation simple, correctGregory Sanders2020-02-281-20/+11
* | Refactor FormatStateMessage into ValidationStateJeffrey Czyz2020-02-271-2/+1
|/
* Merge #18037: Util: Allow scheduler to be mockedMarcoFalke2020-02-172-0/+3
|\
| * [lib] add scheduler to node contextAmiti Uttarwar2020-02-172-0/+3
* | Get rid of VARINT default argumentPieter Wuille2020-02-101-1/+1
|/
* Merge #17156: psbt: check that various indexes and amounts are within boundsfanquake2020-01-291-0/+16
|\
| * psbt: check output index is within bounds before accessingAndrew Chow2020-01-061-0/+4
| * Don't calculate tx fees for PSBTs with invalid money valuesAndrew Chow2019-12-101-0/+12
* | Fix doxygen errorsBen Woosley2020-01-161-2/+2
* | scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-302-2/+2
* | Merge #17564: rpc: Use mempool from node context instead of globalMarcoFalke2019-12-163-6/+11
|\ \ | |/ |/|
| * node: Use mempool from node context instead of globalMarcoFalke2019-12-053-6/+11
* | Merge #17524: psbt: handle unspendable psbtsMarcoFalke2019-12-102-0/+17
|\ \ | |/ |/|
| * Mark PSBTs spending unspendable outputs as invalid in analysisAndrew Chow2019-11-191-0/+6
| * Have a PSBTAnalysis state that indicates invalid PSBTAndrew Chow2019-11-191-0/+11
* | node: Add reference to mempool in NodeContextMarcoFalke2019-11-151-3/+4
|/
* Merge #17382: rpc: Remove unused boost::this_thread::interruption_pointWladimir J. van der Laan2019-11-061-4/+0
|\
| * rpc: Remove unused boost::this_thread::interruption_pointMarcoFalke2019-11-051-4/+0
* | Merge #16899: UTXO snapshot creation (dumptxoutset)Wladimir J. van der Laan2019-11-053-10/+63
|\ \ | |/ |/|
| * coinstats: add coins_countJames O'Beirne2019-11-052-10/+13
| * add unused SnapshotMetadata classJames O'Beirne2019-10-291-0/+50
* | doc: Fix some misspellingsrandymcmillan2019-11-041-1/+1
* | Merge #15921: validation: Tidy up ValidationState interfaceWladimir J. van der Laan2019-10-301-8/+6
|\ \
| * | [validation] Remove fMissingInputs from AcceptToMemoryPool()John Newbery2019-10-291-7/+5
| * | [validation] Add CValidationState subclassesJohn Newbery2019-10-291-1/+1
| |/
* | scripted-diff: Remove g_connman, g_banman globalsRussell Yanofsky2019-10-283-4/+13
* | Pass NodeContext, ConnMan, BanMan references more placesRussell Yanofsky2019-10-284-3/+32
* | MOVEONLY: Move NodeContext struct to node/context.hRussell Yanofsky2019-10-281-0/+23
|/
* Remove unused includespracticalswift2019-10-153-4/+0
* move-only: move coins statistics utils out of RPCJames O'Beirne2019-08-272-0/+110
* Merge #16443: refactor: have CCoins* data managed under CChainStateMarcoFalke2019-08-152-3/+2
|\
| * refactor: pcoinsTip -> CChainState::CoinsTip()James O'Beirne2019-08-062-3/+2
* | Remove p2pEnabled from Chain interfaceAntoine Riard2019-08-081-0/+3
|/
* Tidy up BroadcastTransaction()John Newbery2019-08-012-16/+30
* Add BroadcastTransaction utility usage in Chain interfaceAntoine Riard2019-08-012-16/+17
* refactor : use RelayTransaction in BroadcastTransaction utilityAntoine Riard2019-07-241-4/+2
* [build] Move AnalyzePSBT from psbt.cpp to node/psbt.cppRussell Yanofsky2019-04-092-0/+177