You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge #35: Fix: allow zero-fee transactions in LowestFee metric
67a8698 fix: allow zero-fee transactions in LowestFee metric (志宇)
92adec1 test: Upgrade `rand` and `proptest` (志宇)
575964f chore: make clippy happy (志宇)
Pull request description:
Change assertion from fee > 0 to fee >= 0 to handle valid zero-fee transactions. Add test case to verify the metric works correctly when target fee rate is zero.
Also make clippy happy and upgrade test dependencies.
Top commit has no ACKs.
Tree-SHA512: 0bbfa373f82d8f67a463d579eaa981b09ec7eae0f876d447b88421d9e6c18bf6bf4ecff2a17940eb07413cbf33475d07a8d6d543a046a617f883755fa741c238
0 commit comments