From e750474c727c679321691670150253e2165d35f2 Mon Sep 17 00:00:00 2001 From: Fabrice Drouin Date: Wed, 9 Jun 2021 15:56:35 +0200 Subject: [PATCH] Use bitcoin-lib 0.19 (#1839) 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. --- .../fr/acinq/eclair/channel/states/g/NegotiatingStateSpec.scala | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eclair-core/src/test/scala/fr/acinq/eclair/channel/states/g/NegotiatingStateSpec.scala b/eclair-core/src/test/scala/fr/acinq/eclair/channel/states/g/NegotiatingStateSpec.scala index 35853cfaa0..33a904e526 100644 --- a/eclair-core/src/test/scala/fr/acinq/eclair/channel/states/g/NegotiatingStateSpec.scala +++ b/eclair-core/src/test/scala/fr/acinq/eclair/channel/states/g/NegotiatingStateSpec.scala @@ -162,7 +162,7 @@ class NegotiatingStateSpec extends TestKitBaseClass with FixtureAnyFunSuiteLike val tx = bob.stateData.asInstanceOf[DATA_NEGOTIATING].commitments.localCommit.publishableTxs.commitTx.tx sender.send(bob, aliceCloseSig.copy(feeSatoshis = 99000 sat)) // sig doesn't matter, it is checked later val error = bob2alice.expectMsgType[Error] - assert(new String(error.data.toArray).startsWith("invalid close fee: fee_satoshis=Satoshi(99000)")) + assert(new String(error.data.toArray).startsWith("invalid close fee: fee_satoshis=99000 sat")) assert(bob2blockchain.expectMsgType[PublishRawTx].tx === tx) bob2blockchain.expectMsgType[PublishTx] bob2blockchain.expectMsgType[WatchTxConfirmed] diff --git a/pom.xml b/pom.xml index 138ed6d15b..98b0dc9b09 100644 --- a/pom.xml +++ b/pom.xml @@ -70,7 +70,7 @@ 2.6.10 10.2.0 1.7.2 - 0.18 + 0.19 24.0-android 2.1.0