-
Notifications
You must be signed in to change notification settings - Fork 17
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
bnp function declaration #13
Merged
delcin-raj
merged 2 commits into
Bitshala-Incubator:main
from
delcin-raj:type-signatures
Mar 15, 2024
Merged
bnp function declaration #13
delcin-raj
merged 2 commits into
Bitshala-Incubator:main
from
delcin-raj:type-signatures
Mar 15, 2024
Conversation
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
jkciw
pushed a commit
to jkciw/rust-coinselect
that referenced
this pull request
Apr 9, 2024
* bnp function declaration * Clippy suggestion
jkciw
pushed a commit
to jkciw/rust-coinselect
that referenced
this pull request
Apr 10, 2024
* bnp function declaration * Clippy suggestion
delcin-raj
added a commit
that referenced
this pull request
Apr 10, 2024
* Added FIFO * Added changes to use value of the input as identifier for FIFO algorithm * Added changes to use sort_by_key method and check for conditions including feerate and weight calculation * Removed Partial Imp and added one test case for fifo * Removed custom implementations of ordering * Defining SelectionOutput type and some Error Variants * Changing the comments according to new types * Added FIFO Merged with main according to updates * Added changes to use sort_by_key method and check for conditions including feerate and weight calculation * Removed Partial Imp and added one test case for fifo * Removed custom implementations of ordering * Performed fmt checks * Addressed issues raised by clippy and checked fmt * FIFO selection algorithm (#9) * Added FIFO * Added changes to use value of the input as identifier for FIFO algorithm * Added changes to use sort_by_key method and check for conditions including feerate and weight calculation * Removed Partial Imp and added one test case for fifo * Removed custom implementations of ordering * Added FIFO Merged with main according to updates * Added changes to use sort_by_key method and check for conditions including feerate and weight calculation * Removed Partial Imp and added one test case for fifo * Removed custom implementations of ordering * Performed fmt checks * Addressed issues raised by clippy and checked fmt * Minor fmt edit * Addressed issues causing test to fail * Removed comments about using values/indexes in FIFO * bnp function declaration (#13) * bnp function declaration * Clippy suggestion * inputs type is changed to &[OutputGroup] (#14) * inputs type is changed to &[OutputGroup] Singalling the fact that selected_outputs should refer to indices of the given inputs and that the order of the given inputs are not changed with respect to the user. * fmt fix * Pulled changes from main and modified fifo accodingly * Removed a redundant utility function. Substituted its function with the existing utility function * Fmt fix * removed redundat codes and replaced them with utility functions. * Modified SelectionError msg to Insufficient funds * Made changes w.r.t estimated_fees in accumulated_value conditionals. * Removed unnecessary files committed earlier * removed DS_Store and launch.json files * signed commit * Fresh commit after signing and rebasing --------- Co-authored-by: delcin-raj <delcinraj@gmail.com> Co-authored-by: Delcin Maria Koilraj <42584001+delcin-raj@users.noreply.github.com>
NeoZ666
pushed a commit
to NeoZ666/rust-coinselect
that referenced
this pull request
Sep 16, 2024
* bnp function declaration * Clippy suggestion
NeoZ666
pushed a commit
to NeoZ666/rust-coinselect
that referenced
this pull request
Sep 16, 2024
* Added FIFO * Added changes to use value of the input as identifier for FIFO algorithm * Added changes to use sort_by_key method and check for conditions including feerate and weight calculation * Removed Partial Imp and added one test case for fifo * Removed custom implementations of ordering * Defining SelectionOutput type and some Error Variants * Changing the comments according to new types * Added FIFO Merged with main according to updates * Added changes to use sort_by_key method and check for conditions including feerate and weight calculation * Removed Partial Imp and added one test case for fifo * Removed custom implementations of ordering * Performed fmt checks * Addressed issues raised by clippy and checked fmt * FIFO selection algorithm (Bitshala-Incubator#9) * Added FIFO * Added changes to use value of the input as identifier for FIFO algorithm * Added changes to use sort_by_key method and check for conditions including feerate and weight calculation * Removed Partial Imp and added one test case for fifo * Removed custom implementations of ordering * Added FIFO Merged with main according to updates * Added changes to use sort_by_key method and check for conditions including feerate and weight calculation * Removed Partial Imp and added one test case for fifo * Removed custom implementations of ordering * Performed fmt checks * Addressed issues raised by clippy and checked fmt * Minor fmt edit * Addressed issues causing test to fail * Removed comments about using values/indexes in FIFO * bnp function declaration (Bitshala-Incubator#13) * bnp function declaration * Clippy suggestion * inputs type is changed to &[OutputGroup] (Bitshala-Incubator#14) * inputs type is changed to &[OutputGroup] Singalling the fact that selected_outputs should refer to indices of the given inputs and that the order of the given inputs are not changed with respect to the user. * fmt fix * Pulled changes from main and modified fifo accodingly * Removed a redundant utility function. Substituted its function with the existing utility function * Fmt fix * removed redundat codes and replaced them with utility functions. * Modified SelectionError msg to Insufficient funds * Made changes w.r.t estimated_fees in accumulated_value conditionals. * Removed unnecessary files committed earlier * removed DS_Store and launch.json files * signed commit * Fresh commit after signing and rebasing --------- Co-authored-by: delcin-raj <delcinraj@gmail.com> Co-authored-by: Delcin Maria Koilraj <42584001+delcin-raj@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.