web3j-unit
web3j-unit copied to clipboard
Smart contract testing framework via integrated EVM and various Ethereum clients
# TransactionException with empty revert reason ## Steps To Reproduce Here's my test: ``` package bounty_hunter_gradle import kotlin.test.assertFailsWith import com.google.common.truth.Truth.assertThat import java.math.BigInteger import java.time.Duration import java.time.Instant import org.junit.jupiter.api.Test import org.web3j.EVMTest...
I am using the below dependencies along with openjdk-21.0.6: org.web3j core 4.14.0 org.web3j web3j-unit 4.13.0 test Is there an option to use web3j-unit in a test annotated with @EVMTest(type =...