Releases: arcana-network/wallet-ui
Releases · arcana-network/wallet-ui
1.1.0
What's Changed
- NEAR Support
- Wallet Redesign
- WebSocket RPC support
- Upgrade node version and remove unsupported dependencies
- Optimizations to make wallet load faster
- Sort wallet chains in alphabetical order (mainnet first, followed by testnets)
- User DID token
- Bug fixes
Full Changelog: 1.0.11...1.1.0
1.0.11
What's Changed
- Fix issues with SCW wallet
- Enable Sell options for cryptocurrencies supported by Transak
Full Changelog: 1.0.10...1.0.11
1.0.10
What's Changed
- Fixed mfa related issues for the OTP Login
- Fixed issues related to send tokens
- Added MultiversX (Elrond) support in wallet
- Added support for gasless transactions and scw support
Full Changelog: 1.0.9...1.0.10
1.0.9
What's Changed
- Added support for EIP 1559 transactions. (type=2 tx). Now wallet supports
maxFeePerGas
andmaxPriorityFeePerGas
. Legacy transactions withgasPrice
are also supported but EIP 1559 tx is the default transaction approach. - Added fixes to support basic version of wallet in the older auth SDK versions (1.0.3 or less).
- Fixed the errors related to MultiFactor Authentication (MFA)
- Fixed some bugs related to transactions, should throw less errors in the console.
- Improved UI that pops up for signing messages.
- Added default assets (some stable coins like USDC, USDT, BUSD, etc) in wallet for specific chains.
- Added Gasless support in wallet and added UI to toggle between SCW and EOA. Users can now perform gasless transactions.
- Fixed issue related to empty token URI for NFTs
- Added starter tips in wallet for the first time users.
- Added custom rpc method
_arcana_getPrivateKey
for the No UI (custom UI) wallet apps, so that they can export private key. Only supported in NoUI (custom UI) mode. Throws error in Arcana Hosted Wallet UI. - Solana Implementation - supports almost all the methods like
signTransaction
,signAllTransactions
,signAndSendTransaction
,signMessage
. Supports implementation of SPL and MPL tokens. (similar to ERC20 and NFTs in EVM). - Added a fix to solve clickjacking issues (Only supported in global keyspace apps, where requests are opened in new tab instead of same tab)
- Added support for OTP Login.
- Added new custom rpc methods for SCW interaction
_arcana_getAccountType
and_arcana_switchAccountType
. - Remove support for OnrampMoney. (temporary).
Full Changelog: 1.0.6...1.0.9
Mainnet Release 1.0.6
- Added Unity support
- Redesigned wallet
- Fixed some bugs
Bug fixes and new Features
- Chain Management related changes.
Bug fixes:
- Fixed balance discrepancy issue.
- Fixed custom gas input issue.
- And some minor code refactoring
1.0.4
What's Changed
- Changed to Fontsource from Google Fonts.
- Requests will open wallet automatically.
- Fixed issues with switching and adding of networks/chains.
- Added asset caching for static assets.
- Implemented MFA (Enhanced wallet security)
Full Changelog: 1.0.2...1.0.4
Release 1.0.2
What's Changed
- Auto refresh balances
- Metadata implemenation for creating new shares of private key
- On Ramp integration by onboarding Transak and Ramp.network
Full Changelog: 0.1.4...1.0.2
0.1.4
Merge pull request #173 from arcana-network/dev Testnet release