-
Notifications
You must be signed in to change notification settings - Fork 3
chore: bump versions to v0.18 #32
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
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (78)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including 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 |
Update TypeScript tests to use the new tree selection pattern: - Replace defaultTestStateTreeAccounts().merkleTree with selectStateTreeInfo() - Use stateTreeInfo.queue for output state tree index - Add TreeInfo type to function signatures
- Enable v1 feature for backward compatible API - Fix module paths (v1 contents are re-exported directly) - Rename CTokenSdkError to TokenSdkError - Add restricted param to derive_spl_interface_pda - Use light_token::instruction::id() for program ID
In V2 mode, index-based proving is required. Changed all TypeScript tests to use proveByIndex: true for operations that read existing accounts.
…-reference Both dependencies now use the same git revision to avoid trait bound conflicts.
…ence in zk-id Changed from git dependencies to crates.io versions: - light-hasher: 5.0.0 - light-merkle-tree-reference: 4.0.0
Changes: