We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
System info:
name: ethermint server_name: evmosd version: 0.3.0 commit: 070b668f2cbbf52548c46e96b236e09884483dd4 build_tags: "" go: go version go1.17.1 linux/amd64
Steps to reproduce:
RegisterERC20Proposal
Expected behavior: Proposal created
Actual behavior: error: panic message redacted to hide potentially sensitive system info: panic
panic message redacted to hide potentially sensitive system info: panic
Additional info: Tx Hash: 13E54561AAE5AA267DD88CB9A272654C12276AB3156937E12EAF9A762D88DF80
13E54561AAE5AA267DD88CB9A272654C12276AB3156937E12EAF9A762D88DF80
I found in code that app.IntrarelayerKeeper is passed as parameter before initialize https://github.com/tharsis/evmos/blob/0effbfa510411f5b433c2c81b23f818fe9314a50/app/app.go#L378 https://github.com/tharsis/evmos/blob/0effbfa510411f5b433c2c81b23f818fe9314a50/app/app.go#L386
app.IntrarelayerKeeper
This obstructs some Olympus missions:
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
System info:
Steps to reproduce:
RegisterERC20Proposal
Expected behavior: Proposal created
Actual behavior: error:
panic message redacted to hide potentially sensitive system info: panic
Additional info: Tx Hash:
13E54561AAE5AA267DD88CB9A272654C12276AB3156937E12EAF9A762D88DF80
I found in code that
app.IntrarelayerKeeper
is passed as parameter before initializehttps://github.com/tharsis/evmos/blob/0effbfa510411f5b433c2c81b23f818fe9314a50/app/app.go#L378
https://github.com/tharsis/evmos/blob/0effbfa510411f5b433c2c81b23f818fe9314a50/app/app.go#L386
This obstructs some Olympus missions:
The text was updated successfully, but these errors were encountered: