Skip to content
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

Tezos operations testing #298

Open
danielelisi opened this issue Feb 18, 2023 · 2 comments
Open

Tezos operations testing #298

danielelisi opened this issue Feb 18, 2023 · 2 comments
Labels

Comments

@danielelisi
Copy link
Contributor

Signatory should have integration tests asserting that all supported Tezos operations are recognized and signed correctly

@stephengaudet stephengaudet self-assigned this May 2, 2023
@stephengaudet
Copy link
Contributor

we will not include layer2 operations in this task

@stephengaudet
Copy link
Contributor

in integration_test/operationkinds_test.go we have the following operations tested:

kind: "preendorsement", kind: "endorsement", kind: "block", kind: "reveal", kind: "register_global_constant", kind: "transaction", kind: "delegation", kind: "set_deposits_limit", kind: "update_consensus_key", kind: "origination", kind: "increase_paid_storage",

to complete this task, one should audit the set of layer1 operations and add them to this test suite if there are any missed

@stephengaudet stephengaudet removed their assignment Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: In Progress
Development

No branches or pull requests

2 participants