jdreddaway
jdreddaway
# 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...
See https://stackoverflow.com/questions/56138416/how-to-set-variable-to-array-in-velocity I am trying to do the following: ``` #set ($my = "blah") #set ($say = ["not", $my, "fault"]) ``` But I get the following error: ``` error: An...