-
Notifications
You must be signed in to change notification settings - Fork 869
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
Fix return type of getTokenAccountsByDelegate/Owner #2027
Conversation
Current dependencies on/for this PR:
This stack of pull requests is managed by Graphite. |
e1c7eef
to
9d7b0d0
Compare
8d32071
to
e9b9724
Compare
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.
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.
What the... nice catch!
2512cd1
to
87ffa63
Compare
e9b9724
to
0527e69
Compare
0527e69
to
9a93732
Compare
🎉 This PR is included in version 1.89.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Because there has been no activity on this PR for 14 days since it was merged, it has been automatically locked. Please open a new issue if it requires a follow up. |
These data stuctures were messed up, with the
TokenAccount
nested under theprogram
instead ofdata
I've added typetests to verify the fix. I don't think we had these when we first wrote most of these methods, but they're better than the unit tests we have for rpc-methods TBH. Probably worth adding them at least where we find bugs!