dncurrency/nano/node
2025-01-19 15:52:20 +01:00
..
bootstrap Log bootstrap frontier and account info requests 2025-01-18 21:03:16 +01:00
ipc Move network_constants to a dedicated header (#4800) 2024-11-30 20:17:44 +01:00
plat Improvements in const correctness and 'const' positioning (#3510) 2021-10-21 16:20:09 +03:00
scheduler Ledger notifications 2025-01-14 22:35:36 +01:00
transport Test channel 2025-01-14 21:35:43 +01:00
active_elections.cpp Ledger notifications 2025-01-14 22:35:36 +01:00
active_elections.hpp Ledger notifications 2025-01-14 22:35:36 +01:00
backlog_scan.cpp Directly configurable rate limit 2024-11-26 19:37:03 +01:00
backlog_scan.hpp Directly configurable rate limit 2024-11-26 19:37:03 +01:00
bandwidth_limiter.cpp Node traffic prioritization 2024-12-22 17:53:54 +01:00
bandwidth_limiter.hpp Bandwidth limiter container info 2024-11-12 00:37:38 +01:00
block_context.hpp Move block context to a dedicated header 2025-01-14 21:46:20 +01:00
block_processor.cpp Ledger notifications 2025-01-14 22:35:36 +01:00
block_processor.hpp Ledger notifications 2025-01-14 22:35:36 +01:00
block_source.cpp Move block context to a dedicated header 2025-01-14 21:46:20 +01:00
block_source.hpp Move block context to a dedicated header 2025-01-14 21:46:20 +01:00
bootstrap_weights_beta.hpp Rep weight updated by python script output 2024-10-26 14:08:15 +02:00
bootstrap_weights_live.hpp Rep weight updated by python script output 2024-10-26 14:08:15 +02:00
bounded_backlog.cpp Ledger notifications 2025-01-14 22:35:36 +01:00
bounded_backlog.hpp Ledger notifications 2025-01-14 22:35:36 +01:00
bucketing.cpp Introduce bucketing component 2024-11-26 18:33:34 +01:00
bucketing.hpp Introduce bucketing component 2024-11-26 18:33:34 +01:00
cli.cpp Move file related utilities to files.hpp 2024-11-12 00:46:28 +01:00
cli.hpp Remove useless arguments from the CLI 2023-02-15 10:41:47 -03:00
CMakeLists.txt Merge pull request #4825 from pwojcikdev/extract-pruning 2025-01-18 20:22:36 +01:00
confirmation_solicitor.cpp Node traffic prioritization 2024-12-22 17:53:54 +01:00
confirmation_solicitor.hpp Improvements in const correctness and 'const' positioning (#3510) 2021-10-21 16:20:09 +03:00
confirming_set.cpp Ledger notifications 2025-01-14 22:35:36 +01:00
confirming_set.hpp Ledger notifications 2025-01-14 22:35:36 +01: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 Create stream_fwd.hpp header for stream forward declarations. 2024-10-30 07:40:08 +00:00
distributed_work.hpp Rename nano/common.hpp to nano/endpoint.hpp and extract endpoint_templ.hpp template implementation file. 2024-10-30 07:40:54 +00:00
distributed_work_factory.cpp Rework collect_container_info (..) functions (#4736) 2024-10-03 15:36:34 +02:00
distributed_work_factory.hpp Removing include of rep_weights from common.hpp 2024-10-30 07:40:58 +00:00
election.cpp Log election votes 2025-01-09 19:40:28 +01:00
election.hpp extend election status with vote_broadcast_count and adjust testcase 2024-12-03 15:30:53 +01:00
election_behavior.hpp Renaming election_behavior::normal to election_behavior::priority 2024-05-13 09:09:14 +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
election_status.hpp simplify election_status initialization 2024-12-03 15:53:13 +01:00
endpoint.cpp Remove inclusion of vote in common.hpp header. 2024-10-30 07:40:57 +00:00
endpoint.hpp Rename nano/common.hpp to nano/endpoint.hpp and extract endpoint_templ.hpp template implementation file. 2024-10-30 07:40:54 +00:00
endpoint_templ.hpp Rename nano/common.hpp to nano/endpoint.hpp and extract endpoint_templ.hpp template implementation file. 2024-10-30 07:40:54 +00:00
epoch_upgrader.cpp Forward declare work_version and extract to its own file. 2024-10-30 07:40:57 +00:00
epoch_upgrader.hpp Move a number of forward declarations in to the fwd.hpp files. 2024-10-30 22:04:07 +00:00
fair_queue.hpp Rework collect_container_info (..) functions (#4736) 2024-10-03 15:36:34 +02:00
fwd.hpp Merge pull request #4825 from pwojcikdev/extract-pruning 2025-01-18 20:22:36 +01:00
inactive_node.cpp rename class to 2024-05-07 15:21:55 +02:00
inactive_node.hpp Move inactive_node and node_wrapper into their own files 2024-04-08 20:52:08 +09:00
json_handler.cpp Cleanup 2024-12-22 21:30:59 +01:00
json_handler.hpp Delete unused declarations (#4781) 2024-11-23 14:35:16 +01:00
ledger_notifications.cpp Ledger notifications 2025-01-14 22:35:36 +01:00
ledger_notifications.hpp Ledger notifications 2025-01-14 22:35:36 +01:00
local_block_broadcaster.cpp Ledger notifications 2025-01-14 22:35:36 +01:00
local_block_broadcaster.hpp Ledger notifications 2025-01-14 22:35:36 +01:00
local_vote_history.cpp Rework collect_container_info (..) functions (#4736) 2024-10-03 15:36:34 +02:00
local_vote_history.hpp Forward declare hash specialisations and move implementations to numbers_templ.hpp 2024-10-30 07:40:08 +00:00
make_store.cpp Added database_backend config setting 2025-01-19 15:52:20 +01:00
make_store.hpp Pass node config to make_store function (#4826) 2025-01-18 20:21:33 +01:00
message_processor.cpp Do not merge peer on keepalive 2024-12-17 18:49:25 +01:00
message_processor.hpp Rework collect_container_info (..) functions (#4736) 2024-10-03 15:36:34 +02:00
messages.cpp Remove inclusion of vote in common.hpp header. 2024-10-30 07:40:57 +00:00
messages.hpp Merge branch 'develop' into remove-legacy-bootstrap-2 2024-10-31 13:01:29 +01:00
monitor.cpp Inconsistent enable / enabled config naming 2024-09-30 15:41:24 +02:00
monitor.hpp Inconsistent enable / enabled config naming 2024-09-30 15:41:24 +02:00
network.cpp Node traffic prioritization 2024-12-22 17:53:54 +01:00
network.hpp Node traffic prioritization 2024-12-22 17:53:54 +01:00
node.cpp Merge pull request #4825 from pwojcikdev/extract-pruning 2025-01-18 20:22:36 +01:00
node.hpp Merge pull request #4825 from pwojcikdev/extract-pruning 2025-01-18 20:22:36 +01:00
node_observers.cpp Rename event to channel_connected 2024-12-17 18:49:25 +01:00
node_observers.hpp Return merge peer result 2024-12-22 17:16:17 +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
node_wrapper.cpp Move file related utilities to files.hpp 2024-11-12 00:46:28 +01:00
node_wrapper.hpp Move inactive_node and node_wrapper into their own files 2024-04-08 20:52:08 +09:00
nodeconfig.cpp Added database_backend config setting 2025-01-19 15:52:20 +01:00
nodeconfig.hpp Added database_backend config setting 2025-01-19 15:52:20 +01:00
online_reps.cpp Fix usage of store del operations when iterating 2024-12-22 21:32:28 +01:00
online_reps.hpp Overhaul 2024-12-22 21:32:27 +01: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 Move network_constants to a dedicated header (#4800) 2024-11-30 20:17:44 +01:00
peer_exclusion.cpp Rework collect_container_info (..) functions (#4736) 2024-10-03 15:36:34 +02:00
peer_exclusion.hpp Rename nano/common.hpp to nano/endpoint.hpp and extract endpoint_templ.hpp template implementation file. 2024-10-30 07:40:54 +00:00
peer_history.cpp Fix usage of store del operations when iterating 2024-12-22 21:32:28 +01:00
peer_history.hpp Rename nano/common.hpp to nano/endpoint.hpp and extract endpoint_templ.hpp template implementation file. 2024-10-30 07:40:54 +00:00
portmapping.cpp Move network_constants to a dedicated header (#4800) 2024-11-30 20:17:44 +01:00
portmapping.hpp Forward declare endpoint in lib/common.hpp 2024-10-30 07:40:08 +00:00
process_live_dispatcher.cpp Ledger notifications 2025-01-14 22:35:36 +01:00
process_live_dispatcher.hpp Creating nano::secure::transaction type which is used by nano::ledger and can be expanded to include memory locking. (#4543) 2024-04-16 21:30:36 +01:00
pruning.cpp Stats 2025-01-16 18:43:03 +01:00
pruning.hpp Extract pruning class 2025-01-16 18:43:03 +01:00
recently_cemented_cache.cpp Rework collect_container_info (..) functions (#4736) 2024-10-03 15:36:34 +02:00
recently_cemented_cache.hpp Rework collect_container_info (..) functions (#4736) 2024-10-03 15:36:34 +02:00
recently_confirmed_cache.cpp Rework collect_container_info (..) functions (#4736) 2024-10-03 15:36:34 +02:00
recently_confirmed_cache.hpp Removing include of rep_weights from common.hpp 2024-10-30 07:40:58 +00:00
rep_tiers.cpp Forward declaring stats. 2024-10-30 07:40:58 +00:00
rep_tiers.hpp Removing include of rep_weights from common.hpp 2024-10-30 07:40:58 +00:00
repcrawler.cpp Fix tests 2024-12-22 21:32:28 +01:00
repcrawler.hpp Do not query new channels on network thread in rep_crawler 2024-11-27 08:47:19 +01:00
request_aggregator.cpp Fix request aggregator reply for account open block 2025-01-09 20:33:38 +01:00
request_aggregator.hpp Log request aggregator 2025-01-09 20:33:38 +01:00
rpc_callbacks.cpp Multithreaded interval utility 2025-01-04 14:27:36 +01:00
rpc_callbacks.hpp Multithreaded interval utility 2025-01-04 14:27:36 +01:00
telemetry.cpp Node traffic prioritization 2024-12-22 17:53:54 +01:00
telemetry.hpp Rename nano/common.hpp to nano/endpoint.hpp and extract endpoint_templ.hpp template implementation file. 2024-10-30 07:40:54 +00:00
unchecked_map.cpp Rework collect_container_info (..) functions (#4736) 2024-10-03 15:36:34 +02:00
unchecked_map.hpp Rework collect_container_info (..) functions (#4736) 2024-10-03 15:36:34 +02:00
vote_cache.cpp Multithreaded interval utility 2025-01-04 14:27:36 +01:00
vote_cache.hpp Contains hash functionality 2024-11-26 18:33:34 +01:00
vote_generator.cpp Node traffic prioritization 2024-12-22 17:53:54 +01:00
vote_generator.hpp Node traffic prioritization 2024-12-22 17:53:54 +01:00
vote_processor.cpp Remove inclusion of vote in common.hpp header. 2024-10-30 07:40:57 +00:00
vote_processor.hpp Rework collect_container_info (..) functions (#4736) 2024-10-03 15:36:34 +02:00
vote_router.cpp Log election activity 2025-01-09 19:40:21 +01:00
vote_router.hpp Log election activity 2025-01-09 19:40:21 +01:00
vote_spacing.cpp Move vote_generator and vote_spacing in to their own files. 2024-03-20 14:05:56 +00:00
vote_spacing.hpp Forward declare hash specialisations and move implementations to numbers_templ.hpp 2024-10-30 07:40:08 +00:00
vote_with_weight_info.hpp Remove inclusion of election.hpp from other headers 2024-03-20 14:04:44 +00:00
wallet.cpp Logging for wallet class 2025-01-02 20:47:20 +01:00
wallet.hpp Pass logger to wallets class 2025-01-02 20:44:58 +01:00
websocket.cpp Remove inclusion of vote in common.hpp header. 2024-10-30 07:40:57 +00:00
websocket.hpp Rename nano/common.hpp to nano/endpoint.hpp and extract endpoint_templ.hpp template implementation file. 2024-10-30 07:40:54 +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 Move network_constants to a dedicated header (#4800) 2024-11-30 20:17:44 +01:00
xorshift.hpp Various minor coding style updates (#1863) 2019-03-26 13:25:47 +00:00