Calling public bools from a contract always results in an RPC error.
Error:
Api(Rpc(Error { code: ServerError(-32000), message: "execution reverted", data: None }))
I used version 0.17.0 before which worked fine, since I switched to the latest code directly from the repository this is the error I always get when calling a bool. I don't know if this applies to other types too, the only other one I have tried calling was a U256 which worked.
Calling public bools from a contract always results in an RPC error. Error:
Api(Rpc(Error { code: ServerError(-32000), message: "execution reverted", data: None }))
I used version 0.17.0 before which worked fine, since I switched to the latest code directly from the repository this is the error I always get when calling a bool. I don't know if this applies to other types too, the only other one I have tried calling was a U256 which worked.