You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to update starknet-rs to the latest version (currently 0.11.0).
This update introduces some changes, particularly the refactoring of FieldElement to Felt.
As part of this upgrade, we will need to:
Replace all instances of FieldElement with Felt throughout the codebase.
Ensure that everything is functioning correctly after the update.
If anyone is interested in tackling this update, your help would be greatly appreciated!