dncurrency/nano/core_test
2024-04-04 13:16:55 +02:00
..
fakes Better move semantics & fix clang-tidy warnings (#3606) 2021-12-18 13:37:57 +02:00
active_transactions.cpp Encapsulate ledger_cache counts and return them from functions on nano::ledger 2024-04-01 12:10:48 +02:00
backlog.cpp ledger::account is moved to block::account and block::account which accesses the account field is renamed to block::account_field. 2024-03-09 11:01:21 +00:00
block.cpp Renaming block::link to block::link_field. Usages that converted this number to an account number are replaced with calls to block::destination (). Usages that converted this number to a block_hash are replaced with calls to block::source, and usages that check this number for being an epoch directly access the link field. 2024-03-09 11:06:52 +00:00
block_store.cpp Use ledger::confirm (#4531) 2024-04-01 17:40:14 +02:00
blockprocessor.cpp Forward declaring block and removing blocks.hpp includes from other headers. 2024-03-07 11:55:06 +00:00
bootstrap.cpp Fix pruning tests that did not confirm blocks before pruning. Strongly ensure blocks are confirmed while pruning. (#4532) 2024-04-03 18:58:17 +02:00
bootstrap_ascending.cpp Rewrite bootstrap.trace_base in terms of receivable iterators 2024-03-18 14:59:04 +00:00
bootstrap_server.cpp Forward declaring block and removing blocks.hpp includes from other headers. 2024-03-07 11:55:06 +00:00
cli.cpp Move test code into namespace nano::test (#3890) 2022-08-10 20:48:31 +01:00
CMakeLists.txt Merge branch 'develop' into fair-queuing-3-wip 2024-04-03 22:34:58 +02:00
confirmation_solicitor.cpp Remove inclusion of active_transactions.hpp from other headers 2024-03-21 10:00:02 +00:00
confirming_set.cpp Rename nano::store::write_database_queue to nano::store::write_queue 2024-04-04 13:16:55 +02:00
conflicts.cpp Encapsulate ledger_cache counts and return them from functions on nano::ledger 2024-04-01 12:10:48 +02:00
core_test_main.cc Rename back to nano::logger 2024-01-19 14:56:29 +01:00
difficulty.cpp Moving work_thresholds in to their own object within network_params and including a referencing it within ledger_constants and network_constants instead of creating copies. 2021-08-10 23:10:10 +01:00
distributed_work.cpp Convert boost::optional to std::optional for distributed work generation. 2024-03-07 16:11:53 +00:00
election.cpp Encapsulate ledger_cache counts and return them from functions on nano::ledger 2024-04-01 12:10:48 +02:00
election_scheduler.cpp Remove inclusion of active_transactions.hpp from other headers 2024-03-21 10:00:02 +00:00
entry.cpp Suggested changes from cppcheck (#2213) 2019-08-12 21:25:37 +01:00
enums.cpp Improve enum conversions (#4397) 2024-01-26 18:35:11 +01:00
epochs.cpp Attach sideband to block (#2596) 2020-03-02 22:10:54 +00:00
fair_queue.cpp Store origin channel as weak_ptr 2024-04-03 22:32:33 +02:00
frontiers_confirmation.cpp Remove reference to ledger.hpp from node.hpp and forward declare. 2024-03-10 20:05:47 +00:00
ipc.cpp Enable running core test suite in parallel (#4246) 2023-06-13 17:27:58 +02:00
ledger.cpp Fix pruning tests that did not confirm blocks before pruning. Strongly ensure blocks are confirmed while pruning. (#4532) 2024-04-03 18:58:17 +02:00
ledger_confirm.cpp Rename nano::store::write_database_queue to nano::store::write_queue 2024-04-04 13:16:55 +02:00
locks.cpp Disambiguity of all the implemented locks (#4045) 2023-01-13 15:02:34 -03:00
logging.cpp Tracing 2024-02-01 18:59:29 +01:00
memory_pool.cpp Forward declaring block and removing blocks.hpp includes from other headers. 2024-03-07 11:55:06 +00:00
message.cpp Forward declaring block and removing blocks.hpp includes from other headers. 2024-03-07 11:55:06 +00:00
message_deserializer.cpp Forward declaring block and removing blocks.hpp includes from other headers. 2024-03-07 11:55:06 +00:00
network.cpp Merge branch 'develop' into fair-queuing-3-wip 2024-04-03 22:34:58 +02:00
network_filter.cpp Forward declaring block and removing blocks.hpp includes from other headers. 2024-03-07 11:55:06 +00:00
node.cpp Rename nano::store::write_database_queue to nano::store::write_queue 2024-04-04 13:16:55 +02:00
object_stream.cpp Allow easy printing ranges of objects (#4488) 2024-03-13 09:56:35 +01:00
optimistic_scheduler.cpp Remove inclusion of active_transactions.hpp from other headers 2024-03-21 10:00:02 +00:00
peer_container.cpp Networking cleanup continued (#4495) 2024-03-18 15:09:14 +01:00
processing_queue.cpp Use assert_eq and assert_timely_eq (#4372) 2024-01-19 17:53:12 +07:00
processor_service.cpp Forward declaring block and removing blocks.hpp includes from other headers. 2024-03-07 11:55:06 +00:00
rep_crawler.cpp Encapsulate ledger_cache counts and return them from functions on nano::ledger 2024-04-01 12:10:48 +02:00
rep_weight_store.cpp Add data store for representative weights 2024-03-19 06:54:17 +01:00
request_aggregator.cpp Encapsulate ledger_cache counts and return them from functions on nano::ledger 2024-04-01 12:10:48 +02:00
scheduler_buckets.cpp Forward declaring block and removing blocks.hpp includes from other headers. 2024-03-07 11:55:06 +00:00
signal_manager.cpp Remove unused includes (#4349) 2024-01-11 04:03:04 +07:00
socket.cpp Make socket tests pass 2024-03-27 18:52:39 +01:00
system.cpp Remove reference to ledger.hpp from node.hpp and forward declare. 2024-03-10 20:05:47 +00:00
telemetry.cpp Do not directly stop nodes in tests 2024-03-27 18:52:39 +01:00
throttle.cpp Bootstrap dynamic throttle (#4215) 2023-04-20 21:37:30 +01:00
timer.cpp Update macOS runner (#4415) 2024-01-31 23:25:17 +01:00
toml.cpp Merge branch 'develop' into fair-queuing-3-wip 2024-04-03 22:34:58 +02:00
uint256_union.cpp Assert conversions part 2 (#4376) 2024-01-22 01:32:28 +07:00
unchecked_map.cpp Change block::source to return an std::optional if the block actually contains the field. 2024-03-09 11:03:08 +00:00
utility.cpp Add functions to allow pending_key objects to be in containers. (#4489) 2024-03-14 15:00:18 +00:00
vote_cache.cpp Vote processed event 2024-03-23 12:42:23 +01:00
vote_processor.cpp Fix tests 2024-03-23 12:42:23 +01:00
voting.cpp Move vote_generator and vote_spacing in to their own files. 2024-03-20 14:05:56 +00:00
wallet.cpp Encapsulate ledger_cache counts and return them from functions on nano::ledger 2024-04-01 12:10:48 +02:00
wallets.cpp Encapsulate ledger_cache counts and return them from functions on nano::ledger 2024-04-01 12:10:48 +02:00
websocket.cpp Remove inclusion of active_transactions.hpp from other headers 2024-03-21 10:00:02 +00:00
work_pool.cpp Documentation and code clarity improvements to work_pool unit tests (#4445) 2024-02-22 16:46:22 +00:00