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

Refactor SendTransaction Component #4835

Merged
merged 23 commits into from
Oct 11, 2022
Merged

Refactor SendTransaction Component #4835

merged 23 commits into from
Oct 11, 2022

Conversation

blackdevelopa
Copy link
Contributor

@blackdevelopa blackdevelopa commented Aug 10, 2022

Description
There is very similar code spread across 5 components. This PR removes the eip1559 gas polling logic away from the send flow (confirm screen). The TransactionReview and EditGasFee screens is able to calculate the gas transaction cost. This logic is abstracted away in the gas polling file. The changes in this PR shouldn't modify existing behaviour when QA'd.

Progresses
https://github.com/MetaMask/mobile-planning/issues/272

Screenshots/Recordings

Screen.Recording.2022-08-10.at.20.15.12.mov

Issue

Progresses https://github.com/metamask/mobile-planning/issues/269

Checklist

  • There is a related GitHub issue
  • Tests are included if applicable
  • Any added code is fully documented

@blackdevelopa blackdevelopa requested a review from a team as a code owner August 10, 2022 19:16
@github-actions
Copy link
Contributor

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.

@blackdevelopa blackdevelopa changed the base branch from main to refactor-updateTxns August 10, 2022 19:19
@sethkfman sethkfman added release-5.7.0 PRs for release 5.7.0 needs-dev-review PR needs reviews from other engineers (in order to receive required approvals) labels Aug 15, 2022
@blackdevelopa blackdevelopa self-assigned this Aug 15, 2022
@blackdevelopa blackdevelopa added the team-confirmations-secure-ux DEPRECATED: please use "team-confirmations" label instead label Aug 15, 2022
@sethkfman sethkfman added release-5.8.0 and removed release-5.7.0 PRs for release 5.7.0 labels Aug 23, 2022
Copy link
Contributor

@sethkfman sethkfman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor comments

@sethkfman sethkfman added release-5.9.0 needs-qa Any New Features that needs a full manual QA prior to being added to a release. and removed release-5.8.0 needs-dev-review PR needs reviews from other engineers (in order to receive required approvals) labels Sep 22, 2022
Copy link
Contributor

@sethkfman sethkfman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sethkfman sethkfman added Mobile QA board and removed team-confirmations-secure-ux DEPRECATED: please use "team-confirmations" label instead labels Sep 27, 2022
Base automatically changed from refactor-updateTxns to main October 4, 2022 14:28
@blackdevelopa
Copy link
Contributor Author

@chrisleewilcox
Copy link
Contributor

@blackdevelopa not able to send on Binance testnet. Getting JSON-RPC error...
https://recordit.co/HCLAxi2VPp

@chrisleewilcox chrisleewilcox added QA'd - Issues Found QA has been complete, however issues have been discovered that need to be addressed needs-dev-review PR needs reviews from other engineers (in order to receive required approvals) and removed QA in Progress QA has started on the feature. labels Oct 11, 2022
@chrisleewilcox
Copy link
Contributor

Send refactor looks good on the following testnets....

  • Goerli (ETH), priority level low
  • Fuji (AVAX), priority level low
  • Mumbai (MATIC), use max, priority level low

@blackdevelopa
Copy link
Contributor Author

@blackdevelopa not able to send on Binance testnet. Getting JSON-RPC error... https://recordit.co/HCLAxi2VPp

resolved. http://recordit.co/1ZkJUCgmb0

@chrisleewilcox
Copy link
Contributor

Send is good on BNB testnet now.

@chrisleewilcox chrisleewilcox added QA Passed A successful QA run through has been done and removed QA'd - Issues Found QA has been complete, however issues have been discovered that need to be addressed needs-dev-review PR needs reviews from other engineers (in order to receive required approvals) labels Oct 11, 2022
@chrisleewilcox chrisleewilcox merged commit 94f5501 into main Oct 11, 2022
@chrisleewilcox chrisleewilcox deleted the refactor-sendTxns branch October 11, 2022 20:36
@github-actions github-actions bot locked and limited conversation to collaborators Oct 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
QA Passed A successful QA run through has been done release-5.9.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants