summary refs log tree commit diff
path: root/scripts-dev/update_database (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-12-09Remove SnapshotCache in favour of ResponseCacheErik Johnston3-168/+8
2019-12-09Fix inaccurate per-block metrics (#6491)Richard van der Hoff2-42/+19
`Measure` incorrectly assumed that it was the only thing being done by the parent `LoggingContext`. For instance, during a "renew group attestations" operation, hundreds of `outbound_request` calls could take place in parallel, all using the same `LoggingContext`.