Skip to content
New issue

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

Cannot install reth as dependency #4757

Closed
1 task done
ckoopmann opened this issue Sep 25, 2023 · 2 comments · Fixed by #4760
Closed
1 task done

Cannot install reth as dependency #4757

ckoopmann opened this issue Sep 25, 2023 · 2 comments · Fixed by #4760
Labels
C-bug An unexpected or incorrect behavior

Comments

@ckoopmann
Copy link
Contributor

ckoopmann commented Sep 25, 2023

Describe the bug

I'm struggling a to use reth as a library.

Here is what I did:

  1. cargo init to create sample executable project
  2. Add reth dependency with reth = { git = "https://github.com/paradigmxyz/reth" }

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 or tag 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

  • I agree to follow the Code of Conduct
@ckoopmann ckoopmann added C-bug An unexpected or incorrect behavior S-needs-triage This issue needs to be labelled labels Sep 25, 2023
@ckoopmann
Copy link
Contributor Author

Errors seem to originate from boa_icu_provider dependency (among others):
image

@ckoopmann
Copy link
Contributor Author

Maybe connected to this ?
boa-dev/boa#3299

@DaniPopes DaniPopes removed the S-needs-triage This issue needs to be labelled label Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug An unexpected or incorrect behavior
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants