ethereum-block-by-date
ethereum-block-by-date copied to clipboard
Get Ethereum block number by a given date. Or blocks by a given period duration.
Hi, Is it possible to filter blocks between two timestamps? Thanks
None of the method return values are wrapped with `Promise`, so my IDE yells at me that I'm using `await` unnecessarily.
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...
Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.62 to 0.10.64. Release notes Sourced from es5-ext's releases. 0.10.64 (2024-02-27) Bug Fixes Revert update to postinstall script meant to fix Powershell issue, as it's a regression...
Viem is getting more and more attraction. Could you add Viem compatibility?
Bumps [secp256k1](https://github.com/cryptocoinjs/secp256k1-node) from 4.0.3 to 4.0.4. Commits 756fce1 4.0.4 8bd6446 elliptic: fix key verification in loadCompressedPublicKey 840834e Update elliptic to 6.5.7 (CVE-2024-42461) (#206) See full diff in compare view [ from 4.19.2 to 4.21.0. Release notes Sourced from express's releases. 4.21.0 What's Changed Deprecate "back" magic string in redirects by @blakeembrey in expressjs/express#5935 [email protected] by @wesleytodd in expressjs/express#5954...
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 -...