Releases: argentlabs/argent-x
🏗 Improve stability and security
This release implements a new action queue which improves stability and security of the extension.
States held in the background page where reduced and should be more reliable now, which fixes an issue where the user were not able to use unlock the wallet using the correct password.
This release also moves transaction tracking into the background and introduces transactions success/error notifications.
It also adds the ability for DApps to add their tokens to the extension programmatically.
What's Changed
- feat: move transactions to background by @janek26 in #134
- feat: add token from dapp by @janek26 in #138
Full Changelog: v1.1.1...v1.1.2
🐛 Mainnet deploy bug
This release fixes a mainnet deployment bug, where it showed Deploying...
forever.
What's Changed
- fix(ui): fix decimals parsing bug by @delaaxe in #113
- fix: mainnet tx status update by @janek26 in #114
Full Changelog: v1.1.0...v1.1.1
🏎 Update to support Cairo-lang v0.6.2
This release support the new Cairo version!
It introduces off chain message signing and also improves on caching and performance.
What's Changed
- Show github link in npmjs.com by @jasonzhouu in #62
- feat: use swr for token fetch by @janek26 in #63
- feat: message signing by @janek26 in #84
- chore(webpack): performance improvement by @delaaxe in #91
- feat(header): change settings icon & pin back button location by @delaaxe in #92
New Contributors
- @jasonzhouu made their first contribution in #62
Full Changelog: v0.2.0...v1.1.0
🚀 Mainnet release
Argent X now supports Mainnet!
We've been working hard to bring you this release. Just a few days after StarkNet Mainnet Alpha release, we are ready to bring this update of Argent X to you, which will support:
- Multiple Networks
- Faster and smarter keystore decryption (you don't need to wait now every time!)
- Sessions
You can find all changes below.
What's Changed
- Playground basic component layout by @delaaxe in #1
- get-starknet NPM package by @gergold in #2
- Fixes #3; Extension send transaction window content does not fill space. by @graemeblackwood in #4
- feat: request connection by @janek26 in #6
- update readme to include
Install from source
section by @juniset in #7 - feat: alpha 4 by @janek26 in #12
- Add a list of default tokens by @delaaxe in #9
- chore: update to starknet.js 2.0.1 by @mortimr in #15
- UX improvements by @delaaxe in #16
- Feature/move key to bg by @janek26 in #18
- fix(add-token): retrieve decimals correctly and force 64 byte addresses by @janek26 in #20
- feature: network switcher by @delaaxe in #19
- feat: support new erc20 by @janek26 in #38
- [UPDATE] Change red warning button colour to Argent red. by @graemeblackwood in #39
- Improvement/styling tweaks by @graemeblackwood in #40
- feat: multi network tokens by @delaaxe in #43
- feat: recover network by @janek26 in #44
New Contributors
- @delaaxe made their first contribution in #1
- @gergold made their first contribution in #2
- @graemeblackwood made their first contribution in #4
- @janek26 made their first contribution in #6
- @juniset made their first contribution in #7
- @mortimr made their first contribution in #15
Full Changelog: https://github.com/argentlabs/argent-x/commits/v1.0.0