Skip to content

Releases: argentlabs/argent-x

Fix fee estimation

11 Apr 09:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.1.1

v3.1.0

05 Apr 07:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.1.0

v3.0.0

11 Mar 11:57
a5b8a45
Compare
Choose a tag to compare

What's changed

  • New Cairo account which supports multicalls
  • Improvement of connection/authorization state in dapps
  • starknet.js v3 integration
  • UX improvements
  • Bug fixes

⚠️ This release contains breaking changes to the wallet: see here for details on the migration.

All changes

Full Changelog: v2.3.0...v3.0.0

v2.3.0

25 Feb 12:23
Compare
Choose a tag to compare

Summary of changes

  • Ability to rename accounts (thanks again @jgresham's for your contribution!)
  • Added ETH to default tokens on Goerli
  • Improved UX
  • Bug fixes and performance improvements

What's Changed

  • fix(release): point to npm registry by @janek26 in #283
  • fix(playground): allow signing in test dapp while there is pending transaction by @delaaxe in #296
  • refactor: rename playground to dapp to make it more obvious by @delaaxe in #297
  • feat(ui): add ETH to list of default tokens by @delaaxe in #308
  • feat(ui): improved backup flow by @delaaxe in #312
  • refactor(routes): always use functions for easier parametrization by @delaaxe in #325
  • fix: reject promises with errors instead of strings by @delaaxe in #327
  • fix: setIsDeployed true after account deployed by @jgresham in #323
  • feat: account names by @jgresham in #284
  • refactor(ui): rename wallet to account by @delaaxe in #328
  • feat: open recover screen in a tab on linux by @gergold in #329
  • feat(settings): better ux by @delaaxe in #330
  • feat(ui): show descriptive transaction errors by @delaaxe in #333

Full Changelog: v2.2.2...v2.3.0

v2.2.2

11 Feb 11:27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.3...v2.2.2

🐛 Reduce load on StarkNet sequencer

03 Feb 12:24
Compare
Choose a tag to compare

Just a quick patch release to reduce load on the StarkNet sequencer.

What's Changed

Full Changelog: v2.1.0...v2.1.3

🖥 Local network support

28 Jan 11:36
Compare
Choose a tag to compare

This release adds the ability to connect to local networks with the extension. Obviously we also added bug fixes and performance improvements. :-)

Breaking changes:

  • Interface for @argent/get-starknet has changed, you need to change the following:

instead of this:

const starknet = getStarknet({ showModal: true })
const [userWalletContractAddress] = await starknet.enable()

use this:

const starknet = getStarknet()
const [userWalletContractAddress] = await starknet.enable({ showModal: true })

What's changed

Full Changelog: v1.1.3...v2.1.0

⏰ Show pending transactions

10 Jan 10:57
Compare
Choose a tag to compare

This release completes the Argent X UX by introducing pending transactions.
It also changes get-starknet behavior

What's Changed

New Contributors

Full Changelog: v1.1.2...v1.1.3

🏗 Improve stability and security

04 Jan 13:34
Compare
Choose a tag to compare

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

Full Changelog: v1.1.1...v1.1.2

🐛 Mainnet deploy bug

23 Dec 09:34
Compare
Choose a tag to compare

This release fixes a mainnet deployment bug, where it showed Deploying... forever.

What's Changed

Full Changelog: v1.1.0...v1.1.1