-
Notifications
You must be signed in to change notification settings - Fork 20
Closed
3 / 33 of 3 issues completed
Copy link
Labels
refactorImprovements to code structure, readability, or performance that don't add new features or fix bugs.Improvements to code structure, readability, or performance that don't add new features or fix bugs.refineNeeds further clarification before being actionableNeeds further clarification before being actionable
Description
Background
We'd like to remove the near_crypto::PublicKey type from our codebase as we already depend on near_sdk::PublicKey and want to avoid awkward conversions between the two types.
Acceptance Criteria
- Remove
near_cryptodependency and replace allnear_crypto::PublicKeyusage withnear_sdk::PublicKey.
Resources & Additional Notes
No response
Reactions are currently unavailable
Sub-issues
Metadata
Metadata
Assignees
Labels
refactorImprovements to code structure, readability, or performance that don't add new features or fix bugs.Improvements to code structure, readability, or performance that don't add new features or fix bugs.refineNeeds further clarification before being actionableNeeds further clarification before being actionable