Open
Description
0x-settler/src/core/OtcOrderSettlement.sol
Lines 80 to 83 in d258b1b
In keeping with our philosophy of reducing the gas consumed by emitting events, can this event be pruned down to contain just the witness? The witness uniquely identifies the order itself, and the actual fill amounts can be inferred from the Transfer
events fired by the 2 tokens.