-
Notifications
You must be signed in to change notification settings - Fork 16
feat(lazer): add anchor based example for solana #52
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
Conversation
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.
Looks nice! Would it be possible to add a test for the update instruction and add it to CI?
@@ -0,0 +1 @@ | |||
1.75.0 |
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.
Are we stuck on these older versions for some reason?
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.
Yeah, this is the version corresponding to the Solana SDK corresponding to the Anchor version.
b6a8df6
to
ab783a4
Compare
ab783a4
to
b9f0c00
Compare
e78298b
to
e991033
Compare
e991033
to
4e042da
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.
Nice!
This change only contains the contract. I'll add the client later if needed. Please ignore the first mechanical commit.