Thomas E Lackey telackey
  • Joined on 2023-03-30
telackey deleted branch telackey/metrics2 from cerc-io/ipld-eth-state-snapshot 2023-10-09 21:17:24 +00:00
telackey merged pull request cerc-io/ipld-eth-state-snapshot#8 2023-10-09 21:17:23 +00:00
Fix state/storage counter metrics.
telackey pushed to v5 at cerc-io/ipld-eth-state-snapshot 2023-10-09 21:17:22 +00:00
bb49906860 Fix state/storage counter metrics. (#8)
telackey pushed to telackey/metrics2 at cerc-io/ipld-eth-state-snapshot 2023-10-09 20:24:10 +00:00
2542dcd401 Merge branch 'v5' into telackey/metrics2
0c323433af Missing ENV bindings. (#9)
Compare 2 commits »
telackey pushed to v5 at cerc-io/ipld-eth-state-snapshot 2023-10-09 20:23:55 +00:00
0c323433af Missing ENV bindings. (#9)
telackey merged pull request cerc-io/ipld-eth-state-snapshot#9 2023-10-09 20:23:55 +00:00
Missing ENV bindings.
telackey created pull request cerc-io/ipld-eth-state-snapshot#9 2023-10-09 17:58:27 +00:00
Missing ENV bindings.
telackey pushed to telackey/env at cerc-io/ipld-eth-state-snapshot 2023-10-09 17:57:36 +00:00
e67c7f030e Missing ENV bindings.
telackey created branch telackey/env in cerc-io/ipld-eth-state-snapshot 2023-10-09 17:57:35 +00:00
telackey created pull request cerc-io/ipld-eth-state-snapshot#8 2023-10-09 17:56:23 +00:00
Fix state/storage counter metrics.
telackey pushed to telackey/metrics2 at cerc-io/ipld-eth-state-snapshot 2023-10-09 17:54:14 +00:00
ede2fc85a7 Fix state/storage counter metrics.
telackey created branch telackey/metrics2 in cerc-io/ipld-eth-state-snapshot 2023-10-09 17:54:13 +00:00
telackey deleted branch telackey/6 from cerc-io/ipld-eth-state-snapshot 2023-10-06 23:20:12 +00:00
telackey merged pull request cerc-io/ipld-eth-state-snapshot#7 2023-10-06 23:20:07 +00:00
6: Restore previous scheme for estimating progress.
telackey pushed to v5 at cerc-io/ipld-eth-state-snapshot 2023-10-06 23:20:07 +00:00
b4367dff3b 6: Restore previous scheme for estimating progress. (#7)
telackey created pull request cerc-io/ipld-eth-state-snapshot#7 2023-10-06 23:17:26 +00:00
6: Restore previous scheme for estimating progress.
telackey pushed to telackey/6 at cerc-io/ipld-eth-state-snapshot 2023-10-06 23:17:06 +00:00
885cc00eb0 Restore previous scheme for estimating progress.
telackey created branch telackey/6 in cerc-io/ipld-eth-state-snapshot 2023-10-06 23:17:05 +00:00
telackey opened issue cerc-io/ipld-eth-state-snapshot#6 2023-10-06 23:15:07 +00:00
metrics output is broken
telackey commented on issue cerc-io/plugeth-statediff#19 2023-10-05 18:22:51 +00:00
Review and document concurrency semantics

What is the performance impact of the current locking scheme? As long as the current scheme is enforcing correct behavior, I would be hesitant to replace it unless it was demonstrated to be an…