You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We were discussing offline the potential need of being able to boost the tx confirmation speed by being able to pass a specific gas price or delta to be added or replaced to the gas estimation oracle we currently use (eth rpc call) that gets the average of gas price of the last blocks.
Update:
Add http header with gas-price in gwei, apply it to all write APIs or only v2?
Propagate the gas-price with the context and serialize it when queueing
In estimateGas call, replace with gas-price if provided.
The text was updated successfully, but these errors were encountered:
We were discussing offline the potential need of being able to boost the tx confirmation speed by being able to pass a specific gas price or delta to be added or replaced to the gas estimation oracle we currently use (eth rpc call) that gets the average of gas price of the last blocks.
Update:
gwei
, apply it to all write APIs or only v2?The text was updated successfully, but these errors were encountered: