aboutsummaryrefslogtreecommitdiff
path: root/src/node
AgeCommit message (Expand)Author
2020-03-02doc: Correct spelling errors in commentsBen Woosley
2020-03-02Merge #18224: Make AnalyzePSBT next role calculation simple, correctSamuel Dobson
2020-02-28Make AnalyzePSBT next role calculation simple, correctGregory Sanders
2020-02-27Refactor FormatStateMessage into ValidationStateJeffrey Czyz
2020-02-17Merge #18037: Util: Allow scheduler to be mockedMarcoFalke
2020-02-17[lib] add scheduler to node contextAmiti Uttarwar
2020-02-10Get rid of VARINT default argumentPieter Wuille
2020-01-29Merge #17156: psbt: check that various indexes and amounts are within boundsfanquake
2020-01-16Fix doxygen errorsBen Woosley
2020-01-06psbt: check output index is within bounds before accessingAndrew Chow
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-12-16Merge #17564: rpc: Use mempool from node context instead of globalMarcoFalke
2019-12-10Don't calculate tx fees for PSBTs with invalid money valuesAndrew Chow
2019-12-10Merge #17524: psbt: handle unspendable psbtsMarcoFalke
2019-12-05node: Use mempool from node context instead of globalMarcoFalke
2019-11-19Mark PSBTs spending unspendable outputs as invalid in analysisAndrew Chow
2019-11-19Have a PSBTAnalysis state that indicates invalid PSBTAndrew Chow
2019-11-15node: Add reference to mempool in NodeContextMarcoFalke
2019-11-06Merge #17382: rpc: Remove unused boost::this_thread::interruption_pointWladimir J. van der Laan
2019-11-05rpc: Remove unused boost::this_thread::interruption_pointMarcoFalke
2019-11-05Merge #16899: UTXO snapshot creation (dumptxoutset)Wladimir J. van der Laan
2019-11-05coinstats: add coins_countJames O'Beirne
2019-11-04doc: Fix some misspellingsrandymcmillan
2019-10-30Merge #15921: validation: Tidy up ValidationState interfaceWladimir J. van der Laan
2019-10-29[validation] Remove fMissingInputs from AcceptToMemoryPool()John Newbery
2019-10-29[validation] Add CValidationState subclassesJohn Newbery
2019-10-29add unused SnapshotMetadata classJames O'Beirne
2019-10-28scripted-diff: Remove g_connman, g_banman globalsRussell Yanofsky
2019-10-28Pass NodeContext, ConnMan, BanMan references more placesRussell Yanofsky
2019-10-28MOVEONLY: Move NodeContext struct to node/context.hRussell Yanofsky
2019-10-15Remove unused includespracticalswift
2019-08-27move-only: move coins statistics utils out of RPCJames O'Beirne
2019-08-15Merge #16443: refactor: have CCoins* data managed under CChainStateMarcoFalke
2019-08-08Remove p2pEnabled from Chain interfaceAntoine Riard
2019-08-06refactor: pcoinsTip -> CChainState::CoinsTip()James O'Beirne
2019-08-01Tidy up BroadcastTransaction()John Newbery
2019-08-01Add BroadcastTransaction utility usage in Chain interfaceAntoine Riard
2019-07-24refactor : use RelayTransaction in BroadcastTransaction utilityAntoine Riard
2019-04-09[build] Move AnalyzePSBT from psbt.cpp to node/psbt.cppRussell Yanofsky
2019-04-09[docs] Document src subdirectories and different librariesJohn Newbery
2019-04-09[build] Add several util unitsJohn Newbery
2019-03-05Remove use of CCoinsViewMemPool::GetCoin in wallet codeRussell Yanofsky
2019-02-14Remove unused TransactionError constantsMarcoFalke
2019-02-11Factor out combine / finalize / extract PSBT helpersGlenn Willen
2019-02-11Switch away from exceptions in refactored tx codeGlenn Willen
2019-02-11Factor BroadcastTransaction out of sendrawtransactionGlenn Willen