-
Notifications
You must be signed in to change notification settings - Fork 428
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.13.0 #2142
Merged
Merged
Release 1.13.0 #2142
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
…2075) * Remember the state of Execute transaction checkbox in settings * fix typo
) Bumps [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) from 4.8.3 to 4.9.1. - [Release notes](https://github.com/OpenZeppelin/openzeppelin-contracts/releases) - [Changelog](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v4.9.1/CHANGELOG.md) - [Commits](OpenZeppelin/openzeppelin-contracts@v4.8.3...v4.9.1) --- 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>
* Chore: fix e2e tests * Restore wallet check * Use prod CGW * Use prod CGW * Pending actions * Create tx
* chore: upgrade onboard * fix: logo, remove TODO + error expection * fix: update packages + logo dimensions * fix: Ledger connection + remove workaround --------- Co-authored-by: katspaugh <[email protected]>
) Bumps [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/OpenZeppelin/openzeppelin-contracts/releases) - [Changelog](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v4.9.2/CHANGELOG.md) - [Commits](OpenZeppelin/openzeppelin-contracts@v4.9.1...v4.9.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>
* chore: upgrade onboard * fix: logo, remove TODO + error expection * fix: update packages + logo dimensions * feat: add WalletConnect v2 wallet module * fix: invert wallet labels * fix: required chains + filter invalid addresses * fix: revert filtering of empty addresses * fix: use only current chain as requiredChain * fix: alter argument name * fix: patch `@web3-onboard/walletconnect` payload * fix: regen `yarn.lock` --------- Co-authored-by: katspaugh <[email protected]> Co-authored-by: schmanu <[email protected]>
* feat: (WIP) transaction security scanner / warnings Small scanner interface for transactions with two example implementations - RuleBasedTransactionScanner - RedefineTransactionScanner * fix: add preValidatedSignature to payload * fix: use messages instead of transactions to avoid missing signatures * refactor: split ApprovalEditor into editor and approval module * refactor: add Interface and remove unnecessary code * refactor: module structure * feat: add 1st iteration of redefine module * feat: add severity warning * fix: clarify types * feat: transaction security warning components * Revert "feat: transaction security warning components" This reverts commit 262af6a. * feat: transaction security warning components (#1992) * fix: migrate callbacks to promises + add demo * feat: decode ERC-20, ERC-721, MultiSend recipients * feat: expected balance changes * refactor: remove records instead of map functions, change redefine response type * refactor: remove service, use proxy, test for useRedefine hook * feat: recipient address security module (#2030) * feat: recipient address security module * fix: description * fix: delete unused module * fix: test * fix: cleanup tests * fix: adjust payload * feat: unexpected delegate call security module (#2033) * [Risk mitigation] Rework components that display security results (#2048) - uses redefine to scan transactions - feature toggle to enable it per chain - analytics - error handling - design for the current tx modal * test: risk mitigation test cases in SignOrExecuteForm.test.tsx * fix: update redefine simulation URL * fix: align chip to the right, fix logo in dark mode * Update balance change list ui * fix: Spacing and don't show error if there are risk results * fix: Typo and refactor isSmartContract usage * Update read more text * Address feedback * Fix pluralized label --------- Co-authored-by: iamacook <[email protected]> Co-authored-by: Usame Algan <[email protected]>
Branch preview✅ Deploy successful! https://release_1_13_0--walletweb.review-wallet-web.5afe.dev |
ESLint Summary View Full Report
Report generated by eslint-plus-action |
usame-algan
approved these changes
Jun 21, 2023
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.
v1.13.0
New features
Bug fixes
baseGas
in estimation (fix: usebaseGas
in estimation #2092)