Dan Cline
Dan Cline
> @Rjected what's the path forward here? sorry, have been occupied with other things, need to review https://github.com/paradigmxyz/reth/pull/8358, and then will polish this up and add a ton of docs
@allnil update on this?
is this resolved @mattsse / @dexloom ?
bump @rkrasiuk for review
@wlawt yep assigned!
Note: I just added a very basic, non-comprehensive test for this. The test now just needs to be completed with the other forks!
> Where can I find the block numbers for the forks? Found timestamps here: https://specs.optimism.io/protocol/superchain-upgrades.html#activation-timestamps > > By knowing the block number I can find the Bedrock upgrade https://optimistic.etherscan.io/block/105235063 yes,...
left some comments in reviews, let's move there
> If I understand correctly, @Rjected wants to use the library to parse unrelated jeheap files from other processes and transform them to pprof, which requires a way to provide...
I did some thinking on what would be required to support this (for linux only for now): * proc maps parsing, from a `Lines` struct - could be done in...