-
Notifications
You must be signed in to change notification settings - Fork 393
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
v0.43.0 #3560
Merged
Merged
v0.43.0 #3560
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
Release checklistThis release checklist should be performed before release is published.
Don't forget to approve the PR when checklist is finished ✅ Dev tests🚀 Version update
Manual tests📨 Add account
🗑️ Remove account
💌 Send base asset
🎁 Send ERC20
💸 Internal swap
📡 dApps connections
🎭 Sign in with Ethereum
🐶 Default wallet
⚙️ Settings
☀️ Abilities
🌠 NFTs page
|
@andreachapman's Release checklistThis release checklist should be performed before release is published.
Don't forget to approve the PR when checklist is finished ✅ Dev tests🚀 Version update
Manual tests📨 Add account
🗑️ Remove account
💌 Send base asset
🎁 Send ERC20
💸 Internal swap
📡 dApps connections
🎭 Sign in with Ethereum
🐶 Default wallet
⚙️ Settings
☀️ Abilities
🌠 NFTs page
|
In the current implementation, bigints are treated as objects and are incorrectly excluded from patches. This fixes bigint diffing by adding a handler for these cases to the jsondiffpatch pipeline.
In the current implementation, `bigints` are treated as objects and are incorrectly excluded from generated patches. This fixes `bigint` diffing by adding a handler for these cases to the `jsondiffpatch` pipeline. ## To Test - [x] Send assets - [x] Check that balance changes after transaction succeeds Latest build: [extension-builds-3561](https://github.com/tahowallet/extension/suites/14449081920/artifacts/815732866) (as of Thu, 20 Jul 2023 17:02:04 GMT).
Merged
hyphenized
approved these changes
Jul 23, 2023
Merged
Shadowfiend
added a commit
that referenced
this pull request
Jul 24, 2023
## What's Changed * v0.43.0 by @jagodarybacka in #3560 * Add bigint filter for jsondiffpatch by @hyphenized in #3561 **Full Changelog**: v0.43.0...v0.43.1 Latest build: [extension-builds-3563](https://github.com/tahowallet/extension/suites/14505054594/artifacts/820084348) (as of Sun, 23 Jul 2023 23:02:24 GMT).
Shadowfiend
added a commit
that referenced
this pull request
Jul 24, 2023
## What's Changed * Fix incorrect build asset uploaded on release by @hyphenized in #3564 * Add dev 0x API key to dev build by @Shadowfiend in #3565 * v0.43.1 by @hyphenized in #3563 * v0.43.0 by @jagodarybacka in #3560 **Full Changelog**: v0.43.0...v0.43.2 Latest build: [extension-builds-3566](https://github.com/tahowallet/extension/suites/14509660502/artifacts/820470537) (as of Mon, 24 Jul 2023 06:00:13 GMT).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What's Changed
Full Changelog: v0.42.0...v0.43.0
Latest build: extension-builds-3560 (as of Sun, 23 Jul 2023 22:56:32 GMT).