This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Description
i'm using ganache by brownie
ganache-cli --chain.vmErrorsOnRPCResponse true --wallet.totalAccounts 10 --hardfork istanbul --miner.blockGasLimit 12000000 --wallet.mnemonic brownie --server.port 8545 --wallet.defaultBalance 1000000000
node --version
v16.14.2
ganache --version
ganache v7.5.0 (@ganache/cli: 0.6.0, @ganache/core: 0.6.0)
brownie test error
brownie.exceptions.RPCRequestError: Invalid string length
correstponding ganache log
Transaction: 0x13652715b80a821ff9e3945e2c8b059b0cfecec6fd4c65c6e0794348b2051146
Gas usage: 467626
Block number: 159
Block time: Fri Nov 18 2022 17:01:45 GMT+0900 (Korean Standard Time)
Runtime error: revert
Revert reason: testing...
When i call an error transaction to eth_call, a revert message (testing...) in response.