Releases: Adamant-im/adamant-im
Releases · Adamant-im/adamant-im
v4.8.1
✨ Features
- Electron: build separate binaries for M1 and Intel chips (#643) by @RealGoodProgrammer
- Chat: add Nodes offline dialog (#597) by @PaulDremanovich
- Wallet: format balances on account tab (#648) by @RealGoodProgrammer
- Chat: animate reactions (#649) by @aineo
- Nodes: add service nodes tab (#630) by @RealGoodProgrammer
- Nodes: add healtcheck for indexers (#630) by @PaulDremanovich
- UI: restyle tables (#651) by @aineo
- Wallet: add Coinmarketcap and Coingecko links to exchanges (#654) by @aineo
- Nodes: add Stake option (#652) by @aineo
🐛 Bugs
- Login: cannot switch between front and back camera (#633) by @aineo
- I18n: add missing "Message rejected" translation (#647) by @aineo
- Login: fix no camera access (#650) by @aineo
- Chat: fix infinite spinner in ADAMANT chats (1cfa868) by @bludnic
🔨 Tech Debt
v4.7.3
v4.7.2
✨ Features
- Build: Build Android app using Capacitor.js. API Level changed:
19 → 22
(#515, #634) - Chat: Add unsupported transaction type (#631)
- App: Add
useIsMobile
hook (#627) - Wallet: Listed KLY token
- Wallet: Delisted LSK token
🐛 Bugs
- Chat: Fix commands order navigation (#614, #621, #629)
- Chat: Change message input border color (#622)
- I18n: Minor i18n fixes (#620)
- App: Fix scroll behaviour when navigating back (#623)
- Nodes: Fix regex of the node name (#638)
- Build: Migrate Github Workflows to Node v20 (#635)
- Build:
Object.groupBy
is not a function in old browsers (#640)
🔨 Tech Debt
v4.6.2
✨ Features
- Settings: Added a Wallets screen that allows the user to configure the order and display of coins (#570)
- Chat: Added ability to select previous bot commands via keyboard arrows (#605)
- Chat: Added emoji picker (#563, #603, #609)
- Wallets: Added FLOKI token (Adamant-im/adamant-wallets#72)
- Transactions: Improved scenario for crypto transfer and for pending transactions (#578)
- Nodes: Improved UI for nodes health-check (#588)
- Nodes: Now user can see coin node's version (#600)
- Added three new exchanges (#592)
- Changed structure of nodes and services (#591)
- Other small features and fixes (#590, #598, #601, #604)
🐛 Bugs
- Chat: Fixed infinite loading spinner after page refresh (#606)
🔨 Tech Debt
v4.5.3
v4.5.2
✨ Features
- Wallets: added STORJ and Gate tokens (Adamant-im/adamant-wallets#62, Adamant-im/adamant-wallets#63)
- App: added internal page for testing
navigator.vibrate
patters (#579) - Style:
Exo 2
was replaced with system fonts (#589)
🐛 Bugs
- Delegates: fixed search issue on Delegates page (#586)
v4.5.1
✨ Features
- Chat: Save draft reply/messages (#564)
- I18n: Added simplified chinese language (#582, #584)
- Wallets: Added STORJ token (Adamant-im/adamant-wallets#62)
🐛 Bugs
- Wallets: Fixed left chevron not clickable, changed colors for better visibility (#575)
- Transactions: Fixed address pluralization in RU locale (#573)
🔨 Tech Debt
v4.4.0
✨ Features
- Nodes: migrated to Lisk v4 (hardfork) (#567)
- LiskService: Switched from /v2 to /v3 endpoint
- LiskNode: Switched to RPC API
- Added new nodes: lisknode5.adamant.im and liskservice5.adamant.im (Adamant-im/adamant-wallets#56)
Note: Old nodes are removed from the config (temporarily) until upgraded to the latest version - Added healthcheck for LiskService
- Nodes: added dashnode2.adamant.im (Adamant-im/adamant-wallets#56)
🐛 Bugs
- Transactions: Fixed infinite spinner loading (#567)
- Healthcheck: Fixed login issue when there are no online nodes available (#571)
🔨 Tech Debt
v4.3.1
✨ Features
- Nodes: coin nodes healthcheck (#547)
- Add healtcheck for ETH, BTC, DASH, DOGE and LSK nodes
- Rewrite nodes api clients with TypeScript
- Add a link to the Nodes page on Login page
- Nodes: Save nodes checkbox state in the LocalStorage (#549)
- Chat: Add message counter to the scroll to bottom button (#535)
- Chat: Show unread messages count under the back button (#558)
- Chat: Format inline and multiline markdown code blocks correctly (#540)
🐛 Bugs
- Chats: Added ellipsis for long chat names (#534)
- Chat: Check ADM balance before sending and clearing the input message (#537)
- Transfer: Show inconsistent transaction status if it's a duplicate (#561)
🔨 Tech Debt
- Deps: Upgrade
bitcoinjs-lib
(#544, #552, #553)- Replaced
TransactionBuilder
withPsbt
- Changed the signing mechanism (now it requires to fetch unspents)
- getAccount() now uses
ecpair
andtiny-secp256k1
for generating bitcoin address - Added
vite-plugin-wasm
andvite-plugin-top-level-await
(required by tiny-secp256k1)
- Replaced
- Deps: Upgrade
web-eth
lib (#542, #550, #556)- Upgraded from v1 to v4
- Removed
abi-decoder
dependency and replaced with a custom implementation - Changed
INCREASE_FEE_MULTIPLIER
from 2 to 1.5 - Added tests
- Deps: Updated minor and patch versions of all dependencies (#562)
- Wallets: Updates from
adamant-wallets
(#545, Adamant-im/adamant-wallets#47)- Added Tor nodes to the config
- Added
minNodeVersion
- Changed the structure of
serviceNodes