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

Error when trying wrapped delegation #471

Open
curlycrypto184 opened this issue Feb 14, 2024 · 4 comments
Open

Error when trying wrapped delegation #471

curlycrypto184 opened this issue Feb 14, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@curlycrypto184
Copy link

Summary of Bug

Running into the following error when trying to wrapped delegate:

Error: rpc error: code = Unknown desc = rpc error: code = Unknown desc = failed to execute message; message index: 0: the 0-th epoch does not handle messages [cosmos/[email protected]/baseapp/baseapp.go:991] with gas used: '36485': unknown request

Checked rpc endpoint is fully synced and able to get correct epoch.

Version

v0.8.1

Steps to Reproduce

Do a wrapped delegation txn

@SebastianElvis SebastianElvis added the bug Something isn't working label Feb 14, 2024
@SebastianElvis
Copy link
Member

Hi, thanks for reporting! This is indeed an issue and will be fixed in the next release. Meanwhile, as a temporary solution, could you please add --gas with an explicit amount (as opposed to --gas auto) when submitting a delegation tx? This should work for now.

@curlycrypto184
Copy link
Author

Thanks. Adding an explicit amount for --gas works.

@sbidolach
Copy link

It seems that add --gas works but then I have this error

raw_log: 'out of gas in location: ReadFlat; gasWanted: 0, gasUsed: 1000: out of gas'

Do you know what value should I set?

@sbidolach
Copy link

Finally, I was able to broadcast my tx by the below command:

babylond tx epoching delegate <operator_address> 1000000ubbn --from wallet --chain-id bbn-test-3 --gas-adjustment 1.4 --gas 100000 --fees 10ubbn

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants