aboutsummaryrefslogtreecommitdiff
path: root/src/node
Commit message (Expand)AuthorAgeFilesLines
* Change count type used by `gettxoutsetinfo`Ross Nicoll2021-06-081-1/+2
* style and nits for fee-checking in BroadcastTransactiongzhao4082020-10-081-3/+4
* [validation] Remove absurdfee from accepttomempoolJohn Newbery2020-10-051-2/+2
* [rpc/node] check for high fee before ATMP in clientsgzhao4082020-10-051-11/+27
* Merge #19879: [p2p] miscellaneous wtxid followupsfanquake2020-09-161-3/+3
|\
| * [BroadcastTransaction] Remove unsafe move operatorAmiti Uttarwar2020-09-041-2/+2
| * [mempool] Revert unbroadcast set to tracking just txidAmiti Uttarwar2020-09-041-1/+1
* | scripted-diff: [net processing] Rename PeerLogicValidation to PeerManagerJohn Newbery2020-09-071-2/+2
* | Remove mempool globalMarcoFalke2020-09-052-1/+2
|/
* refactor: Move wallet methods out of chain.h and node.hRussell Yanofsky2020-08-271-0/+5
* Add support for tx-relay via wtxidSuhas Daftuar2020-07-191-1/+2
* Add wtxid to mempool unbroadcast trackingAmiti Uttarwar2020-07-181-1/+1
* gui: Fix regression in GUI consoleHennadii Stepanov2020-07-081-0/+2
* Merge #19328: Add gettxoutsetinfo hash_type optionMarcoFalke2020-07-062-11/+67
|\
| * rpc: Add hash_type NONE to gettxoutsetinfoFabian Jahr2020-06-222-0/+17
| * rpc: gettxoutsetinfo can specify hash_type (only legacy option for now)Fabian Jahr2020-06-222-8/+38
| * refactor: Extract GetBogoSize functionFabian Jahr2020-06-191-3/+12
* | Merge #19277: util: Add Assert identity functionMarcoFalke2020-07-041-6/+0
|\ \
| * | refactor: Remove unused EnsureChainmanMarcoFalke2020-06-151-6/+0
| |/
* | gui: change combiner for signals to optional_last_valueCory Fields2020-07-011-5/+5
* | scripted-diff: Move ui_interface to the node libMarcoFalke2020-06-272-0/+186
|/
* 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
|/