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

[BUG] message: "failed to execute message; message index: 0: dispatch: submessages: nil message field: unknown request #2468

Closed
taariq opened this issue Jan 3, 2025 · 5 comments
Assignees
Labels
bug Something isn't working paloma
Milestone

Comments

@taariq
Copy link
Member

taariq commented Jan 3, 2025

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'".

@taariq taariq added bug Something isn't working paloma labels Jan 3, 2025
@taariq taariq added this to the next milestone Jan 3, 2025
@taariq
Copy link
Member Author

taariq commented Jan 3, 2025

@fullstack412 from @byte-bandit
Thanks for bringing this to my attention. Just to confirm and triple check: the nodesale infrastructure worked fine before the upgrade, and no changes were made to the JS backend or the CW contract? - Correct.

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.

@taariq
Copy link
Member Author

taariq commented Jan 3, 2025

@byte-bandit added the CW contract to the ticket.

byte-bandit added a commit to palomachain/paloma that referenced this issue Jan 9, 2025
# 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.
@byte-bandit
Copy link

byte-bandit commented Jan 9, 2025

Closed with palomachain#1325

@taariq
Copy link
Member Author

taariq commented Jan 13, 2025

@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]: }

@taariq taariq reopened this Jan 13, 2025
@taariq
Copy link
Member Author

taariq commented Jan 13, 2025

closing. we are TWO hours too early.
Screenshot 2025-01-13 at 6 48 26 AM

@taariq taariq closed this as completed Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working paloma
Projects
None yet
Development

No branches or pull requests

2 participants