We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm struggling a to use reth as a library.
Here is what I did:
However now cargo check / build already fails with a bunch of type errors from the dependency tree.
Code + CI can be found here: ultrasoundmoney/reth-payload-validator#1
Clone linked repo / branch and run cargo check Alternatively run above listed steps in new directory.
cargo check
No response
Mac (Apple Silicon)
I assume it should install the latest version. I tried importing different versions using rev or tag in the depencency, with the same result.
rev
tag
The text was updated successfully, but these errors were encountered:
Errors seem to originate from boa_icu_provider dependency (among others):
boa_icu_provider
Sorry, something went wrong.
Maybe connected to this ? boa-dev/boa#3299
Successfully merging a pull request may close this issue.
Describe the bug
I'm struggling a to use reth as a library.
Here is what I did:
However now cargo check / build already fails with a bunch of type errors from the dependency tree.
Code + CI can be found here:
ultrasoundmoney/reth-payload-validator#1
Steps to reproduce
Clone linked repo / branch and run
cargo check
Alternatively run above listed steps in new directory.
Node logs
No response
Platform(s)
Mac (Apple Silicon)
What version/commit are you on?
I assume it should install the latest version. I tried importing different versions using
rev
ortag
in the depencency, with the same result.What database version are you on?
No response
If you've built Reth from source, provide the full command you used
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: