-
Notifications
You must be signed in to change notification settings - Fork 481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 1.44.0 #4290
Release 1.44.0 #4290
Conversation
…4159) * add timezone parameter to the transaction history endpoint, removes deprecated timezone_offset * bump safe-gateway-typescript-sdk version * Update package.json --------- Co-authored-by: katspaugh <[email protected]>
* feat: experiment with kiln widget * feat: add stake concent warning * fix: wrong widget url * feat: add theme support for staking widget * fix: use https address * Decoding + ifram tweaks * OrderConfirmationView * Switch the widget to testnet * Format values * Fix types * TokenInfoPair * Fix hydration errors with legal disclaimer * New widget URL * Pass value to getConfirmationView * Fix double request for confirmation view * Update Stake icon * Token info from the API * Hide method call for staking orders * Update confirmation view types * Display rewards in fiat * Custom icon for deposits * Tx details * Fix type * Fix tests * Extract formatSeconds * Status chips * Reuse StakingOrderConfirmationView * Flat style in tx details * Geoblocking * Feature toggles and geoblocking * Move twap module warning to swap order view * Hide queue bar * New label in sidebar * Capitalize status labels * Fix unit test * Reuse widget disclaimer component * Adjust type * Unify status chips * Keep queue bar on the stake page * TokenInfoPair -> ConfirmationOrderHeader * Fix status chip style * Rm sidebar tooltip * feat: add decoding for withdraw request . * fix: failing tests --------- Co-authored-by: katspaugh <[email protected]> Co-authored-by: katspaugh <[email protected]>
* Fix tests
* Fix regression tests
* feat: add claim decoding * fix: stake deposit tx info should display amount * fix: label for rewards . * fix: use kiln’s production widget url * fix: use test widget url when on a testchain
* Add google events tests
Bumps [semver](https://github.com/npm/node-semver) from 7.6.0 to 7.6.3. - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](npm/node-semver@v7.6.0...v7.6.3) --- updated-dependencies: - dependency-name: semver dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [fuse.js](https://github.com/krisk/Fuse) from 6.6.2 to 7.0.0. - [Release notes](https://github.com/krisk/Fuse/releases) - [Changelog](https://github.com/krisk/Fuse/blob/main/CHANGELOG.md) - [Commits](krisk/Fuse@v6.6.2...v7.0.0) --- updated-dependencies: - dependency-name: fuse.js dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@safe-global/safe-modules-deployments](https://github.com/safe-global/safe-modules-deployments) from 1.2.0 to 2.2.1. - [Release notes](https://github.com/safe-global/safe-modules-deployments/releases) - [Commits](safe-global/safe-modules-deployments@v1.2.0...v2.2.1) --- updated-dependencies: - dependency-name: "@safe-global/safe-modules-deployments" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) from 8.0.6 to 8.3.0. - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v8.3.0/code/lib/cli) --- updated-dependencies: - dependency-name: storybook dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add some general info about Safe Wallet
…up (#4194) Bumps the npm_and_yarn group with 1 update: [next](https://github.com/vercel/next.js). Updates `next` from 14.1.1 to 14.2.10 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v14.1.1...v14.2.10) --- updated-dependencies: - dependency-name: next dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix: Cleanup pending txs if nonce already executed * fix: Add another test for txHistorySlice * chore: Add pendingTx builder
* fix: display last updated version in cookie banner The cookie banner now shows the last updated version. In addition to this it is no longer necessary to update the version number inside of the store slice. We can control it from the frontmatter of the terms.md doc. Whenever the version gets updated the cookie banner is going to pop up.
…isplay issues (#4186) * fix: hide active in if stake validation has started * fix: hide request withdraw status if ready to withdraw * feat: add help tooltip for withdraw in * feat: add stake button on assets page fix: add area-label to stake button
* feat: add ofac blocking for the stake page * fix: keep ofac query data for 24h Currently once we do the ofac check the data will be discarded after 60s (if no active listeners) and whenever we navigate to a page that needs that data a new call to the rpc is going to be made. With this change the data will be kept for up to 24h (if no active listener).
* docs: how to update terms.md * Update docs/update-terms.md Co-authored-by: katspaugh <[email protected]> * Update docs/update-terms.md Co-authored-by: katspaugh <[email protected]> * Update docs/update-terms.md Co-authored-by: katspaugh <[email protected]> --------- Co-authored-by: katspaugh <[email protected]>
Bumps [contributor-assistant/github-action](https://github.com/contributor-assistant/github-action) from 2.5.1 to 2.5.2. - [Release notes](https://github.com/contributor-assistant/github-action/releases) - [Commits](contributor-assistant/github-action@v2.5.1...v2.5.2) --- updated-dependencies: - dependency-name: contributor-assistant/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [fake-indexeddb](https://github.com/dumbmatter/fakeIndexedDB) from 4.0.2 to 6.0.0. - [Release notes](https://github.com/dumbmatter/fakeIndexedDB/releases) - [Changelog](https://github.com/dumbmatter/fakeIndexedDB/blob/master/CHANGELOG.md) - [Commits](dumbmatter/fakeIndexedDB@v4.0.2...v6.0.0) --- updated-dependencies: - dependency-name: fake-indexeddb dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…#4222) Bumps [@safe-global/safe-deployments](https://github.com/safe-global/safe-deployments) from 1.37.3 to 1.37.8. - [Release notes](https://github.com/safe-global/safe-deployments/releases) - [Commits](safe-global/safe-deployments@v1.37.3...v1.37.8) --- updated-dependencies: - dependency-name: "@safe-global/safe-deployments" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix: Add no-unused-vars and await-thenable eslint rules * fix: CheckWallet test * fix: Add back ref extraction in AddressBookInput to fix infinite render in TxFilterForm test
* Feat: rm WC/TxB from dashboard - make space for recent Safe Apps * Rm unused import * Fix test * Rm e2e test
* fix: wrong stake statuses * fix: small UI discrepancies with the figma designs * fix: change to format duration to milliseconds * fix: incorrect status displayed * refactor: validator exit * chore: update @safe-global/safe-gateway-typescript-sdk
…oup (#4263) Bumps the npm_and_yarn group with 1 update: [rollup](https://github.com/rollup/rollup). Updates `rollup` from 2.79.1 to 2.79.2 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v2.79.1...v2.79.2) --- updated-dependencies: - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
the fee is returned by the API in decimal format, so we have to multiply by 100 to get the percentage
* fix: duplicated advanced data DecodedTx was rendering a decodedData block, which was also rendered by the Summary component. Right now I’m hiding the decodedData block in the summary based on a prop that is passed by the parent component. This will be refactored and tested over here: #4091 * Update src/components/tx/DecodedTx/index.tsx Co-authored-by: Usame Algan <[email protected]> --------- Co-authored-by: Usame Algan <[email protected]>
* fix: duplicated advanced data DecodedTx was rendering a decodedData block, which was also rendered by the Summary component. Right now I’m hiding the decodedData block in the summary based on a prop that is passed by the parent component. This will be refactored and tested over here: #4091 * Update src/components/tx/DecodedTx/index.tsx Co-authored-by: Usame Algan <[email protected]> * fix: too wide label * fix: update snapshot --------- Co-authored-by: Usame Algan <[email protected]>
Branch preview✅ Deploy successful! Website: Storybook: |
📦 Next.js Bundle Analysis for safe-wallet-webThis analysis was generated by the Next.js Bundle Analysis action. 🤖 🎉 Global Bundle Size Decreased
DetailsThe global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster. Any third party scripts you have added directly to your app using the If you want further insight into what is behind the changes, give @next/bundle-analyzer a try! Six Pages Changed SizeThe following pages changed size from the code in this PR compared to its base branch:
DetailsOnly the gzipped size is provided here based on an expert tip. First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If Any third party scripts you have added directly to your app using the Next to the size is how much the size has increased or decreased compared with the base branch of this PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this. |
Coverage report
Show new covered files 🐣
Show files with reduced coverage 🔻
Test suite run success1484 tests passing in 203 suites. Report generated by 🧪jest coverage report action from 437689a |
Features
Bug fixes
Refactor
Chore & tests