scrtlabs / snip20-reference-impl

This is a reference implementation of the SNIP-20 standard.
Apache License 2.0
55 stars 36 forks source link

Timestamp in Transfer History is Optional #11

Closed reuvenpo closed 3 years ago

reuvenpo commented 3 years ago

Made the transfer history timestamp an Option so it's not required in the schema. This should make it so that clients based on the schema can accept responses from contracts that don't provide this info.

reuvenpo commented 3 years ago

@assafmo It will be optional in the schema, see #12