index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
node
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change count type used by `gettxoutsetinfo`
Ross Nicoll
2021-06-08
1
-1
/
+2
*
style and nits for fee-checking in BroadcastTransaction
gzhao408
2020-10-08
1
-3
/
+4
*
[validation] Remove absurdfee from accepttomempool
John Newbery
2020-10-05
1
-2
/
+2
*
[rpc/node] check for high fee before ATMP in clients
gzhao408
2020-10-05
1
-11
/
+27
*
Merge #19879: [p2p] miscellaneous wtxid followups
fanquake
2020-09-16
1
-3
/
+3
|
\
|
*
[BroadcastTransaction] Remove unsafe move operator
Amiti Uttarwar
2020-09-04
1
-2
/
+2
|
*
[mempool] Revert unbroadcast set to tracking just txid
Amiti Uttarwar
2020-09-04
1
-1
/
+1
*
|
scripted-diff: [net processing] Rename PeerLogicValidation to PeerManager
John Newbery
2020-09-07
1
-2
/
+2
*
|
Remove mempool global
MarcoFalke
2020-09-05
2
-1
/
+2
|
/
*
refactor: Move wallet methods out of chain.h and node.h
Russell Yanofsky
2020-08-27
1
-0
/
+5
*
Add support for tx-relay via wtxid
Suhas Daftuar
2020-07-19
1
-1
/
+2
*
Add wtxid to mempool unbroadcast tracking
Amiti Uttarwar
2020-07-18
1
-1
/
+1
*
gui: Fix regression in GUI console
Hennadii Stepanov
2020-07-08
1
-0
/
+2
*
Merge #19328: Add gettxoutsetinfo hash_type option
MarcoFalke
2020-07-06
2
-11
/
+67
|
\
|
*
rpc: Add hash_type NONE to gettxoutsetinfo
Fabian Jahr
2020-06-22
2
-0
/
+17
|
*
rpc: gettxoutsetinfo can specify hash_type (only legacy option for now)
Fabian Jahr
2020-06-22
2
-8
/
+38
|
*
refactor: Extract GetBogoSize function
Fabian Jahr
2020-06-19
1
-3
/
+12
*
|
Merge #19277: util: Add Assert identity function
MarcoFalke
2020-07-04
1
-6
/
+0
|
\
\
|
*
|
refactor: Remove unused EnsureChainman
MarcoFalke
2020-06-15
1
-6
/
+0
|
|
/
*
|
gui: change combiner for signals to optional_last_value
Cory Fields
2020-07-01
1
-5
/
+5
*
|
scripted-diff: Move ui_interface to the node lib
MarcoFalke
2020-06-27
2
-0
/
+186
|
/
*
Merge #19056: rpc: Make gettxoutsetinfo/GetUTXOStats interruptible
MarcoFalke
2020-05-26
2
-2
/
+4
|
\
|
*
rpc: Make gettxoutsetinfo/GetUTXOStats interruptible
MarcoFalke
2020-05-22
2
-2
/
+4
*
|
node: Add chainman alias for g_chainman
MarcoFalke
2020-05-21
1
-0
/
+9
|
/
*
Merge #18317: Serialization improvements step 6 (all except wallet/gui)
MarcoFalke
2020-05-20
1
-10
/
+1
|
\
|
*
Convert everything except wallet/qt to new serialization
Pieter Wuille
2020-03-30
1
-10
/
+1
*
|
Merge #18038: P2P: Mempool tracks locally submitted transactions to improve w...
fanquake
2020-04-29
1
-0
/
+4
|
\
\
|
*
|
[mempool] Track "unbroadcast" transactions
Amiti Uttarwar
2020-04-23
1
-0
/
+4
|
|
/
*
|
Merge #17509: gui: save and load PSBT
Samuel Dobson
2020-04-23
1
-0
/
+8
|
\
\
|
*
|
Move DEFAULT_MAX_RAW_TX_FEE_RATE to node/transaction.h
Sjors Provoost
2020-03-27
1
-0
/
+8
|
|
/
*
|
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
5
-5
/
+5
*
|
node: Add args alias for gArgs global
MarcoFalke
2020-04-15
1
-0
/
+2
|
/
*
doc: Correct spelling errors in comments
Ben Woosley
2020-03-02
1
-1
/
+1
*
Merge #18224: Make AnalyzePSBT next role calculation simple, correct
Samuel Dobson
2020-03-02
1
-20
/
+11
|
\
|
*
Make AnalyzePSBT next role calculation simple, correct
Gregory Sanders
2020-02-28
1
-20
/
+11
*
|
Refactor FormatStateMessage into ValidationState
Jeffrey Czyz
2020-02-27
1
-2
/
+1
|
/
*
Merge #18037: Util: Allow scheduler to be mocked
MarcoFalke
2020-02-17
2
-0
/
+3
|
\
|
*
[lib] add scheduler to node context
Amiti Uttarwar
2020-02-17
2
-0
/
+3
*
|
Get rid of VARINT default argument
Pieter Wuille
2020-02-10
1
-1
/
+1
|
/
*
Merge #17156: psbt: check that various indexes and amounts are within bounds
fanquake
2020-01-29
1
-0
/
+16
|
\
|
*
psbt: check output index is within bounds before accessing
Andrew Chow
2020-01-06
1
-0
/
+4
|
*
Don't calculate tx fees for PSBTs with invalid money values
Andrew Chow
2019-12-10
1
-0
/
+12
*
|
Fix doxygen errors
Ben Woosley
2020-01-16
1
-2
/
+2
*
|
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-30
2
-2
/
+2
*
|
Merge #17564: rpc: Use mempool from node context instead of global
MarcoFalke
2019-12-16
3
-6
/
+11
|
\
\
|
|
/
|
/
|
|
*
node: Use mempool from node context instead of global
MarcoFalke
2019-12-05
3
-6
/
+11
*
|
Merge #17524: psbt: handle unspendable psbts
MarcoFalke
2019-12-10
2
-0
/
+17
|
\
\
|
|
/
|
/
|
|
*
Mark PSBTs spending unspendable outputs as invalid in analysis
Andrew Chow
2019-11-19
1
-0
/
+6
|
*
Have a PSBTAnalysis state that indicates invalid PSBT
Andrew Chow
2019-11-19
1
-0
/
+11
*
|
node: Add reference to mempool in NodeContext
MarcoFalke
2019-11-15
1
-3
/
+4
|
/
[next]