-
Notifications
You must be signed in to change notification settings - Fork 16
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
Question about the OP_KEVA_DELETE opcode processing #23
Comments
It's seems that data have physically removed, and unfortunately I've deleted the example for the #24 issue, when testing that :) |
I need to clarify my question: if I receive transaction with OP_KEVA_DELETE marker, how could I know which transaction ID should be deleted (if I have 2 same key/value pairs, for example). I think, that deletion transaction should contain some hash/ID of the target one. Put example
Delete example
|
I'm writing an indexing script, so want to actualize the data on receiving new blocks.
Do I understand it right, that data not physically removing from the previous blocks, just we have
OP_KEVA_DELETE
marker in the last block incoming, that means to 'hide' the data stored before?Thanks.
The text was updated successfully, but these errors were encountered: