-
Notifications
You must be signed in to change notification settings - Fork 130
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
Update Bug_0xblank #398
Merged
metalboyrick
merged 16 commits into
Scaffold-Stark:main
from
KevinMB0220:feat/Bug_0xblank
Dec 28, 2024
Merged
Update Bug_0xblank #398
Changes from 4 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
891c346
Update Bug_0xblank
KevinMB0220 e90b3ed
Fix Address input validation and Faucet logic
KevinMB0220 fc3aad5
Encapsulate regex validations into a reusable utility function and im…
KevinMB0220 3150202
Merge branch 'main' into feat/Bug_0xblank
KevinMB0220 72741b7
fix: update Address and Faucet components for bug fix
659ab83
Merge branch 'main' into feat/Bug_0xblank
KevinMB0220 44d4242
Fix code format with Prettier
a65f014
fix: resolve merge conflicts and conclude merge
KevinMB0220 f220b18
Fix format issues in Address.tsx and Faucet.tsx
KevinMB0220 c1eadf3
fix: validate hex address and prevent multiple 0x in Address.tsx
KevinMB0220 b93b0c8
update fix: validate hex address and prevent multiple 0x in Address.tsx
KevinMB0220 fe3b7bf
update with prettier fix: validate hex address and prevent multiple 0…
KevinMB0220 ec3705f
Fix address validation for 0x and invalid formats
KevinMB0220 be30f75
update address validation for 0x and invalid formats
KevinMB0220 e0dfd9b
fix: improve regex validation to prevent multiple 0x in AddressInput.tsx
KevinMB0220 c5a5956
Merge branch 'main' into feat/Bug_0xblank
KevinMB0220 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
lets put it in the utils file (i think we have this util already). we don't want duplicates of the same function since they would be a pain to maintain
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.
I was given another recommendation that 0x be accepted as felt252 and that I should add a 0 to 0x to be accepted
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.
yep, aligned on that end
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.
please make sure
0x0x0
does not workThere 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.
Ok I'll check that it aligns with that