coinbase / mesh-specifications

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

Add hash case sensitivity to the spec #83

Closed HenryYYang closed 2 years ago

HenryYYang commented 3 years ago

Signed-off-by: Henry Yang yhenry@gmail.com

Fixes # .

Motivation

Add network option to clarify the case sensitivity for block hash and transaction hash.

Solution

Add new block_hash_case and transaction_hash_case Update the description in the BlockIdentifier and TransactionIdentifier

Open questions