aboutsummaryrefslogtreecommitdiff
path: root/src/policy/rbf.h
AgeCommit message (Expand)Author
2024-03-18Implement ImprovesFeerateDiagramGreg Sanders
2024-01-16[refactor] change Workspace::m_conflicts and adjacent funcs/structs to use Txidglozow
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-08-22fixups for BIP125 doc cleanupglozow
2022-08-04[doc] remove non-signaling mentions of BIP125glozow
2022-08-03scripted-diff: remove mention of BIP125 from non-signaling var namesglozow
2022-05-31Move minRelayTxFee to policy/settingsMacroFake
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-09-20add missing includes in policy/rbfglozow
2021-09-10[doc] improve RBF documentationglozow
2021-09-10[policy/refactor] pass in relay fee instead of using globalglozow
2021-09-02whitespace fixups after move and scripted-diffglozow
2021-09-02scripted-diff: rename variables in policy/rbfglozow
2021-09-02MOVEONLY: fee checks (Rules 3 and 4) to policy/rbfglozow
2021-09-02MOVEONLY: check that fees > direct conflicts to policy/rbfglozow
2021-09-02MOVEONLY: check for disjoint conflicts and ancestors to policy/rbfglozow
2021-09-02MOVEONLY: BIP125 Rule 2 to policy/rbfglozow
2021-09-02Make GetEntriesForConflicts return std::optionalglozow
2021-08-24MOVEONLY: getting mempool conflicts to policy/rbfglozow
2021-08-24MOVEONLY: BIP125 max conflicts limit to policy/rbf.hglozow
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
2020-09-05doc: Add doxygen comment to IsRBFOptInMarcoFalke
2020-09-05refactor: Add IsRBFOptInEmptyMempoolMarcoFalke
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-04-09[build] Add several util unitsJohn Newbery
2019-02-25rpc: Pass mempool into MempoolToJSONMarcoFalke
2018-07-27Update copyright headers to 2018DrahtBot
2018-05-05Add compile time checking for all ::mempool.cs runtime locking assertionspracticalswift
2018-03-09scripted-diff: Convert 11 enums into scoped enums (C++11)practicalswift
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-06-05Introduce MAX_BIP125_RBF_SEQUENCE constantLuke Dashjr
2016-11-06[copyright] copyright header style uniformisle2983
2016-04-06Refactor IsRBFOptIn, avoid exceptionJonas Schnelli
2016-01-19RPC: indicate which transactions are replaceableSuhas Daftuar