Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

execute contract function: validate address #3013

Merged
merged 3 commits into from Oct 31, 2016

Conversation

derhuerst
Copy link
Contributor

@jacogr jacogr added A8-looksgood 🦄 Pull request is reviewed well. and removed A0-pleasereview 🤓 Pull request needs code review. labels Oct 31, 2016
@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 031fb52 on execute-contract-invalid-address into * on master*.

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 031fb52 on execute-contract-invalid-address into * on master*.

@derhuerst
Copy link
Contributor Author

Build failure doesn't seem to be related, UI tests ran.

@@ -173,6 +174,9 @@ export default class ExecuteContract extends Component {
let valueError;

switch (input.kind.type) {
case 'address':
valueError = validateAddress(_value).addressError;
Copy link
Contributor

Choose a reason for hiding this comment

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

Need to set value as well....

@jacogr jacogr added A5-grumble 🔥 Pull request has minor issues that must be addressed before merging. and removed A8-looksgood 🦄 Pull request is reviewed well. labels Oct 31, 2016
@jacogr jacogr added A8-looksgood 🦄 Pull request is reviewed well. and removed A5-grumble 🔥 Pull request has minor issues that must be addressed before merging. labels Oct 31, 2016
@coveralls
Copy link

Coverage Status

Changes Unknown when pulling d6a6638 on execute-contract-invalid-address into * on master*.

@jacogr jacogr merged commit 55cdc7c into master Oct 31, 2016
@jacogr jacogr deleted the execute-contract-invalid-address branch October 31, 2016 22:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A8-looksgood 🦄 Pull request is reviewed well.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants