-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update starknet-rs
to use starknet-types-core
Felt
type
#2177
Comments
@tcoratger I'd love to work on this as I'm already working on something related here #2161 |
the project is already migrated to use the new the new Felt is available in v1.0.0-alpha.0 but it's still relying on the aforementioned patches. |
oh okay |
With the recent merge of starknet-rs PR #562, it is now possible to update the project to the latest version of starknet-rs.
This update is particularly beneficial as it facilitates the migration from
arkworks
FieldElement
toFelt
types provided bystarknet-types-core
.Benefits
Felt
type fromstarknet-types-core
, the codebase will be more aligned with the latest developments in thestarknet-rs
library.Changes
FieldElement
withstarknet-types-core
Felt
type throughout the codebase.The text was updated successfully, but these errors were encountered: