coinbase / mesh-specifications

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

Make `Operation.Status` optional #63

Closed patrick-ogrady closed 3 years ago

patrick-ogrady commented 3 years ago

Related: https://github.com/coinbase/rosetta-cli/issues/180

This PR updates Operation.Status to be considered optional. We've been treating this field as optional since the introduction of the Construction API ("intent" should not have a populated Operation.Status) but have yet to update the spec to reflect this.

Changes