Swiftpack.co - Swift Packages by trustwallet

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by trustwallet

trustwallet/wallet-core 4.0.32
Cross-platform, cross-blockchain wallet library.
⭐️ 2,594
🕓 23 hours ago
🔖 Release Notes

Releases

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.
4.0.32
Yesterday
## What's Changed * Skip sig-verify for all-zero signature in Solana compiler. by @damian-zhao in https://github.com/trustwallet/wallet-core/pull/3754 ## New Contributors * @damian-zhao made their first contribution in https://github.com/trustwallet/wallet-core/pull/3754 **Full Changelog**: https://github.com/trustwallet/wallet-core/compare/4.0.31...4.0.32
4.0.31
5 days ago
## What's Changed * [Misc]: Fix C++ includes on Linux by @satoshiotomakan in https://github.com/trustwallet/wallet-core/pull/3755 **Full Changelog**: https://github.com/trustwallet/wallet-core/compare/4.0.30...4.0.31
4.0.30
6 days ago
## What's Changed * feat(merlin): Add support for Merlin EVM chain by @satoshiotomakan in https://github.com/trustwallet/wallet-core/pull/3752 * [Boost]: Reduce dependency on Boost library by @satoshiotomakan in https://github.com/trustwallet/wallet-core/pull/3751 **Full Changelog**: https://github.com/trustwallet/wallet-core/compare/4.0.29...4.0.30
4.0.29
1 week ago
## What's Changed * [CI]: Fix codegen-v2 CI by @satoshiotomakan in https://github.com/trustwallet/wallet-core/pull/3726 * [Solana]: Fix Solana delegate stake transaction by @satoshiotomakan in https://github.com/trustwallet/wallet-core/pull/3732 * chore: fix some comments by @yetyear in https://github.com/trustwallet/wallet-core/pull/3728 * [ZetaChain]: Deposit BTC and call a smart contract in zEVM by @satoshiotomakan in https://github.com/trustwallet/wallet-core/pull/3739 * Bump google.golang.org/protobuf from 1.27.1 to 1.33.0 in /samples/go by @dependabot in https://github.com/trustwallet/wallet-core/pull/3737 * Fix issue #3724: The generated files of EVM-compatible chain cannot pass test by @10gic in https://github.com/trustwallet/wallet-core/pull/3725 ## New Contributors * @yetyear made their first contribution in https://github.com/trustwallet/wallet-core/pull/3728 **Full Changelog**: https://github.com/trustwallet/wallet-core/compare/4.0.28...4.0.29
4.0.28
2 weeks ago
## What's Changed * [Firo]: Support exchange address by @w20089527 in https://github.com/trustwallet/wallet-core/pull/3712 * [Rust]: Optimise Rust binary sizes by @satoshiotomakan in https://github.com/trustwallet/wallet-core/pull/3715 * [Solana]: Improve `TransactionDecoder` API by @satoshiotomakan in https://github.com/trustwallet/wallet-core/pull/3723 **Full Changelog**: https://github.com/trustwallet/wallet-core/compare/4.0.27...4.0.28
4.0.28-rc1
2 weeks ago
**Full Changelog**: https://github.com/trustwallet/wallet-core/compare/4.0.27...4.0.28-rc1
4.0.27
2 weeks ago
## What's Changed * [Solana]: Move Solana blockchain to Rust by @satoshiotomakan in https://github.com/trustwallet/wallet-core/pull/3691 * [Solana]: Fix advance nonce not work with priority fee instruction by @w20089527 in https://github.com/trustwallet/wallet-core/pull/3717 **Full Changelog**: https://github.com/trustwallet/wallet-core/compare/4.0.26...4.0.27
4.0.26
3 weeks ago
## What's Changed * [Bitcoin]: UTXO selection and dust improvements by @satoshiotomakan in https://github.com/trustwallet/wallet-core/pull/3675 **Full Changelog**: https://github.com/trustwallet/wallet-core/compare/4.0.25...4.0.26
4.0.25
4 weeks ago
## What's Changed * [KMP]: Fix KMP sample by @satoshiotomakan in https://github.com/trustwallet/wallet-core/pull/3687 * [RVN]: Update block explorer by @satoshiotomakan in https://github.com/trustwallet/wallet-core/pull/3708 **Full Changelog**: https://github.com/trustwallet/wallet-core/compare/4.0.24...4.0.25
4.0.25-rc1
5 weeks ago
**Full Changelog**: https://github.com/trustwallet/wallet-core/compare/4.0.24...4.0.25-rc1
iOS
trustwallet/trust-web3-provider v3.0.0
Web3 javascript wrapper provider for iOS and Android platforms.
⭐️ 678
🕓 5 weeks ago
🔖 Release Notes

Releases

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.
2.0.11
3 weeks ago
**Full Changelog**: https://github.com/trustwallet/trust-web3-provider/compare/2.0.10...2.0.11
3.0.0
5 weeks ago
## What's Changed * Adding Solana standard support by @y3fers0n in https://github.com/trustwallet/trust-web3-provider/pull/504 **Full Changelog**: https://github.com/trustwallet/trust-web3-provider/compare/2.0.10...v3.0.0
2.0.10
7 weeks ago
## What's Changed * chore: Refactoring RPC response parsing for cosmos by @y3fers0n in https://github.com/trustwallet/trust-web3-provider/pull/500 **Full Changelog**: https://github.com/trustwallet/trust-web3-provider/compare/2.0.9...2.0.10
22 weeks ago
Release 2.0.8
1 year ago
Release 2.0.8 - Patch lowercase address comparison on eth
2.0.7
1 year ago
- Add CI job to automatically publish on GitHub registry for Node package.
2.0.6
1 year ago
- Support multiple solana transactions
2.0.5
1 year ago
- Update signTypedData to provide version and swap of arguments
2.0.4
1 year ago
## What's Changed **Supporting V0 Transaction Sign** - Now the transaction version is passed down to the signRawTransaction method with version = 'legacy' | 0 - Signature verification enabled for legacy txs - Bump cookiejar for security - ## Wallet Developers You should handle and update logic to reject or support versioned transaction, you can check for version == 0. Previously the provider failed and the request was not sent to the Wallet, after this update the request will be sent.
2.0.3
1 year ago
## What's Changed * Bump minimatch from 3.0.4 to 3.1.2 in /src by @dependabot in https://github.com/trustwallet/trust-web3-provider/pull/342 * Fix personal_sign compatibility issues by @sherardxu in https://github.com/trustwallet/trust-web3-provider/pull/346 * Remote isPetra flag from aptos by @rsrbk in https://github.com/trustwallet/trust-web3-provider/pull/348 * Update trust-min.js by @hewigovens in https://github.com/trustwallet/trust-web3-provider/pull/349 ## New Contributors * @sherardxu made their first contribution in https://github.com/trustwallet/trust-web3-provider/pull/346 **Full Changelog**: https://github.com/trustwallet/trust-web3-provider/compare/2.0.2...2.0.3

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics