-
Notifications
You must be signed in to change notification settings - Fork 2
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
[BUG] message: "failed to execute message; message index: 0: dispatch: submessages: nil message field: unknown request #2468
Comments
@fullstack412 from @byte-bandit I did some digging earlier and it looks like those messages hit the wrong handler, but I don't yet see why. It's possible that we will need to change the way jobs are executed as well - which would mean updating and redeploying all CW contracts as well. So I'll try every other option first and see if I can make it work. |
@byte-bandit added the CW contract to the ticket. |
# Related Github tickets - VolumeFi#2442 - VolumeFi#2468 # Background This change refactors a large amount of the existing CW integration, fixes a bug introduced with the last update & introduces bindings for the Skyway module. # Testing completed - [x] test coverage exists or has been added/updated - [x] tested in a private testnet # Breaking changes - [x] I have checked my code for breaking changes - [x] If there are breaking changes, there is a supporting migration.
Closed with palomachain#1325 |
@webelf101 @byte-bandit when testing today, we have the same issue data: { Jan 13 14:20:10 bots-server start.sh[148425]: code: 2, Jan 13 14:20:10 bots-server start.sh[148425]: message: "failed to execute message; message index: 0: dispatch: submessages: nil message field: unknown request [/home/aptostake/paloma/x/scheduler/bindings/msg_plugin.go:40] with gas used: '134677'", Jan 13 14:20:10 bots-server start.sh[148425]: details: [] Jan 13 14:20:10 bots-server start.sh[148425]: } |
Paloma upgraded to v2.4.1 today.
Running Nodesale contract job gave the error while using the Paloma SDK.
Code line: https://github.com/VolumeFi/paloma_nodesale/blob/main/node-licenses.js#L1096
Cosmwasm Contract: https://github.com/VolumeFi/paloma_nodesale_cw
LCD Server: https://api-1.paloma.nodes.guru/ (upgraded to Paloma v2.4.1)
message: "failed to execute message; message index: 0: dispatch: submessages: nil message field: unknown request [/home/aptostake/paloma/x/scheduler/bindings/msg_plugin.go:40] with gas used: '134677'".
The text was updated successfully, but these errors were encountered: