Closed libkakashi closed 1 year ago
It's happening the same to me. Did you make it work?
@apoorvsingal , @aguirrel Thank you for submitting this. Can you please provide example of a contract so we can reproduce this.
https://docs.rari.capital/fuse/#get-pools-by-account-with-data This is one, it takes more gas than what aurora relayer allows (given the pools and assets count are high enough)
After setting up my own self-hosted Aurora node (VM on cloud), I faced the same issue as above, but when I utilized public RPC, that error did not show up. Is there any further step that needs to be configured?
This repository is deprecated. If issue still persists, please reopen it on a new repository of Aurora Relayer v2.
Hey, is there a way we can configure the near node to allow higher gas limits than whatever's default?
Calls like
contract.methods.someBigMethod.call({ gas: 1e18 })
currently throw awasm execution failed with error: FunctionCallError(HostError(GasLimitExceeded))
error and there's apparently no way around it.Full error log: