-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: new gateway: initialize signing session + verify signature ixs …
…(#495) * chore: implement init sig session instruction * chore: remove execute_data_buffer module * chore: deref VerifierSetLeafNode + getset * refactor: signature verification * refactor: signature verification session full flow * tests: more tests for the signature verification session * chore: rename "execute data" to "signature verification" * feat: initialize payload verification session instruction * chore: wrapper type for VerifierSetLeafNode * feat: implement signature verification instruction * fix: typo * fix: typos * clippy: lint * test: use a test case builder * test: refactor instruction inputs generation * test: full payload verification * tests: configurable signer set size * fix: set bytemuck derive flag * fix: remove uses of `Result::inspect_err` * fix: reverse toolchain changes didn't mean to commit that * fix: remove unused dep from old gateway * chore: use a forcibly aligned array for bytemuck * chore: use result-based assertions * chore: remove getter methods from VerifierSetElement * chore: remove fn init_pda_with_dynamic_size * fix: unresolved imports * fix: unresolved imports * fix: remove unused dependencies * fix: use payload merkle root during signature verification * chore: check verifier set tracker epoch
- Loading branch information
Showing
26 changed files
with
1,423 additions
and
1,578 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.