-
Notifications
You must be signed in to change notification settings - Fork 48
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
chore: change program ids and regenerate accounts #1104
Conversation
1588e70
to
d3803e3
Compare
8736f1c
to
1e10380
Compare
1645da9
to
5991ac8
Compare
5991ac8
to
b8b88ad
Compare
Updated `indexer_max_concurrent_batches` to 10 and `transaction_max_concurrent_batches` to 20 for better performance. Additionally, reduced iteration counts in two tests from 10 to 5 to expedite test completion.
run: | | ||
source ./scripts/devenv.sh | ||
npx nx test @lightprotocol/zk-compression-cli | ||
#- name: Run CLI tests |
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.
Are they commented, because they are failing?
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.
yes, all tests which include photon are disabled because photon has the old addresses hardcoded.
) | ||
.unwrap(); | ||
} | ||
// // init with invalid authority |
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
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.
Yes it's commented because I commented the onchain check which makes this test fail see notes in description.
Note: