Undergassed transaction seems to get wedged #148
Labels
No Label
bug
C:CLI
C:Crypto
C:Encoding
C:Proto
C:Types
dependencies
docker
documentation
duplicate
enhancement
go
good first issue
help wanted
high priority
in progress
invalid
javascript
low priority
medium priority
question
Status: Stale
Type: ADR
Type: Build
Type: CI
Type: Docs
Type: Tests
urgent
wontfix
Copied from Github
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cerc-io/laconicd-deprecated#148
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I found this problem diagnosing issues with the snowball front-end deployment scripts.
What I see is a record publish transaction fails with this error:
The submitted sequence seems correct, based on this:
Previous to this there was another issue where the gas submitted with the record publish txn was insufficient,
leading to the theory that the undergassed transaction got stuck in the server leading to this wedged sequence number state.
Also according to @telackey this error has been seen before, but seemed to be transient.
I waited a couple days but the error persists.
can confirm i've see this before, also as a transient error ... retrying would often fix it.
it's common to get this error on various cosmos chains, the same message gets passed through in keplr to the user and the support answer is to retry, which almost always does the trick