Agoric / testnet-load-generator

A dapp that generates somewhat realistic loads for testnet
Apache License 2.0
7 stars 7 forks source link

fix(runner): handle new slog line shape #86

Closed mhofman closed 2 years ago

mhofman commented 2 years ago

Handle the slog JSON shape change introduced in https://github.com/Agoric/agoric-sdk/pull/5599

This does not address the potential time drift between the now non-monotonic time of the slog vs monotonic "how behind are we processing the slog" time source, which is informational only. This will be addressed in a future change.