What's Changed
Breaking change
Bitcode has been deprecated by apple: https://developer.apple.com/documentation/Xcode-Release-Notes/xcode-14-release-notes
"Starting with Xcode 14, bitcode is no longer required for watchOS and tvOS applications, and the App Store no longer accepts bitcode submissions from Xcode 14.
Xcode no longer builds bitcode by default and generates a warning message if a project explicitly enables bitcode: “Building with bitcode is deprecated. Please update your project and/or target settings to disable bitcode.” The capability to build with bitcode will be removed in a future Xcode release. IPAs that contain bitcode will have the bitcode stripped before being submitted to the App Store. Debug symbols can only be downloaded from App Store Connect / TestFlight for existing bitcode submissions and are no longer available for submissions made with Xcode 14. (86118779)"
You need to disable bitcode on all your targets if u use wallet-core >= 3.1.6.
New features
- ⚡ ThorSwap: ERC20 token transfer by @Milerius
- 🤐 SecretNetwork: Support for Secret Network by @toml01
- 🤝 Bindgen: Add rust wallet core rust library + Aptos blind signing by @Milerius
- ⛓️ Aptos: Add Staking/Unstaking through tortuga finance by @Milerius
Fixes
- 📱 Swift: fix warning on public key declaration by @Milerius
- ⚒️ Fix: Fix error when uploading kotlin docs by @miloserdow
Misc
- ☁️ SonarCloud: run only on org branch by @Milerius
- 🏗️ Build: update bootstrap.sh by @Milerius
Full Changelog: 3.1.4...3.1.6