Skip to content

[Feature Request] create larger gap between existing and new feature flag numbers #170

@andygolay

Description

@andygolay

🚀 Feature Request

As we add new feature flags, eg the DECOMMISSION_CORE_RESOURCES flag introduced in #160, we should have a larger gap between existing flags from Aptos, so our new flags don't collide with theirs.

We can count down from i32::MAX as the Rust-side number assignment is expressed as enum discriminant.

So, for example we should change DECOMMISSION_CORE_RESOURCES from 222 accordingly.

And we should see whether it's possible to change the numbers for all feature flags we've added.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions