-
Notifications
You must be signed in to change notification settings - Fork 962
Remove context_deserialize and import from crates.io
#8172
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
Conversation
|
This pull request has merge conflicts. Could you please resolve them @macladson? 🙏 |
|
Some required checks have failed. Could you please take a look @macladson? 🙏 |
072e297 to
fac493f
Compare
|
Some required checks have failed. Could you please take a look @macladson? 🙏 |
|
All deps have been bumped and this is ready to go now! |
michaelsproul
left a comment
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.
Needs a bump on ethereum_hashing (see above)
Merge Queue Status
✅ The pull request has been merged This pull request spent 1 hour 4 minutes 24 seconds in the queue, including 31 minutes 52 seconds waiting for CI. Required conditions to merge
|
Proposed Changes
Use the recently published
context_deserializeand remove it from LighthouseAdditional Info
While we can technically merge this, I am going to keep this blocked until I have pushed a new version of
context_deserializeto remove impls on foreign types (ssz_types,milhouse, etc) and implemented it in those crates instead. This will reduce ongoing maintenance since we will not have to continually bump the deps incontext_deserialize.