The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
## What's Changed
* [Filecoin]: Support new f4 address types by @satoshiotomakan in https://github.com/trustwallet/wallet-core/pull/3012
* [Stargaze] Add NFT chain support for Cosmos ecosystem by @Milerius in https://github.com/trustwallet/wallet-core/pull/3030
* [CI]: Use MacOS GitHub new xl runners by @hewigovens in https://github.com/trustwallet/wallet-core/pull/3037
* [WalletKit]: Open kotlin fromValue and value for enums by @AndrewChupin in https://github.com/trustwallet/wallet-core/pull/3038
* [Fix/PolygonZkEVM]: fix cointype by @Milerius in https://github.com/trustwallet/wallet-core/pull/3039
## New Contributors
* @AndrewChupin made their first contribution in https://github.com/trustwallet/wallet-core/pull/3038
**Full Changelog**: https://github.com/trustwallet/wallet-core/compare/3.1.21...3.1.22
## What's Changed
* [Tron]: Direct Sign support by @Milerius in https://github.com/trustwallet/wallet-core/pull/3006
* [Rust]: Refactor crates by @satoshiotomakan in https://github.com/trustwallet/wallet-core/pull/3005
* Add README.md for Kotlin sample by @hewigovens in https://github.com/trustwallet/wallet-core/pull/3009
* Update tempfile package from `3.3` to `3.4` by @satoshiotomakan in https://github.com/trustwallet/wallet-core/pull/3010
* [polygonzkevm]: Update to mainnet by @Milerius in https://github.com/trustwallet/wallet-core/pull/3033
## New Contributors
* @satoshiotomakan made their first contribution in https://github.com/trustwallet/wallet-core/pull/3005
**Full Changelog**: https://github.com/trustwallet/wallet-core/compare/3.1.20...3.1.21
## What's Changed
## New Features
* ๐ป [Hashes](https://github.com/trustwallet/wallet-core/pull/2987): Implementing hashes in rust by @Milerius
* ๐ [Tron](https://github.com/trustwallet/wallet-core/pull/2999): Signing message by @Milerius
## Improvements
* ๐งช [BNB](https://github.com/trustwallet/wallet-core/pull/2997): Add support for Binance testnet addresses by @andreibancioiu
## Misc
* โ๏ธ [Fix](https://github.com/trustwallet/wallet-core/pull/2988): Kotlin sample CI fix by @hewigovens
* โ๏ธ [Fix](https://github.com/trustwallet/wallet-core/pull/2981): Fix docker build by @Milerius
* ๐ [BNB](https://github.com/trustwallet/wallet-core/pull/2986): Update documentation url for BNB by @irfan79
* ๐ [Misc](https://github.com/trustwallet/wallet-core/pull/3000): update CODEOWNERS by @Milerius
## New Contributors
* @irfan798 made their first contribution in https://github.com/trustwallet/wallet-core/pull/2986
**Full Changelog**: https://github.com/trustwallet/wallet-core/compare/3.1.19...3.1.20
## What's Changed
## New Features
* ๐๏ธ [Tezos](https://github.com/trustwallet/wallet-core/pull/2962): Message Signer by @Milerius
* ๐ฅฉ [Tron](https://github.com/trustwallet/wallet-core/pull/2932): Staking V2 by @Milerius
* โ๏ธ [ZkEVM](https://github.com/trustwallet/wallet-core/pull/2966): add polygon zkevm by @Milerius
## Improvements
* ๐ [Solana](https://github.com/trustwallet/wallet-core/pull/2949): Refactor, Optimizations by @Milerius
* โ๏ธ [Kotlin](https://github.com/trustwallet/wallet-core/pull/2965): Fix JS types by @MaximPestryakov
## Misc
* ๐งช [Kotlin](https://github.com/trustwallet/wallet-core/pull/2960): Add Kotlin Multiplatform sample by @hewigovens
**Full Changelog**: https://github.com/trustwallet/wallet-core/compare/3.1.18...3.1.19
## What's Changed
### New Features
* [Tezos]: Blind signing support by @Milerius in https://github.com/trustwallet/wallet-core/pull/2956
**Full Changelog**: https://github.com/trustwallet/wallet-core/compare/3.1.17...3.1.18
## What's Changed
## New Features
* โ๏ธ [Solana](https://github.com/trustwallet/wallet-core/pull/2935): Versioned Tx by @Milerius
## Improvements
* ๐จโ๐ป [Base58](https://github.com/trustwallet/wallet-core/pull/2944): Move base58 implementation to rust by @Milerius
* ๐๏ธ [Rename](https://github.com/trustwallet/wallet-core/pull/2946): Update name for ThunderCore by @hewigovens
* ๐ [Solana](https://github.com/trustwallet/wallet-core/pull/2939): Refine `programId` and `accounts` comments, `CreditOnly` -> `ReadOnly` by @CriesofCarrots in
**Full Changelog**: https://github.com/trustwallet/wallet-core/compare/3.1.16...3.1.17
## What's Changed
## New Features
* ๐ฅ [ZkSync](https://github.com/trustwallet/wallet-core/pull/2768): Add support for ZkSync V2 mainnet by @miloserdow
## Improvements
* ๐ช [Rust](https://github.com/trustwallet/wallet-core/pull/2917): Hex, Refactor and CI optimizations by @Milerius
* ๐ช [Rust/Base32](https://github.com/trustwallet/wallet-core/pull/2923): Encoding/Decoding support by @Milerius
* โ๏ธ [Kotlin](https://github.com/trustwallet/wallet-core/pull/2929): Fix CMakeLists for Android by @MaximPestryakov
* ๐ ๏ธ [Kotlin](https://github.com/trustwallet/wallet-core/pull/2934): Removed generateCinterop task by @MaximPestryakov
**Full Changelog**: https://github.com/trustwallet/wallet-core/compare/3.1.14...3.1.16
## What's Changed
* [Rust]: Hex, Refactor and CI optimizations by @Milerius in https://github.com/trustwallet/wallet-core/pull/2917
* [Rust/Base32]: Encoding/Decoding support by @Milerius in https://github.com/trustwallet/wallet-core/pull/2923
* [Kotlin] Fix CMakeLists for Android by @MaximPestryakov in https://github.com/trustwallet/wallet-core/pull/2929
* [Kotlin] Removed :generateCinterop task by @MaximPestryakov in https://github.com/trustwallet/wallet-core/pull/2934
**Full Changelog**: https://github.com/trustwallet/wallet-core/compare/3.1.14...3.1.15
## What's Changed
## New features
* ๐ฅ [Kotlin](https://github.com/trustwallet/wallet-core/pull/2894): Add Kotlin Multiplatform support by @MaximPestryakov
## Improvements
* ๐งฏ [CoinType](https://github.com/trustwallet/wallet-core/pull/2915): Add cointype extension for wasm by @Milerius
* ๐ [EnumExt](https://github.com/trustwallet/wallet-core/pull/2919): static methods and properties in wasm enums by @MaximPestryakov
**Full Changelog**: https://github.com/trustwallet/wallet-core/compare/3.1.12...3.1.14
## What's Changed
* Add Kotlin Multiplatform support by @MaximPestryakov in https://github.com/trustwallet/wallet-core/pull/2894
* [CoinType]: Add cointype extension for wasm by @Milerius in https://github.com/trustwallet/wallet-core/pull/2915
**Full Changelog**: https://github.com/trustwallet/wallet-core/compare/3.1.12...3.1.13