-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge #13: Implement lowest fee metric correctly
6ae0fdf docs: fix typos and use better wording (志宇) 9e1cecd Use ChangePolicy::min_value in lowest fee tests (LLFourn) 7360052 Write lowest fee test that hits important branch (LLFourn) 17cc8f2 Score branches before adding children (LLFourn) e30246d Fix lowest_fee metric (LLFourn) 0aef6ff Make lowest fee test fail by implementing score correctly (LLFourn) 0c66696 Rethink is_target_met (LLFourn) Pull request description: This replaces #11. This first commit just fixes the metric to make the tests fail. Note the previous calculation was overthinking it. The fee metric is just `inputs - outputs + long_term_feerate * change_weight`. Next steps: 1. Make ci actually run the tests and get them to fail. 2. Fix the metric lower bound ACKs for top commit: evanlinjin: ACK 6ae0fdf Tree-SHA512: c9c684ed95bc946e7e1ad8d65cd03f15180ba0bbc4e901d0e55145006629063fd110a3a08307f3e8c091ff875e41492bebc31895819455b58cc6a137b56103bc
- Loading branch information
Showing
12 changed files
with
303 additions
and
221 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.