From e41cf668d7036fed5183788a6320b3b8a4e59f93 Mon Sep 17 00:00:00 2001 From: Wyatt Barnes Date: Fri, 23 Jul 2021 14:33:26 -1000 Subject: [PATCH] eth_feeHistory (EIP 1559) (#4191) * WIP * Add missing fields for test runner * Correct function arguments for getFeeHistory * getFeeHistory tests with correct arguments * Init utils.toNumber function * Rename toNumber test to hexToNumber * Add inputFormatters to getFeeHistory * Rename newestBlock to lastBlock. Update types for blockCount and lastBlock * Add additional tests with different input types * Add missing function export * eth-feehistory docs (#4190) * updating docs * updating example * updating types and adding example of list * Update docs/web3-eth.rst * Update docs/web3-eth.rst * Update docs/web3-eth.rst Co-authored-by: alex Co-authored-by: Wyatt Barnes Co-authored-by: Alex Co-authored-by: alex