Skip to content

Conversation

@AmineKhaldi
Copy link
Contributor

Purpose:

In TransactionQueue, transactions that are not higher priority go into normal queues where each peer has one. Turn these peer queues into priority queues ordered by fee per cost.

Current Behavior:

Normal priority peer queues are simple queues with no particular ordering.

New Behavior:

Normal priority peer queues are priority queues ordered by fee per cost.

Testing Notes:

@AmineKhaldi AmineKhaldi self-assigned this Nov 20, 2025
@AmineKhaldi AmineKhaldi added the Changed Required label for PR that categorizes merge commit message as "Changed" for changelog label Nov 20, 2025
@AmineKhaldi AmineKhaldi force-pushed the peer_queue_prioritize_by_fpc branch from d35d676 to b661590 Compare November 26, 2025 11:39
@AmineKhaldi AmineKhaldi force-pushed the peer_queue_prioritize_by_fpc branch from b661590 to b69adc0 Compare December 5, 2025 10:07
@AmineKhaldi AmineKhaldi marked this pull request as ready for review December 5, 2025 11:28
@AmineKhaldi AmineKhaldi requested a review from a team as a code owner December 5, 2025 11:28
@AmineKhaldi AmineKhaldi force-pushed the peer_queue_prioritize_by_fpc branch from b69adc0 to 299dd2d Compare December 5, 2025 14:28
@coveralls-official
Copy link

Pull Request Test Coverage Report for Build 19966023288

Details

  • 63 of 63 (100.0%) changed or added relevant lines in 2 files are covered.
  • 35 unchanged lines in 9 files lost coverage.
  • Overall coverage increased (+0.007%) to 90.777%

Files with Coverage Reduction New Missed Lines %
chia/_tests/simulation/test_simulation.py 1 96.47%
chia/timelord/timelord_api.py 1 93.02%
chia/wallet/wallet_node.py 1 86.69%
chia/server/node_discovery.py 2 81.4%
chia/timelord/timelord_launcher.py 2 70.0%
chia/server/server.py 3 85.18%
chia/full_node/full_node.py 4 87.0%
chia/daemon/server.py 7 80.62%
chia/timelord/timelord.py 14 71.68%
Totals Coverage Status
Change from base Build 19938390251: 0.007%
Covered Lines: 102516
Relevant Lines: 112760

💛 - Coveralls

@TheLastCicada TheLastCicada merged commit 811ecc9 into Chia-Network:main Dec 5, 2025
389 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Changed Required label for PR that categorizes merge commit message as "Changed" for changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants