-
Notifications
You must be signed in to change notification settings - Fork 70
Remove I prefixes before Instruction types #488
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
Remove I prefixes before Instruction types #488
Conversation
🦋 Changeset detectedLatest commit: a68a37d The changes in this PR will be included in the next version bump. This PR includes changesets to release 40 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
BundleMonUnchanged files (127)
No change in files bundle size Final result: ✅ View report in BundleMon website ➡️ |
Documentation Preview: https://kit-docs-mezjr4liy-anza-tech.vercel.app |
33b6f6b
to
b1d71bd
Compare
a3bcf8f
to
d1c8813
Compare
8a5802f
to
57cfad3
Compare
d1c8813
to
53b5fc4
Compare
57cfad3
to
e42c9e7
Compare
53b5fc4
to
8f430f3
Compare
8f430f3
to
6788405
Compare
Merge activity
|
6788405
to
a68a37d
Compare
Because there has been no activity on this PR for 14 days since it was merged, it has been automatically locked. Please open a new issue if it requires a follow up. |
This PR removes the
I
prefix on the following types:IInstruction
IInstructionWithAccounts
IInstructionWithData
,IInstructionWithSigners
IAccountMeta
IAccountLookupMeta
IAccountSignerMeta
This helps keep a consistent naming convention across all types in the library. Note that these are/were the last I-prefixed types.