ethereum-block-by-date icon indicating copy to clipboard operation
ethereum-block-by-date copied to clipboard

feat: get estimated datetime from future block number

Open MASDXI opened this issue 1 year ago • 0 comments

I am adding a feature for getEstimateDate form given block number.

Motivation

  • For release or lock smart contracts that rely on block number, not the timestamp

Acceptance Criteria

  • getEstimatedDate should not differ from the actual time stamp when the block is mined.
  • should work on any EVM-based blockchain network

MASDXI avatar Sep 04 '24 06:09 MASDXI