Releases: software-mansion/starknet.swift
Releases · software-mansion/starknet.swift
v0.15.0
What's Changed
- Rpc 0.10.0-rc.1 by @cptartur in #261
- Support for rpc
0.10.0by @MKowalski8 in #264
New Contributors
- @cptartur made their first contribution in #261
- @MKowalski8 made their first contribution in #264
Full Changelog: v0.14.1...v0.15.0
v0.14.1
What's Changed
- Bump devnet to 0.6.0 by @franciszekjob in #259
- feat: add dynamic linking option to fix SwiftUI preview issues by @dioKaratzas in #257
Full Changelog: v0.14.0...v0.14.1
v0.14.0
What's Changed
- Allow cancel-in-progress by @franciszekjob in #235
- Support RPC 0.9.0-rc.1 by @franciszekjob in #236
- Tip support by @franciszekjob in #237
- Update dependencies for Swift 6.2 compatibility by @dioKaratzas in #241
- Support
starknet_getBlockWithTxsby @franciszekjob in #242 - Support tip estimation by @franciszekjob in #244
- Support RPC 0.9.0-rc.2 by @franciszekjob in #246
- Update
defaultBlockIdto.preConfirmedby @franciszekjob in #247
Full Changelog: v0.13.1...v0.14.0
v0.14.0-rc.1
What's Changed
- Update dependencies for Swift 6.2 compatibility by @dioKaratzas in #241
- Support
starknet_getBlockWithTxsby @franciszekjob in #242 - Support tip estimation by @franciszekjob in #244
- Support RPC 0.9.0-rc.2 by @franciszekjob in #246
Full Changelog: v0.14.0-rc.0...v0.14.0-rc.1
v0.14.0-rc.0
What's Changed
- Allow cancel-in-progress by @franciszekjob in #235
- Support RPC 0.9.0-rc.1 by @franciszekjob in #236
- Tip support by @franciszekjob in #237
Full Changelog: v0.13.1...v0.14.0-rc.0
v0.13.1
What's Changed
- Add init method to StarknetResourceBoundsMapping by @dioKaratzas in #234
Full Changelog: v0.13.0...v0.13.1
v0.13.0
What's Changed
- Support RPC 0.8.1 by @franciszekjob in #220
- Remove write api for old txs by @franciszekjob in #224
- Fix encoding
versionin typed dataDomainby @franciszekjob in #230 - Update xcode and macos version by @franciszekjob in #231
Full Changelog: v0.12.0...v0.13.0
v0.12.0
What's Changed
- Refactor
StarknetProviderandStarknetRequestby @franciszekjob in #217
Breaking changes
- Move methods responsible for building RPC calls from
StarknetProvidertoStarknetRequest. - Remove
sendmethod fromStarknetRequest- use addedsendinStarknetProviderto send RPC calls - Add
providerparam inestimateFeeV1andestimateFeeV3inStarknetAccountProtocol; Update following methods inStarknetAccount
Full Changelog: v0.11.1...v0.12.0
v0.11.1
What's Changed
- Add hotfix from
v0.10.2tomainby @franciszekjob in #211
Full Changelog: v0.11.0...v0.11.1
v0.10.2
What's Changed
- Fix typed data serialization by @franciszekjob in #207
Full Changelog: v0.10.1...v0.10.2