Closed
Description
At present the library doesn't provide any way to specify block number when calling estimateGas (the second parameter to that function). It'd be useful if this was provided, and especially useful if it can be made accessible when automatically estimating gas via build_transaction
or transact
(in order to be able to specify 'pending').