monero/src/cryptonote_core
SChernykh a01d7ccbfd Fixed mempool pruning
- Fixed undefined behavior after a call to `remove_tx_from_transient_lists` (it used an invalid iterator)
- Fixed `txCompare` (it wasn't strictly weak ordered)
2024-03-08 21:04:16 +01:00
..
CMakeLists.txt Merge pull request #8698 2023-04-25 11:12:56 -04:00
blockchain.cpp cryptonote_core: early out on out of bounds scaling parameter 2024-02-21 00:02:27 +01:00
blockchain.h gcc: fix uninitialized constructor warnings 2023-10-16 16:48:27 -05:00
blockchain_and_pool.h gcc: fix uninitialized constructor warnings 2023-10-16 16:48:27 -05:00
blockchain_storage_boost_serialization.h Copyright: Update to 2023 2023-01-16 13:00:18 +01:00
cryptonote_core.cpp Merge pull request #8924 2023-08-17 10:21:40 -05:00
cryptonote_core.h blockchain_and_pool: move to crytonote_core and enforce its usage 2023-07-01 07:12:53 -05:00
cryptonote_tx_utils.cpp Merge pull request #8698 2023-04-25 11:12:56 -04:00
cryptonote_tx_utils.h Copyright: Update to 2023 2023-01-16 13:00:18 +01:00
i_core_events.h Copyright: Update to 2023 2023-01-16 13:00:18 +01:00
tx_pool.cpp Fixed mempool pruning 2024-03-08 21:04:16 +01:00
tx_pool.h Fixed mempool pruning 2024-03-08 21:04:16 +01:00
tx_sanity_check.cpp Copyright: Update to 2023 2023-01-16 13:00:18 +01:00
tx_sanity_check.h Copyright: Update to 2023 2023-01-16 13:00:18 +01:00
tx_verification_utils.cpp verRctNonSemanticsSimpleCached: fix fragility 2023-03-17 18:45:35 -05:00
tx_verification_utils.h verRctNonSemanticsSimpleCached: fix fragility 2023-03-17 18:45:35 -05:00