Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected error message in failure #1651

Open
bbenligiray opened this issue Feb 15, 2023 · 0 comments
Open

Unexpected error message in failure #1651

bbenligiray opened this issue Feb 15, 2023 · 0 comments
Labels
bug Something needs to be fixed

Comments

@bbenligiray
Copy link
Member

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)

expect(utils.decodeRevertString(staticCallResult.callData)).to.equal('No revert string');

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something needs to be fixed
Projects
None yet
Development

No branches or pull requests

2 participants