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

feat: list verification pipeline v1 #3

Merged
merged 15 commits into from
Aug 22, 2024
Merged

Conversation

matstyler
Copy link
Contributor

No description provided.

@matstyler matstyler linked an issue Aug 15, 2024 that may be closed by this pull request
@GaspardPeduzzi GaspardPeduzzi requested a review from Ulydev August 19, 2024 14:08
Copy link
Contributor

@Ulydev Ulydev left a comment

Choose a reason for hiding this comment

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

Looks good! Let's just add the property externalLink and LGTM :-)

"underlying": {
"type": "string",
"pattern": "^0x[a-fA-F0-9]{40}$"
},
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
},
}, "externalLink": { "type": "string", "pattern": "https?:\/\/(www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()@:%_\+.~#?&//=]*)" },

Can we add this extension: externalLink 🙏

Copy link
Contributor Author

Choose a reason for hiding this comment

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

we have the externalLink already (line 48) but I will extend it by the pattern

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I had to change the regex and provided one doesn't work for our current value

@matstyler matstyler force-pushed the feat/list-verification-pipeline branch 2 times, most recently from 4d32f48 to 45eb00f Compare August 22, 2024 09:03
@matstyler matstyler force-pushed the feat/list-verification-pipeline branch from 45eb00f to 18964a7 Compare August 22, 2024 09:22
@matstyler matstyler merged commit 7e7f1ba into main Aug 22, 2024
1 check passed
@matstyler matstyler deleted the feat/list-verification-pipeline branch August 27, 2024 13:21
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.

Verify new tokens
2 participants