AppLayerLabs / bdk-cpp

MIT License
7 stars 12 forks source link

Feature/eth fee history #107

Closed Pedrozo closed 3 months ago

Pedrozo commented 4 months ago

eth_feeHistory implementation with mocked responses.

The overall structure is done, but we can't properly calculate the response values with the current block data. Therefore, eth_feeHistory will only return mocked values in the correct amount and format.