| .. |
|
bootstrap
|
Merge branch 'develop' into remove-legacy-bootstrap-2
|
2024-10-31 13:01:29 +01:00 |
|
ipc
|
Move a number of forward declarations in to the fwd.hpp files.
|
2024-10-30 22:04:07 +00:00 |
|
plat
|
Improvements in const correctness and 'const' positioning (#3510)
|
2021-10-21 16:20:09 +03:00 |
|
scheduler
|
Merge branch 'develop' into remove-legacy-bootstrap-2
|
2024-10-31 13:01:29 +01:00 |
|
transport
|
Merge branch 'develop' into remove-legacy-bootstrap-2
|
2024-10-31 13:01:29 +01:00 |
|
active_elections.cpp
|
Forward declare block_type.
|
2024-10-30 07:40:07 +00:00 |
|
active_elections.hpp
|
Process cemented elections with exclusive lock to avoid races
|
2024-10-18 14:30:59 +02:00 |
|
backlog_population.cpp
|
Pass transaction in to end iterator for future use. (#4761)
|
2024-10-21 23:19:36 +01:00 |
|
backlog_population.hpp
|
Rework backlog population config
|
2024-09-15 18:38:55 +02:00 |
|
bandwidth_limiter.cpp
|
Rework bandwidth limiter config
|
2024-09-15 18:38:56 +02:00 |
|
bandwidth_limiter.hpp
|
Move a number of forward declarations in to the fwd.hpp files.
|
2024-10-30 22:04:07 +00:00 |
|
blockprocessor.cpp
|
Forward declare block_type.
|
2024-10-30 07:40:07 +00:00 |
|
blockprocessor.hpp
|
Offload block processor notifications (#4763)
|
2024-10-28 12:17:45 +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 |
|
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 branch 'develop' into remove-legacy-bootstrap-2
|
2024-10-31 13:01:29 +01:00 |
|
confirmation_solicitor.cpp
|
Create channels explicitly
|
2024-04-30 19:41:54 +02:00 |
|
confirmation_solicitor.hpp
|
Improvements in const correctness and 'const' positioning (#3510)
|
2021-10-21 16:20:09 +03:00 |
|
confirming_set.cpp
|
Forward declaring stats.
|
2024-10-30 07:40:58 +00:00 |
|
confirming_set.hpp
|
Move a number of forward declarations in to the fwd.hpp files.
|
2024-10-30 22:04:07 +00: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
|
Remove inclusion of vote in common.hpp header.
|
2024-10-30 07:40:57 +00:00 |
|
election.hpp
|
Removing include of rep_weights from common.hpp
|
2024-10-30 07:40:58 +00: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
|
Stats
|
2024-05-24 15:54:37 +02: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 branch 'develop' into remove-legacy-bootstrap-2
|
2024-10-31 13:01:29 +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
|
Merge branch 'develop' into remove-legacy-bootstrap-2
|
2024-10-31 13:01:29 +01:00 |
|
json_handler.hpp
|
Replace legacy XRB ratios (#4733)
|
2024-09-28 09:59:47 +01:00 |
|
local_block_broadcaster.cpp
|
Create stream_fwd.hpp header for stream forward declarations.
|
2024-10-30 07:40:08 +00:00 |
|
local_block_broadcaster.hpp
|
Remove inclusion of vote in common.hpp header.
|
2024-10-30 07:40:57 +00: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
|
Removing use_noops from write_queue.
|
2024-09-27 18:25:33 +01:00 |
|
make_store.hpp
|
Removing use_noops from write_queue.
|
2024-09-27 18:25:33 +01:00 |
|
message_processor.cpp
|
Merge branch 'develop' into remove-legacy-bootstrap-2
|
2024-10-31 13:01:29 +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
|
Rename file to bootstrap_service
|
2024-10-30 19:11:38 +01:00 |
|
network.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 |
|
node.cpp
|
Move file related utilities to files.hpp
|
2024-11-12 00:46:28 +01:00 |
|
node.hpp
|
Rename ascendboot to bootstrap
|
2024-10-30 19:35:00 +01:00 |
|
node_observers.cpp
|
Rework collect_container_info (..) functions (#4736)
|
2024-10-03 15:36:34 +02:00 |
|
node_observers.hpp
|
Rework collect_container_info (..) functions (#4736)
|
2024-10-03 15:36:34 +02: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
|
Rename config to bootstrap_config
|
2024-10-30 19:37:24 +01:00 |
|
nodeconfig.hpp
|
Remove disable_ascending_bootstrap flag
|
2024-10-30 19:37:24 +01:00 |
|
online_reps.cpp
|
Pass transaction in to end iterator for future use. (#4761)
|
2024-10-21 23:19:36 +01:00 |
|
online_reps.hpp
|
Removing include of rep_weights from common.hpp
|
2024-10-30 07:40:58 +00: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
|
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
|
Pass transaction in to end iterator for future use. (#4761)
|
2024-10-21 23:19:36 +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
|
Execute shutdown on port mapping thread
|
2024-08-11 11:10:58 +02:00 |
|
portmapping.hpp
|
Forward declare endpoint in lib/common.hpp
|
2024-10-30 07:40:08 +00:00 |
|
process_live_dispatcher.cpp
|
Activate accounts with freshly processed blocks
|
2024-10-18 13:54:32 +02: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 |
|
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
|
Remove inclusion of vote in common.hpp header.
|
2024-10-30 07:40:57 +00:00 |
|
repcrawler.hpp
|
Forward declare jsonconfig in messages.hpp
|
2024-10-30 07:40:08 +00:00 |
|
request_aggregator.cpp
|
Rework request_aggregator::aggregate logic
|
2024-11-03 20:00:37 +01:00 |
|
request_aggregator.hpp
|
Rework collect_container_info (..) functions (#4736)
|
2024-10-03 15:36:34 +02:00 |
|
telemetry.cpp
|
Merge branch 'develop' into channel-cleanup
|
2024-10-18 21:03:06 +02: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
|
Removing include of rep_weights from common.hpp
|
2024-10-30 07:40:58 +00:00 |
|
vote_cache.hpp
|
Move a number of forward declarations in to the fwd.hpp files.
|
2024-10-30 22:04:07 +00:00 |
|
vote_generator.cpp
|
Remove inclusion of vote in common.hpp header.
|
2024-10-30 07:40:57 +00:00 |
|
vote_generator.hpp
|
Only broadcast every 100ms or 255 votes
|
2024-10-21 16:19:40 +02: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
|
Remove inclusion of vote in common.hpp header.
|
2024-10-30 07:40:57 +00:00 |
|
vote_router.hpp
|
Removing include of rep_weights from common.hpp
|
2024-10-30 07:40:58 +00: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
|
Move file related utilities to files.hpp
|
2024-11-12 00:46:28 +01:00 |
|
wallet.hpp
|
Rewrite nano::store iterators to use variants instead of polymorphism.
|
2024-10-27 01:08:17 +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
|
Remove tls rpc
|
2024-06-02 21:58:44 +02:00 |
|
xorshift.hpp
|
Various minor coding style updates (#1863)
|
2019-03-26 13:25:47 +00:00 |