v1.0.33
Pre-release
Pre-release
What's Changed
- Update version numbers to 1.0.32 in nfpm.yaml and build.json by @johnnyluo in #2098
- Incorporate the memo into a transaction for IBC transfers. by @rcoderdev in #2099
- Fix Typographical Error by @antoni0dev in #2100
- Disable the Keysign prompt until the transaction is scanned (Part 3 of the Blockaid integration) and fix the jumpiness of the "Send Continue" button while waiting for the Keysign payload. by @rcoderdev in #2094
- Fix the crashing issue on the deposit page when there is no balance on a Cosmos chain. by @rcoderdev in #2107
- Fix Merging and Unmerging by @antoni0dev in #2111
- Merge & Unmerge Fixes Part 2 by @antoni0dev in #2113
- Fix Send Flow Bug by @antoni0dev in #2105
- Add no vaults error in extension by @Ehsan-saradar in #2109
- To migrate from MATIC to POL, the following changes have been implemented: CoinKey will not include an ID field when it is designated as a fee coin; a migration mechanism will be added in the extension; and migrations will exclude the ticker from the 'id' field. by @rcoderdev in #2104
- Remove Redundant Reshare Screen by @antoni0dev in #2119
- Fix TON Max Flag by @antoni0dev in #2121
- Add cosmos msgExecuteContract to extension by @Ehsan-saradar in #1905
- Allow for up to 75% and not MAX for Native Tokens on Swap by @antoni0dev in #2117
- Show only the available XRP balance. by @rcoderdev in #2122
- Update recent blockhash in swap transactions by @rcoderdev in #2123
- HOTFIX: Parsing the coin from the keysign payload. by @rcoderdev in #2131
- Fix Wrong addresses displayed for Vault selection on send screen by @antoni0dev in #2134
- solana send spl token verification by @Ehsan-saradar in #2112
- Update backup vault shares UI and animations by @Ehsan-saradar in #2126
- Resolve the issue of a non-unique keysign payload query key in swaps, which could lead to the use of an outdated keysign payload for new transactions. by @rcoderdev in #2129
- Fix estimate fee for swap by @Ehsan-saradar in #2147
- Fix missing methods for Rujira integration by @Ehsan-saradar in #2146
- Add missing AUD currency by @Ehsan-saradar in #2142
- Fix function popup in extension by @Ehsan-saradar in #2144
- Fix eth_getTransactionByHash by @hippocampus-web3 in #2158
- Scan KyberSwap, LIFI, and OneInch swaps using Blockaid (Part 4 of the Blockaid integration). by @rcoderdev in #2145
- Add skipBroadcast to SignAmino & SignDirect by @Ehsan-saradar in #2157
- Send Form Address Book Refactoring by @antoni0dev in #2143
- Add support for sending multiple coins by @Ehsan-saradar in #2159
- Fix: function modals margin and fonts by @devzl in #2103
- Fix getCoinFromCoinKey function by @Ehsan-saradar in #2148
- Add transaction hash calculation to SUI and remove the unnecessary dependency for hash calculation in Polkadot. by @rcoderdev in #2161
- Fix the crash in the Send form and refactor the Send form. by @rcoderdev in #2165
- Fix crash on Solana swap with extenion; Refactor the method used by the extension to obtain the coin for the keysign payload, and eliminate the confusing
getCoinFromCoinKeyfunction. by @rcoderdev in #2167 - Fix blockchain spec in extension by @Ehsan-saradar in #2166
- RUJI denoms by @hippocampus-web3 in #2160
- Add TC deposit by @Ehsan-saradar in #2168
- Fix tx deposit by @Ehsan-saradar in #2177
- Hotfix: Send page crashes when price is not loaded by @rcoderdev in #2174
- Validate the send amount on the UTXO chain to ensure that it does not send or leave a dust amount. Additionally, filter out UTXOs that are smaller than the dust amount. by @rcoderdev in #2097
- Remove thorchain sencodary tokens from knownTokens by @hippocampus-web3 in #2173
- Fix thorchain get native token by @hippocampus-web3 in #2179
- Add warning for ibc tx with memo by @Ehsan-saradar in #2178
- Fix cosmos chain address collision on async connection by @hippocampus-web3 in #2176
- Fix requestAccounts method in extension by @Ehsan-saradar in #2180
- Separation of concerns:
executeTx->decodeTx,getTxHashandbroadcastTx+ Fix incorrect transaction hash for certain chains. by @rcoderdev in #2170 - Add missing id for no fee tokens on thorchain by @hippocampus-web3 in #2182
- Support for yTCY and yRUNE by @antoni0dev in #2169
- Fix eth_getTransactionReceipt by @Ehsan-saradar in #2189
- Add the missing "Back" buttons to the error screens. by @rcoderdev in #2151
- Fix Deposit Functions by @antoni0dev in #2203
- Fix Bug with Unstake by @antoni0dev in #2204
- Match memo propagation for iOS and Android in MayaSwap. by @rcoderdev in #2207
How to verify AppImage?
1.Download the GPG key gpg --keyserver keyserver.ubuntu.com --recv-keys DAEDA100ED705F5D29A1D67AD2670C2568B8A42C
2.Download vultisig.AppImage.sig and vultisig-v1.0.33.AppImage
3.Run gpg --verify vultisig.AppImage.sig vultisig-v1.0.33.AppImage
4. the output should be
gpg: Signature made Tue 05 Aug 2025 02:10:45 AM UTC
gpg: using RSA key DAEDA100ED705F5D29A1D67AD2670C2568B8A42C
gpg: Good signature from "vultisig-debian (Vultisig debian package gpg key) <dev@vultisig.com>" [ultimate]
Full Changelog: v1.0.32...v1.0.33