Submitted by 0xA5DF
HolographOperator.sol#L255
If the following conditions have been met:
Then the bridging request wouldnt complete and the token owner would loos access to the token till the gas price goes back down again.
The fact that no one but the selected operator can execute the job in case of a gas spike has been proven by the test Should fail if there has been a gas spike provided by the sponsor.
An example of a price spike can be in the recent month in the Ethereum Mainnet where the min gas price was 3 at Oct 8, but jumped to 14 the day after and didnt go down since then (the min on Oct 9 was lower than the avg of Oct8, but users might witness a momentarily low gas price and try to hope on it). See the gas price chat on Etherscan for more details.
In case of a gas price spike, instead of refusing to let other operators to execute the job, let them execute the job without slashing the selected operator. This way, after a while also the owner can execute the job and pay the gas price.
Trust (warden) commented:
0xA5DF (warden) commented:
Trust (warden) commented:
0xA5DF (warden) commented:
Trust (warden) commented:
alexanderattar (Holograph) commented:
