a1accbf6ac
* fix(providers): Propogate gas price with access list * Update CHANGELOG.md * Fix clippy lint * Clarify fill_transaction comments * Fill tx gas price before gas limit Updates Provider::fill_transaction() to fill the gas price of a transaction before filling the gas limit. There are cases where the gas used by a transaction may be dependent on the gas price. For example, the following contract bytecode branches based on the result of the GASPRICE opcode: GASPRICE PUSH1 0xff GT PUSH1 {label} JUMPI * Cleanup * Propogate eth_estimateGas failure |
||
---|---|---|
.. | ||
transports | ||
ens.rs | ||
erc.rs | ||
lib.rs | ||
pending_escalator.rs | ||
pending_transaction.rs | ||
provider.rs | ||
pubsub.rs | ||
stream.rs |