π§ββοΈ Transaction handling, Fee estimation, dapp methods
github-actions
released this
24 May 15:54
·
3322 commits
to develop
since this release
Probably the last release before Cairo v0.9.0 and mandatory fees contains:
- better fee estimation (thanks to starknet.js update)
- better transaction handling and displaying!
- showing failed transactions
- more dapp methods to add and change chains!
- new privacy-preserving analytics, so we can improve the extensions even more in the future!
- more generic improvements and bug fixes π
What's Changed
- refactor(background): make entrypoint bit more understandable by @delaaxe in #622
- refactor(ui): more liberal use of
IconBar
by @delaaxe in #624 - feat: move transactions to background by @janek26 in #625
- fix: fee estimation by @janek26 in #637
- feat(settings): request password before showing seed by @delaaxe in #638
- feat: add
addChain
method for dapps by @dhruvkelawala in #639 - feat(nfts): add courtesy links to empty state by @delaaxe in #640
- feat(activity): red status for failed transactions by @delaaxe in #641
- refactor: inpage by @delaaxe in #642
- Add
chainId
field to StarknetWindowObject and implementchainChanged
event listener by @dhruvkelawala in #643 - feat(dapp): explicit handling of failed transactions by @delaaxe in #644
- Add
wallet_switchStarknetChain
request method by @dhruvkelawala in #656 - feat: add private and anonymous analytics by @janek26 in #655
- Add TransactionDetail Page by @dhruvkelawala in #658
- Show decrypting progress in UI by @gergold in #657
- fix: use default timezone without showing it by @dhruvkelawala in #659
- feat: analyze preauthorized dapps by @janek26 in #660
- Bugfix/sync-new-transactions by @janek26 in #668
- fix: remove transaction error screen by @janek26 in #669
- fix: populate tx history on recover by @janek26 in #670
- feat(inpage): add wallet id by @delaaxe in #671
- fix: use better maxFee by @janek26 in #672
New Contributors
- @dhruvkelawala made their first contribution in #639
Full Changelog: v3.4.3...v3.5.0