aboutsummaryrefslogtreecommitdiff
path: root/src/policy/rbf.cpp
AgeCommit message (Expand)Author
2023-11-10[refactor] remove access to mapTx from policy/rbf.cppglozow
2023-01-03Merge bitcoin/bitcoin#26289: Use util::Result in for calculating mempool ance...Andrew Chow
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-12-13mempool: log/halt when CalculateMemPoolAncestors fails unexpectedlystickies-v
2022-12-13mempool: use util::Result for CalculateMemPoolAncestorsstickies-v
2022-11-30refactor: Move `txmempool_entry.h` --> `kernel/mempool_entry.h`Hennadii Stepanov
2022-11-16refactor: Move `CTxMemPoolEntry` class to its own moduleHennadii Stepanov
2022-10-05refactor: mempool: use CTxMempool::Limitsstickies-v
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-10-21[mempool] delete exists(uint256) functionglozow
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
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
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-11-01Replace platform dependent type with proper constHennadii Stepanov
2018-07-27Update copyright headers to 2018DrahtBot
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-05scripted-diff: Fully remove BOOST_FOREACHJorge Timón
2016-11-06[copyright] copyright header style uniformisle2983
2016-04-06Refactor IsRBFOptIn, avoid exceptionJonas Schnelli
2016-01-19RPC: indicate which transactions are replaceableSuhas Daftuar