-
Notifications
You must be signed in to change notification settings - Fork 20
p-token: Add interface and p-token to workspace #24
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.
Just nits, looks great otherwise!
p-token/Cargo.toml
Outdated
version = "0.0.0" | ||
edition = { workspace = true } | ||
description = "A pinocchio-based Token program" |
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.
wanna add "AKA p-token" to be clear?
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.
Good point – changed to:
description = "A pinocchio-based Token (aka 'p-token') program"
Force merging since CI will be fixed in the next one |
Program
PR #22 added p-token interface and program but these are not currently on the cargo workspace.
Solution
Add both interface and p-token to the workspace.
Note
CI will be updated in a following PR.