-
Notifications
You must be signed in to change notification settings - Fork 5
Update to nim 2 x #104
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
Update to nim 2 x #104
Conversation
ValidIpAddress has been deprecated in nim-stew and replace in nimbus-eth2. |
LGTM |
Yes codex-storage/nim-datastore#75 needs to be merged, I am waiting for a review. |
165069f
to
0f67d21
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to get these dependencies unipinned from commits as they prevent leniency when building the dependency graph and has come back to bite us many times.
Leaving nim-datastore as a commit hash until it has a relevant release tag
#105 amends this branch |
fix(deps): remove deps pinned to commit hash
This PR contains the changes to move to Nim 2.0.
It is depending on PR of nim-datastore not merged yet.