aboutsummaryrefslogtreecommitdiff
path: root/src/node
AgeCommit message (Expand)Author
2020-10-08style and nits for fee-checking in BroadcastTransactiongzhao408
2020-10-05[validation] Remove absurdfee from accepttomempoolJohn Newbery
2020-10-05[rpc/node] check for high fee before ATMP in clientsgzhao408
2020-09-16Merge #19879: [p2p] miscellaneous wtxid followupsfanquake
2020-09-07scripted-diff: [net processing] Rename PeerLogicValidation to PeerManagerJohn Newbery
2020-09-05Remove mempool globalMarcoFalke
2020-09-04[BroadcastTransaction] Remove unsafe move operatorAmiti Uttarwar
2020-09-04[mempool] Revert unbroadcast set to tracking just txidAmiti Uttarwar
2020-08-27refactor: Move wallet methods out of chain.h and node.hRussell Yanofsky
2020-07-19Add support for tx-relay via wtxidSuhas Daftuar
2020-07-18Add wtxid to mempool unbroadcast trackingAmiti Uttarwar
2020-07-08gui: Fix regression in GUI consoleHennadii Stepanov
2020-07-06Merge #19328: Add gettxoutsetinfo hash_type optionMarcoFalke
2020-07-04Merge #19277: util: Add Assert identity functionMarcoFalke
2020-07-01gui: change combiner for signals to optional_last_valueCory Fields
2020-06-27scripted-diff: Move ui_interface to the node libMarcoFalke
2020-06-22rpc: Add hash_type NONE to gettxoutsetinfoFabian Jahr
2020-06-22rpc: gettxoutsetinfo can specify hash_type (only legacy option for now)Fabian Jahr
2020-06-19refactor: Extract GetBogoSize functionFabian Jahr
2020-06-15refactor: Remove unused EnsureChainmanMarcoFalke
2020-05-26Merge #19056: rpc: Make gettxoutsetinfo/GetUTXOStats interruptibleMarcoFalke
2020-05-22rpc: Make gettxoutsetinfo/GetUTXOStats interruptibleMarcoFalke
2020-05-21node: Add chainman alias for g_chainmanMarcoFalke
2020-05-20Merge #18317: Serialization improvements step 6 (all except wallet/gui)MarcoFalke
2020-04-29Merge #18038: P2P: Mempool tracks locally submitted transactions to improve w...fanquake
2020-04-23[mempool] Track "unbroadcast" transactionsAmiti Uttarwar
2020-04-23Merge #17509: gui: save and load PSBTSamuel Dobson
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-04-15node: Add args alias for gArgs globalMarcoFalke
2020-03-30Convert everything except wallet/qt to new serializationPieter Wuille
2020-03-27Move DEFAULT_MAX_RAW_TX_FEE_RATE to node/transaction.hSjors Provoost
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