Skip to content

[FEATURE]: Optimize KeyStorage for ECDSA keys #389

@howydev

Description

@howydev

Feature Summary

We store superadmin ECDSA keys with publicKey = abi.encode(ownerAddress). Along with expiry and the other flags, this ends up incurring 2 storage operations.

Think of a format for this that reduces the storage operations

Timeline

Improvement (short term)

Security Considerations

This changes storage so beware of storage collision issues

Proposed Solution

No response

Gas Considerations

No response

Implementation Notes

No response

Additional Context

No response

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions