-
Notifications
You must be signed in to change notification settings - Fork 105
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
fix(pallet-gear-builtin): Fix the issue of bi-replying #3758
Conversation
Can we add a test that there is only one reply? |
I guess it's not necessary, because exactly this error will everytime appear saying that there is duplicate gas node (so duplicate message in a system) signalising exactly about the issue UPD: as I mentioned in a PR comment the problem didn't exist before merging two independent PRs where one uses replies and second changes structure that signalises that reply was sent |
ah sure, it has broken master then? Post a link to the error / quote error maybe then |
nvm updated myself |
An issue appeared due to improper merging of #3475 with builtins pallet
Incorrect merging produced the following error:
see: https://github.com/gear-tech/gear/actions/runs/8060686017/job/22017781608