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
/
policy
/
rbf.cpp
Age
Commit message (
Expand
)
Author
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-10-21
[mempool] delete exists(uint256) function
glozow
2021-09-10
[doc] improve RBF documentation
glozow
2021-09-10
[policy/refactor] pass in relay fee instead of using global
glozow
2021-09-02
whitespace fixups after move and scripted-diff
glozow
2021-09-02
scripted-diff: rename variables in policy/rbf
glozow
2021-09-02
MOVEONLY: fee checks (Rules 3 and 4) to policy/rbf
glozow
2021-09-02
MOVEONLY: check that fees > direct conflicts to policy/rbf
glozow
2021-09-02
MOVEONLY: check for disjoint conflicts and ancestors to policy/rbf
glozow
2021-09-02
MOVEONLY: BIP125 Rule 2 to policy/rbf
glozow
2021-09-02
Make GetEntriesForConflicts return std::optional
glozow
2021-08-24
MOVEONLY: getting mempool conflicts to policy/rbf
glozow
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-09-05
refactor: Add IsRBFOptInEmptyMempool
MarcoFalke
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-04-09
[build] Add several util units
John Newbery
2019-02-25
rpc: Pass mempool into MempoolToJSON
MarcoFalke
2018-11-01
Replace platform dependent type with proper const
Hennadii Stepanov
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-03-09
scripted-diff: Convert 11 enums into scoped enums (C++11)
practicalswift
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-06-05
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2016-11-06
[copyright] copyright header style uniform
isle2983
2016-04-06
Refactor IsRBFOptIn, avoid exception
Jonas Schnelli
2016-01-19
RPC: indicate which transactions are replaceable
Suhas Daftuar