You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
This is related to #174 but ends up being more broadly applicable in view of partial validating nodes.
Fully-validating/producing nodes will not depend on the output member of a Processed(Generated)Transaction however, partial validating nodes do.
As such, part of accepting a block should be verifying that the output generated by local application exactly matches the output encoded in the block. This includes the notify, sync and async outputs.
The text was updated successfully, but these errors were encountered:
This is related to #174 but ends up being more broadly applicable in view of partial validating nodes.
Fully-validating/producing nodes will not depend on the
output
member of aProcessed(Generated)Transaction
however, partial validating nodes do.As such, part of accepting a block should be verifying that the
output
generated by local application exactly matches theoutput
encoded in the block. This includes the notify, sync and async outputs.The text was updated successfully, but these errors were encountered: