Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): 5.0.0-pre.1 [skip ci]
# [5.0.0-pre.1](v4.1.0...v5.0.0-pre.1) (2023-10-03) ### Bug Fixes * 🐛 add AsSpan and AsReadOnlySpan to NativeArray for Unity 2021.3 ([0e51971](0e51971)) * 🐛 fix compile error in test script unity 2021.3 ([462e612](462e612)) * 🐛 update scripts to use explicit AsSpan APIs ([849f1b3](849f1b3)) * 🐛 use new collections API and collisions with extension methods ([6737cfe](6737cfe)) * **accounts:** change encryption of LocalAccountStore to prevent crashes ([#222](#222)) ([d02fc90](d02fc90)) ### Code Refactoring * 🔥 remove .NET SDK support ([34c9d39](34c9d39)) * 🔥 remove WalletConnect support from this SDK ([76c48bb](76c48bb)) ### Features * **crypto:** ✨ add `PwHash` store methods ([721907b](721907b)) * **crypto:** ✨ add `PwHash` struct and related APIs ([6642e99](6642e99)) * **crypto:** ✨ add `PwHash` to represent password hashes for storage ([3f9bfb3](3f9bfb3)) * **crypto:** ✨ add `SecretBox` related APIs for encrypt and decrypt ([a6f7ea0](a6f7ea0)) * **crypto:** ✨ add `SodiumArray` ([5c03fa3](5c03fa3)) * **crypto:** ✨ add `SodiumReference` ([11762f6](11762f6)) * **crypto:** ✨ add `SodiumString` ([fdd3ccb](fdd3ccb)) * **crypto:** ✨ add mlock and munlock in sodium ([0d9a4d7](0d9a4d7)) * **crypto:** ✨ add new methods to support secret key -> seed and public keys ([ac09b7d](ac09b7d)) * **crypto:** ✨ add Sha256 and X25519 APIs, and use Span based APIs ([22cd7fd](22cd7fd)) * **crypto:** add ChaCha20 Encrypt and Decrypt functions ([c4c2672](c4c2672)) * **encoding:** ✨ add new different base conversions, including baseN ([2d4a515](2d4a515)) * **json:** ✨ add jsonrpc utilities assembly ([d4fa97e](d4fa97e)) * **libsodium:** ✨ add pwhash, secretbox apis ([568b039](568b039)) * **walletconnect:** ✨ add `WalletConnectSignError` ([01f43b3](01f43b3)) * **walletconnect:** ✨ add relay and pairing WalletConnectV2 Apis ([286c235](286c235)) ### BREAKING CHANGES * Remove compatibility with .NET Algorand SDK * WalletConnect is no longer supported. All related samples have been removed.
- Loading branch information