-
Notifications
You must be signed in to change notification settings - Fork 86
chore: wip renaming #2177
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
base: main
Are you sure you want to change the base?
chore: wip renaming #2177
Conversation
|
Important Review skippedIgnore keyword(s) in the title. ⛔ Ignored keywords (5)
Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| | `token-sdk/src/compressed_token/v2/account2.rs` | `CTokenAccount2` | `LightTokenAccount` or `TokenAccount2` | | ||
| | `token-sdk/src/compressed_token/v1/account.rs` | `CTokenAccount` | `LightTokenAccount` or `TokenAccountV1` | | ||
| | `token-sdk/src/pack.rs` | `CTokenDataWithVariant<V>` | `LightTokenDataWithVariant<V>` | | ||
| | `token-types/src/account_infos/transfer.rs` | `CTokenProgram` (enum variant) | `LightTokenProgram` | | ||
| | `compressible-client/src/decompress_atas.rs` | `CTokenAccount2` usage | `LightTokenAccount` | |
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.
these are still compressed tokens left it ctoken as short for compressed token. Thought we would only rename solana account ctokens to light tokens.
| ### 1.4 Traits | ||
| | File | Current | Proposed | | ||
| |------|---------|----------| | ||
| | `token-sdk/src/compressed_token/ctoken_instruction.rs` | `CTokenInstruction` | `LightTokenInstruction` | |
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.
same here its I didn't rename anything in compressed_token/* on purpose so far.
| | File | Current | Proposed | | ||
| |------|---------|----------| | ||
| | `token-sdk/src/compressed_token/ctoken_instruction.rs` | `CTokenInstruction` | `LightTokenInstruction` | | ||
| | `sdk/src/compressible/traits.rs` | `IntoCTokenVariant<V, T>` | `IntoLightTokenVariant<V, T>` | |
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.
| | `sdk/src/compressible/traits.rs` | `IntoCTokenVariant<V, T>` | `IntoLightTokenVariant<V, T>` | | |
| | `sdk/src/compression/traits.rs` | `IntoCTokenVariant<V, T>` | `IntoLightTokenVariant<V, T>` | |
| | `token-sdk/src/pack.rs:301` | `CompressibleTokenDataWithVariant<V> = CTokenDataWithVariant<V>` | Remove alias, use consistent name | | ||
| | `token-sdk/src/pack.rs:303` | `CTokenData<V> = CTokenDataWithVariant<V>` | `LightTokenData<V>` | | ||
| | `token-sdk/src/pack.rs:304` | `PackedCTokenData<V> = PackedTokenDataWithVariant<V>` | `PackedLightTokenData<V>` | |
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.
| | `token-sdk/src/pack.rs:301` | `CompressibleTokenDataWithVariant<V> = CTokenDataWithVariant<V>` | Remove alias, use consistent name | | |
| | `token-sdk/src/pack.rs:303` | `CTokenData<V> = CTokenDataWithVariant<V>` | `LightTokenData<V>` | | |
| | `token-sdk/src/pack.rs:304` | `PackedCTokenData<V> = PackedTokenDataWithVariant<V>` | `PackedLightTokenData<V>` | | |
| | `token-sdk/src/pack.rs:301` | `CompressionTokenDataWithVariant<V> = CTokenDataWithVariant<V>` | Remove alias, use consistent name | | |
| | `token-sdk/src/pack.rs:303` | `CTokenData<V> = CTokenDataWithVariant<V>` | `LightTokenData<V>` | | |
| | `token-sdk/src/pack.rs:304` | `PackedCTokenData<V> = PackedTokenDataWithVariant<V>` | `PackedLightTokenData<V>` | |
No description provided.