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

Go Error when simulating with make sign-op #165

Open
blmalone opened this issue May 7, 2024 · 0 comments
Open

Go Error when simulating with make sign-op #165

blmalone opened this issue May 7, 2024 · 0 comments

Comments

@blmalone
Copy link
Contributor

blmalone commented May 7, 2024

Steps to reproduce

git clone https://github.com/base-org/contract-deployments.git 
cd contract-deployments
cd mainnet/2024-04-17-upgrade-erc20-factory
make deps
make sign-op # simulate Optimism signers

While the tenderly link does get logged to the console, it doesn't finish execution gracefully.

e.g.

forge exited with code 0

panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x2 addr=0x18 pc=0x100c8069c]

goroutine 1 [running]:
main.main()
	/Users/blaine/go/pkg/mod/github.com/base-org/eip712sign@v0.0.6/main.go:113 +0x94c
make: *** [sign-op] Error 2

This may be something to do with my environment configuration.

go version
# go version go1.22.0 darwin/arm64

forge --version
# forge 0.2.0 (c486fca 2024-05-06T00:20:07.911403000Z)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant