-
Notifications
You must be signed in to change notification settings - Fork 5k
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: added create solana account test #28866
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
No dependency changes detected. Learn more about Socket for GitHub ↗︎ 👍 No dependency changes detected in pull request |
return isValid; | ||
}, | ||
20000, | ||
true, |
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.
could you check the change here? i don't think the change is necessary and correct here for function check_numberOfAvailableAccounts
.
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.
this was a change proposed by Charlie but it was missing the return statement and that's why some unrelated tests were failing. I added this part and now they perfectly work
Builds ready [b82bfe3]
Page Load Metrics (1474 ± 42 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
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 recheck the change for check_numberOfAvailableAccounts
, it's not correct.
|
Hi guys, i blocked this PR to be merged because the change for functionality Screen.Recording.2024-12-19.at.10.39.32.mov |
Suggested change is to revert the change, we don't need the console log for each polling, it will make the log message too long, and we don't need the change for the added parameter |
it's not doing exactly the same as before, see explanation above. |
72029fc
Could you explain what do you mean by |
hey @chloeYue I made a change aligned to what you mentioned. Could you please review and confirm it's alright and approve? |
Builds ready [72029fc]
Page Load Metrics (1805 ± 139 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
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.
LGTM
Thanks for the change, looks good now. |
Description
Related issues
Fixes:
Manual testing steps
Running flask tests should pass
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist