-
Notifications
You must be signed in to change notification settings - Fork 1
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
Fix documentation on revocation_lock
#64
Comments
In zeekoe, we pass The invariant I decided on is that one should only access the revocation lock when they actually need it (that is, when the contract is in I cannot speak to whether the contract enforces anything about the initialized value. |
The documentation is correct in that pytezos parses |
but the documentation isn't correct since it isn't necessarily 0x00 and it is now an argument that is passed in instead of an initialized value. Can you please fix? @DariusParvin |
The documentation was not updated appropriately when
revocation_lock
was changed from bytes to BLS12-381 scalar. It still says it is initialized to 0x00, when instead it is passed in as an argument during origination and is no longer typebytes
. (Do we enforce anything about the initialized value? Does the merchant accept any value for this now?) @jakinyele @marsella @DariusParvinThe text was updated successfully, but these errors were encountered: