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:#488) Add recursive proxy voting support #492

Merged
merged 114 commits into from
Jul 30, 2024

Conversation

ChewingGlass
Copy link
Collaborator

No description provided.

@ChewingGlass ChewingGlass marked this pull request as draft November 16, 2023 22:09
Comment on lines +175 to +179
useEffect(() => {
if (error) {
console.error(error);
}
}, [error]);
Copy link
Contributor

Choose a reason for hiding this comment

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

we want to do anything besides console.erroring this?

Comment on lines 206 to +210
useEffect(() => {
const keySet = new Set(keys ? keys.map((k) => k.toBase58()) : []);
if (watchedAccounts != accounts) {
setWatchedAccounts(accounts);
}
}, [accounts]);
Copy link
Contributor

Choose a reason for hiding this comment

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

This check safe to have in a useEffect? wont it always return true and fire?

@ChewingGlass ChewingGlass merged commit 43001b4 into develop Jul 30, 2024
29 of 37 checks passed
@ChewingGlass ChewingGlass deleted the 488-add-recursive-delegatoin branch July 30, 2024 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants