Unify shared constants into a common public module #261
Labels
crate: evm_arithmetization
Anything related to the evm_arithmetization crate.
crate: mpt_trie
Anything related to the mpt_trie crate.
crate: proof_gen
Anything related to the proof_gen crate.
crate: trace_decoder
Anything related to the trace_decoder crate.
crate: zero_bin
Anything related to the zero-bin subcrates.
Milestone
cf this comment.
We redefine several times identical constants at different levels (
mpt_trie
,evm_arithmetization
,zero-bin
, ...) which could be defined once and re-exported where needed out of clarity & safety.The text was updated successfully, but these errors were encountered: