You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks for raising this, I think the changes in #191 make sense but also make the code more dense than it already is, so if anything I'd possibly even just support removing the serde feature and having the library support it by default
are you doing something where this is blocking you?
are you doing something where this is blocking you?
No, I'm likely going to need serde anyways. Even if I don't the main downside is longer compile times.
For me --no-default-features -F serde is sufficient.
I just wanted to mention that the serde feature doesn't work as expected.
There is a PR that tried to fix this, but it was not merged yet and I don't know if it is still current: #191
On the current main branch
ethereum-consensus
does not compile without theserde
feature due to the reason stated in #191:The text was updated successfully, but these errors were encountered: