Conversation
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
|
No top level dependency changes detected. Learn more about Socket for GitHub ↗︎ |
|
👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎ This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
bb22634 to
9f2fc87
Compare
CHANGELOG.md
Outdated
There was a problem hiding this comment.
This changelog needs to be fixed; we have two empty sections and we're missing a change entry
privacy-snapshot.json
Outdated
There was a problem hiding this comment.
We should be able to remove api.coingecko.com from this list now as well
app/scripts/metamask-controller.js
Outdated
There was a problem hiding this comment.
We should be subscribed to networkDidChange here
There was a problem hiding this comment.
@Gudahtt The code changes you commented on are now part of v11.7.3 #22354
I wanted to clarify on the point you made here though. Are you saying these lines of code should be changed to:
onNetworkDidChange: networkControllerMessenger.subscribe.bind(
networkControllerMessenger,
'NetworkController:networkDidChange',
)
app/scripts/metamask-controller.js
Outdated
There was a problem hiding this comment.
A few lines below here, the getERC20TokenName option should be removed. This option is not accepted as of v21
BREAKING: TokensController.watchAsset now performs on-chain validation of the asset's symbol and decimals, if they're defined in the contract (MetaMask/core#1745)
The TokensController constructor no longer accepts a getERC20TokenName option. It was no longer needed due to this change.
|
I found a few minor issues with the code changes here, but we should fix them on |
Fix the `dropped` status detection. Ensure previously pending transactions are monitored after switching network and not stuck as `pending`. Prevent `failed` transactions on networks that use pending transaction receipts with `null` status. Fix recording of `v` value. Fix usage of saved gas fees.
1a6d367 to
622a783
Compare
|
The commits in this PR have changed from when it was first cut. What was v11.7.2 yesterday is now v11.7.3 #22354 So the above comments on needed code changes now apply to v11.7.3 This new v11.7.2 contains a single commit focused on fixing transaction status display bugs |
Builds ready [622a783]
Page Load Metrics (590 ± 284 ms)
|
ba7ff94 to
622a783
Compare
Builds ready [622a783]
Page Load Metrics (697 ± 313 ms)
|
|
Confirmed for all test networks on Chrome and Firefox:
|
|
No release label at all on PR. Adding release label release-11.7.2 on PR, as PR was added to branch 11.7.2 when release was cut. |
1 similar comment
|
No release label at all on PR. Adding release label release-11.7.2 on PR, as PR was added to branch 11.7.2 when release was cut. |
No description provided.