v0.8.2
What's Changed
- Revert "Remove StarknetChainId" by @DelevoXDG in #151
- Support custom chain IDs by @DelevoXDG in #155
- Set chain ID in
StarknetAccount
initializer by @DelevoXDG in #154
Breaking changes
- Re-intruduce
StarknetChainId
as a structStarknetChainId
is used instead ofFelt
; UseStarknetChainId.init(fromHex:)
,StarknetChainId.init(fromNetworkName:)
for custom chain IDsStarknetProviderProtocol.getChainId()
now returnsStarknetChainId
instead ofFelt
StarknetTransactionHashCalculator
methods now take chain ID asStarknetChainId
instead ofFelt
StarknetAccount
constructor now has a mandatorychainId
argumentStarknetAccountProtocol
now haschainId: StarknetChainId
property
Full Changelog: v0.8.1...v0.8.2