-
Notifications
You must be signed in to change notification settings - Fork 101
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
Segregated witness support should result in significantly different fees #4
Comments
Options:
The latter is probably better... |
Hey, I will look at this soon, I am currently in need for coinselect to work on segwit :) |
Which script types would like to support? I could take the types from here (except for NONSTANDARD) |
If you're implementation can pre-sign all inputs, but with fake/blank signatures [for security], then |
Hm, but pre-signing all inputs with empty/fake privkeys will complicate things and needlessly slow down computation, when the inputs types usually have the same lengths anyway for the given type |
Not necessarily, it should be no different then the approach we'd be taking here (pattern match, speculate byte length impact via a fake script/witness. |
Resolved partially by #22 (comment) - but - the virtual size calculation isn't accounted for yet? |
Is this issue being worked on? :) |
Any news? |
I don’t want to talk for current maintainers, but neither me or dcousens is
in bitcoin business anymore
…On Thu 13. 7. 2023 at 20:10, Evgeny ***@***.***> wrote:
Any news?
—
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAZT4OYKJ2QO4HUWUQ3ZTTXQA2YNANCNFSM4CVUMZ6A>
.
You are receiving this because you were assigned.Message ID:
***@***.***>
|
What's happened? |
I am here, but this repository is not a priority for me. PRs and more importantly PR reviews are greatly appreciated and needed. |
I made PR #82 regarding this issue. |
Perhaps base it off a
.witness
field in the inputs... with which case:The text was updated successfully, but these errors were encountered: