w3vm: added WithPrecompile
#904
Annotations
19 errors
Lint:
w3vm/db.go#L32
cannot use db (variable of type *db) as state.Trie value in return statement: *db does not implement state.Trie (wrong type for method UpdateAccount)
|
Lint:
w3vm/db.go#L35
cannot use db (variable of type *db) as state.Trie value in return statement: *db does not implement state.Trie (wrong type for method UpdateAccount)
|
Lint:
w3vm/db.go#L39
impossible type assertion: trie.(*db)
|
Lint:
w3vm/db.go#L40
cannot use db (variable of type *db) as state.Trie value in return statement: *db does not implement state.Trie (wrong type for method UpdateAccount)
|
Lint:
w3vm/vm.go#L63
too many arguments in call to state.New
|
Lint:
w3vm/vm.go#L99
v.db.SetLogger undefined (type *state.StateDB has no field or method SetLogger)
|
Lint:
w3vm/vm.go#L302
undefined: math.BigMin
|
Lint:
w3vm/vm.go#L318
unknown field SkipAccountChecks in struct literal of type core.Message
|
Lint
Process completed with exit code 1.
|
Test:
w3vm/db.go#L32
cannot use db (variable of type *db) as state.Trie value in return statement: *db does not implement state.Trie (wrong type for method UpdateAccount)
|
Test:
w3vm/db.go#L35
cannot use db (variable of type *db) as state.Trie value in return statement: *db does not implement state.Trie (wrong type for method UpdateAccount)
|
Test:
w3vm/db.go#L39
impossible type assertion: trie.(*db)
|
Test:
w3vm/db.go#L40
cannot use db (variable of type *db) as state.Trie value in return statement: *db does not implement state.Trie (wrong type for method UpdateAccount)
|
Test:
w3vm/vm.go#L63
too many arguments in call to state.New
|
Test:
w3vm/vm.go#L99
v.db.SetLogger undefined (type *state.StateDB has no field or method SetLogger)
|
Test:
w3vm/vm.go#L302
undefined: math.BigMin
|
Test:
w3vm/vm.go#L318
unknown field SkipAccountChecks in struct literal of type core.Message
|
Test:
w3vm/db.go#L35
cannot use db (variable of type *db) as state.Trie value in return statement: *db does not implement state.Trie (wrong type for method UpdateAccount)
|
Test:
w3vm/db.go#L39
impossible type assertion: trie.(*db)
|