coinbase / mesh-specifications

Specification files for the Mesh Blockchain Standard
Apache License 2.0
324 stars 92 forks source link

`SearchTransactionsRequest.Operator` Optional #67

Closed patrick-ogrady closed 3 years ago

patrick-ogrady commented 3 years ago

This PR makes operator an optional field on SearchTransactionsRequest. In short, this change was made because supplying an operator when there is only 1 condition provided can be quite confusing.

Changes