-
Notifications
You must be signed in to change notification settings - Fork 43
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
Implement Basic GetLatestValue for Solana #612
Conversation
09e5564
to
9917390
Compare
9917390
to
94a02b7
Compare
94a02b7
to
427dc6c
Compare
427dc6c
to
32745c0
Compare
32745c0
to
6449ef4
Compare
6449ef4
to
c7f4a90
Compare
c7f4a90
to
e5a3959
Compare
LGTM! |
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 we move the chainreader components into pkg/solana/chainreader
?
i'd like to try and organize things in the repo a little better :)
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.
concerns addressed!
I will leave the logic review to @reductionista and @nolag - who approved previously
|
This commit fills in the functionality for
GetLatestValue
such that one or more accounts with an associated Anchor IDl can be read and mapped to native Go structs. Methods and prodecures can be defined in a config where an IDL and codec modifiers can be provided.