-
Notifications
You must be signed in to change notification settings - Fork 468
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.49.0 #4746
Merged
Release 1.49.0 #4746
+69,689
−23,228
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* refactor: switch to use yarn v4 fix: github action crashing fix: failing yarn v4 install due to incorrect 3rd party dependency fix: remove Keystone pckg causing yarn v4 failure fix: resolutions fix: failing tests fix: github acitons not working with new yarn v4 fix: update readme Update .github/actions/cache-deps/action.yml Co-authored-by: Usame Algan <[email protected]> --------- Co-authored-by: Usame Algan <[email protected]>
Bumps [@walletconnect/utils](https://github.com/walletconnect/walletconnect-monorepo) from 2.17.2 to 2.17.3. - [Release notes](https://github.com/walletconnect/walletconnect-monorepo/releases) - [Commits](WalletConnect/walletconnect-monorepo@2.17.2...2.17.3) --- updated-dependencies: - dependency-name: "@walletconnect/utils" 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 [@cowprotocol/app-data](https://github.com/cowprotocol/app-data) from 2.1.0 to 2.4.0. - [Release notes](https://github.com/cowprotocol/app-data/releases) - [Commits](cowprotocol/app-data@v2.1.0...v2.4.0) --- updated-dependencies: - dependency-name: "@cowprotocol/app-data" 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>
Bumps [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) from 2.2.6 to 2.5.0. - [Release notes](https://github.com/reduxjs/redux-toolkit/releases) - [Commits](reduxjs/redux-toolkit@v2.2.6...v2.5.0) --- updated-dependencies: - dependency-name: "@reduxjs/toolkit" dependency-type: direct:production 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>
Bumps [@ducanh2912/next-pwa](https://github.com/DuCanhGH/next-pwa) from 9.7.1 to 10.2.9. - [Release notes](https://github.com/DuCanhGH/next-pwa/releases) - [Changelog](https://github.com/DuCanhGH/next-pwa/blob/master/CHANGELOG.md) - [Commits](https://github.com/DuCanhGH/next-pwa/compare/@ducanh2912/[email protected]...@ducanh2912/[email protected]) --- updated-dependencies: - dependency-name: "@ducanh2912/next-pwa" 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>
With the change to yarn v4 we need to slightly adjust the Dockerfile
* refactor: Split up MyAccounts component * refactor: Move allSafes computation and sort comparator into AccountsList * fix: Add tests for AccountsList * fix: Add tests for PinnedSafes * fix: Add tests for FilteredSafes, adjust maybePlural to account for 0 value * fix: Failing maybePlural test * fix: Change QueueActions to a button instead of an a element * fix: Remove watchlist tracking and use pinned safes tracking instead * refactor: Rename AccountsFilter to AccountListFilters
* Chore: fine-tune AI review prompt * Update code-review-gpt.yml
* fix: React props errors * chore: Update snapshots * fix: Use NextLink inside Tab component instead of wrapping
* Refactor: message origin instead of safeAppId * Beta 1 * Yarn lock
* feat: add url params for safe and signer address to typeform link * feat: update styles for outreach banner and pass addresses as url params to survey * feat: target all safes * fix: popup flickers when survey has already been completed * compress avatar image
* fix: don't use `chainId` when calculating domain hash of <=1.2.0 * Extract check to variable * fix: use `dataGas` when calculating message hash of <1.0.0 * feat: display `SafeMessage` message hash when signing off-chain
* Fix: rm circular dependency * Rm GPT bot
add readme
Initial commits
* refactor: use jest for tests I couldn’t find a way to fix our tests and make them work with tamagui. Vitest is ignoring the native.ts files that tamagui has and tests were failing, because of that I reconfigured the project to use jest. * fix: button test * feat: add container tests * feat: add DataRow tests
* feat: create tx-history list components * feat: use the new cards components in the TxHistory list * fix: remove todo * feat: add missing variants to tx history page * feat: add missing multiSendCall information in the txList * feat: create static transactions messages layout * fix: android crash * feat: add detox test for transactions * fix: add the right name in the bulk transactions section * fix: scroll margin in the txHistory component * fix: story book of the TxCards components * fix: unit tests * fix: detox tests * fix: remove unnecessary comment * fix: remove swap order comment * fix: tx history in light mode * fix: use snapshot tests instead of inline object comparison * fix: remove TODO comments * chore: rename tx cards --------- Co-authored-by: Daniel Dimitrov <[email protected]>
* chore: use Alert component for the status banners * chore: use GestureHandler on the application entry point * fix: remove 'isStorybookEnv' log * fix: rename tests cases
* chore: adjust api gateway folder structure * feat: create chains slice * feat: create activeChain slice * chore: remove TODO comment * chore: remove unused code * feat: use activeChain information instead of hard coded data * fix: remove performance optmization in pro of readability
* feat: create pending tx screen * feat: add pending transactions static layout in the home screen * feat: add pending transactions slice in the api gateway * feat: add new variant in the Alert component * feat: create CircularBadge component to use it as the circular icon with text * feat: put groupTx to respect SOLID definition * feat: add lodash as project dependency * feat: add missing parameters in the TxCards components * feat: adjust reusable components layout * feat: create pending transactions screen * feat: generated snapshots
* feat: monochrome launcher icon for Android * replace monochrome icon with even further minified version
* feat: install necessary packages for sortable functionallity * chore: move active chain information to be under activeSafe to avoid duplicated source of truth and better and domain centralization * feat: allow safeList consumer to remove the horizontal padding if he/she/they wants * feat: add edit accounts functionality * fix: unit tests * fix: improve seperation of concern between sortable and edit/remove accounts * fix: improve code readability * fix: generated yarn.lock * feat: cover Assets feature with unit tests * chore: improve test reliability * fix: remove inline style * fix: use selectors and dispatch from useApp hooks * fix: lint * feat: cover NFTs container * chore: cover my accounts functionality with unit tests * fix: AccountItem lint
* Fix: sandbox coingecko icons * Rm crossorigin
* feat: change safe search placeholder text * update wording from design feedback
Bumps [@mui/x-date-pickers](https://github.com/mui/mui-x/tree/HEAD/packages/x-date-pickers) from 7.23.2 to 7.23.3. - [Release notes](https://github.com/mui/mui-x/releases) - [Changelog](https://github.com/mui/mui-x/blob/v7.23.3/CHANGELOG.md) - [Commits](https://github.com/mui/mui-x/commits/v7.23.3/packages/x-date-pickers) --- updated-dependencies: - dependency-name: "@mui/x-date-pickers" 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 [@react-navigation/material-top-tabs](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/material-top-tabs) from 7.0.18 to 7.1.0. - [Release notes](https://github.com/react-navigation/react-navigation/releases) - [Changelog](https://github.com/react-navigation/react-navigation/blob/main/packages/material-top-tabs/CHANGELOG.md) - [Commits](https://github.com/react-navigation/react-navigation/commits/@react-navigation/[email protected]/packages/material-top-tabs) --- updated-dependencies: - dependency-name: "@react-navigation/material-top-tabs" dependency-type: direct:production 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>
Bumps [@storybook/addon-ondevice-actions](https://github.com/storybookjs/react-native) from 8.4.2 to 8.4.4. - [Release notes](https://github.com/storybookjs/react-native/releases) - [Changelog](https://github.com/storybookjs/react-native/blob/next/CHANGELOG.md) - [Commits](storybookjs/react-native@v8.4.2...v8.4.4) --- updated-dependencies: - dependency-name: "@storybook/addon-ondevice-actions" dependency-type: direct:development 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>
This reverts commit f40f7bf.
…ner (#4739) * fix: dismiss outreach banner in batch_tx e2e tests * fix: close outreach popup whenever a signer is connected * remove duplicate check for outreach popup
Branch preview✅ Deploy successful! Website: Storybook: |
Coverage (56%)
|
* Fix: remove network selector from WC proposal warning * Clean up event
|
|
Fixed both here: #4747 |
* Fix: use recommendedMasterCopyVersion only for Safe upgrades * Fix tests
verified |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Features
SafeMessage
message hash when signing off-chain #4687)Other