Skip to content
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 v1.14.0 #6

Merged
merged 202 commits into from
Jul 19, 2023
Merged

Release v1.14.0 #6

merged 202 commits into from
Jul 19, 2023

Conversation

ElvisKrop
Copy link
Collaborator

No description provided.

katspaugh and others added 30 commits March 7, 2023 14:57
* Feat: better UX for disabld buttons

* Fix test

* Add unit tests

* Update src/components/common/CheckWallet/index.tsx

Co-authored-by: Aaron Cook <[email protected]>

* Rm hide in EnhancedTable

* Fix test

* Switch chain on click

* Check the wallet chain only for execution

* Revert enabled button on wrong chain

* Make Track a span by default

---------

Co-authored-by: Aaron Cook <[email protected]>
* fix: pending skeletons + indexing statuses

* fix: cypress expectations

---------

Co-authored-by: schmanu <[email protected]>
* Refactor: minimize the usage of the static chains config

* Fix NetworkSelector

* Use chainIds from the Core SDK

* Update src/config/chains.ts

Co-authored-by: Aaron Cook <[email protected]>

---------

Co-authored-by: Aaron Cook <[email protected]>
* chore: bump version

* fix: Typo in terms page (#1747)

* fix: only show `safeTxGas` when present (#1753)

* fix: pending skeletons + indexing statuses (#1755)

* fix: pending skeletons + indexing statuses

* fix: cypress expectations

---------

Co-authored-by: schmanu <[email protected]>

* We also need this file on the staging url. (#1766)

---------

Co-authored-by: Usame Algan <[email protected]>
Co-authored-by: schmanu <[email protected]>
Co-authored-by: Dirk Jäckel <[email protected]>
* fix: Only store owned safes for their given chainId

* fix: Only set owned safes when fetch finishes

* fix: replace useAsync with useEffect
* fix: init SDK with unsupported contract

* fix: tests

* fix: test

* fix: cleanup test

* fix: check validity of master copy

* fix: add mocks to test

* feat: add warning to modal

* fix: add `currentChain` check

* Merge branch 'dev' into unsupported-contract-sdk
* fix: Stay on the same route when switching safes

* revert single tx change

* refactor: Adjust safelistitem link for welcome page

* Use Link type

* refactor: Rename destination to href, add comment

* fix: Reroute to history when switching on a single tx page
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…736)

Bumps [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) from 4.8.1 to 4.8.2.
- [Release notes](https://github.com/OpenZeppelin/openzeppelin-contracts/releases)
- [Changelog](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/CHANGELOG.md)
- [Commits](OpenZeppelin/openzeppelin-contracts@v4.8.1...v4.8.2)

---
updated-dependencies:
- dependency-name: "@openzeppelin/contracts"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Chawye Hsu <[email protected]>
* Fix: strip query params from Sentry events

* Allow appUrl
* Fix: sort Safe App tags

* Remember view mode

* Rm categories + add tracking

* Fix list view card height
* fix: support tokens with no decimals

* fix: decimal length validation
* feat: buttons to expand/collapse all actions

* fix: set state in `useEffect`

* fix: improve clarity of code
* fix: Delay switching networks until tx execution

* refactor: Use onboard instead of wallet to switch network

* fix: Return updated wallet when switching, reorder function params

* fix: useIsValidTransaction with patched provider, fix tests

* fix: create safe e2e test

* fix: Invert condition for patched signer

* fix: Show gasLimit error for custom gasLimits, switch from using the sdk for useIsValidExecution

* fix: Add slight timeout when switching wallet network

* fix: Failing test

* fix: Only add prevalidated signature if wallet is owner

* fix: Remove useIsWrongChain and adjust places where it was used

* fix: Remove ChainSwitcher

* fix: Address feedback

* fix: tests

* fix: don't error when switch hardware wallet chain

* fix: throw error for incorrect chain

* fix: don't throw inside promise

* fix: Safe Apps dispatcher

* fix: keep header switcher + rename function

* feat: show warning for hardware wallets

* refactor: remove `sleep`

* fix: mocks + remove log

* fix: off-chain sign switch + reconnect SC wallets

* fix: move warning to alert + reduce PR size

* fix: tests + reduce PR size

* fix: enable submit + init SDK when addresses match

* fix: Remove unused dependencies, remove useIsGranted hook, add warning to batch execute and spending limit txs

* fix: ensure styles are important

---------

Co-authored-by: iamacook <[email protected]>
* feat: display Fallback Handler address

* feat: display name, adjust tooltip + test

* fix: use `logoUri`
* feat: show alert for new versions in settings

* fix: add loading skeletons

* fix: design of info box
usame-algan and others added 29 commits June 21, 2023 19:21
Bumps [semver](https://github.com/npm/node-semver) from 7.3.8 to 7.5.2.
- [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.3.8...v7.5.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Docs: fix readme formatting

The env vars table was broken

* Move Redefine API URL to env vars

* REDEFINE_REQUEST_URL -> REDEFINE_API
* Fix: reset tx list pages when Safe is changed

* Add the same fix for PaginatedMsgs
* fix: onboard warning colours

* fix: revert palette + remove element

* fix: remove comment

* fix: colours

* fix: remove condition
* fix: upgrade `@web3-onboard/*` + remove patches

* fix: mocks
Use printf

Use a heredoc

Use jq
# Conflicts:
#	package.json
#	public/images/logo.svg
#	src/components/common/CookieBanner/index.tsx
#	src/components/common/Footer/index.tsx
#	src/components/common/Header/styles.module.css
#	src/components/common/MetaTags/index.tsx
#	src/components/safe-apps/SafeAppsHeader/index.tsx
#	src/components/sidebar/SidebarFooter/index.tsx
#	src/pages/address-book.tsx
#	src/pages/balances/index.tsx
#	src/pages/balances/nfts.tsx
#	src/pages/home.tsx
#	src/pages/new-safe/load.tsx
#	src/pages/settings/appearance.tsx
#	src/pages/settings/modules.tsx
#	src/pages/settings/safe-apps/index.tsx
#	src/pages/settings/setup.tsx
#	src/pages/settings/spending-limits.tsx
#	src/pages/transactions/history.tsx
#	src/pages/transactions/queue.tsx
#	src/pages/transactions/tx.tsx
#	src/pages/welcome.tsx
#	src/services/ls-migration/config.ts
#	yarn.lock
@ElvisKrop ElvisKrop merged commit 8fda0d7 into evmos Jul 19, 2023
1 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.