-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4dcb30d
commit 1c04fbc
Showing
7 changed files
with
71 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#[derive(Default)] | ||
pub struct PingStats { | ||
pub ping_count_attempted: u8, | ||
pub success_request: u8, | ||
pub success_reply: u8, | ||
pub connection_creation_time: u64, // milliseconds (can be zero) | ||
pub min_round_trip_time: u64, // milliseconds | ||
pub max_round_trip_time: u64, // milliseconds | ||
pub avg_round_trip_time: u64, // milliseconds | ||
pub min_gas_cost: u32, // Mist | ||
pub avg_gas_cost: u32, // Mist | ||
pub max_gas_cost: u32, // Mist | ||
pub total_gas_cost: u32, // Mist | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[ | ||
"ABwZKA6F2VxVw7KKjwUVvGpf+uok9PH+22ExgZA/dobUqh/YD1By71BoCYfjHZMMT9n+DAfSZeXfTW6gtbeh43Q=", | ||
"AB1LmEtdi93his6hshtUdYkeDnkuGLCxavlXYmeS5NVqNJ6vmHhUpiA1U6q9EmtCB8anw6tGglTgvAC6uQfXyLs=", | ||
"AF/pxDHny4DqN7FXndt2dF011ItsYl/JvEIUwGf75UK2mdS44C4WaxVcrI9tdhHpB6254cnJREPjhbN83SMPh9Q=", | ||
"AIXH4RkMMMxLUcHUucwurU2kSOko9G6sF+T0AHZ05F1zRP9ru0YfwlZDOQT1fFs2C6MeZHMafF2kTv3DdIvXtOk=", | ||
"AHnBYkzMJcs3pdVT+5iJrWDOCucROHJ7XPPalh3i/CKeHwoj7Co/nJuL2agdaySLZ55kPFw7aOQad1sRsHBPCpA=" | ||
"AFN+bYPrQaSnOtC0Jbo6C+EZQ8INYpcOfGvYEBLOv4La", | ||
"AHMEXsGDQDUrGA0Q9pyBbwZn7ZdwRQJ1N66AY8BuWcuA", | ||
"AOaWqbhk0ot+0mvHlmPixkNH1NbX+qc9QNGKHe5QD8hL", | ||
"AGc10rcDgxkE1USHaLoDrwvoObCRhMvl1agEb6a5ShVY", | ||
"AE6Ug8sqXgD7osbbb3SwrE7ELWbA825f47Le7BdeTB07" | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0xe7f134729591f52cf0638c2500a7ed228033a9e7 | ||
0xc7148f0c0086adf172eb4c2076c7d888337789a7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters