Increase EVM timeout for eth-calls (#191)

* Increase EVM timeout for eth-calls

* Remove goose prerequisite from test targets in Makefile
This commit is contained in:
prathamesh0
2022-09-21 16:28:19 +05:30
committed by GitHub
parent fc0d7a6dd6
commit 4d99ecdee3
3 changed files with 18 additions and 8 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ import "fmt"
const (
Major = 4 // Major version component of the current release
Minor = 1 // Minor version component of the current release
Patch = 5 // Patch version component of the current release
Patch = 9 // Patch version component of the current release
Meta = "alpha" // Version metadata to append to the version string
)