Remove need for generic_const_exprs
#127
Labels
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
generic_const_exprs
#127
Current implementation of
ethereum-verifier
makes use of the unstable featuregeneric_const_exprs
which might be dangerous. For now, we can justpub use
the constants that we need with feature gating. There will beconfig-minimal
feature inethereum-verifier
and the library will re-exportcapella::minimal::*
orcapella::mainnet::*
based on whether the feature is active or not.The text was updated successfully, but these errors were encountered: