Open gpBlockchain opened 2 years ago
invoke call_stack(5)
We can make it pass by setting more gas in hardhat config.
invoke call_stack(100)
This one consumes way a lot more memory than we can support. For this contract, call_stack(13) should be fine.
env: https://github.com/RetricSu/godwoken-kicker.git branch: compatibility-changes commit: 76430974cc0b8f88e2bca659725cb8664d3b78d2 solodity code
ProviderError: Cannot read property 'last_log' of undefined at HttpProvider.request (node_modules/hardhat/src/internal/core/providers/http.ts:74:19) at LocalAccountsProvider.request (node_modules/hardhat/src/internal/core/providers/accounts.ts:188:34) at processTicksAndRejections (node:internal/process/task_queues:96:5) at EthersProviderWrapper.send (node_modules/@nomiclabs/hardhat-ethers/src/internal/ethers-provider-wrapper.ts:13:20)