Releases: trustwallet/wallet-core
Releases · trustwallet/wallet-core
4.5.1-rc-1
What's Changed
- chore(codeowners): Add onchain-corex-enabling team to CODEOWNERS by @sergei-boiko-trustwallet in #4600
- fix(ethereum-abi): Fix Ethereum ABI type parsing recursion + chore actions and toolchain by @sergei-boiko-trustwallet in #4597
New Contributors
- @sergei-boiko-trustwallet made their first contribution in #4600
Full Changelog: 4.5.0...4.5.1-rc-1
4.5.0
What's Changed
- feat(biz): Add
Biz.signExecuteWithSignatureCallandBizPasskeySession.signExecuteWithSignatureCallby @satoshiotomakan in #4594
Breaking Changes
Moved BizPasskeySession FFI functions out of Biz module into the new BizPasskeySession module.
In particular:
Biz.EncodeRegisterSessionCall->BizPasskeySession.EncodeRegisterSessionCallBiz.EncodeRemoveSessionCall->BizPasskeySession.EncodeRemoveSessionCallBiz.EncodePasskeySessionNonce->BizPasskeySession.EncodePasskeySessionNonceBiz.EncodeExecuteWithPasskeySessionCall->BizPasskeySession.EncodeExecuteWithPasskeySessionCall
Full Changelog: 4.4.5...4.5.0
4.4.5
What's Changed
- fix(overflow): Fix integer overflows in
BinaryEncodingandPactusby @satoshiotomakan in #4592 - feat(tron): Add
raw_data_hexparameter in JSON transaction representation by @satoshiotomakan in #4593
Full Changelog: 4.4.4...4.4.5
4.4.4
What's Changed
- fix(aes): Add iv size validation by @satoshiotomakan in #4580
- Update Dockerfile to install cbindgen with --locked and provide explicit links to clang binaries by @xoloki in #4568
- feat(stable-account): Add
TWDerivationSmartChainStableAccountderivation by @satoshiotomakan in #4585
New Contributors
Full Changelog: 4.4.3...4.4.4
4.4.3
What's Changed
- fix(webauthn): Fix buffer out of bounds, and other improvements by @satoshiotomakan in #4577
Breaking Changes
- Changed the return type of
TWWebAuthnGetRSValuesfrom non-nullable to nullable, and updated its implementation to returnnullptrif parsing fails. This ensures that invalid signatures are handled safely.
Full Changelog: 4.4.2...4.4.3
4.4.2
What's Changed
- feat(pczt): Add implementation of PCZT signing by @satoshiotomakan in #4576
Full Changelog: 4.4.1...4.4.2
4.4.1
What's Changed
- fix(public-key): Check zilliqa schnorr signature size by @satoshiotomakan in #4571
Full Changelog: 4.4.0...4.4.1
4.4.0
What's Changed
- fix(public-key): Fix
PublicKey::verifyby adding signature length validation by @satoshiotomakan in #4565 - Fix Reveal Operations for Seoul Protocol by @csoreff in #4557
Breaking Changes
- Tezos transaction signature with Reveal operation
New Contributors
Full Changelog: 4.3.23...4.4.0
4.3.23
What's Changed
- feat(monad): Update block explorer by @satoshiotomakan in #4553
- Fix incorrect value of NO_PAD constant by @10gic in #4487
Full Changelog: 4.3.22...4.3.23
4.3.22
What's Changed
- feat(monad): Update Monad to mainnet by @satoshiotomakan in #4550
Full Changelog: 4.3.21...4.3.22