Skip to content
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

Remove StarknetChainId #142

Merged
merged 14 commits into from
Feb 6, 2024
Merged

Remove StarknetChainId #142

merged 14 commits into from
Feb 6, 2024

Conversation

DelevoXDG
Copy link
Collaborator

@DelevoXDG DelevoXDG commented Feb 1, 2024

Describe your changes

Can be unblocked after #137 is merged

  • Remove StarknetChainId enum, use Felt instead

Linked issues

Closes #138

Breaking changes

  • This issue contains breaking changes
  • Removed StarknetChainId enum
  • StarknetProviderProtocol.getChainId now returns Felt instead of StarknetChainId; use Felt.toShortString to convert to readable name
  • StarknetTransactionHashCalculator methods now take chain id as Felt instead of StarknetChainId

Base automatically changed from feat/131-support-sepolia to main February 6, 2024 07:56
@DelevoXDG DelevoXDG removed the blocked label Feb 6, 2024
@DelevoXDG DelevoXDG marked this pull request as ready for review February 6, 2024 08:01
@DelevoXDG DelevoXDG merged commit 34c7260 into main Feb 6, 2024
1 check passed
@DelevoXDG DelevoXDG deleted the feat/138-remove-starknet-chain-id branch February 6, 2024 15:49
DelevoXDG added a commit that referenced this pull request Feb 16, 2024
DelevoXDG added a commit that referenced this pull request Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove StarknetChainId
2 participants