Skip to content

Commit

Permalink
Simplify telemetry data processing (#2598)
Browse files Browse the repository at this point in the history
* Simplify telemetry data processing

* Stein review comments

* Fix network.replace_port
  • Loading branch information
wezrule committed Feb 28, 2020
1 parent 78d1234 commit 79fceac
Show file tree
Hide file tree
Showing 12 changed files with 434 additions and 968 deletions.
1 change: 1 addition & 0 deletions nano/core_test/network.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -879,6 +879,7 @@ TEST (network, replace_port)
nano::system system;
nano::node_flags node_flags;
node_flags.disable_udp = false;
node_flags.disable_ongoing_telemetry_requests = true;
auto node0 = system.add_node (node_flags);
ASSERT_EQ (0, node0->network.size ());
auto node1 (std::make_shared<nano::node> (system.io_ctx, nano::get_available_port (), nano::unique_path (), system.alarm, system.logging, system.work, node_flags));
Expand Down
Loading

0 comments on commit 79fceac

Please sign in to comment.