-
Notifications
You must be signed in to change notification settings - Fork 433
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.16.0 #2366
Release 1.16.0 #2366
Conversation
This reverts commit e1eadbc.
* Fix: mobile pairing check * Fix tests
* fix: replacement nonce dropdown style * fix: tweak style * fix: reduce padding
* fix: don't close flow in Safe Apps * fix: dependencies
* fix: Reopen QR modal in safe creation * fix: Use RHF isValidating instead of setting own state
* feat: Safe App info button * fix: return type * fix: mark apps agnostic of chain * Revert "fix: mark apps agnostic of chain" This reverts commit 35e7917.
* Fix: warn if wallet already signed a tx * Adjust TxLayout margin * Replace dashboard link with modal close * fix: align transaction links (#2332) * Fix: mobile pairing check (#2327) * Fix: mobile pairing check * Fix tests * fix: align transaction links --------- Co-authored-by: katspaugh <381895+katspaugh@users.noreply.github.com> * Rm NewTxMenu margin * fix e2e create_tx * fix e2e nfts --------- Co-authored-by: Aaron Cook <aaron@safe.global> Co-authored-by: Franco Venica <francovenica@gmail.com>
* Feat: batch any tx * Refactor: move DecodedTx logic to a hook; extract Approval editor * Expanded details * Notifications * Batch indicator on mobile * Tracking * Tracking: add counts and types * Fix useDecodeTx * Fix tooltip * Fix propose tests * Disable batching batches * Empty state * Disable batch button for multisends * Reordering * Empty batch image in dark mode * Update src/components/batch/BatchSidebar/EmptyBatch.tsx Co-authored-by: Aaron Cook <aaron@safe.global> * Update src/components/batch/BatchSidebar/EmptyBatch.tsx Co-authored-by: Aaron Cook <aaron@safe.global> * Use ids in the store, PR comments * Disable accordion when dragging * Rm unnecessary casting * Update src/components/batch/BatchIndicator/BatchTooltip.tsx Co-authored-by: Aaron Cook <aaron@safe.global> * Await txDetails; disallow batching delegate calls; other PR comments * Add signatures in createMockSafeTx * Avoid re-fetching txDetails * Disallow batching rejection txs * Close sidebar when txflow is opened * Fix e2e test * Fix tracking * Hide batching on mobile --------- Co-authored-by: Aaron Cook <aaron@safe.global>
* Feat: show delegates * Fix: don't show delegates if array is empty * Add help tooltip
* Feat: emoji identicons Add experimental toggle * Fix tests * Fix build * Adjust settings style * Disable emojis for small avatars * Extract static fn part * Fix z-index
* Fix: re-connecting a locked wallet * Reconnect WC v2 * Refactor: onboard autoConnect * e2e wallet * Rm the connectE2EWallet command * Tracking + WC v2 peer tracking * Reset last tracked wallet on disconnect * Lint * Minor UI adjustments * Fix: WC v1 detection
* Fix: prevent key prop warning in EthHashInfo Fix: prevent key prop warning in EthHashInfo Fix: prevent key prop warning in EthHashInfo * Fix tests * PR comments
* Chore: rm Plausible Analytics script * Rm PA from privacy policy and CSP
* Fix: tx can have been created w/o signatures * Reuse the same logic in ExecuteForm
* Fix: cookie prefs checked checkbox color * Move colors to CSS * Stop propagation on ExplorerButton in EthHashInfo
* Fix: prevent an early redirect on the Safe Apps share page * Use an effect
* fix: Use PNG instead of SVG for Redefine logo * fix: Optimize PNG
* Refactor: fetch pending queue only in 1/N Safes * Improve hook condition * Fix previous nonces
Branch preview✅ Deploy successful! https://release_1_16_0--walletweb.review-wallet-web.5afe.dev |
ESLint Summary View Full Report
Report generated by eslint-plus-action |
Beyond that small issue for mobile the rest RC looks good. The regression looks good. Testedly mostly in GNO, ETH and Goerli |
Fixed here. Thanks Franco! |
* Fix: limit emoji avatars to owned Safes * Fix mobile header
Features
Bug fixes
origin
length (fix: limitorigin
length #2334)chainId
(fix: use the deployment bychainId
#2246)inputProps['onChange']
(fix: also formatinputProps['onChange']
#2293)Improvements
useAsync
dependency arrays (fix:useAsync
dependency arrays #2291)