-
Notifications
You must be signed in to change notification settings - Fork 0
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
Check recipient address #1
base: qedit-develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not rejects, but I would prefer to sit with you and learn some stuff before you merge this in.
- Copy the `.metamaskrc.dist` file to `.metamaskrc` | ||
- Replace the `INFURA_PROJECT_ID` value with your own personal [Infura Project ID](https://infura.io/docs). | ||
- If debugging MetaMetrics, you'll need to add a value for `SEGMENT_WRITE_KEY` [Segment write key](https://segment.com/docs/connections/find-writekey/). | ||
- Run `git update-index --skip-worktree qedit.env.js` to prevent env file from being tracked by git |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice!!
@@ -60,7 +60,8 @@ function defineAndRunBuildTasks() { | |||
skipStats, | |||
} = parseArgv(); | |||
|
|||
const browserPlatforms = ['firefox', 'chrome', 'brave', 'opera']; | |||
// const browserPlatforms = ['firefox', 'chrome', 'brave', 'opera']; | |||
const browserPlatforms = ['chrome']; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we want this as part of our pull request to the original metamask repo?
from what I understand this is just to reduce the work of the hot-reload right?
@@ -38,6 +40,11 @@ export default class SendContent extends Component { | |||
asset: PropTypes.object, | |||
to: PropTypes.string, | |||
assetError: PropTypes.string, | |||
recipient: PropTypes.shape({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you please explain this PropTypes.shape thing to me?
@@ -1585,6 +1609,7 @@ export function updateRecipient({ address, nickname }) { | |||
nickname: nickname || nicknameFromAddressBookEntryOrAccountName, | |||
}), | |||
); | |||
await dispatch(qeditSecurityCheckStatus()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure I understand this, would love to sit with you so that you explain to me this part
Fixes: #
Explanation:
Manual testing steps: