-
Notifications
You must be signed in to change notification settings - Fork 300
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
Add basics/account-data/steel #198
base: main
Are you sure you want to change the base?
Add basics/account-data/steel #198
Conversation
0xCipherCoder
commented
Oct 23, 2024
- Updated anchor code as per guidelines and updated version
- Added an account data example using the Steel framework using Bankrun tests.
@0xCipherCoder #198, Merge main to your branch again. |
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.
Just the CI fixes
Cargo.toml
Outdated
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.
Remove this mention
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 is required to remove? @heyAyushh
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.
Got it.
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.
Yes, I removed steel from the cargo.toml
file
…into feat-basics-account-data-steel
Thanks for the review! @heyAyushh I have merged the main branch and removed steel from |
@heyAyushh I have fixed clippy and rustfmt related formatting and style issues. Please review it once. |
@heyAyushh I have fixed clippy issues as well. |