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
Normally when the Airnode finds our that a fulfillment will revert due to the gas limit not being enough, it is expected to fail with the message No revert string (because reverts due to insufficient gas limits do not have a string)
Normally when the Airnode finds our that a fulfillment will revert due to the gas limit not being enough, it is expected to fail with the message
No revert string
(because reverts due to insufficient gas limits do not have a string)airnode/packages/airnode-protocol/test/rrp/AirnodeRrpV0.sol.js
Line 875 in 014eeef
Instead, we see
missing revert data in call exception; Transaction reverted without a reason string [ See: https:...
https://arbiscan.io/tx/0x5f4589506fa4ed5d44ee2b475ef759b01e23a91266ebb3924e2835794d32483c#eventlog
This should be investigated. My guess is that the Arbitrum provider being used is behaving differently than all the other providers.
The text was updated successfully, but these errors were encountered: