Skip to content
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

Add a txOut field to our InteractiveTxBuilder.Input interface #2791

Merged
merged 2 commits into from Dec 4, 2023

Conversation

sstone
Copy link
Member

@sstone sstone commented Nov 30, 2023

This will help us add support for taproot inputs: to create taproot signatures we need all prevouts (and not just prevouts for tx inputs that spend taproot outputs).

This will help us add support for taproot inputs: to create taproot signatures we need all prevouts (and not just prevouts for tx inputs
that spend taproot outputs).
@sstone sstone requested a review from t-bast November 30, 2023 20:27
@codecov-commenter
Copy link

codecov-commenter commented Nov 30, 2023

Codecov Report

Merging #2791 (58747b6) into master (e73c1cf) will increase coverage by 0.01%.
The diff coverage is 88.88%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2791      +/-   ##
==========================================
+ Coverage   85.83%   85.85%   +0.01%     
==========================================
  Files         216      216              
  Lines       18169    18180      +11     
  Branches      753      745       -8     
==========================================
+ Hits        15596    15609      +13     
+ Misses       2573     2571       -2     
Files Coverage Δ
...cinq/eclair/channel/fund/InteractiveTxFunder.scala 92.24% <100.00%> (ø)
...inq/eclair/channel/fund/InteractiveTxBuilder.scala 91.37% <83.33%> (-0.21%) ⬇️
...ire/internal/channel/version4/ChannelCodecs4.scala 99.63% <90.00%> (-0.37%) ⬇️

... and 4 files with indirect coverage changes

Copy link
Member

@t-bast t-bast left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, this should correctly migrate existing data 👍

@t-bast t-bast mentioned this pull request Dec 4, 2023
@sstone sstone merged commit f0cb58a into master Dec 4, 2023
1 check passed
@sstone sstone deleted the add-txout-to-shared-inputs branch December 4, 2023 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants