File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,15 @@ Solana-blockchain client, written in pure swift.
77[ ![ Platform] ( https://img.shields.io/cocoapods/p/SolanaSwift.svg?style=flat )] ( https://cocoapods.org/pods/SolanaSwift )
88[ ![ Documentation Status] ( https://readthedocs.org/projects/ansicolortags/badge/?version=latest )] ( https://p2p-org.github.io/solana-swift/documentation/solanaswift )
99
10+ ## Breaking changes
11+ ### v5.0
12+ ...
13+ - Remove deprecated typealias Mint, use SPLTokenMintState or Token2022MintState instead.
14+ - Remove deprecated typealias Wallet, use AccountBalance instead.
15+ - Support token 2022 via method getAccountBalances (See GetAccountBalancesTests).
16+ - Support token 2022 and Token2022Program.
17+ ...
18+
1019## Features
1120- [x] Supported swift concurrency (from 2.0.0)
1221- [x] Key pairs generation
You can’t perform that action at this time.
0 commit comments