software-mansion / starknet.swift

Starknet SDK for Swift language
MIT License
24 stars 15 forks source link

[0.7.4] Support any data in JsonRpcError #139

Closed DelevoXDG closed 9 months ago

DelevoXDG commented 9 months ago

Describe your changes

Cherry-picked from #124 to support errors with any data in RPC 0.5.0-compatible version of starknet.swift

Linked issues

Breaking changes

DelevoXDG commented 9 months ago

The additional test cases added in this PR will be merged to main in #140