Dan Cline
Dan Cline
@MrFrogoz is the storage analogous to i.e. GCP "local SSD"s, or AWS "instance storage", for example on their r5d machines? Or is the storage a network-attached block storage system (AWS...
Just as an update, we're aware of this and will get to it eventually, but there aren't any easy fixes for this that we have time to work on right...
@chungquantin assigned!
figured out why this is causing state root mismatches sometimes, we are still using raw txs to access changesets in `AccountExtReader`: https://github.com/paradigmxyz/reth/blob/f2193a1b64be4bb80a3dbe9654a93acb9dda7273/crates/storage/provider/src/providers/database/provider.rs#L854 https://github.com/paradigmxyz/reth/blob/f2193a1b64be4bb80a3dbe9654a93acb9dda7273/crates/storage/provider/src/providers/database/provider.rs#L831 this causes problems for account hashing, particularly...
Update, this no longer has state root mismatches. Testing running this on a very large range of blocks to compare size versus the table in mdbx. TODOs required for this...
@hai-rise @SmolPatches The reason why I did not merge this PR is that I am not a nixos user any more, so I wouldn't be able to test or review...
depends on https://github.com/alloy-rs/op-alloy/pull/348
fixed upstream
@cy00r was first so assigned!
> Anyone working on the `ots_searchTransactionsBefore`, `ots_searchTransactionsAfter` and `ots_getTransactionBySenderAndNonce`? I'm going to give it a try. hey @wtdcode ! w.r.t. new ots endpoints, we want to prioritize those that do...