We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Signatory should have integration tests asserting that all supported Tezos operations are recognized and signed correctly
The text was updated successfully, but these errors were encountered:
we will not include layer2 operations in this task
Sorry, something went wrong.
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
No branches or pull requests
Signatory should have integration tests asserting that all supported Tezos operations are recognized and signed correctly
The text was updated successfully, but these errors were encountered: