-
Notifications
You must be signed in to change notification settings - Fork 134
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: Pigeon Operator Keys error="failed to broadcast tx: out of gas" when implemented. #1312
Comments
taariq
added
bug
Something isn't working
Pigeon
issues related with Pigeon service
Mainnet
labels
Oct 23, 2024
This just means one of two things a) the operator keys haven't been setup properly (check for proper fee grant) |
same stuff here as well
|
@aditya-manit will you share your keys for both granter and operator keys? |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is happening?
Section description
Provide as much context as you can. Give as much context as you can to make it easier for the developers to figure what is happening.Nodes Guru validator implemented Pigeon Operator Keys and receives out of gas errors.
time="2024-10-23T23:32:07Z" level=info msg="signing transaction" component=send-msgs key=pigeon-operator-charlie x-correlation-id=cscoetjajpmfkt2urua0
time="2024-10-23T23:32:07Z" level=warning msg="Failed to broadcast TX." error="out of gas" sync-result="&{11 out of gas in location: ValuePerByte; gasWanted: 0, gasUsed: 1174: out of gas sdk 592E6BBCAE58DC52A7011EE09F9B0A73876BC2C623328FB1764E7C13C0659B70}" x-correlation-id=cscoetjajpmfkt2urua0
time="2024-10-23T23:32:07Z" level=error msg="error returned in process loop" error="failed to broadcast tx: out of gas" x-correlation-id=cscoetjajpmfkt2urua0
paloma1u35uzp4yxqsc8zc09ewvl7q5xyae0qylk69whc charlie address
gas-adjustment: 3.0 not enough or it missed in the new implementation, I will try to increase this value
time="2024-10-23T23:52:27Z" level=info msg="signing transaction" component=send-msgs key=pigeon-operator-alpha x-correlation-id=cscood3ajpmelpq7p2v0
time="2024-10-23T23:52:28Z" level=error msg="Error while trying to keep pigeon alive." component=try-send-keep-alive error="transaction failed with code: 11" x-correlation-id=cscood3ajpmelpq7p2v0
time="2024-10-23T23:52:28Z" level=warning msg="keep alive: Attempt [3/3] failed to send keep alive call. Will retry in 4s" error="transaction failed with code: 11" x-correlation-id=cscood3ajpmelpq7p2v0
ErrOutOfGas = errorsmod.Register(RootCodespace, 11, "out of gas")
same with gas-adjustment: 5.0
How to reproduce?
Section description
Please write detailed steps of what you were doing for this bug to appear.paloma:
signing-keys:
- pigeon-operator-alpha
- pigeon-operator-bravo
- pigeon-operator-charlie
chain-id: tumbler
call-timeout: 20s
signing-key: wallet
What is the expected behaviour?
Section description
If you know, please write down what is the expected behaviour. If you don't know, that's ok. We can have a discussion in comments.No out of gas issues.
The text was updated successfully, but these errors were encountered: