dncurrency/nano/node
2024-03-07 11:55:06 +00:00
..
bootstrap Forward declaring block and removing blocks.hpp includes from other headers. 2024-03-07 11:55:06 +00:00
bootstrap_ascending Forward declaring block and removing blocks.hpp includes from other headers. 2024-03-07 11:55:06 +00:00
ipc Fix type to log ipc session_id (#4448) 2024-02-28 13:52:25 +01:00
plat Improvements in const correctness and 'const' positioning (#3510) 2021-10-21 16:20:09 +03:00
scheduler Forward declaring block and removing blocks.hpp includes from other headers. 2024-03-07 11:55:06 +00:00
transport Process connection attempts in a round-robin fashion in order to load-balance connection attempts. 2024-03-04 12:38:59 +00:00
active_transactions.cpp Forward declaring block and removing blocks.hpp includes from other headers. 2024-03-07 11:55:06 +00:00
active_transactions.hpp Move block observer logic into active_transactions (#4421) 2024-02-08 16:49:43 +01:00
backlog_population.cpp Periodically refresh read transaction in backlog_population (#4329) 2023-11-06 19:26:14 +01:00
backlog_population.hpp Remove unused includes (#4349) 2024-01-11 04:03:04 +07:00
bandwidth_limiter.cpp Socket write queue fixes and improvements (#4202) 2023-04-03 14:19:08 +01:00
bandwidth_limiter.hpp Socket write queue fixes and improvements (#4202) 2023-04-03 14:19:08 +01:00
blockprocessor.cpp Forward declaring block and removing blocks.hpp includes from other headers. 2024-03-07 11:55:06 +00:00
blockprocessor.hpp Forward declaring block and removing blocks.hpp includes from other headers. 2024-03-07 11:55:06 +00:00
cli.cpp Forward declaring block and removing blocks.hpp includes from other headers. 2024-03-07 11:55:06 +00:00
cli.hpp Remove useless arguments from the CLI 2023-02-15 10:41:47 -03:00
CMakeLists.txt Local block broadcaster (#4454) 2024-03-05 18:42:20 +01:00
common.cpp Fix deprecation warning about using char_traits<uint8_t> (#4298) 2023-09-28 17:03:00 +01:00
common.hpp Telemetry refactor (#4026) 2023-02-02 16:14:26 +01:00
confirmation_height_bounded.cpp Forward declaring block and removing blocks.hpp includes from other headers. 2024-03-07 11:55:06 +00:00
confirmation_height_bounded.hpp Rename back to nano::logger 2024-01-19 14:56:29 +01:00
confirmation_height_processor.cpp Forward declaring block and removing blocks.hpp includes from other headers. 2024-03-07 11:55:06 +00:00
confirmation_height_processor.hpp Forward declaring block and removing blocks.hpp includes from other headers. 2024-03-07 11:55:06 +00:00
confirmation_height_unbounded.cpp Forward declaring block and removing blocks.hpp includes from other headers. 2024-03-07 11:55:06 +00:00
confirmation_height_unbounded.hpp Rename back to nano::logger 2024-01-19 14:56:29 +01:00
confirmation_solicitor.cpp Forward declaring block and removing blocks.hpp includes from other headers. 2024-03-07 11:55:06 +00:00
confirmation_solicitor.hpp Improvements in const correctness and 'const' positioning (#3510) 2021-10-21 16:20:09 +03:00
daemonconfig.cpp Use c++ std::filesystem instead of boost::filesystem 2023-10-18 23:37:21 +01:00
daemonconfig.hpp Use c++ std::filesystem instead of boost::filesystem 2023-10-18 23:37:21 +01:00
distributed_work.cpp Rename back to nano::logger 2024-01-19 14:56:29 +01:00
distributed_work.hpp Removed all unnecessary usings 2023-01-13 22:51:06 +01:00
distributed_work_factory.cpp Using c++20 std::erase_if. (#4054) 2023-01-16 14:25:39 +00:00
distributed_work_factory.hpp Removed all unnecessary usings 2023-01-13 22:51:06 +01:00
election.cpp Forward declaring block and removing blocks.hpp includes from other headers. 2024-03-07 11:55:06 +00:00
election.hpp Adjust election block rebroadcasting (#4423) 2024-02-08 16:56:40 +01:00
election_insertion_result.hpp Extracting election_insertion_result class in to its own file so it can be used separate from the entire active_transactions class. (#4174) 2023-03-07 02:58:15 +00:00
epoch_upgrader.cpp Forward declaring block and removing blocks.hpp includes from other headers. 2024-03-07 11:55:06 +00:00
epoch_upgrader.hpp Rename back to nano::logger 2024-01-19 14:56:29 +01:00
inactive_cache_information.cpp Replace election::insert_inactive_votes_cache by election::vote (#3874) 2022-08-02 16:04:00 +02:00
inactive_cache_information.hpp Replace election::insert_inactive_votes_cache by election::vote (#3874) 2022-08-02 16:04:00 +02:00
inactive_cache_status.cpp Inactive cache information to string (easy review) (#3730) 2022-02-10 11:24:28 +00:00
inactive_cache_status.hpp Inactive cache information to string (easy review) (#3730) 2022-02-10 11:24:28 +00:00
json_handler.cpp Forward declaring block and removing blocks.hpp includes from other headers. 2024-03-07 11:55:06 +00:00
json_handler.hpp Rename classes to be under namespace nano::store 2023-09-20 18:33:05 +01:00
local_block_broadcaster.cpp Forward declaring block and removing blocks.hpp includes from other headers. 2024-03-07 11:55:06 +00:00
local_block_broadcaster.hpp Forward declaring block and removing blocks.hpp includes from other headers. 2024-03-07 11:55:06 +00:00
make_store.cpp Rename back to nano::logger 2024-01-19 14:56:29 +01:00
make_store.hpp Rename back to nano::logger 2024-01-19 14:56:29 +01:00
messages.cpp Tracing 2024-02-01 18:59:29 +01:00
messages.hpp Forward declaring block and removing blocks.hpp includes from other headers. 2024-03-07 11:55:06 +00:00
network.cpp Forward declaring block and removing blocks.hpp includes from other headers. 2024-03-07 11:55:06 +00:00
network.hpp Cleanup unused broadcast_confirm_req variants (#4440) 2024-02-19 17:48:36 +01:00
node.cpp Forward declaring block and removing blocks.hpp includes from other headers. 2024-03-07 11:55:06 +00:00
node.hpp Splitting block_uniquer in to its own file 2024-03-07 03:30:59 +00:00
node_observers.cpp Improve observer_set class (#3924) 2022-08-27 22:58:44 +01:00
node_observers.hpp Move socket to nano::transport namespace (#4156) 2023-02-25 19:45:37 +01:00
node_rpc_config.cpp Removed all unnecessary usings 2023-01-13 22:51:06 +01:00
node_rpc_config.hpp Use c++ std::filesystem instead of boost::filesystem 2023-10-18 23:37:21 +01:00
nodeconfig.cpp Forward declaring block and removing blocks.hpp includes from other headers. 2024-03-07 11:55:06 +00:00
nodeconfig.hpp Increasing block processing timeout default from 15 to 300 seconds. 2024-03-04 12:38:59 +00:00
online_reps.cpp Rename classes to be under namespace nano::store 2023-09-20 18:33:05 +01:00
online_reps.hpp Remove unused includes (#4349) 2024-01-11 04:03:04 +07:00
openclconfig.cpp Remove json config code (#3655) 2022-01-12 23:02:09 +00:00
openclconfig.hpp Remove json config code (#3655) 2022-01-12 23:02:09 +00:00
openclwork.cpp Rename back to nano::logger 2024-01-19 14:56:29 +01:00
openclwork.hpp Introduce opencl_work_func_t to make code more readable (#4446) 2024-02-23 17:41:50 +00:00
peer_exclusion.cpp Telemetry refactor (#4026) 2023-02-02 16:14:26 +01:00
peer_exclusion.hpp Telemetry refactor (#4026) 2023-02-02 16:14:26 +01:00
portmapping.cpp Rename back to nano::logger 2024-01-19 14:56:29 +01:00
portmapping.hpp Removed all unnecessary usings 2023-01-13 22:51:06 +01:00
process_live_dispatcher.cpp Remove process_return class which only contained process_result. Rename process_result to ledger_code to better indicate its purpose. (#4442) 2024-02-20 18:09:04 +00:00
process_live_dispatcher.hpp Remove process_return class which only contained process_result. Rename process_result to ledger_code to better indicate its purpose. (#4442) 2024-02-20 18:09:04 +00:00
repcrawler.cpp Rename back to nano::logger 2024-01-19 14:56:29 +01:00
repcrawler.hpp Removing tracking weight from rep_crawler class. (#4187) 2023-03-20 13:17:01 +00:00
request_aggregator.cpp Forward declaring block and removing blocks.hpp includes from other headers. 2024-03-07 11:55:06 +00:00
request_aggregator.hpp Move nano::transport::channel to a dedicated file (#4155) 2023-02-25 11:38:09 +01:00
telemetry.cpp Forward declaring block and removing blocks.hpp includes from other headers. 2024-03-07 11:55:06 +00:00
telemetry.hpp Telemetry refactor (#4026) 2023-02-02 16:14:26 +01:00
unchecked_map.cpp Forward declaring block and removing blocks.hpp includes from other headers. 2024-03-07 11:55:06 +00:00
unchecked_map.hpp Set maximum unchecked blocks in config (#4342) 2024-01-30 13:06:48 +07:00
vote_cache.cpp Use erase_if pattern (#4429) 2024-02-13 14:38:34 +01:00
vote_cache.hpp Remove unused includes (#4349) 2024-01-11 04:03:04 +07:00
vote_processor.cpp Use start/stop pattern in vote_processor (#4455) 2024-03-05 12:44:05 +01:00
vote_processor.hpp Use start/stop pattern in vote_processor (#4455) 2024-03-05 12:44:05 +01:00
voting.cpp Forward declaring block and removing blocks.hpp includes from other headers. 2024-03-07 11:55:06 +00:00
voting.hpp Tracing 2024-02-01 18:59:29 +01:00
wallet.cpp Forward declaring block and removing blocks.hpp includes from other headers. 2024-03-07 11:55:06 +00:00
wallet.hpp Use c++ std::filesystem instead of boost::filesystem 2023-10-18 23:37:21 +01:00
websocket.cpp Forward declaring block and removing blocks.hpp includes from other headers. 2024-03-07 11:55:06 +00:00
websocket.hpp Forward declaring block and removing blocks.hpp includes from other headers. 2024-03-07 11:55:06 +00:00
websocket_stream.cpp Replace legacy logging calls 2024-01-19 14:55:30 +01:00
websocket_stream.hpp Replace legacy logging calls 2024-01-19 14:55:30 +01:00
websocketconfig.cpp Remove json config code (#3655) 2022-01-12 23:02:09 +00:00
websocketconfig.hpp Remove json config code (#3655) 2022-01-12 23:02:09 +00:00
write_database_queue.cpp This removes debug checks for is_dev_network in several places that don't directly have access to the network constants. node_rpc_config::set_request_callback is used for testing though nothing functionally requires it to be called from a unit test context. write_database_queue::contains checks that it's only called in a unit test context though this is also not functionally required. Calling the count function on several of the db tables has a performance impact though nothing about it is functionally incorrect and the caller needs to determine if the performance hit is acceptable. 2021-08-09 12:12:41 +01:00
write_database_queue.hpp Removed all unnecessary usings 2023-01-13 22:51:06 +01:00
xorshift.hpp Various minor coding style updates (#1863) 2019-03-26 13:25:47 +00:00