Francesco Ceccon

Results 143 comments of Francesco Ceccon

Another option is to have a `nile.toml` file, if we don't want to be so integrated with the Python ecosystem. Let's also make sure the configuration file allows users to...

With `pyproject.toml` we tie nile to the Python ecosystem. I think that's fine.

Should it output the number of steps or time?

Agree with steps. In the future maybe even track gas cost and storage cost?

I would love to see it. How should we go to make it happen? I think we need to wrap that library in a cli and then call it from...

I think the way to do this is by capturing the subprocess output (should we differentiate stdout and stderr with e.g. color?), capture any exception to suppress the default python...

I will look into it this week. Suspect does not support `log10` but I will add it.

I updated the package [to version 2.1 on Pypi](https://pypi.org/project/cog-suspect/), it adds `log10` (tested on `oil` and `oil2`) and fixes the bug you reported on some instances. Unfortunately, `bchoco{06,07,08}`, `hda`, and...

Thanks for the report, this week I will take a look at it.

I will try to sync a node againt with `RUST_LOG=pathfinder=debug` and report back. I had the same issues restoring from snapshot and syncing from scratch, so maybe it is related...