OpenZeppelin / openzeppelin-test-helpers

Assertion library for Ethereum smart contract testing
https://docs.openzeppelin.com/test-helpers
MIT License
415 stars 132 forks source link

expectRevert: Enable support for Besu nodes #188

Open errorfourten opened 2 years ago

errorfourten commented 2 years ago

Besu nodes are able to return revert reasons, but currently the expectRevert can only support ganache and hardhat. Is there any way we are able to support besu nodes too?