coinbase / mesh-specifications

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

Add timestamp_start_index #60

Closed patrick-ogrady closed 3 years ago

patrick-ogrady commented 3 years ago

This PR adds timestamp_start_index to NetworkOptions.Allow so that implementers can exempt some initial number of blocks from timestamp assertion (usually when the genesis block has a timestamp of 0).

Changes