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
/
transaction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
[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
*
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
*
[mempool] Track "unbroadcast" transactions
Amiti Uttarwar
2020-04-23
1
-0
/
+4
*
Refactor FormatStateMessage into ValidationState
Jeffrey Czyz
2020-02-27
1
-2
/
+1
*
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-30
1
-1
/
+1
*
node: Use mempool from node context instead of global
MarcoFalke
2019-12-05
1
-2
/
+3
*
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
1
-4
/
+4
*
|
Pass NodeContext, ConnMan, BanMan references more places
Russell Yanofsky
2019-10-28
1
-1
/
+2
|
/
*
Remove unused includes
practicalswift
2019-10-15
1
-1
/
+0
*
Merge #16443: refactor: have CCoins* data managed under CChainState
MarcoFalke
2019-08-15
1
-1
/
+1
|
\
|
*
refactor: pcoinsTip -> CChainState::CoinsTip()
James O'Beirne
2019-08-06
1
-1
/
+1
*
|
Remove p2pEnabled from Chain interface
Antoine Riard
2019-08-08
1
-0
/
+3
|
/
*
Tidy up BroadcastTransaction()
John Newbery
2019-08-01
1
-14
/
+23
*
Add BroadcastTransaction utility usage in Chain interface
Antoine Riard
2019-08-01
1
-13
/
+12
*
refactor : use RelayTransaction in BroadcastTransaction utility
Antoine Riard
2019-07-24
1
-4
/
+2
*
[build] Add several util units
John Newbery
2019-04-09
1
-26
/
+1
*
Remove unused TransactionError constants
MarcoFalke
2019-02-14
1
-26
/
+14
*
Factor out combine / finalize / extract PSBT helpers
Glenn Willen
2019-02-11
1
-0
/
+2
*
Switch away from exceptions in refactored tx code
Glenn Willen
2019-02-11
1
-11
/
+45
*
Factor BroadcastTransaction out of sendrawtransaction
Glenn Willen
2019-02-11
1
-0
/
+79