web3j-unit icon indicating copy to clipboard operation
web3j-unit copied to clipboard

Smart contract testing framework via integrated EVM and various Ethereum clients

Results 2 web3j-unit issues
Sort by recently updated
recently updated
newest added

# 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...

bug

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 =...