index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
node
/
transaction.cpp
Age
Commit message (
Expand
)
Author
2022-01-06
Add src/node/* code to node:: namespace
Russell Yanofsky
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-11-03
[refactor] Don't call AcceptToMemoryPool() from outside validation.cpp
John Newbery
2021-08-02
[GetTransaction] remove unneeded `cs_main` lock acquire
Sebastian Falbesoner
2021-07-28
Merge bitcoin/bitcoin#22528: refactor: move GetTransaction to node/transactio...
MarcoFalke
2021-07-22
doc: GetTransaction()/getrawtransaction follow-ups to #22383
John Newbery
2021-07-22
refactor: move `GetTransaction(...)` to node/transaction.cpp
Sebastian Falbesoner
2021-07-09
[style] Clean up BroadcastTransaction()
John Newbery
2021-07-09
[mempool] Allow rebroadcast for same-txid-different-wtxid transactions
John Newbery
2021-07-09
[mempool] Only add a transaction to the unbroadcast set when it's added to th...
John Newbery
2021-06-10
scripted-diff: tree-wide: Remove all review-only assertions
Carl Dong
2021-05-04
[net processing] Add internal _RelayTransactions()
John Newbery
2021-03-30
node: Avoid potential UB by asserting assumptions
Carl Dong
2021-03-18
Merge #21162: Net Processing: Move RelayTransaction() into PeerManager
fanquake
2021-03-08
node: Use existing NodeContext
Carl Dong
2021-03-04
[net processing] Don't pass CConnman to RelayTransactions
John Newbery
2021-03-04
[net processing] Move RelayTransaction into PeerManager
John Newbery
2021-02-18
scripted-diff: Invoke ::AcceptToMemoryPool with chainstate
Carl Dong
2021-02-09
[refactor] return MempoolAcceptResult
gzhao408
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-10-08
style and nits for fee-checking in BroadcastTransaction
gzhao408
2020-10-05
[validation] Remove absurdfee from accepttomempool
John Newbery
2020-10-05
[rpc/node] check for high fee before ATMP in clients
gzhao408
2020-09-04
[BroadcastTransaction] Remove unsafe move operator
Amiti Uttarwar
2020-09-04
[mempool] Revert unbroadcast set to tracking just txid
Amiti Uttarwar
2020-07-19
Add support for tx-relay via wtxid
Suhas Daftuar
2020-07-18
Add wtxid to mempool unbroadcast tracking
Amiti Uttarwar
2020-04-23
[mempool] Track "unbroadcast" transactions
Amiti Uttarwar
2020-02-27
Refactor FormatStateMessage into ValidationState
Jeffrey Czyz
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-05
node: Use mempool from node context instead of global
MarcoFalke
2019-11-04
doc: Fix some misspellings
randymcmillan
2019-10-30
Merge #15921: validation: Tidy up ValidationState interface
Wladimir J. van der Laan
2019-10-29
[validation] Remove fMissingInputs from AcceptToMemoryPool()
John Newbery
2019-10-29
[validation] Add CValidationState subclasses
John Newbery
2019-10-28
scripted-diff: Remove g_connman, g_banman globals
Russell Yanofsky
2019-10-28
Pass NodeContext, ConnMan, BanMan references more places
Russell Yanofsky
2019-10-15
Remove unused includes
practicalswift
2019-08-15
Merge #16443: refactor: have CCoins* data managed under CChainState
MarcoFalke
2019-08-08
Remove p2pEnabled from Chain interface
Antoine Riard
2019-08-06
refactor: pcoinsTip -> CChainState::CoinsTip()
James O'Beirne
2019-08-01
Tidy up BroadcastTransaction()
John Newbery
2019-08-01
Add BroadcastTransaction utility usage in Chain interface
Antoine Riard
2019-07-24
refactor : use RelayTransaction in BroadcastTransaction utility
Antoine Riard
2019-04-09
[build] Add several util units
John Newbery
2019-02-14
Remove unused TransactionError constants
MarcoFalke
2019-02-11
Factor out combine / finalize / extract PSBT helpers
Glenn Willen
2019-02-11
Switch away from exceptions in refactored tx code
Glenn Willen
2019-02-11
Factor BroadcastTransaction out of sendrawtransaction
Glenn Willen