essential-contributions / essential-builder

Reference implementation of a block builder for the Essential Protocol.
Apache License 2.0
2 stars 0 forks source link

Add block-builder-specific, special protocol contracts/solutions (for block number, timestamp, contract registry) #19

Closed mitchmindtree closed 1 month ago

mitchmindtree commented 1 month ago

11 implements the basic block building process, but does not yet include special required solutions that provide the block number and timestamp.

E.g. here's the addition of time in the old server using an enshrined contract: https://github.com/essential-contributions/essential-server/pull/179/files