onbjerg

Results 431 comments of onbjerg

Yes, it doesn't make sense to have an infinite request amount, the transaction will just revert. Sorry for the delayed response.

Writing a book currently where I ran into the issue that is resolved in this PR. Are there any blockers for this to get merged?

Are you using WSL by chance @DegenDoctor? WSL used to have issues with relative paths in compose not being expanded correctly, not sure if it is still the case.

Marked as blocked since we need an image with a better aspect ratio (100x100)

![Screenshot from 2023-06-26 17-10-28](https://github.com/paradigmxyz/reth/assets/8862627/a171e3ee-ecc2-4603-81d9-866109094b4f) This is what it looks like

This was already fixed, see https://github.com/paradigmxyz/reth/blob/23a99d41643d3a432cae0f717c90451738ec2d51/bin/reth/src/node/events.rs#L106-L110 Please update your node

Can you try creating the path it tries to open? If that fixes it, then the solution is to create the database path (if it doesn't exist) before opening. This...

@0xDaizz Just build from main, unfortunately the Windows release is borked because Windows is Windows. I am working on a fix, but it definitely works when compiling manually now after...

Someone/something is calling your RPC w invalid types for parameters, would you happen to know what it might be? (other than CL) cc @mattsse on this