You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
install go install honnef.co/go/tools/cmd/staticcheck@latest
call staticcheck ./go/...
go/ct/utils/adapter_test.go:166:26: ctxt.GetCommittedStorage is deprecated: should not be needed when using result of SetStorage(..) (SA1019)
go/ct/utils/adapter_test.go:179:18: ctxt.GetCommittedStorage is deprecated: should not be needed when using result of SetStorage(..) (SA1019)
go/ct/utils/adapter_test.go:188:15: ctxt.IsSlotInAccessList is deprecated: should not be needed when using result of SetStorage(..) (SA1019)
go/ct/utils/adapter_test.go:200:15: ctxt.IsSlotInAccessList is deprecated: should not be needed when using result of SetStorage(..) (SA1019)
go/ct/utils/adapter_test.go:314:19: ctxt.IsAddressInAccessList is deprecated: should not be needed when using result of SetStorage(..) (SA1019)
go/ct/utils/adapter_test.go:324:18: ctxt.IsAddressInAccessList is deprecated: should not be needed when using result of SetStorage(..) (SA1019)
go/interpreter/geth/geth.go:303:21: s.context.GetCommittedStorage is deprecated: should not be needed when using result of SetStorage(..) (SA1019)
go/interpreter/geth/geth.go:332:9: s.context.HasSelfDestructed is deprecated: should not be needed (SA1019)
go/interpreter/geth/geth.go:364:9: s.context.IsAddressInAccessList is deprecated: should not be needed when using result of SetStorage(..) (SA1019)
go/interpreter/geth/geth.go:368:9: s.context.IsSlotInAccessList is deprecated: should not be needed when using result of SetStorage(..) (SA1019)
go/interpreter/lfvm/gas.go:315:14: c.context.GetCommittedStorage is deprecated: should not be needed when using result of SetStorage(..) (SA1019)
go/interpreter/lfvm/gas.go:363:33: c.context.IsSlotInAccessList is deprecated: should not be needed when using result of SetStorage(..) (SA1019)
go/interpreter/lfvm/gas.go:377:14: c.context.GetCommittedStorage is deprecated: should not be needed when using result of SetStorage(..) (SA1019)
go/interpreter/lfvm/gas.go:407:7: c.context.IsAddressInAccessList is deprecated: should not be needed when using result of SetStorage(..) (SA1019)
go/interpreter/lfvm/gas.go:422:16: c.context.IsAddressInAccessList is deprecated: should not be needed when using result of SetStorage(..) (SA1019)
go/interpreter/lfvm/gas.go:446:6: c.context.HasSelfDestructed is deprecated: should not be needed (SA1019)
go/interpreter/lfvm/gas.go:457:6: c.context.IsAddressInAccessList is deprecated: should not be needed when using result of SetStorage(..) (SA1019)
go/interpreter/lfvm/gas.go:468:7: c.context.HasSelfDestructed is deprecated: should not be needed (SA1019)
go/interpreter/lfvm/instructions.go:273:24: c.context.IsSlotInAccessList is deprecated: should not be needed when using result of SetStorage(..) (SA1019)
The text was updated successfully, but these errors were encountered:
Staticcheck reports use of deprecated functions.
install
go install honnef.co/go/tools/cmd/staticcheck@latest
call
staticcheck ./go/...
The text was updated successfully, but these errors were encountered: