dncurrency/nano/node
2024-04-16 21:30:36 +01:00
..
bootstrap 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
bootstrap_ascending 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
ipc Fix ipc acceptor error logging 2024-03-27 18:52:39 +01:00
plat Improvements in const correctness and 'const' positioning (#3510) 2021-10-21 16:20:09 +03:00
scheduler 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
transport Hold weak ptr to node in socket (#4542) 2024-04-08 13:02:32 +02:00
active_transactions.cpp 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
active_transactions.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
backlog_population.cpp 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
backlog_population.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
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 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
blockprocessor.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
cli.cpp Indented toml config files for improved legibility (#4558) 2024-04-16 21:30:16 +01:00
cli.hpp Remove useless arguments from the CLI 2023-02-15 10:41:47 -03:00
CMakeLists.txt Move inactive_node and node_wrapper into their own files 2024-04-08 20:52:08 +09: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_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
confirming_set.cpp 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
confirming_set.hpp Removing direct passing of write_queue when it can be accessed through parent objects. 2024-04-04 15:17:30 +02: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 Convert boost::optional to std::optional for distributed work generation. 2024-03-07 16:11:53 +00:00
distributed_work.hpp Convert boost::optional to std::optional for distributed work generation. 2024-03-07 16:11:53 +00:00
distributed_work_factory.cpp Convert boost::optional to std::optional for distributed work generation. 2024-03-07 16:11:53 +00:00
distributed_work_factory.hpp Convert boost::optional to std::optional for distributed work generation. 2024-03-07 16:11:53 +00:00
election.cpp Store full votes in vote cache 2024-03-23 12:42:22 +01:00
election.hpp Election age statistics (#4537) 2024-04-09 12:13:52 +01:00
election_behavior.hpp Remove inclusion of election.hpp from other headers 2024-03-20 14:04:44 +00: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 Reduce headers needed by election.hpp and moves election_status in to its own file 2024-03-20 14:05:55 +00:00
epoch_upgrader.cpp 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
epoch_upgrader.hpp Rename back to nano::logger 2024-01-19 14:56:29 +01:00
fair_queue.hpp map::iterator is a dependent typename and needs the typename keyword. (#4545) 2024-04-09 18:01:22 +01:00
inactive_node.cpp Move inactive_node and node_wrapper into their own files 2024-04-08 20:52:08 +09: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 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
json_handler.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
local_block_broadcaster.cpp 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
local_block_broadcaster.hpp Forward declaring block and removing blocks.hpp includes from other headers. 2024-03-07 11:55:06 +00:00
local_vote_history.cpp Move local_vote_history in to its own file. 2024-03-20 14:05:56 +00:00
local_vote_history.hpp Move local_vote_history in to its own file. 2024-03-20 14:05:56 +00:00
make_store.cpp Move store::write_queue from nano::node to nano::store::component 2024-04-04 13:16:58 +02:00
make_store.hpp Move store::write_queue from nano::node to nano::store::component 2024-04-04 13:16:58 +02:00
messages.cpp Remove debug_assert for a tautology which was causing a warning. uint8_t can't be larger than 256 (#4517) 2024-03-22 18:52:32 +00:00
messages.hpp 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.hpp Networking cleanup continued (#4495) 2024-03-18 15:09:14 +01:00
node.cpp 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
node.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
node_observers.cpp Improve observer_set class (#3924) 2022-08-27 22:58:44 +01:00
node_observers.hpp Remove inclusion of active_transactions.hpp from other headers 2024-03-21 10:00:02 +00: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 inactive_node and node_wrapper into their own files 2024-04-08 20:52:08 +09:00
node_wrapper.hpp Move inactive_node and node_wrapper into their own files 2024-04-08 20:52:08 +09:00
nodeconfig.cpp Merge branch 'develop' into fair-queuing-3-wip 2024-04-03 22:34:58 +02:00
nodeconfig.hpp Rename nano::store::write_database_queue to nano::store::write_queue 2024-04-04 13:16:55 +02:00
online_reps.cpp Rename classes to be under namespace nano::store 2023-09-20 18:33:05 +01:00
online_reps.hpp Dedicated rep_tiers class (#4471) 2024-03-10 22:01:32 +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 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 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
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
rep_tiers.cpp Dedicated rep_tiers class (#4471) 2024-03-10 22:01:32 +01:00
rep_tiers.hpp Dedicated rep_tiers class (#4471) 2024-03-10 22:01:32 +01:00
repcrawler.cpp 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
repcrawler.hpp Fix comment of rep_crawler::process function 2024-03-08 15:52:09 +00:00
request_aggregator.cpp 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
request_aggregator.hpp Multithreaded request aggregator (#4469) 2024-03-11 12:52:29 +00: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 Remove by tally index 2024-03-23 12:42:23 +01:00
vote_cache.hpp Remove by tally index 2024-03-23 12:42:23 +01:00
vote_generator.cpp 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
vote_generator.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
vote_processor.cpp Vote processed event 2024-03-23 12:42:23 +01:00
vote_processor.hpp Dedicated rep_tiers class (#4471) 2024-03-10 22:01:32 +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 Move vote_generator and vote_spacing in to their own files. 2024-03-20 14:05:56 +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 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
wallet.hpp Move node::receive_confirmed to wallets::receive_confirmed (#4557) 2024-04-14 11:35:38 +01:00
websocket.cpp Fix missing vote_code enumeration for websockets. (#4516) 2024-03-22 18:52:43 +00:00
websocket.hpp Remove inclusion of election.hpp from other headers 2024-03-20 14:04:44 +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
xorshift.hpp Various minor coding style updates (#1863) 2019-03-26 13:25:47 +00:00