-
Notifications
You must be signed in to change notification settings - Fork 9
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
Coin Selection Specification: Draft 1 #16
Draft
jonathanknowles
wants to merge
89
commits into
master
Choose a base branch
from
jonathanknowles/specification-draft-1
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
+978
−0
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
jonathanknowles
force-pushed
the
jonathanknowles/specification-draft-1
branch
from
March 23, 2020 03:31
463368d
to
3d43e27
Compare
jonathanknowles
commented
Mar 23, 2020
jonathanknowles
commented
Mar 23, 2020
jonathanknowles
commented
Mar 23, 2020
jonathanknowles
commented
Mar 23, 2020
jonathanknowles
commented
Mar 23, 2020
jonathanknowles
commented
Mar 23, 2020
jonathanknowles
commented
Mar 23, 2020
The maximum should be 3v, rather than 2v. Fixes #16 (comment)
This change replaces "here" with the more specific "this document", and clarifies that the agnosticism relates to the choice of address format, rather than to the details of such formats. Fixes #16 (comment)
rvl
approved these changes
Mar 25, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice doc - very clear.
Will there be a discussion of the tx fee being dependent on the coin selection which is dependent on tx fee? Is that what fee balancing is?
jonathanknowles
requested review from
paweljakubas,
Anviking,
piotr-iohk and
KtorZ
March 25, 2020 11:50
KtorZ
reviewed
Mar 25, 2020
KtorZ
reviewed
Mar 25, 2020
KtorZ
reviewed
Mar 25, 2020
KtorZ
reviewed
Mar 25, 2020
KtorZ
reviewed
Mar 25, 2020
KtorZ
reviewed
Mar 25, 2020
KtorZ
reviewed
Mar 25, 2020
KtorZ
reviewed
Mar 25, 2020
KtorZ
reviewed
Mar 25, 2020
jonathanknowles
force-pushed
the
jonathanknowles/specification-draft-1
branch
13 times, most recently
from
May 5, 2020 08:11
dea8f77
to
79122b7
Compare
Explain the motivation behind choosing a UTxO selection whose value is approximately twice the value of the output to which it corresponds.
jonathanknowles
force-pushed
the
jonathanknowles/specification-draft-1
branch
from
May 5, 2020 08:13
79122b7
to
4cf7b13
Compare
jonathanknowles
force-pushed
the
jonathanknowles/specification-draft-1
branch
from
May 5, 2020 08:34
75d9e00
to
3471486
Compare
jonathanknowles
force-pushed
the
jonathanknowles/specification-draft-1
branch
from
May 5, 2020 09:50
edc91a8
to
e93c24a
Compare
jonathanknowles
force-pushed
the
jonathanknowles/specification-draft-1
branch
from
May 5, 2020 09:55
e93c24a
to
01a1faf
Compare
jonathanknowles
force-pushed
the
jonathanknowles/specification-draft-1
branch
from
May 5, 2020 10:00
7247429
to
4a99359
Compare
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.
Related Issue
#21
Summary
This PR contains a draft of a specification for the coin selection algorithms used by Cardano Wallet.
The purpose of the specification is to provide an easy-to-understand, human-readable description of these algorithms that doesn't require an understanding of Haskell.
The purpose of this PR is to gain feedback on areas for improvement. Please feel free to leave comments and constructive suggestions!
The document is written in Markdown, and can be read in its rendered form.
Please note that there are several areas not addressed by this specification: