-
Notifications
You must be signed in to change notification settings - Fork 239
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
Extract define-syscall crate #1827
Conversation
2158e14
to
7a7a0e1
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.
Looks good! Just one bit to re-export, then we can land this
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 great to me! Please pass over the crate ownership, and once the crate check passes, we can merge this in. Thanks as always!
@yihau can you accept the crate ownership? 🙌 |
@kevinheavey sure! added! |
563f7d4
to
c99b289
Compare
c99b289
to
67f4ae1
Compare
😱 New commits were pushed while the automerge label was present. |
67f4ae1
to
bdc8d2c
Compare
* move define_syscall macro to its own crate * use solana-define-syscall in solana-poseidon * add missing dep to solana-program * update crate version to match workspace * macro hygiene fix * fix define_syscall call * re-export sys_hash in solana-program for backwards compatibility * convert tabs to spaces * put re-export behind #[cfg(target_feature = "static-syscalls")]
Problem
static-syscalls
partSummary of Changes
solana_define_syscall::define_syscall
in solana-poseidon