Skip to content

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

Closed
tac0turtle wants to merge 2 commits intomarko/core_changes_v3from
marko/priority
Closed

chore: add gas_fee, sequence and address to checktx response #13
tac0turtle wants to merge 2 commits intomarko/core_changes_v3from
marko/priority

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
@linear
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

@tac0turtle
Copy link
Author

merged upstream

@tac0turtle tac0turtle closed this Mar 17, 2025
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