Releases: argentlabs/argent-x
v4.1.3
v4.1.2
v4.1.1
🧚♀️ Mandatory fees on mainnet
This release enforces mandatory fees on main net.
As already announced with v4.0.0 old accounts will be depricated by Starkware soon. So make sure to deploy a new account and migrate all your assets!
Additionally we'll get a new transaction review screen by @simonheys who just joined the Argent X development efforts! And the ability to hide accounts delivered by @dhruvkelawala ! :-)
What's Changed
- Release/v4.0.4 by @janek26 in #763
- feat: Hide accounts by @dhruvkelawala in #699
- feat: transaction review fallback screen by @simonheys in #764
- ci: change dependabot to run mondays by @janek26 in #766
- fix: wallet deployment and recovery by @janek26 in #778
Full Changelog: v4.0.4...v4.1.0
v4.0.4
What's Changed
- Release/v4.0.3 by @janek26 in #758
- feat: shortcut to extended view by @simonheys in #759
- fix: amount check MaxUint256 by @janek26 in #762
New Contributors
- @simonheys made their first contribution in #759
Full Changelog: v4.0.3...v4.0.4
v4.0.3
v4.0.2
What's Changed
- Release/v4.0.1 by @janek26 in #740
- fix: migration screen by @janek26 in #741
- chore(deps-dev): bump typescript from 4.7.2 to 4.7.3 by @dependabot in #742
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.27.0 to 5.27.1 by @dependabot in #744
- chore(deps): bump @mui/icons-material from 5.8.2 to 5.8.3 by @dependabot in #743
- chore(deps-dev): bump @types/node from 17.0.38 to 17.0.41 by @dependabot in #747
- chore(deps-dev): bump @types/react from 18.0.10 to 18.0.12 by @dependabot in #746
- chore(deps-dev): bump @typescript-eslint/parser from 5.27.0 to 5.27.1 by @dependabot in #745
- chore(deps-dev): bump lerna from 5.0.0 to 5.1.1 by @dependabot in #748
- chore(deps-dev): bump rollup from 2.75.5 to 2.75.6 by @dependabot in #749
- chore(deps-dev): bump eslint from 8.16.0 to 8.17.0 by @dependabot in #750
- chore(deps): bump @mui/material from 5.8.2 to 5.8.3 by @dependabot in #751
- fix: transaction queuing by @janek26 in #752
Full Changelog: v4.0.1...v4.0.2
v4.0.1
🤵🏻♂️ v4.0.0 Mandatory fees
As Starknet is progressing we need to adopt. In their latest Network upgrade they introduced mandatory fees for StarkNet Goerli, with Maine following in a few weeks.
This network upgrade introduces mandatory fees paid in ETH on StarkNet.
The proxy contract and how you deploy contracts on StarkNet also changes, so we had to make it a breaking change where you'll need to create a new wallet. Unfortunately there will be no way to keep your current addresses, as Starknet will depreciate old accounts very soon. So make sure to migrate all your funds to a new Account!
We took this opportunity to also change the derivation path to comply to StarkNet standards.
What's Changed
- Release/v3.6.2 by @janek26 in #707
- feat(background): update derivation path by @delaaxe in #689
- feat: add required fees by @janek26 in #677
- feat(ui): migration disclaimer by @delaaxe in #708
- feat(ui): deprecated accounts warning in account list by @delaaxe in #710
- feat(ui): deprecated account screen by @delaaxe in #711
- feat(ui): account screen migration banner by @delaaxe in #712
- refactor: rename backup to recovery by @delaaxe in #725
- fix: chain dapp api by @janek26 in #727
- feat(background): use constructor-initialized proxy by @delaaxe in #690
- refactor(ui): messaging split by @delaaxe in #726
- refactor(background): split action handlers by @delaaxe in #729
- refactor(ui): standardize messaging to background across ui by @delaaxe in #728
- refactor(background): colocate upgrade logic by @delaaxe in #731
- refactor(background): various code cleanups by @delaaxe in #730
- feat: new recovery by @janek26 in #732
- feat: add account class hash for goerli by @janek26 in #733
- fix: deprecation messaging by @janek26 in #734
Full Changelog: v3.6.2...v4.0.0