Skip to content
#

dag

Here are 290 public repositories matching this topic...

go-spacemesh
noamnelke
noamnelke commented Dec 7, 2020

Description

The block header contains a Timestamp field, which is set, but never read.

It’s problematic to use it anywhere since it’s un-vetted, one can plaster any timestamp that serves them onto anything.
Since we’re not doing anything with this field we may as well call it “arbitrary 8 bytes that the miner can fill with whatever they please”.

Affected code

https://github.com/sp

carsonfarmer
carsonfarmer commented Aug 3, 2020

Ideally, we'd take a page from the https://github.com/multiformats/js-multiformats book and support cjs, esm, etc builds via rollup and friends to support multiple platforms/use-cases. Since this is designed to be a light-weight alternative to other ipds-based libraries, it should have a really low barrier to usage out of the box. In fact, moving forward, this should be a pretty critical require

Improve this page

Add a description, image, and links to the dag topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dag topic, visit your repo's landing page and select "manage topics."

Learn more