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

chore: add gas_fee, sequence and address to checktx response #13

Draft
wants to merge 1 commit into
base: marko/core_changes_v3
Choose a base branch
from

Conversation

tac0turtle
Copy link

@tac0turtle tac0turtle commented Mar 3, 2025

closes cel-49


PR checklist

  • Tests written/updated
  • Changelog entry added in .changelog (we use unclog to manage our changelog)
  • Updated relevant documentation (docs/ or spec/) and code comments

@tac0turtle tac0turtle changed the title add priority chore: add gas_fee, sequence and address to checktx response Mar 3, 2025
Copy link

linear bot commented Mar 3, 2025


// these fields are used in the priority mempool
bytes address = 15;
uint64 gas_fees = 16;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so this is the same as priority field? do we want to move away from that naming or keep it?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

previously priority was arbitrary to gas it was based on gas and fees but there could be conflicting numbers because the app was unaware of the queue in comet. This way it allows comet to be more intelligent in ordering and overriding

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants