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 are feeding pair details into a smart contract on hedera. All the txns we are pushing is having the calldata size <5kb. Most of the times the txns are getting executed perfectly but only certain times its getting failed due to INSUFFICIENT_TX_FEE error. Although both the accounts(relayer and txn initiator) are having sufficient balances.
We are using the dedicated relayer from Validation Cloud
Hello, @anshuman-supraoracles. Would it be possible to provide the address of the logic contract that you passed in your contract's constructor so I can conduct further debugging? Thank you!
Also, could you tell us what version of the relay are you using and with what configuration are you running it? And are there any modifications to the code?
Description
We are feeding pair details into a smart contract on hedera. All the txns we are pushing is having the calldata size <5kb. Most of the times the txns are getting executed perfectly but only certain times its getting failed due to INSUFFICIENT_TX_FEE error. Although both the accounts(relayer and txn initiator) are having sufficient balances.
We are using the dedicated relayer from Validation Cloud
These are the txns that got faied
https://hashscan.io/mainnet/transaction/1732151941.129055000
https://hashscan.io/mainnet/transaction/1732152145.106706521
https://hashscan.io/mainnet/transaction/1732152160.921207000
https://hashscan.io/mainnet/transaction/1732152177.426895000
You can check other successful txns in this contract
https://hashscan.io/mainnet/contract/0.0.4323024?pf=1&p=1&k=1732163002.082358000
Steps to reproduce
NA
Additional context
No response
Hedera network
mainnet
Version
Validation Cloud
Operating system
Linux
The text was updated successfully, but these errors were encountered: