Daniel Ramírez-Chiquillo

Results 12 comments of Daniel Ramírez-Chiquillo

As I mentioned [here](https://github.com/foundry-rs/foundry/issues/2464#issuecomment-1200055646), I need help testing it because I don't know how to write tests for it. So I'd really appreciate if you let me know how can...

@onbjerg Followed what you said and managed to write some tests :) While testing, I realized that there was a simpler way to solve the issue and that allowed me...

I think [this](https://github.com/derch28/foundry/commit/d58007c35327cdc6b5f4d5afdfd4465609582347) would add the feature. I can't figure out how to write tests for it. So any help testing it would be appreciated :)

I've made some progress upgrading the local testnet infra that would be necessary to solve the issue. But I ran into some problems, and don't know where to go from...

I'd like to work on this issue. I have a few questions before I start: Are there any existing tests for the fork revert logic? I didn't find anything under...

I'm no longer working on this issue. If anyone else is interested, feel free to take it.

I'm re-taking this issue. I'll open a PR as soon as I have progress to show. 🫡

I'm using Fedora 38 (Workstation Edition) ``` danielrachi@swiftx ~> gcc --version gcc (GCC) 13.1.1 20230426 (Red Hat 13.1.1-1) Copyright (C) 2023 Free Software Foundation, Inc. This is free software; see...

If I run: `cargo test --workspace --release --exclude ef_tests --exclude beacon_chain --exclude slasher --no-default-features` (The cargo command `make test` runs but with `--no-default-features` at the end.) I no longer get...

We should add libpq-devel to the list of additional requirements for developers in [the book](https://lighthouse-book.sigmaprime.io/setup.html#development-environment). There are some tests using slasher logic outside of the slasher module, specifically in `lighthouse/tests/beacon_node.rs`...