Search code examples
nearprotocol

Can I run a NEAR node with a higher gas limit for view calls?


Currently, the view method calls are limited by the protocol config option runtime_config.wasm_config.limit_config.max_gas_burnt_view. Can there be an option to configure it per node instead of on the protocol level?


Solution

  • Yes. There is a WIP pull request to address this issue https://github.com/near/nearcore/pull/4381