Skip to content

[Feature] Use a typed storage key enum for evil_token test module #6

Description

@collinsezedike

Summary

The evil_token test module in contracts/tholos/src/test.rs uses ad hoc symbol_short!("tholos"), symbol_short!("target"), and symbol_short!("bal") string keyed storage instead of a DataKey style enum, unlike the main contract's own well structured storage key pattern.

Scope

Test only code, low priority. Introduce a small enum for EvilToken's storage keys for consistency with the main contract's conventions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions