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

Check recipient address #1

Open
wants to merge 6 commits into
base: qedit-develop
Choose a base branch
from
Open

Conversation

ironche
Copy link

@ironche ironche commented Feb 2, 2022

Fixes: #

Explanation:

Manual testing steps:

Copy link

@uribrecher uribrecher left a 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

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'];

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({

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());

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants