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

Use bitcoin-lib 0.19 #1839

Merged
merged 1 commit into from
Jun 9, 2021
Merged

Use bitcoin-lib 0.19 #1839

merged 1 commit into from
Jun 9, 2021

Conversation

sstone
Copy link
Member

@sstone sstone commented Jun 7, 2021

There are no functional changes, but bitcoin-lib 0.19 is based on secp256k1-kmp (instead of our own fork of secp256k1's JNI wrapper) which is cleaner, easier to maintain and used in our mobile apps.

There are no functional changes, but bitcoin-lib 0.19 is based on secp256k1-kmp (instead of our own fork of secp256k1's JNI wrapper) which is cleaner, easier to maintain and used in our mobile apps.
@codecov-commenter
Copy link

Codecov Report

Merging #1839 (7b381db) into master (dbecb28) will decrease coverage by 0.06%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #1839      +/-   ##
==========================================
- Coverage   89.38%   89.32%   -0.07%     
==========================================
  Files         145      145              
  Lines       10980    10982       +2     
  Branches      442      437       -5     
==========================================
- Hits         9815     9810       -5     
- Misses       1165     1172       +7     
Impacted Files Coverage Δ
...cala/fr/acinq/eclair/payment/relay/NodeRelay.scala 96.09% <0.00%> (-1.57%) ⬇️
...main/scala/fr/acinq/eclair/router/Validation.scala 90.76% <0.00%> (-1.54%) ⬇️
...main/scala/fr/acinq/eclair/db/DbEventHandler.scala 92.18% <0.00%> (-1.37%) ⬇️
...main/scala/fr/acinq/eclair/io/PeerConnection.scala 84.68% <0.00%> (-0.43%) ⬇️
...c/main/scala/fr/acinq/eclair/channel/Channel.scala 86.27% <0.00%> (+0.08%) ⬆️

@sstone sstone marked this pull request as ready for review June 9, 2021 10:38
@sstone sstone requested a review from t-bast June 9, 2021 12:31
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.

I did a few tests on regtest and combed through the logs, everything looks good 🚀

@sstone sstone merged commit e750474 into master Jun 9, 2021
@sstone sstone deleted the upgrade-bitcoin-lib branch June 9, 2021 13:56
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.

3 participants