Skip to content

[cleanup] remove versioning for constants

akrokr requested to merge akh/versionless_consts into develop

Removes versioning for constants. We've never needed to change existing values and update the version. We only add new constants.

Ran into this while testing !2818 (merged) with further ante handler logic. It currently defaults version to 0 when building the ante's keeper, and so the constants aren't loaded.

Merge request reports