-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Add keyless to rust sdk and txn-emitter #12976
Conversation
⏱️ 2h total CI duration on this PR
🚨 1 job on the last run was significantly faster/slower than expected
|
This issue is stale because it has been open 45 days with no activity. Remove the |
This issue is stale because it has been open 45 days with no activity. Remove the |
crates/transaction-emitter-lib/src/emitter/test_proofs_for_localnet_txn_emitter.txt
Outdated
Show resolved
Hide resolved
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.
pre-approved, assuming test_proofs_for_localnet_txn_emitter.txt will be populated to pass the updated 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.
thanks looks great! minor config cleanup, and this is ready!
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
✅ Forge suite
|
✅ Forge suite
|
✅ Forge suite
|
Description
This implements a bare sdk for Keyless (no pepper/proof fetching) and adds the ability to use keyless accounts for the txn-emitter.
The emitter requires a proof file which contains serialized ZeroKnowledgeSignatures.
The following args are added to specify the proper parameters for accounts generation
Type of Change
Which Components or Systems Does This Change Impact?
How Has This Been Tested?
Key Areas to Review
Checklist