Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

estimate tx gas execution is failing to check for NO_ERROR returned by Executor #3456

Closed
tclemos opened this issue Mar 14, 2024 · 0 comments
Closed
Assignees
Milestone

Comments

@tclemos
Copy link
Contributor

tclemos commented Mar 14, 2024

github.com/0xPolygonHermez/zkevm-node/event.(*EventLog).LogExecutorErrorV2
	/src/event/eventlog.go:71
github.com/0xPolygonHermez/zkevm-node/state.(*State).internalTestGasEstimationTransactionV2
	/src/state/transaction.go:1049
github.com/0xPolygonHermez/zkevm-node/state.(*State).EstimateGas
	/src/state/transaction.go:814
github.com/0xPolygonHermez/zkevm-node/jsonrpc.(*EthEndpoints).EstimateGas.func1
	/src/jsonrpc/endpoints_eth.go:190
github.com/0xPolygonHermez/zkevm-node/jsonrpc.(*DBTxManager).NewDbTxScope
	/src/jsonrpc/dbtxmanager.go:29
github.com/0xPolygonHermez/zkevm-node/jsonrpc.(*EthEndpoints).EstimateGas
	/src/jsonrpc/endpoints_eth.go:163
reflect.Value.call
	/usr/local/go/src/reflect/value.go:596
reflect.Value.Call
	/usr/local/go/src/reflect/value.go:380
github.com/0xPolygonHermez/zkevm-node/jsonrpc.(*Handler).Handle
	/src/jsonrpc/handler.go:127
github.com/0xPolygonHermez/zkevm-node/jsonrpc.(*Server).handleSingleRequest
	/src/jsonrpc/server.go:304
github.com/0xPolygonHermez/zkevm-node/jsonrpc.(*Server).handle
	/src/jsonrpc/server.go:252
net/http.HandlerFunc.ServeHTTP
	/usr/local/go/src/net/http/server.go:2136
github.com/0xPolygonHermez/zkevm-node/jsonrpc.(*Server).startHTTP.LimitFuncHandler.LimitHandler.func1
	/go/pkg/mod/github.com/didip/tollbooth/[email protected]/tollbooth.go:311
net/http.HandlerFunc.ServeHTTP
	/usr/local/go/src/net/http/server.go:2136
net/http.(*ServeMux).ServeHTTP
	/usr/local/go/src/net/http/server.go:2514
net/http.serverHandler.ServeHTTP
	/usr/local/go/src/net/http/server.go:2938
net/http.(*conn).serve
	/usr/local/go/src/net/http/server.go:2009
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants