Alexey Shekhirin
Alexey Shekhirin
We can't delete all files for a segment right now, because if you delete all transaction static files, then the consistency check will get triggered with the unwind to block...
I recently started using Nix on macOS with `nix-darwin`, so I can test it. - It outputs some warnings that can be fixed ```console ❯ nix build warning: Git tree...
@SmolPatches @hai-rise would appreciate your look, guys 😄
Also tested `direnv`, works good ```console direnv: loading ~/projects/oss/reth/.envrc direnv: using flake . direnv: nix-direnv: Using cached dev shell direnv: export +AR +AR_FOR_TARGET +AS +AS_FOR_TARGET +CC +CC_FOR_TARGET +CONFIG_SHELL +CXX +CXX_FOR_TARGET...
From what I found, `buildRustPackage` can't really do caching because it doesn't build crate by crate: https://discourse.nixos.org/t/rustplatform-buildrustpackage-and-caching/11138 Should we just use [crate2nix](https://github.com/nix-community/crate2nix) or [naersk](https://github.com/nix-community/naersk) instead? (classic nix, 12983671298312 ways to...
> Also note that both this and the PR don't use the nightly formatter, which can be a bit annoying. yeah that's why I do this https://github.com/SmolPatches/reth/blob/3cbd40ceb295bea6971d7a991cfa31ba241a074d/flake.nix#L86-L91
@nadtech-hub assigned, let me know if you have any questions
Solved by https://github.com/paradigmxyz/reth/pull/13898
This was solved by https://github.com/paradigmxyz/reth/pull/13898
Blocked by https://github.com/alloy-rs/evm/pull/71