oxen-core/src/daemon
Jason Rhinelander 7e6097d312 RPC: GET_TRANSACTION_POOL_STATS improvements/tweaks
- Take the "include_unrelayed" as a parameter instead of switching on on
  the admin context; there isn't likely to be anything sensitive there,
  and it makes little sense for a wallet to get *different* results just
  because it happens to be talking to a localhost oxend.
- Change the histogram code so that it always returns a fixed size
- Various improvements to histogram output; most notably printing a more
  useful indication of what the histogram outputs are (e.g. instead of:

             Age             Txes       Bytes
             now                0           0
       8.0 minutes ago          0           0
       16.1 minutes ago         0           0
       24.1 minutes ago         0           0
       32.2 minutes ago         0           0
       40.2 minutes ago         0           0
       48.3 minutes ago         0           0
       56.3 minutes ago         0           0
       64.3 minutes ago         0           0
       72.4 minutes ago         2        4559

  it now displays the ranges:

                  Age                Txes       Bytes
           now - 10.6min ago          0           0
       10.6min - 21.3min ago          0           0
       21.3min - 32.0min ago          0           0
       32.0min - 42.6min ago          0           0
       42.6min - 53.2min ago          0           0
       53.2min - 63.9min ago          0           0
       63.9min - 74.6min ago          0           0
       74.6min - 85.2min ago          0           0
       85.2min - 1.6hr ago            0           0
         1.6hr - 1.8hr ago            2        4559
2021-11-01 17:08:22 -04:00
..
CMakeLists.txt executable names changed 2021-01-04 14:19:42 +11:00
command_line_args.h Config file migration fixes 2021-01-07 15:57:36 -04:00
command_parser_executor.cpp Remove hide_hr, show_hr commands, part 2 2021-11-01 14:59:27 -04:00
command_parser_executor.h Remove hide_hr, show_hr commands, part 2 2021-11-01 14:59:27 -04:00
command_server.cpp Remove hide_hr, show_hr commands, part 2 2021-11-01 14:59:27 -04:00
command_server.h Make RPC more flexible & add bt-encoding 2021-11-01 14:53:05 -04:00
daemon.cpp Make RPC more flexible & add bt-encoding 2021-11-01 14:53:05 -04:00
daemon.h lmq -> omq internal rename 2021-04-08 13:38:51 -03:00
main.cpp Remove STACK_TRACE option 2021-05-12 11:59:22 -03:00
rpc_command_executor.cpp RPC: GET_TRANSACTION_POOL_STATS improvements/tweaks 2021-11-01 17:08:22 -04:00
rpc_command_executor.h Add invoke_simple for invoking simple RPC calls 2021-11-01 16:58:59 -04:00