Releases: Creit-Tech/xBull-Wallet
Releases · Creit-Tech/xBull-Wallet
v1.33.0
v1.32.0
[1.32.0] - 2024-10-24
Add
- Add sorobandomains-sdk v0.1.3 and support to fetching TOML files from
.xlm
domains
Change
- Change
stellar-sdk
to@stellar/stellar-sdk
, still keepingstellar-sdk
installed sotrezor-connect
works
v1.31.0
[1.31.0] - 2024-10-14
Add
- Add a field to the HorizonApis (Moving naming to "NetworkApis" step by step) so it accepts an RPC url
- Allow sending payments to contracts
Change
- Remove the "advance mode" switch from the settings page and instead assume all users are looking for an advance wallet
- Refactor the logic behind the "operations" page and now use "effects" to focus only on debits/credits
- Update crypto-js package and stop using PBKDF2
v1.30.0
[1.30.0] - 2024-09-16
Add
- Add a switch to the path payment component so it's easy to exchange the
fromAsset
withtoAsset
- Add support to latest version of Android and upgrade Android dependencies
Change
- Move from NPM to PNPM
- Change the Background component so it uses the new design (ready to move away from old system to create modals)
v1.24.0
[1.24.0] - 2024-08-07
Add
- Upgrade Stellar SDK to 12.2.0
- Start the SEP-0043 support, still missing the signAuthEntry logic
- Show a simulation of the balance changes when interacting with Smart Contracts (only showing native and trustlines balances updates)
v1.23.0
[1.23.0] - 2024-06-24
Add
- Add support to KeyStone wallets, currently only handling hash signing.
Fix
- Fee not correctly displayed whe signing a transaction
v1.22.0
Change
- Update to latest Stellar SDK so it's ready for Protocol 21
- Massive update of dependencies: Angular, Ng Zorro, Ionic, rxjs, ngx-mask, akita, etc
v1.21.2
Add
- Allow signing
extendFootprintTtl
operations - Make hash signing default when using a ledger to sign a soroban transaction
v1.21.1
Fix
- Handle BigInt when displaying invocation details
- Handle too large XDRs when showing the QR export
v1.21.0
Add
- Allow signing Fee Bump transactions
- Allow exporting and importing an XDR using QRs