Consider removing the commit-reveal checks in OperationProcessor
.
#29
Labels
enhancement
New feature or request
OperationProcessor
.
#29
Technically, the commit-reveal checks is already performed by
Resolver
because it builds the commit-reveal lookup map, so the commit-reveal checks inOperationProcessor
is current redundant.One could make a case to remove these checks in
OperationProcessor
from the performance standpoint. One could also make a case to keep it from the design standpoint thatOperationProcessor
should not know the implementation details of theResolver
.The text was updated successfully, but these errors were encountered: