oasisprotocol / oasis-web3-gateway

Web3 Gateway for the Oasis SDK EVM ParaTime module.
GNU General Public License v3.0
27 stars 14 forks source link

fix: Enable expensive txes for Localnet compute node #625

Closed matevz closed 1 week ago

matevz commented 1 week ago

This PR enables allow_expensive_queries parameter on compute-0 node too, since it's required for ROFL queries.

matevz commented 1 week ago

Perhaps we could/should run ROFL on the client-0 node instead of compute-0 and this would not be needed.

matevz commented 1 week ago

Perhaps we could/should run ROFL on the client-0 node instead of compute-0 and this would not be needed.

Running ROFLs that are part of the ParaTime .orc is currently disabled on client, so this is currently not straight forward to do. Maybe sth for the future, when we revamp the test-runner and net-runner code.