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
*
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
|
/
*
Merge #17382: rpc: Remove unused boost::this_thread::interruption_point
Wladimir J. van der Laan
2019-11-06
1
-4
/
+0
|
\
|
*
rpc: Remove unused boost::this_thread::interruption_point
MarcoFalke
2019-11-05
1
-4
/
+0
*
|
Merge #16899: UTXO snapshot creation (dumptxoutset)
Wladimir J. van der Laan
2019-11-05
3
-10
/
+63
|
\
\
|
|
/
|
/
|
|
*
coinstats: add coins_count
James O'Beirne
2019-11-05
2
-10
/
+13
|
*
add unused SnapshotMetadata class
James O'Beirne
2019-10-29
1
-0
/
+50
*
|
doc: Fix some misspellings
randymcmillan
2019-11-04
1
-1
/
+1
*
|
Merge #15921: validation: Tidy up ValidationState interface
Wladimir J. van der Laan
2019-10-30
1
-8
/
+6
|
\
\
|
*
|
[validation] Remove fMissingInputs from AcceptToMemoryPool()
John Newbery
2019-10-29
1
-7
/
+5
|
*
|
[validation] Add CValidationState subclasses
John Newbery
2019-10-29
1
-1
/
+1
|
|
/
*
|
scripted-diff: Remove g_connman, g_banman globals
Russell Yanofsky
2019-10-28
3
-4
/
+13
*
|
Pass NodeContext, ConnMan, BanMan references more places
Russell Yanofsky
2019-10-28
4
-3
/
+32
*
|
MOVEONLY: Move NodeContext struct to node/context.h
Russell Yanofsky
2019-10-28
1
-0
/
+23
|
/
*
Remove unused includes
practicalswift
2019-10-15
3
-4
/
+0
*
move-only: move coins statistics utils out of RPC
James O'Beirne
2019-08-27
2
-0
/
+110
*
Merge #16443: refactor: have CCoins* data managed under CChainState
MarcoFalke
2019-08-15
2
-3
/
+2
|
\
|
*
refactor: pcoinsTip -> CChainState::CoinsTip()
James O'Beirne
2019-08-06
2
-3
/
+2
*
|
Remove p2pEnabled from Chain interface
Antoine Riard
2019-08-08
1
-0
/
+3
|
/
*
Tidy up BroadcastTransaction()
John Newbery
2019-08-01
2
-16
/
+30
*
Add BroadcastTransaction utility usage in Chain interface
Antoine Riard
2019-08-01
2
-16
/
+17
*
refactor : use RelayTransaction in BroadcastTransaction utility
Antoine Riard
2019-07-24
1
-4
/
+2
*
[build] Move AnalyzePSBT from psbt.cpp to node/psbt.cpp
Russell Yanofsky
2019-04-09
2
-0
/
+177
[next]