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

Fix tx_signatures ordering for splices #2768

Merged
merged 1 commit into from Nov 3, 2023
Merged

Conversation

t-bast
Copy link
Member

@t-bast t-bast commented Oct 18, 2023

We were incorrectly splitting the shared input amount based on each peer's balance, but for the signing order the peer that adds the shared input takes credit for the whole amount of that input.

We were incorrectly splitting the shared input amount based on each peer's
balance, but for the signing order the peer that adds the shared input
takes credit for the whole amount of that input.
@t-bast t-bast requested a review from pm47 October 18, 2023 09:22
@codecov-commenter
Copy link

Codecov Report

Merging #2768 (9faa3ae) into master (9ca9227) will increase coverage by 0.01%.
Report is 1 commits behind head on master.
The diff coverage is 100.00%.

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

@@            Coverage Diff             @@
##           master    #2768      +/-   ##
==========================================
+ Coverage   85.84%   85.86%   +0.01%     
==========================================
  Files         216      216              
  Lines       18102    18095       -7     
  Branches      762      746      -16     
==========================================
- Hits        15540    15537       -3     
+ Misses       2562     2558       -4     
Files Coverage Δ
...re/src/main/scala/fr/acinq/eclair/NodeParams.scala 93.39% <100.00%> (-0.03%) ⬇️
...inq/eclair/channel/fund/InteractiveTxBuilder.scala 91.54% <100.00%> (+0.04%) ⬆️
...cinq/eclair/remote/EclairInternalsSerializer.scala 97.82% <100.00%> (ø)
...scala/fr/acinq/eclair/router/BalanceEstimate.scala 100.00% <100.00%> (+1.06%) ⬆️
.../src/main/scala/fr/acinq/eclair/router/Graph.scala 97.25% <100.00%> (-0.09%) ⬇️
...cala/fr/acinq/eclair/router/RouteCalculation.scala 94.56% <100.00%> (ø)
...src/main/scala/fr/acinq/eclair/router/Router.scala 94.78% <100.00%> (ø)
...main/scala/fr/acinq/eclair/router/Validation.scala 95.00% <100.00%> (ø)

... and 5 files with indirect coverage changes

@t-bast t-bast merged commit 5a37059 into master Nov 3, 2023
1 check passed
@t-bast t-bast deleted the splice-tx-sigs-order branch November 3, 2023 13:06
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