-
Notifications
You must be signed in to change notification settings - Fork 87
fix: prover on cli startup and bump alpha #2138
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
SwenSchaeferjohann
commented
Dec 17, 2025
- alpha.4 / 5
- we want to run ci here
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (39)
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 |
37cba44 to
bcfaada
Compare
| return cu; | ||
| // TODO: dynamic | ||
| // return cu; | ||
| return 200_000; |
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.
with how many inputs and zkp does this work?
| export PHOTON_VERSION="0.51.2" | ||
| export PHOTON_COMMIT="3dbfb8e6772779fc89c640b5b0823b95d1958efc" | ||
| # current main (ci fails): 3dbfb8e6772779fc89c640b5b0823b95d1958efc | ||
| export PHOTON_COMMIT="ac7df6c388db847b7693a7a1cb766a7c9d7809b5" |
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.
what are the required photon changes?
|
else lgtm |
6925478 to
a30cd58
Compare
a30cd58 to
1d3917e
Compare
bump cli alpha.4 bump fix cli startup bumps fix and run unit tests on ci default to v2 for alpha release remove broken merge-token-accounts test from CI (has TODO: not required) fix: mergeTokenAccounts - process single batch per tx to avoid proof invalidation The original implementation tried to merge multiple batches in one transaction, but each batch's validity proof was based on state BEFORE any merges. This caused proofs to be invalid after the first batch executed. Fixed by processing only one batch of up to 4 accounts per call. Call repeatedly until 1 account remains if full consolidation is needed. feat: mergeTokenAccounts supports up to 8 accounts for V2 (4 for V1) pass allowOwnerOffCurve along call chain wip createLoadAtaInstructions shouldnt err on accountnotfound add rpc readiness check fix ixdata and default to right token program on getOrCreateAtaInterface wip fix getOrCreateAtaInterface static 200k cu meter scope v1 correctly test fixes wip sequential e2e bump to alpha.6 fix getstatetreeinfos versioning bump lockfile add temp devnet backward compat helpers for mintaction fix ci test assert for v1 build, and bump pkgs add test case, create empty ata on load at minimum hide compat fully bump v fix ci browser spec fix
1d3917e to
f0e3a5d
Compare